Alles klar, sorry 
Also wie gesagt:
Problem: Die Lan-Verbindung wird nicht erkannt.
Ist der Chipsatz der Netzwerk-Hardware bekannt?
Also laut Win7 sollte es der
"Atheros AR8151 PCI-E Gigabit Ethernet Controller (NDIS 6.20)"
sein.
Wird das Netzwerkgerät von anderen Geräten? erkannt? Switches, Router und einige DSL-Modems signalisieren mit einer LED, ob am anderen Ende eine Verbindung erkannt wurde.
Die LED an dem Ethernet-Kabel Anschluss leuchtet nicht. (Unter Wind7 aber schon!).
Die Internet-Verbindung an sich funktioniert einwandfrei. Habe es außerdem mit meinem Netbook (ebenfalls Linux Mint Julia) getestet.
Kernelversion (uname -a) :
Linux madin 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 x86_64 GNU/Linux
Abfrage für PCI (lspci -nnk | grep -i net -A2) :
02:00.0 Ethernet controller [0200]: Atheros Communications Device [1969:1083] (rev c0)
Subsystem: Acer Incorporated [ALI] Device [1025:050e]
03:00.0 Network controller [0280]: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) [168c:002e] (rev 01)
Subsystem: Foxconn International, Inc. Device [105b:e034]
Kernel driver in use: ath9k
Abfrage für USB-Geräte (lsusb) :
Bus 002 Device 003: ID 045e:0039 Microsoft Corp. IntelliMouse Optical
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0bda:0138 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 04f2:b23d Chicony Electronics Co., Ltd
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Wie ist das Netzwerk konfiguriert?
(egrep -v "^$|^#" /etc/network/interfaces) :
auto lo
iface lo inet loopback
(egrep -v "^$|^#" /etc/resolv.conf) :
nameserver 192.168.0.1
(egrep -v "^$|^#" /etc/hosts) :
192.168.0.109 madin # Added by NetworkManager
127.0.0.1 localhost.localdomain localhost
::1 madin localhost6.localdomain6 localhost6
127.0.1.1 madin
::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
Zuordnung der Schnittstellen (cat /etc/udev/rules.d/70-persistent-net.rules) :
# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.
# PCI device 0x168c:0x002e (ath9k)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="e4:d5:3d:08:7f:72", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
Momentane Einstellungen
(ifconfig) :
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:52 errors:0 dropped:0 overruns:0 frame:0
TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:3360 (3.3 KB) TX bytes:3360 (3.3 KB)
wlan0 Link encap:Ethernet Hardware Adresse e4:d5:3d:08:7f:72
inet Adresse:192.168.0.109 Bcast:192.168.0.255 Maske:255.255.255.0
inet6-Adresse: fe80::e6d5:3dff:fe08:7f72/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:2498 errors:0 dropped:0 overruns:0 frame:0
TX packets:1738 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:2966675 (2.9 MB) TX bytes:265417 (265.4 KB)
(route -n) :
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlan0
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 wlan0
(iwconfig) :
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:"dlinkMK"
Mode:Managed Frequency:2.437 GHz Access Point: 1C:AF:F7:7E:E1:76
Bit Rate=1 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=59/70 Signal level=-51 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0So ich hoffe das ist okay so.
Gruß madinux