LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   usb cable modem and modprobe (https://www.linuxquestions.org/questions/linux-newbie-8/usb-cable-modem-and-modprobe-259312/)

chimp 11-25-2004 06:02 PM

usb cable modem and modprobe
 
I have just started using Linux (Mandrake 10.1) and hope someone can help with a small annoyance.

I got my Motorola SB4200 Cable Modem working on USB using the usbnet driver. However despite selecting the 'Start at Boot' option, I still have to type 'modprobe usbnet' as root after each reboot.

Is there a startup script I can add this command to? I tried rc.local and while this worked it had the side affect of requiring me to login to X-Windows at startup despite having setup a auto login.

Any help is appreciated.

Peacedog 11-25-2004 07:02 PM

Hi chimp, welcome to lq. Try editing either /etc/modules.conf, or /etc/modprobe.conf something like this.

alias eth0 usbnet

or

alias usb0 usbnet

good luck.

chimp 11-26-2004 05:13 PM

Peacedog,

Top info mate - worked a treat. Edited /etc/modprobe.conf to add 'alias eth0 usbnet' and I'm up and running.

Cheers

Peacedog 11-26-2004 06:03 PM

Glad you're sorted, and thanks for post a solution, it may help others esle down the road.
good luck.


All times are GMT -5. The time now is 05:57 PM.