LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   driver fro usb cable modem (https://www.linuxquestions.org/questions/linux-general-1/driver-fro-usb-cable-modem-50215/)

PenguinEgg 03-17-2003 12:33 AM

driver fro usb cable modem
 
Hmmm....Where am I supposed to put the driver for my cable modem (assuming I found the right one) on my slack drive? And how do I tell it to use it?

doublefailure 03-17-2003 03:21 AM

assuming u installed it correctly following README or INSTALL file
the file will be under
/lib/modules/2.4.20-ac2/kernel/drivers/
somewhere

find out what the module file name is..
and modprobe filename(without .o)

u can add the command (modprobe filename)
to some init file..
it seems that the file to be modified seems to differ among distros

maybe u can add

alias eth0 filename

to /etc/modules.conf or /etc/conf.modules

doublefailure 03-17-2003 03:22 AM

i c you use slackware

the file u want to add modprobe filename
is /etc/rc.d/rc.modules

good luck


All times are GMT -5. The time now is 10:34 PM.