Sie sind nicht angemeldet.

  • »FosJonas« ist der Autor dieses Themas

Beiträge: 21

Registrierungsdatum: 23.01.2010

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

1

11.01.2011, 13:18

Ubuntu 10.04 LTS - Plötzlich nach Neustart keine Lan Verbindung mehr

Guten Tag,

Habe nun seit längerem Ubuntu, mit dem Lan hatte ich bis jetzt keine Probleme, installiert angeschaltet und die Verbindung stand.
Doch gestern habe ich den PC angeschaltet und da war plötzlich keine Verbindung mehr, habe nun schon probiert ob es mit einem anderen Lan-Kabel funktioniert - ohne Erfolg, auch der Versuch die Verbindung manuell herzustellen ist gescheitert. Nachdem ich nun sogar eine Neuinstallation von Ubuntu versucht habe ist denke ich mal ein Fehler seitens der Einstellungen von Ubuntu ausgeschlossen, oder?
Am Router selber wurde noch nie was verändert (Vodafone DSL-EsayBox 802).
Über das Hilfe Shell skript, das es hier im Forum gab habe ich ein paar Lan Informationen:

Zitat

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
------------------------------------------------------
Linux FosJonas-desktop 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 05:14:15 UTC 2010 x86_64 GNU/Linux
------------------------------------------------------
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
------------------------------------------------------
ifconfig
eth0 Link encap:Ethernet HWaddr 90:e6:ba:33:d9:14
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:34 Base address:0xa000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:72 errors:0 dropped:0 overruns:0 frame:0
TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5600 (5.6 KB) TX bytes:5600 (5.6 KB)

------------------------------------------------------
Module Size Used by
nls_iso8859_1 4633 1
nls_cp437 6351 1
vfat 10866 1
fat 55350 1 vfat
usb_storage 49833 1
fbcon 39270 71
tileblit 2487 1 fbcon
font 8053 1 fbcon
bitblit 5811 1 fbcon
softcursor 1565 1 bitblit
vga16fb 12757 0
vgastate 9857 1 vga16fb
binfmt_misc 7960 1
ppdev 6375 0
snd_hda_codec_via 33207 0
snd_hda_intel 25677 2
snd_hda_codec 85759 2 snd_hda_codec_via,snd_hda_intel
snd_hwdep 6924 1 snd_hda_codec
snd_pcm_oss 41394 0
snd_mixer_oss 16299 1 snd_pcm_oss
snd_pcm 87882 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 1782 0
snd_seq_oss 31219 0
snd_seq_midi 5829 0
snd_rawmidi 23420 1 snd_seq_midi
snd_seq_midi_event 7267 2 snd_seq_oss,snd_seq_midi
snd_seq 57481 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
nouveau 515227 2
snd_timer 23649 2 snd_pcm,snd_seq
snd_seq_device 6888 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ttm 60847 1 nouveau
snd 71106 15 snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
drm_kms_helper 30742 1 nouveau
lp 9336 0
drm 199204 4 nouveau,ttm,drm_kms_helper
usbhid 41084 0
soundcore 8052 1 snd
asus_atk0110 10033 0
hid 83440 1 usbhid
ohci1394 30260 0
psmouse 64576 0
r8169 39650 0
i2c_algo_bit 6024 1 nouveau
serio_raw 4918 0
snd_page_alloc 8500 2 snd_hda_intel,snd_pcm
parport 37160 2 ppdev,lp
mii 5237 1 r8169
ieee1394 94771 1 ohci1394
ahci 37870 0
pata_jmicron 2747 0
------------------------------------------------------
/etc/network/interfaces
auto lo
iface lo inet loopback

------------------------------------------------------
resolv.conf
------------------------------------------------------
/etc/hosts
127.0.0.1 localhost
127.0.1.1 FosJonas-desktop

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
------------------------------------------------------
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
------------------------------------------------------
Router anpingen
------------------------------------------------------
DNS Server anpingen
------------------------------------------------------
www.google.com anpingen
------------------------------------------------------

Ich bedanke mich schonmal im Vorraus für eure Hilfe.

2

11.01.2011, 13:48

Hallo FosJonas,

deine /etc/interfaces stimmt nicht. Richtig müsste die Datei so aussehen:

Quellcode

1
2
3
4
auto lo
iface lo inet loopback

auto eth0


Dies erfordert aber einen funktionierenden DHCP-Server in deinem Netzwerk. Füge das auto eth0 deiner /etc/interfaces hinzu und starte das Netzwerk /
die Schnittstellen neu:

Quellcode

1
2
3
4
sudo /etc/init.d/networking stop
sudo ifdown eth0
sudo ifup eth0
sudo /etc/init.d/networking start


Danach poste die Ausgaben des Hilfeskripts nochmal. Vermutlich liegt das Hauptproblem woanders, nur fälllt es uns schwer ohne eine aktivierte Ethernet-Schnittstelle
eine Fehleranalyse zu geben.

Nach Neustart der Ethernet-Schnittstelle bitte auch die Meldungen von: cat /var/log/messages | grep eth0 angeben.

Weitere Informationen zur Systemdatei: /etc/interfaces:


Gruß

apensiv

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »apensiv« (11.01.2011, 13:50)


  • »FosJonas« ist der Autor dieses Themas

Beiträge: 21

Registrierungsdatum: 23.01.2010

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

3

11.01.2011, 14:18

Danke für deine Hilfe,
Ich habe nun das von dir beschrieben gemacht, hier nun der neue lan.txt:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
------------------------------------------------------
Linux FosJonas-desktop 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 05:14:15 UTC 2010 x86_64 GNU/Linux
------------------------------------------------------
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
------------------------------------------------------
ifconfig
eth0  	Link encap:Ethernet  HWaddr 90:e6:ba:33:d9:14  
      	UP BROADCAST MULTICAST  MTU:1500  Metric:1
      	RX packets:0 errors:0 dropped:0 overruns:0 frame:0
      	TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
      	collisions:0 txqueuelen:1000 
      	RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
      	Interrupt:34 Base address:0xa000 

lo    	Link encap:Local Loopback  
      	inet addr:127.0.0.1  Mask:255.0.0.0
      	inet6 addr: ::1/128 Scope:Host
      	UP LOOPBACK RUNNING  MTU:16436  Metric:1
      	RX packets:72 errors:0 dropped:0 overruns:0 frame:0
      	TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
      	collisions:0 txqueuelen:0 
      	RX bytes:5600 (5.6 KB)  TX bytes:5600 (5.6 KB)

------------------------------------------------------
Module              	Size  Used by
nls_iso8859_1       	4633  1 
nls_cp437           	6351  1 
vfat               	10866  1 
fat                	55350  1 vfat
usb_storage        	49833  1 
fbcon              	39270  71 
tileblit            	2487  1 fbcon
font                	8053  1 fbcon
bitblit             	5811  1 fbcon
softcursor          	1565  1 bitblit
vga16fb            	12757  0 
vgastate            	9857  1 vga16fb
binfmt_misc         	7960  1 
ppdev               	6375  0 
snd_hda_codec_via  	33207  0 
snd_hda_intel      	25677  2 
snd_hda_codec      	85759  2 snd_hda_codec_via,snd_hda_intel
snd_hwdep           	6924  1 snd_hda_codec
snd_pcm_oss        	41394  0 
snd_mixer_oss      	16299  1 snd_pcm_oss
snd_pcm            	87882  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy       	1782  0 
snd_seq_oss        	31219  0 
snd_seq_midi        	5829  0 
snd_rawmidi        	23420  1 snd_seq_midi
snd_seq_midi_event  	7267  2 snd_seq_oss,snd_seq_midi
snd_seq            	57481  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
nouveau           	515227  2 
snd_timer          	23649  2 snd_pcm,snd_seq
snd_seq_device      	6888  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ttm                	60847  1 nouveau
snd                	71106  15 snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
drm_kms_helper     	30742  1 nouveau
lp                  	9336  0 
drm               	199204  4 nouveau,ttm,drm_kms_helper
usbhid             	41084  0 
soundcore           	8052  1 snd
asus_atk0110       	10033  0 
hid                	83440  1 usbhid
ohci1394           	30260  0 
psmouse            	64576  0 
r8169              	39650  0 
i2c_algo_bit        	6024  1 nouveau
serio_raw           	4918  0 
snd_page_alloc      	8500  2 snd_hda_intel,snd_pcm
parport            	37160  2 ppdev,lp
mii                 	5237  1 r8169
ieee1394           	94771  1 ohci1394
ahci               	37870  0 
pata_jmicron        	2747  0 
------------------------------------------------------
/etc/network/interfaces
auto lo
iface lo inet loopback

------------------------------------------------------
resolv.conf
------------------------------------------------------
/etc/hosts
127.0.0.1	localhost
127.0.1.1	FosJonas-desktop

# The following lines are desirable for IPv6 capable hosts
::1 	localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
------------------------------------------------------
route -n
Kernel IP routing table
Destination 	Gateway     	Genmask     	Flags Metric Ref	Use Iface
------------------------------------------------------
Router anpingen
------------------------------------------------------
DNS Server anpingen
------------------------------------------------------
www.google.com anpingen
------------------------------------------------------
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
------------------------------------------------------
Linux FosJonas-desktop 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 05:14:15 UTC 2010 x86_64 GNU/Linux
------------------------------------------------------
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
------------------------------------------------------
ifconfig
eth0  	Link encap:Ethernet  HWaddr 90:e6:ba:33:d9:14  
      	UP BROADCAST MULTICAST  MTU:1500  Metric:1
      	RX packets:0 errors:0 dropped:0 overruns:0 frame:0
      	TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
      	collisions:0 txqueuelen:1000 
      	RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
      	Interrupt:34 Base address:0x2000 

lo    	Link encap:Local Loopback  
      	inet addr:127.0.0.1  Mask:255.0.0.0
      	inet6 addr: ::1/128 Scope:Host
      	UP LOOPBACK RUNNING  MTU:16436  Metric:1
      	RX packets:40 errors:0 dropped:0 overruns:0 frame:0
      	TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
      	collisions:0 txqueuelen:0 
      	RX bytes:2912 (2.9 KB)  TX bytes:2912 (2.9 KB)

------------------------------------------------------
Module              	Size  Used by
nls_iso8859_1       	4633  1 
nls_cp437           	6351  1 
vfat               	10866  1 
fat                	55350  1 vfat
fbcon              	39270  71 
tileblit            	2487  1 fbcon
font                	8053  1 fbcon
bitblit             	5811  1 fbcon
softcursor          	1565  1 bitblit
vga16fb            	12757  0 
vgastate            	9857  1 vga16fb
binfmt_misc         	7960  1 
ppdev               	6375  0 
snd_hda_codec_via  	33207  0 
snd_hda_intel      	25677  2 
snd_hda_codec      	85759  2 snd_hda_codec_via,snd_hda_intel
snd_hwdep           	6924  1 snd_hda_codec
snd_pcm_oss        	41394  0 
snd_mixer_oss      	16299  1 snd_pcm_oss
snd_pcm            	87882  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy       	1782  0 
snd_seq_oss        	31219  0 
snd_seq_midi        	5829  0 
snd_rawmidi        	23420  1 snd_seq_midi
snd_seq_midi_event  	7267  2 snd_seq_oss,snd_seq_midi
snd_seq            	57481  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer          	23649  2 snd_pcm,snd_seq
snd_seq_device      	6888  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
nouveau           	515227  2 
snd                	71106  15 snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
psmouse            	64576  0 
ttm                	60847  1 nouveau
soundcore           	8052  1 snd
drm_kms_helper     	30742  1 nouveau
drm               	199204  4 nouveau,ttm,drm_kms_helper
lp                  	9336  0 
ohci1394           	30260  0 
asus_atk0110       	10033  0 
snd_page_alloc      	8500  2 snd_hda_intel,snd_pcm
i2c_algo_bit        	6024  1 nouveau
serio_raw           	4918  0 
parport            	37160  2 ppdev,lp
pata_jmicron        	2747  0 
ieee1394           	94771  1 ohci1394
usbhid             	41084  0 
hid                	83440  1 usbhid
ahci               	37870  0 
usb_storage        	49833  1 
r8169              	39650  0 
mii                 	5237  1 r8169
------------------------------------------------------
/etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
------------------------------------------------------
resolv.conf
------------------------------------------------------
/etc/hosts
127.0.0.1	localhost
127.0.1.1	FosJonas-desktop

# The following lines are desirable for IPv6 capable hosts
::1 	localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
------------------------------------------------------
route -n
Kernel IP routing table
Destination 	Gateway     	Genmask     	Flags Metric Ref	Use Iface
------------------------------------------------------
Router anpingen
------------------------------------------------------
DNS Server anpingen
------------------------------------------------------
www.google.com anpingen
------------------------------------------------------

4

11.01.2011, 14:33

Hallo,

Ein paar Fragen:
  • hat nur dein Computer Probleme mit dem Netzwerk?
  • Was ergibt die Eingabe von: arp ?
  • Läuft ein DHCP-Server im Netzwerk? Wenn ja, wie lautet die IP-Adresse von dem Server?
  • Was ergibt die Eingabe von: cat /var/log/messages | grep eth0 ?

Gruß

apensiv

  • »FosJonas« ist der Autor dieses Themas

Beiträge: 21

Registrierungsdatum: 23.01.2010

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

5

11.01.2011, 14:59

Zu deinen Fragen:

--> Nein, der Windows XP Pc läuft einwandfrei.
--> muss ich zu dem arp noch irgendwas schreiben? Wen ich nur "arp" in das Terminal eingebe passiert überhaupt nichts.
--> also an dem Router ist lediglich der Ubuntu und der Windows XP pc angeschlossen, soweit ich weiß also nicht, ich weiß aber nicht mal was ein DHCP-Server ist.
--> einen Code den ich nicht zu deuten weiß:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Jan 10 18:17:10 FosJonas-desktop kernel: [	1.975223] eth0: RTL8168d/8111d at 0xffffc9000065e000, 90:e6:ba:33:d9:14, XID 083000c0 IRQ 34
Jan 10 18:17:10 FosJonas-desktop kernel: [	2.990790] r8169: eth0: link down
Jan 10 18:17:10 FosJonas-desktop kernel: [	2.991073] ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan 11 12:43:33 FosJonas-desktop kernel: [	2.148824] eth0: RTL8168d/8111d at 0xffffc90000664000, 90:e6:ba:33:d9:14, XID 083000c0 IRQ 34
Jan 11 12:43:33 FosJonas-desktop kernel: [	2.616012] r8169: eth0: link down
Jan 11 12:43:33 FosJonas-desktop kernel: [	2.616328] ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan 11 12:57:16 FosJonas-desktop kernel: [	2.467405] eth0: RTL8168d/8111d at 0xffffc9000065a000, 90:e6:ba:33:d9:14, XID 083000c0 IRQ 34
Jan 11 12:57:16 FosJonas-desktop kernel: [	2.767830] r8169: eth0: link down
Jan 11 12:57:16 FosJonas-desktop kernel: [	2.768111] ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan 11 14:08:38 FosJonas-desktop kernel: [	1.951760] eth0: RTL8168d/8111d at 0xffffc90000678000, 90:e6:ba:33:d9:14, XID 083000c0 IRQ 34
Jan 11 14:08:39 FosJonas-desktop kernel: [	2.789246] r8169: eth0: link down
Jan 11 14:08:39 FosJonas-desktop kernel: [	2.789531] ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan 11 14:14:01 FosJonas-desktop kernel: [   11.906815] eth0: RTL8168d/8111d at 0xffffc90000672000, 90:e6:ba:33:d9:14, XID 083000c0 IRQ 34
Jan 11 14:14:01 FosJonas-desktop kernel: [   12.355730] r8169: eth0: link down
Jan 11 14:14:01 FosJonas-desktop kernel: [   12.356008] ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan 11 14:33:00 FosJonas-desktop kernel: [	2.070227] eth0: RTL8168d/8111d at 0xffffc90000678000, 90:e6:ba:33:d9:14, XID 083000c0 IRQ 34
Jan 11 14:33:00 FosJonas-desktop kernel: [	2.997101] r8169: eth0: link down
Jan 11 14:33:00 FosJonas-desktop kernel: [	2.997384] ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan 11 14:52:41 FosJonas-desktop kernel: [	2.146553] eth0: RTL8168d/8111d at 0xffffc9000065a000, 90:e6:ba:33:d9:14, XID 083000c0 IRQ 34
Jan 11 14:52:41 FosJonas-desktop kernel: [	2.574512] r8169: eth0: link down
Jan 11 14:52:41 FosJonas-desktop kernel: [	2.574785] ADDRCONF(NETDEV_UP): eth0: link is not ready

6

11.01.2011, 15:50

Mhh, scheint ein Treiberproblem zu sein.

Ist auf dem Ubuntu-Rechner zufällig ein Dualboot mit Windows eingerichtet?
Hast du in letzter Zeit Upgrades durchgeführt?


Gruß

apensiv

  • »FosJonas« ist der Autor dieses Themas

Beiträge: 21

Registrierungsdatum: 23.01.2010

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

7

11.01.2011, 16:13

Auf dem System ist und war nie ein Windows System.
Habe erst gestern Ubuntu komplett neu installiert (festplatte formatiert, es ist keine andere vorhanden).
Die CD mit der ich Ubuntu installiert habe ist genau die gleiche mit der ich Ubuntu vor paar Wochen installiert habe, damals hat alles sofort getan.
Das einzige was ich am Tag, bevor die Verbindung nicht mehr getan hat, gemacht habe ist die Normalen (fast täglichen) Updates. Wobei ich sagen muss das ich schon häufiger Treiberprobleme nach Updates hatte, vorallem mit der Grafikkarte.
Aber nach einer kompletten 100%igen Neuinstallation dürften solche Probleme doch gelöst sein?

8

11.01.2011, 17:47

nach einer kompletten 100%igen Neuinstallation dürften solche Probleme doch gelöst sein?
...und nach der Installation werden die aktuellen Updates geholt. Wenn das funktioniert hat, war das LAN da noch ok.
Startet man danach neu, wird auch (wahrscheinlich) ein neuer Kernel gebootet. Wenn das LAN dann nicht mehr geht -> einmal den vorigen Kernel booten und LAN testen.
Beim Erstellen dieser Nachricht kamen keine Tiere zu Schaden.
me is all sausage
but don't call me Ferdl

  • »FosJonas« ist der Autor dieses Themas

Beiträge: 21

Registrierungsdatum: 23.01.2010

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

9

11.01.2011, 18:57

Soweit ich weis habe ich überhaupt nichts nach der Neuinstallation geupdated, installiert, gestartet, kein internet = keine updates. Ich muss schlisslich ja bestätigen das ich updaten will, oder?
Und da obwohl ich das ganze auf Deutsch installiert habe alles auf englisch ist (da ohne updates die Sprache unvollständig ist) denke ich das da nichts geupdated ist.

Bzw. habe jetzt im Internet nichts gefunden, wen mir beim booten kein menü angezeigt wird, wie kann ich dann den Kernel mit dem das ganze Bootet auswählen?

10

11.01.2011, 20:02

Ok,
kein internet = keine updates
... ist natürlich die negative Logik zu:
Wenn das funktioniert hat, war das LAN da noch ok
War also ein Irrewg, fußend auf dieser Aussage:
Das einzige was ich am Tag, bevor die Verbindung nicht mehr getan hat, gemacht habe ist die Normalen (fast täglichen) Updates

Da es, von der gleichenCD installiert, früher funktioniert hat und jetzt nicht, würde ich das Problem außerhalb von Ubuntu suchen.

Quellcode

1
sudo mii-tool eth0
Falls mii-tool nicht installiert ist, lässt es sich hoffentlich von der CD nachinstallieren.
Beim Erstellen dieser Nachricht kamen keine Tiere zu Schaden.
me is all sausage
but don't call me Ferdl

  • »FosJonas« ist der Autor dieses Themas

Beiträge: 21

Registrierungsdatum: 23.01.2010

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

11

12.01.2011, 13:37

hmm, also das einzige was mii-tool ausgibt ist ist:
"eth0 no link"
Könnte es sein das vielleicht der Anschluss (Am Mainboard) ansich einfach nur kaputt ist?

Skadi

User

Beiträge: 666

Registrierungsdatum: 13.10.2010

Derivat: Ubuntu

Architektur: andere

  • Nachricht senden

12

12.01.2011, 13:45

Hallo,

was sagt denn

Quellcode

1
hwinfo |grep Ethernet


sollte hwinfo nicht installiert sein,

Quellcode

1
sudo apt-get install hwinfo


damit wird es installiert.

13

12.01.2011, 14:49

eth0 no link
Ziemlich eindeutig: Keine Verbindung.
Kabel, Buchse (evtl. auch am Router), Mainboard...
Beim Erstellen dieser Nachricht kamen keine Tiere zu Schaden.
me is all sausage
but don't call me Ferdl

  • »FosJonas« ist der Autor dieses Themas

Beiträge: 21

Registrierungsdatum: 23.01.2010

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

14

12.01.2011, 14:56

hwinfo ist nicht installiert, werde gleich mal schauen ob ich das Packet im Internet finde.
Also am Kabel kanns nicht liegen, habe das schon mit nem anderen probiert, am Router habe ich auch schon nen anderen Steckplatz ausprobiert.
Die Buchse ist onboard also auch am Mainboard.
Wie sollte ich da jetzt vorgehen? Aufm Mainboard ist noch 1 Jahr Gewährleistung könnte es also einschicken.

  • »praseodym« ist männlich

Beiträge: 955

Registrierungsdatum: 16.02.2010

Derivat: Ubuntu

Version: Ubuntu 20.04 LTS - Focal Fossa

Architektur: 64-Bit PC

Desktop: GNOME 3.0

  • Nachricht senden

15

12.01.2011, 15:05

hwinfo gibts für 64bit hier:
http://de.archive.ubuntu.com/ubuntu/pool…6.0-2_amd64.deb

Installiere noch ethtool:
http://de.archive.ubuntu.com/ubuntu/pool…202-1_amd64.deb

und poste:

Quellcode

1
sudo ethtool eth0
Was es alles gibt, das ich nicht brauche.
(Aristoteles)
COPY/PASTE funktioniert auch im Terminal

  • »FosJonas« ist der Autor dieses Themas

Beiträge: 21

Registrierungsdatum: 23.01.2010

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

16

12.01.2011, 15:16

So hier mal die Daten:

Ethtool:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Settings for eth0:
	Supported ports: [ TP MII ]
	Supported link modes:   10baseT/Half 10baseT/Full 
	                    	100baseT/Half 100baseT/Full 
	                    	1000baseT/Half 1000baseT/Full 
	Supports auto-negotiation: Yes
	Advertised link modes:  10baseT/Half 10baseT/Full 
	                    	100baseT/Half 100baseT/Full 
	                    	1000baseT/Half 1000baseT/Full 
	Advertised pause frame use: No
	Advertised auto-negotiation: Yes
	Link partner advertised link modes:  Not reported
	Link partner advertised pause frame use: No
	Link partner advertised auto-negotiation: No
	Speed: 10Mb/s
	Duplex: Half
	Port: MII
	PHYAD: 0
	Transceiver: internal
	Auto-negotiation: on
	Supports Wake-on: pumbg
	Wake-on: g
	Current message level: 0x00000033 (51)
	Link detected: no


und hwinfo:

Quellcode

1
2
3
4
5
6
7
8
9
  pci.product = 'RTL8111/8168B PCI Express Gigabit Ethernet controller'
  info.product = 'RTL8111/8168B PCI Express Gigabit Ethernet controller'
  E: ID_MODEL_FROM_DATABASE=RTL8111/8168B PCI Express Gigabit Ethernet controller
36: PCI 100.0: 0200 Ethernet controller
  Model: "Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller"
  Device: pci 0x8168 "RTL8111/8168B PCI Express Gigabit Ethernet controller"
62: None 00.0: 10701 Ethernet
  Model: "Ethernet network interface"
  Attached to: #36 (Ethernet controller)

17

12.01.2011, 15:19

Die Buchse ist onboard also auch am Mainboard.
Die haben heute ja meistens zwei LEDs eingebaut. Eine davon sollte sofort angehen, wenn der Stecker dran ist. (Ist natürlich auch keine Garantie, weil es auch vom Treiber abhängt. Aber ich habe noch nie was anderes gesehen.)
Um alles andere auszuschließen, könntest du noch eine im Bastelraum herumliegende Netzwerkkarte einbauen. Um sicher zu gehen, daß alle übrigen Komponenten funktionieren.


Link detected: no
Hinweis Nr.2
Beim Erstellen dieser Nachricht kamen keine Tiere zu Schaden.
me is all sausage
but don't call me Ferdl

  • »praseodym« ist männlich

Beiträge: 955

Registrierungsdatum: 16.02.2010

Derivat: Ubuntu

Version: Ubuntu 20.04 LTS - Focal Fossa

Architektur: 64-Bit PC

Desktop: GNOME 3.0

  • Nachricht senden

18

12.01.2011, 15:37

Zitat

Speed: 10Mb/s

Das ist ja schonmal gar nix. Versuche:

Quellcode

1
2
sudo ethtool -s eth0 speed 100 duplex half
sudo ethtool eth0 #zum Vergleich

Das kannst du auch mit:

Quellcode

1
2
3
sudo ethtool -s eth0 speed 100 duplex full
sudo ethtool -s eth0 speed 1000 duplex half
sudo ethtool -s eth0 speed 1000 duplex full

durchexerzieren. Verbindung im Netzwerkmanager jeweils löschen und durch Reboot neu einrichten lassen. Poste noch die Ausgabe von

Quellcode

1
cat /var/lib/NetworkManager/NetworkManager.state

Firmware des Routers ist aktuell? Router auf Werkseinstellungen zurücksetzen? Nimm ruhig auch mal alles komplett vom Strom (auch aus der TAE-Dose), warte 5-10 Minuten und steck alles wieder zusammen.
Was es alles gibt, das ich nicht brauche.
(Aristoteles)
COPY/PASTE funktioniert auch im Terminal

  • »FosJonas« ist der Autor dieses Themas

Beiträge: 21

Registrierungsdatum: 23.01.2010

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

19

12.01.2011, 16:01

Am Router selber wurde nichts verändert.

Habe jetzt eine Alte Netzwerk karte eingebaut, angeschlossen und die verbindung steht wieder und alles funktioniert.
Das Mainboard scheint wohl irgendwie kaputt zu sein?

Damit kann man wohl auch ausschlissen das es an einstellung des Routers oder ähnlichem liegt? (bin zimlich unwissend wen es ums Netzwerk geht)

Vielen dank übrigends für eure Zahlreichen und hilfreichen antworten.

20

12.01.2011, 16:23

Hallo,

Zitat von praseodym:

Zitat


Zitat Speed: 10Mb/s

Das ist ja schonmal gar nix. Versuche: ...


Die niedrige Geschwindigkeit ist gesetzt, weil die Netzwerkschnittstelle keinen Link erkennt:

Zitat

Link detected: no