LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Newbie question about Modem (https://www.linuxquestions.org/questions/linux-newbie-8/newbie-question-about-modem-41368/)

corn 01-13-2003 07:48 PM

Newbie question about Modem
 
I have an USB modem and i managed to make it worked under :D GNOME but i get an error message when i log in and when i try to access its configuration via the GUI. The following is what i get:

eth0 has an alias to module CDC in modules.conf instead of currently loaded module CDC ethernet class!

i also get an error message when i log in but its kind of long... post if you want me to post it


The question is what should i do to make these message cease??

Thanks in advance

DavidPhillips 01-14-2003 04:27 AM

the problem is in the /etc/modules.conf file

post the file here and someone may know what's wrong by looking at it


cat /etc/modules.conf

corn 01-14-2003 09:03 AM

Im currently at school i will post my modules.conf file in about
3 hours :)

Thanks

corn 01-14-2003 01:12 PM

alias parport_lowlevel parport_pc
alias sound-slot-0 via82cxxx_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias usb-controller usb-uhci
alias eth0 CDC


thats it.... not to mention my sound card is detected but do not produce any sound... lol

DavidPhillips 01-14-2003 01:51 PM

it sounds like somewhere you are loading a different module module with insmod or something

try commenting the line in /etc/modules.conf

#alias eth0 CDC

corn 01-14-2003 07:57 PM

It did not work.... the same alias was rewritten in the file just below the line i commented.

i dont know if it can help but when i boot i get an error telling me that the os cant look up my local ip adress... but still i can use mozilla.

DavidPhillips 01-14-2003 08:17 PM

check your /etc/hosts file

corn 01-15-2003 07:32 AM

My etc/hosts file does not telle much as you can see

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost

Thats weird

corn 01-15-2003 11:55 AM

The thing is should it doesnt appear to affect when i change lines of modules.conf .... could it be that i should recompile the kernel ??

DavidPhillips 01-15-2003 05:21 PM

It seems like it must be in an init script.

What distro is it?

I am thinking you could try to remove the module and try reloading it.

corn 01-17-2003 02:04 PM

i have RH 8.0...

But i begin thinking it is not an error as we think it is.... im not sure if i mentionned it earlier but i have an usb cable modem... and it is that that the os is detecting as an ethernet card, since i have not installed any drivers for the usb modem...
I will look deeper into this

Thanks:D


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