Results 1 to 7 of 7
Hmm, Im installed SuSE 10.1 today (I got it on a CD from a friend at school)
And the whole instalation works well, but not the network when I use ...
- 03-20-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 18
Networking
Hmm, Im installed SuSE 10.1 today (I got it on a CD from a friend at school)
And the whole instalation works well, but not the network when I use it.
It works in... ~10 seconds then it die. then I need to unplug the TP and plug it in, It reconnect and it works in ~10 seconds again...
My network card:
# lspci | grep Ethernet
02:09.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip compatible 10/100 Ethernet (rev 31)
How to slove it?
- 03-20-2007 #2Just Joined!
- Join Date
- Jan 2006
- Posts
- 21
can you ping any websites? I would check that first.
- 03-21-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 18
I can ping my network card: 127.0.0.1
Originally Posted by larrydag
I know the Ip to my default gateway(my router / NAT / ADSL modem), Its 192.168.1.1
I can't ping it beacuse the netowrk is unreacheble. But if I unplug and plug in the network calbe it's work in ~10 seconds.
I will try openSuSE 10.2 later today, I downloed it under the night.
- 03-21-2007 #4
Have you checked /var/log/messages for error messages?
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds
- 03-21-2007 #5Just Joined!
- Join Date
- Jan 2006
- Posts
- 21
What does the output of "ifconfig eth0" give you?
- 06-06-2007 #6Just Joined!
- Join Date
- Feb 2007
- Posts
- 18
Yes it's an old topic, but I got exactly the same problems today...
Elis-Dator:/home/elis # ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:08:A1:0B:7B:B1
inet addr:192.168.1.36 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::208:a1ff:fe0b:7bb1/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3330 errors:146 dropped:0 overruns:0 frame:0
TX packets:3319 errors:5 dropped:0 overruns:0 carrier:5
collisions:0 txqueuelen:1000
RX bytes:1686165 (1.6 Mb) TX bytes:417783 (407.9 Kb)
Interrupt:193 Base address:0xe800
- 06-07-2007 #7Just Joined!
- Join Date
- Jan 2006
- Posts
- 21
Your inet address should be the same as your IP for your router which you said earlier was 192.168.1.1. This is most likely your problem. You need to tell your computer to lookup your router's IP.
Check your resolv.conf file. It should be in your /etc folder. There should be a line that says:
nameserver 192.168.1.1
Now this is really to solve DNS issues but it may help resolve your issue with not finding the IP address of your router.


Reply With Quote