LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   USB probs with 2.4.19 (https://www.linuxquestions.org/questions/linux-software-2/usb-probs-with-2-4-19-a-34236/)

iceman47 10-31-2002 04:47 AM

USB probs with 2.4.19
 
Well I'm trying to compile the 2.4.19 kernel from kernel.org and everything works great except my USB :) . The only thing I need usb support is for my alcatel speedtouch modem really (I hate that thing btw). So I did add support for usb devices and usb modems in the kernel, but when I try to run the modem (with modem_run -f /usr/local/speedtouch/mgmt.o -m) I get this error: "/proc/bus/usb no such file or directory. I'm sorry I didn't find your ADSL modem."
Can someone help me out here please?

MasterC 10-31-2002 09:06 AM

From that error message, I would think you might have missed compiling proc into your kernel. I believe this is in your filesystem portion of the kernel config. If you did, try doing it the other way. Meaning if you compiled it module, change it to built in, and vice versa.

Cool

iceman47 10-31-2002 10:13 AM

/proc support is enabled in the config and it can't be build as module :(
...but still no go

iceman47 11-01-2002 07:21 AM

update: I enabled everything that has to do with usb and /proc messaging in the kernel, but I still get that same error. Are there other steps I have to after booting the kernel to get usb support?

unSpawn 11-01-2002 07:31 AM

Not that I know off. The usb-agent should recognize any connected devices, else it'll fire off an error message.
Could you grep your boot messages for usb and post 'em here?
Have you also looked at theUSB Guide for clues?

iceman47 11-01-2002 07:40 AM

I'll look into that guide and post the messages when I get home.
thanks


All times are GMT -5. The time now is 09:11 PM.