Hey, ein Nachtrag:
Ich habe parallel ein Notebook frisch mit Kubuntu (10.10) installiert. Wenn ich an der gleichen Leitung surfe, habe ich die oben beschriebenen Probleme NICHT. Die Leitung läuft wie geschmiert.
D.h. es liegt nicht am Router/VDSL Modem, sondern an der Config. von SuSE 11.4.
Demnach habe ich mal das oben beschriebene Script ausgeführt:
Code:
collectNWData.sh V0.6.5.4.2_i1 (Rev: 1.283, Build: 2011/03/03 21:14:38 UTC)
--- Which type of your network connection should be tested?
--- (1) Wired connection
--- What's the type of networktopology?
--- (1) DSL modem <---> LinuxClient
--- On which host is the script executed?
--- (1) LinuxClient
--- NWEliza is analyzing the system for common network configuration errors ...
!!! CND0100E: No network card for the selected connection type was found on the system
--- Go to http://www.linux-tips-and-tricks.de/CND#English to get more detailed instructions
--- about the error/warning messages and how to fix the problems on your own.
--- If you are unsuccessful then place the contents of file collectNWData.txt in the net
--- (see http://www.linux-tips-and-tricks.de/CND_UPL#English for links)
--- and then paste the nopaste link on your favorite Linux forum.
==================================================================================================================
===== cat /etc/*[-_]release || cat /etc/*[-_]version =============================================================
/etc/SuSE-release
openSUSE 11.4 (x86_64)
VERSION = 11.4
CODENAME = Celadon
===== uname -a ===================================================================================================
Linux mother 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux
===== lspci ======================================================================================================
===== find /lib/modules/`uname -r` -name "*.ko" ==================================================================
===== lsusb | grep -v "root hub" =================================================================================
Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 002 Device 002: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 002 Device 003: ID 046d:c318 Logitech, Inc. Illuminated Keyboard
Bus 001 Device 005: ID 0424:2602 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 006: ID 0424:2228 Standard Microsystems Corp. 9-in-2 Card Reader
===== hwinfo (filtered) ==========================================================================================
36: PCI 11.0: 0200 Ethernet controller
Model: "nVidia MCP55 Ethernet"
Vendor: pci 0x10de "nVidia Corporation"
Device: pci 0x0373 "MCP55 Ethernet"
SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
SubDevice: pci 0xcb84
Driver: "forcedeth"
Driver Modules: "forcedeth"
Device File: eth0
Link detected: yes
Driver Status: forcedeth is active
Driver Activation Cmd: "modprobe forcedeth"
37: PCI 12.0: 0200 Ethernet controller
Model: "nVidia MCP55 Ethernet"
Vendor: pci 0x10de "nVidia Corporation"
Device: pci 0x0373 "MCP55 Ethernet"
SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
SubDevice: pci 0xcb84
Driver: "forcedeth"
Driver Modules: "forcedeth"
Device File: eth1
Link detected: yes
Driver Status: forcedeth is active
Driver Activation Cmd: "modprobe forcedeth"
===== lsmod (filtered) ===========================================================================================
| af_packet | asus_atk0110 | dm_snapshot | forcedeth | i2c_nforce2 |
| ip_tables | jbd2 | mperf | pci_hotplug | sata_nv |
| serio_raw | sg | shpchp | sr_mod |
===== ifconfig (filtered for eth|wlan|ra|ath|dsl) ================================================================
eth0 Link encap:Ethernet HWaddr ##:##:##:##:##:#1
inet addr:192.168.0.36 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::21f:c6ff:fe8e:a9d3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3739 errors:0 dropped:0 overruns:0 frame:0
TX packets:2069 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2151503 (2.0 Mb) TX bytes:216999 (211.9 Kb)
Interrupt:40 Base address:0xc000
eth1 Link encap:Ethernet HWaddr ##:##:##:##:##:#2
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21f:c6ff:fe8e:a9d4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1770 (1.7 Kb) TX bytes:8416 (8.2 Kb)
Interrupt:41 Base address:0x8000
===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "=''" ==================================================
--- /etc/sysconfig/network/ifcfg-eth0
BOOTPROTO='dhcp'
NAME='MCP55 Ethernet'
STARTMODE='auto'
USERCONTROL='yes'
--- /etc/sysconfig/network/ifcfg-eth1
BOOTPROTO='dhcp'
NAME='MCP55 Ethernet'
STARTMODE='auto'
USERCONTROL='yes'
===== dhcpcd-test ================================================================================================
eth0: DHCP server available
eth1: DHCP server available
===== ping tests =================================================================================================
Ping of 195.135.220.3 OK
Ping of www.suse.de OK
===== cat /etc/resolv | grep -i "nameserver" =====================================================================
nameserver 195.186.1.162
nameserver 195.186.4.162
===== cat /etc/hosts =============================================================================================
127.0.0.1 localhost
===== route -n | egrep "(eth|ath|ra|wlan|dsl)" ===================================================================
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
===== egrep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ==============
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#1", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#2", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
==================================================================================================================
*** NWElizaStates V0.6.5.4.2_i1
IF:eth0 IM:1 IF:eth1 IM:1 DI:2 FALON:0 Was mache ich falsch?
Lesezeichen