network over USB is still not working
PC
gentoo linux with 2.6.11-gentoo-r5 kernel
I have this configuration of kernel
CONFIG_USB_USBNET=m
CONFIG_USB_ALI_M5632=y
CONFIG_USB_ARMLINUX=y
CONFIG_USB_ZAURUS=y
CONFIG_USB_GADGET=m
CONFIG_USB_GADGET_NET2280=y
CONFIG_USB_NET2280=m
CONFIG_USB_GADGET_DUALSPEED=y
CONFIG_USB_ETH=m
CONFIG_USB_ETH_RNDIS=y
Zaurus SL-6000L
flashed with OZ 3.5.3 from openzaurus.org + opie
uname -a
2.4.18-rmk7-pxa3-embedix
modprobe -l
not any output
what I have done
- configuring usbd0 on Z using graphical interface settins -> Network -> usbd0
I did used static ip, and switch on automatical bring up on boot
- I did restart Z
- I did configure usb0 on PC, set up with static IP
what is working
when I plug Z tu the gadget :
1. I can see it on PC, using lsub
2. usbd0 is UP on Z if it is not down
not working
on PC usb0 is not UP, I did check and find out that hotplug did not load module usbnet, this was working nicely with SharpROM
what is happening during pluging Z
tail -f /var/log/messages
Apr 18 12:58:43 abraham hub 5-0:1.0: state 5 ports 8 chg 0000 evt 0100
Apr 18 12:58:43 abraham ehci_hcd 0000:00:10.4: GetStatus port 8 status 001803 POWER sig=j CSC CONNECT
Apr 18 12:58:43 abraham hub 5-0:1.0: port 8, status 0501, change 0001, 480 Mb/s
Apr 18 12:58:43 abraham hub 5-0:1.0: debounce: port 8: total 100ms stable 100ms status 0x501
Apr 18 12:58:43 abraham ehci_hcd 0000:00:10.4: port 8 full speed --> companion
Apr 18 12:58:43 abraham ehci_hcd 0000:00:10.4: GetStatus port 8 status 003001 POWER OWNER sig=se0 CONNECT
Apr 18 12:58:44 abraham uhci_hcd 0000:00:10.3: wakeup_hc
Apr 18 12:58:44 abraham hub 4-0:1.0: state 5 ports 2 chg 0000 evt 0004
Apr 18 12:58:44 abraham uhci_hcd 0000:00:10.3: port 2 portsc 0093,00
Apr 18 12:58:44 abraham hub 4-0:1.0: port 2, status 0101, change 0001, 12 Mb/s
Apr 18 12:58:44 abraham hub 4-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
Apr 18 12:58:44 abraham usb 4-2: new full speed USB device using uhci_hcd and address 14
Apr 18 12:58:44 abraham usb 4-2: ep0 maxpacket = 16
Apr 18 12:58:44 abraham usb 4-2: skipped 4 descriptors after interface
Apr 18 12:58:44 abraham usb 4-2: new device strings: Mfr=1, Product=2, SerialNumber=0
Apr 18 12:58:44 abraham usb 4-2: default language 0x0409
Apr 18 12:58:44 abraham usb 4-2: Product: SL-6000
Apr 18 12:58:44 abraham usb 4-2: Manufacturer: Sharp
Apr 18 12:58:44 abraham usb 4-2: hotplug
Apr 18 12:58:44 abraham usb 4-2: adding 4-2:1.0 (config #1, interface 0)
Apr 18 12:58:44 abraham usb 4-2:1.0: hotplug
Apr 18 12:58:44 abraham hub 4-0:1.0: state 5 ports 2 chg 0000 evt 0004
any tip will help
thanks