I made the change in my kernel module to reflect the ipProduct number 8006 for my SL-5600. Did a make modules and make modules_install. lsmod shows usbcore, usb-uhci and usbdnet running fine.
/var/log/messages shows the following lines (which the how-to said to look for:
hub.c: USB new device connect on bus1/1, assigned device number 38
usb.c: USB device 38 (vend/prod 0x4dd/0x8006) is not claimed by any active driver.
v0.4b sl@lineo.com, tbr@lineo.com
usbdnet.c: v0.4b sl@lineo.com, tbr@lineo.com
usbdnet.c: USB Host to Device Network - for Linux USB Devices using MDLM/CDC
usb.c: registered new driver usbdnet
But, I still get nothing for my usb0. If I do ifconfig -a it does not show up (only my eth0 and lo). If I ifup usb0, I get this message:
[root@gregkedro log]# ifup usb0
Error for wireless request \"Set Encode\" (8B2A) :
SET failed on device usb0 ; No such device.
Error for wireless request \"Set ESSID\" (8B1A) :
SET failed on device usb0 ; No such device.
SIOCGIFFLAGS: No such device
Failed to bring up usb0.
Does anyone have any ideas on where to go now to look for a problem?
Since these kernel patches were applied as modules, there should be no reason to recomile a bzImage, etc., right?
Could this be a hotplug issue? I\'ve seen several how-tos that say I need to tweek my /etc/sysconfig/hotplug file. The problem is, I don\'t have one (RH8). Where is the RH config for hotplug? Or, should I just create a file /etc/sysconfig/hotplug?
Thanks.
-Greg