Hallo,
ich habe auf meinem Netbook MSI Wind U100 1616XP momentan EasyPeasy 1.5 laufen, allerdings habe ich es auch mit Ubuntu Net Remix versucht und das Problem war das gleiche.
Der Wireless Adapter ist der ar5b91 von Atheros. Habe jetzt schon ziemlich lange rumprobiert, leider bin ich auch noch recht neu in Linux... Also der Router funktioniert, wenn ich das Netbook per Kabel anschließe komme ich auch ohne Probleme ins Internet. Es scheint ja auch eine Wireless Karte erkannt zu sein, allerdings kann ich keine Netzwerke finden, und wenn ich den Router manuell hinzufüge, kann ich zu diesem keine Verbindung aufbauen. Von meinem großen Notebook aus mit Fedora 10 / Fedora 11 war es auch nie ein Problem, auf den Router zuzugreifen, die ESSID wird auch gesendet, so dass normalerweise das Ding einfach oben erscheint... Habe auch nochmal groß versucht, den Treiber neu zu installieren (der Treiber ath9k ist hoffentlich richtig?)
Gut, ich werde einfach die empfohlenen Ausgaben posten und hoffen jemand sieht, woran es liegt.
pete@pete-laptop:~$ uname -a Linux pete-laptop 2.6.30.5-ep0 #10 SMP PREEMPT Thu Aug 27 19:45:06 CEST 2009 i686 GNU/Linux
–-
pete@pete-laptop:~$ lspci -nn | grep -i net 01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02) 02:00.0 Network controller [0280]: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01)
–-
pete@pete-laptop:~$ egrep -v "^$|^#" /etc/network/interfaces auto lo iface lo inet loopback
–-
pete@pete-laptop:~$ egrep -v "^$|^#" /etc/resolv.conf nameserver 192.168.1.1
–-
pete@pete-laptop:~$ egrep -v "^$|^#" /etc/hosts 127.0.0.1 localhost 127.0.1.1 pete-laptop ::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
–-
pete@pete-laptop:~$ ifconfig eth0 Link encap:Ethernet HWaddr 00:24:21:69:15:ca inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::224:21ff:fe69:15ca/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:10478 errors:0 dropped:0 overruns:0 frame:0 TX packets:10639 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:9391887 (9.3 MB) TX bytes:1945993 (1.9 MB) Interrupt:26 Base address:0x4000 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:88 errors:0 dropped:0 overruns:0 frame:0 TX packets:88 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:7024 (7.0 KB) TX bytes:7024 (7.0 KB) wlan0 Link encap:Ethernet HWaddr 00:25:d3:25:96:b1 inet6 addr: fe80::225:d3ff:fe25:96b1/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:11 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:2376 (2.3 KB)
–-
pete@pete-laptop:~$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
–-
pete@pete-laptop:~$ iwconfig lo no wireless extensions. eth0 no wireless extensions. wlan0 IEEE 802.11bgn Mode:Ad-Hoc Frequency:2.412 GHz Cell: Not-Associated Tx-Power=off Retry long limit:7 RTS thr:off Fragment thr:off Power Management:on pan0 no wireless extensions.