LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   no internet (https://www.linuxquestions.org/questions/linux-networking-3/no-internet-233605/)

qqmajikpp 09-21-2004 09:10 PM

no internet
 
im running slackware 10
im using the default kernel
dlink nic
im have a direct conneciton to my cable modem. and ifconfig returns 127.0.0.1 (no ip)

im trying to connect to the internet. my cable modem says thats its connected and ready but slackware says otherwise... any tips?

antiliphe 09-21-2004 09:18 PM

This looks like the problem i am having on my mandrake 10 machine I havent been able to fix it so i cant really help you, but, here is something they gave me...dunno if it will help im a real n00b to linux just trying to help

http://www.linuxquestions.org/questi...hreadid=231928

:scratch:

qqmajikpp 09-22-2004 06:14 AM

i tried loading module 8139too (or something like that) as well even though the default kernal should have loaded it automaticly... still no dice.

bathory 09-22-2004 06:46 AM

The 8139too is for nics based on the Realtek RTL chipset. Are you sure your card uses this chipset?
To find the correct chipset model give as root the following:
Code:

lspci -v
and take a note about your ethernet card chipset. Then google for it to see what is the right module to load into the kernel, or return here for assistance.

qqmajikpp 09-22-2004 09:02 AM

thats why i loaded that module
lspci showed the realtek chipset

bathory 09-22-2004 09:19 AM

Is it loaded with no errors? Check with dmesg to see if it loads OK. You will see something like: eth0 .....
Then use netconfig to setup your network

qqmajikpp 09-22-2004 10:24 AM

it detects realtek
identifies the 8139 chip
links up at 10Mbps, half-duplex, lpa 0x0000

more messages

eth0: link down (when i unplugged the ethernet cable)
eth0: link up (connected it back)
eth0: link down (prolly when i pulled it again)

qqmajikpp 09-22-2004 10:25 AM

and it's been set up

bathory 09-22-2004 12:09 PM

If ifconfig does not show the eth0 then use netconfig to configure your card, or edit directly /etc/rc.d/rc.inet1

qqmajikpp 09-22-2004 05:33 PM

i used netconfig a dozen times
ifconfig eth0 up fixed the eth0 not showing up


All times are GMT -5. The time now is 02:55 AM.