ubuntuusers.de

Problem mit dem ar5b91 Wireless Adapter

Status: Gelöst | Ubuntu-Version: Ubuntu 9.04 (Jaunty Jackalope)
Antworten |

pete83

Anmeldungsdatum:
19. September 2009

Beiträge: 70

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.

werner1012

Avatar von werner1012

Anmeldungsdatum:
2. August 2008

Beiträge: 239

Wohnort: Burgenland/Österreich

Hallo pete83,

zunächst einmal Willkommen bei Ubuntu.

Ich vermute, dass es daran liegt, dass du die "linux-backport-modules-jaunty" noch nicht installiert hast.

Das geht entweder über die Synaptic-Paketverwaltung oder über den Terminal. In der Synaptic-Paketverwaltung musst du nur das Paket suchen, zum Installieren vormerken und danach "Anwenden" wählen.

Wenn du es mit dem Terminal machen willst, den Terminal öffnen, danach eingeben - siehe http://forum.ubuntuusers.de/topic/kein-wlan-mit-netbook-asus-n10e-atheros-ar928/?highlight=ar928x#post-2102207, http://forum.ubuntuusers.de/topic/wlan-atheros-ar928x-vs-kernel-2-6-28-13/#post-2077451:

sudo apt-get linux-backport-modules-jaunty

Wenn es dann noch nicht funktioniert, lies dir bitte den Artikel http://forum.ubuntuusers.de/topic/vor-dem-erstellen-eines-neuen-beitrags-bitte-/ und versuche die dort empfohlenen Informationen zu geben.

pete83

(Themenstarter)

Anmeldungsdatum:
19. September 2009

Beiträge: 70

Vielen Dank für die schnelle Hilfe ☺

Das Paket war tatsächlich nicht installiert, hab das jetzt auch gemacht, aber leider funktioniert es immernoch nicht. Er erkennt schon, dass eine Wireless Karte da ist, ich kann auch auf connecten klicken, wenn ich die ESSID selbst zur Verfügung stelle, aber er kann dann nicht verbinden am Ende, und er erkennt das Netzwerk auch nicht von allein. Okay, ich versuche mal noch mehr Infos zu posten. Der Router ist ein TP-Link TL-WR941ND. Das Netzwerk hatte ich zum Probieren immer auf unverschlüsselt gestellt. Und die Wireless-spezifischen Abfragen ergeben:

pete@pete-laptop:~$ iwlist chan
lo        no frequency information.

eth0      no frequency information.

wlan0     14 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Channel 14 : 2.484 GHz
pan0      no frequency information.

–-

pete@pete-laptop:~$ sudo iwlist scan
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

wlan0     No scan results

pan0      Interface doesn't support scanning.

–-

pete@pete-laptop:~$ lsmod
Module                  Size  Used by
binfmt_misc             7600  1 
i915                  153504  3 
ppdev                   6560  0 
sco                     9380  2 
bridge                 41852  0 
stp                     2296  1 bridge
rfcomm                 32200  0 
llc                     5904  2 bridge,stp
bnep                   10976  2 
l2cap                  19208  6 rfcomm,bnep
sbs                    11272  0 
sbshc                   5260  1 sbs
lp                      9328  0 
parport                32668  2 ppdev,lp
arc4                    1616  2 
snd_hda_codec_realtek   180524  1 
snd_hda_intel          23820  3 
snd_hda_codec          60408  2 snd_hda_codec_realtek,snd_hda_intel
snd_pcm_oss            31244  0 
snd_mixer_oss          13064  1 snd_pcm_oss
ath9k                 251028  0 
snd_pcm                57776  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
mac80211              192984  1 ath9k
ath                     7840  1 ath9k
snd_seq_dummy           2500  0 
snd_seq_oss            24604  0 
snd_seq_midi            6008  0 
snd_rawmidi            19700  1 snd_seq_midi
cfg80211              110480  3 ath9k,mac80211,ath
snd_seq_midi_event      6592  2 snd_seq_oss,snd_seq_midi
rfkill_backport        18460  1 cfg80211
snd_seq                44436  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
psmouse                51088  0 
snd_timer              18572  2 snd_pcm,snd_seq
serio_raw               5056  0 
pcspkr                  2160  0 
rng_core                3892  0 
snd_seq_device          6748  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
led_class               3952  1 ath9k
video                  18584  1 i915
ac                      4116  0 
battery                10468  0 
output                  2748  1 video
snd                    52916  17 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc          8412  2 snd_hda_intel,snd_pcm
r8169                  28372  0 
mii                     4704  1 r8169
uhci_hcd               19544  0 
compcache               5656  1 
lzo_decompress          2396  1 compcache
lzo_compress            2192  1 compcache
tlsf                    5244  1 compcache

–-

pete@pete-laptop:~$ dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|atme|at7|herm|iwl|ipw|rtl8|rt2|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis'
[    0.003333]  per task-struct memory footprint: 1920 bytes
[    0.006773] Initializing cgroup subsys net_cls
[    0.178198] net_namespace: 1272 bytes
[    1.124853] audit: initializing netlink socket (disabled)
[    1.396993] thermal LNXTHERM:01: registered as thermal_zone0
[    1.397053] ACPI: Thermal Zone [THRM] (49 C)
[    1.808499] Driver 'sd' needs updating - please use bus_type methods
[    1.808752] Driver 'sr' needs updating - please use bus_type methods
[    3.410096] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.410165] r8169 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.410217] r8169 0000:01:00.0: setting latency timer to 64
[    3.410464] r8169 0000:01:00.0: irq 26 for MSI/MSI-X
[    3.429342] eth0: RTL8102e at 0xf8074000, 00:24:21:69:15:ca, XID 34a00000 IRQ 26
[    4.085528] Adding 252316k swap on /dev/ramzswap0.  Priority:100 extents:1 across:252316k 
[   12.533818] ath9k 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   12.533845] ath9k 0000:02:00.0: setting latency timer to 64
[   13.001168] ath: EEPROM regdomain: 0x60
[   13.001175] ath: EEPROM indicates we should expect a direct regpair map
[   13.001184] ath: Country alpha2 being used: 00
[   13.001189] ath: Regpair used: 0x60
[   13.055914] phy0: Selected rate control algorithm 'ath9k_rate_control'
[   13.064438] Registered led device: ath9k-phy0::radio
[   13.064639] Registered led device: ath9k-phy0::assoc
[   13.064827] Registered led device: ath9k-phy0::tx
[   13.065022] Registered led device: ath9k-phy0::rx
[   13.892205] Adding 2955920k swap on /dev/sda5.  Priority:-1 extents:1 across:2955920k 
[   22.353874] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   27.562179] r8169: eth0: link up
[   27.562193] r8169: eth0: link up
[   27.611544] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   38.073449] eth0: no IPv6 routers present
[  110.667692] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  617.283887] r8169: eth0: link down
[  622.332249] r8169: eth0: link up
[  624.248023] r8169: eth0: link down
[  627.708626] r8169: eth0: link up
[  817.781941] r8169: eth0: link down
[  822.795475] r8169: eth0: link up
[  824.746166] r8169: eth0: link down
[  828.213936] r8169: eth0: link up

werner1012

Avatar von werner1012

Anmeldungsdatum:
2. August 2008

Beiträge: 239

Wohnort: Burgenland/Österreich

Hallo pete83,

zeigst du bitte auch deine aktuellen Ausgaben von iwconfig, ifconfig, route -n, deiner /etc/network/interfaces und deiner /etc/resolv.conf?

Ist dein Netzwerk vielleicht unsichtbar ("wlan0 No scan results")?

Könnte es sein, dass deine WLAN-Karte ausgeschaltet ist?

pete83

(Themenstarter)

Anmeldungsdatum:
19. September 2009

Beiträge: 70

AAAAAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaah, du hast recht, ich verdammter Idiot.

Ich hab irgendwie automatisch verplant angenommen, dass "enable wireless" die Karte Hardware-mäßig ein- und ausschalten würde, was natürlich Mist ist, sondern man muss sie mit ner Fn+blabla Kombination aktivieren *KopfandieWandhau*

Jetzt findet er die Netzwerke und kann sich auch unverschlüsselt connecten, bloß WPA2 Verschlüsselung hab ich noch nicht zum Laufen gebracht, aber dazu werd ich erstmal das Tutorial hier durchgehen (es sei denn dir würde spontan ein Grund wie "Paket blabla installieren" einfallen, woran das liegen könnte 😉 )

Also vielen Dank für alles und sorry fürs Zeitverschwenden...

Antworten |