I am having a problem booting from my NFS when the USB Ethernet adapter is plugged into a hub instead of the USB port by itself. From what I’m seeing from the output of the kernel it is trying to set up the IP config before the USB device is initialized, here is the snippet of output.
[ 16.032257] usb 1-2: New USB device found, idVendor=0409, idProduct=005a
[ 16.039001] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 16.046630] usb 1-2: configuration #1 chosen from 1 choice
[ 16.052642] hub 1-2:1.0: USB hub found
[ 16.056579] hub 1-2:1.0: 4 ports detected
[ 16.345489] usb 1-2.4: new high speed USB device using ehci-omap and address 3
[ 16.431335] IP-Config: No network devices available.
[ 16.436614] Looking up port of RPC 100003/2 on 192.168.1.4
[ 16.482971] usb 1-2.4: New USB device found, idVendor=0b95, idProduct=772a
[ 16.489929] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 16.497344] usb 1-2.4: Product: AX88x72A
[ 16.501342] usb 1-2.4: Manufacturer: ASIX Elec. Corp.
[ 16.506408] usb 1-2.4: SerialNumber: 4A2C2E
[ 16.511108] usb 1-2.4: configuration #1 chosen from 1 choice
[ 17.354644] eth0: register ‘asix’ at usb-ehci-omap.0-2.4, ASIX AX88772 USB 2.0 Ethernet, 00:50:b6:4a:2c:2e
[ 46.439147] rpcbind: server 192.168.1.4 not responding, timed out
[ 46.445343] Root-NFS: Unable to get nfsd port number from server, using default
[ 46.452728] Looking up port of RPC 100005/1 on 192.168.1.4
[ 76.453643] rpcbind: server 192.168.1.4 not responding, timed out
[ 76.459808] Root-NFS: Unable to get mountd port number from server, using default
I’m still pretty new at Linux and kernel modification, though becoming very comfortable with bitbake, so if anyone can point me to some good resources, or a link on how to fix this I would be great full
Thanks in advance,
Deric