Moin, hab mein neues Notebook letzte Woche bekommen und mal wieder Ubuntu installiert. Bis jetzt hat alles gut gefunzt mit WLan bei mit Zuhause und in der Hochschule. Bei meinen Eltern die kein WLan haben wollte ich dden Router nutzen, hab das Netzwerkkabel rein gesteckt und nix ist passiert. Hab mich jetzt hier mal umgeschaut aber nix gefunden was mir helfen würde. Ich hab einen Atheros AR8152 v2.0 Chipsatz und nutze Ubuntu 10.04. Was das Terminal sagt:
jonas@Mao:~$ uname -a
Linux Mao 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:52:42 UTC 2010 x86_64 GNU/Linux
jonas@Mao:~$ lspci -nnk | grep -i net -A2
09:00.0 Ethernet controller [0200]: Atheros Communications AR8152 v2.0 Fast Ethernet [1969:2062] (rev c1)
0c:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
Kernel driver in use: ath9k
Kernel modules: ath9k
jonas@Mao:~$ egrep -v "^$#" /etc/network/interfaces
auto lo
iface lo inet loopback
jonas@Mao:~$ egrep -v "^$#" /etc/resolv.conf
# Generated by NetworkManager
jonas@Mao:~$ egrep -v "^$#" /etc/hosts
127.0.0.1 localhost
127.0.1.1 Mao
# 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
jonas@Mao:~$ 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:0x002b (ath9k)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1b:b1:5e:b0:52", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
jonas@Mao:~$ 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:40 errors:0 dropped:0 overruns:0 frame:0
TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:2816 (2.8 KB) TX bytes:2816 (2.8 KB)
jonas@Mao:~$ route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
jonas@Mao:~$ iwconfig
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Wäre Nett wenn mir da jemand helfen könnte.


2004 – 2012 ubuntuusers.de • Einige Rechte vorbehalten