LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   network problem (https://www.linuxquestions.org/questions/linux-networking-3/network-problem-468540/)

gangiyanrohit 07-28-2006 08:20 AM

network problem
 
hi
after installing slackware 10.2
i had compile my custom kernal 2.4.31
but now my network card was not detected.
ifconfig shows only
lo and not eth0
only 127.1.0.0 is pinging.

no eth0 is found.

please help

acid_kewpie 07-28-2006 08:26 AM

what nic is it? did you compile the driver for it?

konsolebox 07-28-2006 08:27 AM

when compiling the kernel, did you run make oldconfig or did zcat /proc/config.gz > .config. if you manually created a new config perhaps you're missing a new module.

it can also be possible that you're kernel is still using the old modules.

btw the 8193too module is a common driver for the network cards. maybe you missed it in the kernel's compilation.

Edit: renamed cmdline.gz to config.gz (this is the second time darn it)

raskin 07-28-2006 08:49 AM

Hello, konsolebox... You mistyped - /proc/config.gz is needed, and often distro kernels do not provide this, so it's needed to look in /boot for config-<version> (don't know if slackware does it).
By the way, gangiyanrohit, when you build your kernel, don't enable /proc/config.gz support in general section.

gangiyanrohit 07-29-2006 12:22 AM

hii
...........................................................

gangiyanrohit 07-29-2006 12:25 AM

hii
my network card is detected showing and IP is pinging but when i tried to browse WEB then it shows the error unknown host...
ps-I am using mozilla and firefox but both have same error.

any clues!!!!!!!!

raskin 07-29-2006 01:30 AM

Well, try to run dhclient.

konsolebox 07-29-2006 02:03 AM

Quote:

Originally Posted by gangiyanrohit
IP is pinging

how do you ping? are you using the name of the host or the ip address of the host? if it's an ip does it resolve the name somehow?

btw check your /etc/resolv.conf maybe it's empty


All times are GMT -5. The time now is 04:14 PM.