-
Modem detection.
Hello Guys
I am very grateful to all u guys are who willing to help others, I have been falling to this site whenever I face a problem.
I have RedHat Linux 7 installed and I am using the ADSL connection for the internet, this connection is working very fine on windows XP, but I want to run internet on Linux, but Linux is recognizing the ADSL modem.
I am using D-link modem, and a USB port, though there is a facility for using Ethernet port also.
Please help me as I need to run internet on Linux desperately.
Thank you for your time and Patience.
Regards
Harbir
-
Have you got the correct Driver for your Modem, that works with Red Hat??
If not try
http://driverguide.com
They should have the driver your looking for..
cheers
-
I would recommend switching to ethernet instead of USB on Linux.
Switch it to ethernet, then open up a shell, and type ifconfig, and post the results here.
-
After I have typed the ifconfig command the following message was shown:
lo encap: Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU: 16436 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
Collisions: 0 txqueue:0
RX bytes:700 (700 0 b) TX bytes: 700 (700.0 b)
-
Did you have a ethernet cable plugged into your computer and the DSL modem?
-
-
hmmm..
What kind of network card do you have?
Might be worth your while to pick up anohter card for $15 and putting that one in then grabbing the drivers off the disk for Linux, the Linkys NC100 has Linux drivers.
If you know what kind of network card you have, then do a search for the linux drivers for it, or have you already loaded up drivers for that card for linux?
-
Hmm just a quick thing worth noting... even if you did switch to ethernet, you might want to bring the device up. If you only have one ethernet card [that means one NIC and no wifis] probably
ifconfig eth0 up
is what you are looking for. Then most likely either
pump
or
dhcpcd
should give you a connection, although it is possible the Internet is already on after just bringing the device up. Anyway post back some stuff, eventually errors and whatnot. And you do need to be root to use these commands.
[edit]
If you have more than one NICs or a wireless, if eth0 doesn't work you might want to try eth1 in the ifconfig command. Also, if that's the case run dhcpcd eth1 [dhcpcd defaults to eth0.. and you have no idea how much i swore at myself one night not knowing why my internet was not working]
[/edit]