Hi, On Wed, Jun 25, 2003 at 09:59:08AM -0600, Red Dragon Goddess wrote: > Ok, I have tried to fix this using what information was available on the FAQ > and the hotplug website but to no avail. Please bear with me as I explain. > > I installed Vector Linux 3.2 SOHO (Slackware) and then downloaded and > installed the 2.4.21 kernel so I could get my Lucent winmodem to work. Now > I was trying to make our Laplink USB network to work which I found could be > done. My problem? When it is booting it sees all of my usb ports but only > gives a driver to my wacom tablet. So I checked everything. I got the > kernel compiled with all the correct options from what I've read, /etc/fstab > is mounting the proc system on /proc, it does have the line to mount > usbdevfs to /proc/bus/usb (which fails since there is no usb directory in > /proc/bus), etc.
A missing /proc/bus/usb occurs if the usbcore module is not loaded. Check with "lsmod" if that module and the driver for your host controller (e.g. usb-ohci or usb-uhci) is loaded. Bye, Henning ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
