|
2011-01-24
, 13:52
|
|
Posts: 66 |
Thanked: 77 times |
Joined on Jul 2010
@ intheclouds
|
#122
|
I'm trying to use a USB to RJ45 hostmode mode.
The data provided by the command "lsusb"on my PC are:
ID 0fe6: 8101 Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter
How do I start on my N900?
cd MyDocs/.documents/ tar -zxvf dm.tar.gz sudo gainroot modprobe usbnet insmod dm9601.ko
ls /dev/eth*
The Following User Says Thank You to mveplus For This Useful Post: | ||
|
2011-01-24
, 14:25
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#123
|
|
2011-01-24
, 20:58
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#124
|
|
2011-01-25
, 03:15
|
Posts: 362 |
Thanked: 143 times |
Joined on Mar 2008
|
#125
|
hi,
I have tried to connect a usb DVD drive and got the following in the logs:
[39971.219238] /home/builder2/maemo-fremantle-armel-extras-devel/work/kernel-power-2.6.28/drivers/usb/core/inode.c: creating file '022'
[39971.219604] usb 1-1: New USB device found, idVendor=03f0, idProduct=5e07
[39971.219635] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[39971.219665] usb 1-1: Product: HP USB Mass Storage Device
[39971.219665] usb 1-1: Manufacturer: Hewlett-Packard
[39971.219696] usb 1-1: SerialNumber: 2104752485555557234
[39971.219726] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002
[39971.219757] hub 1-0:1.0: port 1 enable change, status 00000503
[39971.375396] Initializing USB Mass Storage driver...
[39971.375640] usb-storage 1-1:1.0: usb_probe_interface
[39971.375671] usb-storage 1-1:1.0: usb_probe_interface - got id
[39971.377471] scsi0 : SCSI emulation for USB Mass Storage devices
[39971.378784] usbcore: registered new interface driver usb-storage
[39971.378814] USB Mass Storage support registered.
[39971.381378] usb-storage: device found at 22
[39971.381378] usb-storage: waiting for device to settle before scanning
[39976.381317] usb-storage: device scan complete
[39976.394439] scsi 0:0:0:0: CD-ROM HP DVD-ROM rm475e JH21 PQ: 0 ANSI: 0
My guess is that h.e.n. is working, Is it? Further question is that how do I mount this one?(note: I have also posted http://talk.maemo.org/showthread.php...103#post927103) for help on this.)
Cheers,
The Following User Says Thank You to cheve For This Useful Post: | ||
|
2011-01-25
, 03:45
|
|
Posts: 66 |
Thanked: 77 times |
Joined on Jul 2010
@ intheclouds
|
#126
|
dmesg > dmdmesg.log
lsmod > dmmod.log
ifconfig > ifconfig.log
ls /dev/ > dmls.log
sudo gainroot ifconfig eth0 up udhcpc
cd # to directory where you saved the file tar -zxvf z98_usbEth.rules.tar.gz sudo gainroot cp z98_usbEth.rules /etc/udev/rules.d/
|
2011-01-25
, 09:07
|
|
Posts: 66 |
Thanked: 77 times |
Joined on Jul 2010
@ intheclouds
|
#127
|
rtl8150.ko
mcs7830.ko
dm9601.ko
smsc95xx.ko
kaweth.ko
pegasus.ko
plusb.ko
gl620a.ko
catc.ko
cd MyDocs/.documents sudo gainroot dpkg -i usb2net_n900_v.0.1.8.deb
sudo gainroot dpkg -P usb2net reboot
ls /dev/eth* #output should be: /dev/eth0 # if not then: dmesg | grep 'idProduct' # or lsusb
vi /etc/udev/rules.d/z98usbEth.rules
The Following 5 Users Say Thank You to mveplus For This Useful Post: | ||
|
2011-01-25
, 18:41
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#128
|
|
2011-01-25
, 21:59
|
Posts: 362 |
Thanked: 143 times |
Joined on Mar 2008
|
#129
|
The Following User Says Thank You to cheve For This Useful Post: | ||
|
2011-01-26
, 10:39
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#130
|
Tags |
awesome!, bada rox, h-e-n hostmode, more noise |
|
The data provided by the command "lsusb"on my PC are:
ID 0fe6: 8101 Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter
How do I start on my N900?