ubuntuusers.de

Acer Aspire 5710Z - Kein WLAN mit 11.04

Status: Gelöst | Ubuntu-Version: Ubuntu 11.04 (Natty Narwhal)
Antworten |

typx

Anmeldungsdatum:
26. Januar 2009

Beiträge: 37

Hallo, bezugnehmend auf diesen Thread (http://forum.ubuntuusers.de/topic/kein-wlan-mit-11-/) hier die Terminalausgaben für ein Acer Aspire 5710Z:

uname -a

Linux wurst-laptop 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux

egrep -v "^$|^#" /etc/network/interfaces

auto lo
iface lo inet loopback

egrep -v "^$|^#" /etc/resolv.conf

domain speedport.ip
search speedport.ip
nameserver 192.168.1.1

egrep -v "^$|^#" /etc/hosts

127.0.0.1	localhost.localdomain	localhost
::1	wurst-laptop	localhost6.localdomain6	localhost6
127.0.1.1	wurst-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

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 0x14e4:0x1693 (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1b:38:22:12:e4", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x14e4:0x4311 (b43-pci-bridge)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1c:26:00:5e:3f", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

# PCI device 0x14e4:0x4311 (wl)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1c:26:00:5e:3f", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"

ifconfig

eth0      Link encap:Ethernet  Hardware Adresse 00:1b:38:22:12:e4  
          inet Adresse:192.168.1.148  Bcast:192.168.1.255  Maske:255.255.255.0
          inet6-Adresse: fe80::21b:38ff:fe22:12e4/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
          RX packets:1216594 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2999630 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX bytes:95825819 (95.8 MB)  TX bytes:4301467244 (4.3 GB)
          Interrupt:18 

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:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0 
          RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)

route -n

Kernel-IP-Routentabelle
Ziel            Router          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

iwconfig

lo        no wireless extensions.

eth0      no wireless extensions.

iwlist chan

lo        no frequency information.

eth0      no frequency information.

sudo iwlist scan

lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

rfkill list

lsmod

Module                  Size  Used by
binfmt_misc            13213  1 
parport_pc             32111  0 
ppdev                  12849  0 
snd_hda_codec_realtek   255820  1 
joydev                 17322  0 
snd_hda_intel          24140  2 
snd_hda_codec          90901  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              13274  1 snd_hda_codec
i915                  450944  3 
snd_pcm                80244  2 snd_hda_intel,snd_hda_codec
snd_seq_midi           13132  0 
snd_rawmidi            25269  1 snd_seq_midi
snd_seq_midi_event     14475  1 snd_seq_midi
drm_kms_helper         40745  1 i915
snd_seq                51291  2 snd_seq_midi,snd_seq_midi_event
snd_timer              28659  2 snd_pcm,snd_seq
drm                   180037  4 i915,drm_kms_helper
wl                   2642531  0 
snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
psmouse                73312  0 
i2c_algo_bit           13184  1 i915
serio_raw              12990  0 
snd                    55295  13 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
lib80211               14570  1 wl
soundcore              12600  1 snd
snd_page_alloc         14073  2 snd_hda_intel,snd_pcm
video                  18951  1 i915
lp                     13349  0 
parport                36746  3 parport_pc,ppdev,lp
ahci                   21591  3 
sdhci_pci              13623  0 
tg3                   131476  0 
sdhci                  22720  1 sdhci_pci
libahci                25548  1 ahci

dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|9170|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis|wmi'

[    0.000000] Linux version 2.6.38-8-generic (buildd@vernadsky) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 (Ubuntu 2.6.38-8.42-generic 2.6.38.2)
[    0.004353] Initializing cgroup subsys net_cls
[    0.004423] CPU0: Thermal monitoring enabled (TM1)
[    0.161651] print_constraints: dummy: 
[    0.234322] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.252970] wmi: Mapper loaded
[    0.337594] audit: initializing netlink socket (disabled)
[    0.504110] thermal LNXTHERM:00: registered as thermal_zone0
[    0.504117] ACPI: Thermal Zone [TZ00] (45 C)
[    0.608080] thermal LNXTHERM:01: registered as thermal_zone1
[    0.608085] ACPI: Thermal Zone [TZ01] (45 C)
[    0.608169] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.072377] i2c-core: driver [adp5520] using legacy suspend method
[    1.072381] i2c-core: driver [adp5520] using legacy resume method
[    1.073838] ata2: port disabled. ignoring.
[    1.074402] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.141030] device-mapper: multipath: version 1.2.0 loaded
[    1.141034] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.564344] tg3.c:v3.116 (December 3, 2010)
[    1.564363] tg3 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.564375] tg3 0000:04:00.0: setting latency timer to 64
[    1.650818] tg3 0000:04:00.0: eth0: Tigon3 [partno(BCM95787m) rev b002] (PCI Express) MAC address 00:1b:38:22:12:e4
[    1.650825] tg3 0000:04:00.0: eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[    1.650830] tg3 0000:04:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    1.650834] tg3 0000:04:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[   22.142808] Adding 1951828k swap on /dev/sda5.  Priority:-1 extents:1 across:1951828k 
[   22.851066] lib80211_crypt: registered algorithm 'NULL'
[   22.919139] wl: module license 'MIXED/Proprietary' taints kernel.
[   23.140630] wl 0000:05:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   23.140642] wl 0000:05:00.0: setting latency timer to 64
[   23.143291] eth%d: 5.100.82.38 driver failed with code 21
[   27.705819] tg3 0000:04:00.0: irq 45 for MSI/MSI-X
[   27.878017] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   29.432027] tg3 0000:04:00.0: eth0: Link is up at 100 Mbps, full duplex
[   29.432034] tg3 0000:04:00.0: eth0: Flow control is on for TX and on for RX
[   29.432236] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   39.688048] eth0: no IPv6 routers present

cat /var/lib/NetworkManager/NetworkManager.state

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true

LinusNichtTorvalds

Avatar von LinusNichtTorvalds

Anmeldungsdatum:
7. August 2008

Beiträge: 1626

Wohnort: /dev/hardcore

Die wichtigste Ausgabe hast du vergessen:

1
lspci -nnk | grep -i net -A2 

typx

(Themenstarter)

Anmeldungsdatum:
26. Januar 2009

Beiträge: 37

lspci -nnk | grep -i net -A2

04:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express [14e4:1693] (rev 02)
	Subsystem: Acer Incorporated [ALI] Device [1025:012e]
	Kernel driver in use: tg3
--
05:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
	Subsystem: AMBIT Microsystem Corp. Device [1468:0422]
	Kernel modules: wl, ssb

elektronenblitz63

Avatar von elektronenblitz63

Anmeldungsdatum:
16. Januar 2007

Beiträge: 29307

Wohnort: NRW

Hallo,
deinstalliere den Broadcom Station-Treiber und installiere die benötigte Firmware für b43. Siehe dazu auch WLAN/Karten/Broadcom

typx

(Themenstarter)

Anmeldungsdatum:
26. Januar 2009

Beiträge: 37

Danke für die Hilfe. Deinstallieren und Sperren des Natty Treibers und anschließendes installierten der Maverick Version haben geholfen.

Antworten |