LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   browsing problem linux 7.2 (https://www.linuxquestions.org/questions/linux-networking-3/browsing-problem-linux-7-2-a-39982/)

jolly 01-01-2003 11:39 AM

browsing problem linux 7.2
 
I have installed linux7.2 but I can't browse anysite.... Can anyone shoot the problem...

:(

niknah 01-01-2003 12:20 PM

* try pinging a computer in your network, it it doesn't work then you may have a network driver or setup problem.

* try pinging a computer outside your network, it this doesn't work then you may have a routing or dns problem.

jolly 01-01-2003 12:27 PM

When I reboot my sytem I got error. I think some driver problem... error is
"/lib/module/kernel/driver/net/ne2k-pci insmod failed"
When I do ifconfig I don't see eth0
And when I got the hardware settings there I can see Realtek 8029(AS).
Does it means kernel is not able to load the module.
What should I do now?

:( :( :( :(

niknah 01-01-2003 09:27 PM

type in...

dmesg

to see what the error was from the ne2k-pci module

run...

cat /proc/pci | less

look down the list and check that you really have a realtek 8029

jolly 01-02-2003 08:51 AM

cat /proc/pci

I get this for thernet


BUS 1 , device 15, function 0;
Ethernet controller:Realtek Semi Conductor Ltf. RTL 8029(AS)
IRQ 9
I/O at Oxcc)) (0xcc1f)

And when I go to
/lib/modules/kernel/driver/net/
There I have ne2k-pci.o

When I ifconfig I only get
lo
not eth0

And from GNOME > system > Hardware Devices
In Network Device I cansee RTL-8029(AS)
Driver ne2k-pci

Now when I reboot I get insmod error. What should I do now.
Thanks.

niknah 01-02-2003 09:40 PM

/sbin/modprobe ne2k-pci
dmesg

and look at the last few lines for any error messages.
if there're no messages, try this...

/sbin/modprobe ne2k-pci debug=31
dmesg


All times are GMT -5. The time now is 12:50 PM.