Guten Tag Community,
habe den Auftrag bekommen auf einem 4 - 5 Jahre alten Acer Extensa 5220 Linux zu installieren.
Es hakt jetzt leider am WLAN. Es ist eine Broadcom bcm4311 Karte. Im WIKI hab ich den Treiber zum laufen gebracht mit der Firmware und jetzt erkennt er das WLAN - nur verbinden will er nicht. Es scheint bei der authentifizierung Schwierigkeiten zu geben. Das Wlan wird erkannt, aber die Verbindung schlägt immer fehl. Es ist eine WEP verbindung (ja ich weiß... alternative ist bei unserem Router nur WPA und da scheiterts total am NetworkManager, trotzdem versuch ichs demnächst mit WICD).
So jetzt gebe ich mal die Daten durch und sage bereits danke fürs durchlesen und überlegen
3.0.0-15-generic
3.0.0-15-generic
lspci -nnk | grep -i net -A2
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express [14e4:1693] (rev 02) Subsystem: Acer Incorporated [ALI] Device [1025:011c] Kernel driver in use: tg3 -- 04:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01) Subsystem: AMBIT Microsystem Corp. Device [1468:0422] Kernel driver in use: b43-pci-bridge
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 059b:047a Iomega Corp. Select Portable Hard Drive Bus 007 Device 002: ID 04d9:1133 Holtek Semiconductor, Inc.
lspci
Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02) 04:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
egrep -v "^$|^#" /etc/network/interfaces
auto lo iface lo inet loopback
egrep -v "^$|^#" /etc/resolv.conf
nameserver 192.168.2.1
egrep -v "^$|^#" /etc/hosts
127.0.0.1 localhost 127.0.1.1 maggi-ubuntu ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters
cat /etc/udev/rules.d/70-persistent-net.rules
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1d:72:08:d4:b5", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x14e4:0x4311 (b43-pci-bridge)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1e:4c:1b:15:d3", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"ifconfig
eth0 Link encap:Ethernet Hardware Adresse 00:1d:72:08:d4:b5
inet Adresse:192.168.2.102 Bcast:192.168.2.255 Maske:255.255.255.0
inet6-Adresse: fe80::21d:72ff:fe08:d4b5/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:5633 errors:0 dropped:0 overruns:0 frame:0
TX packets:4514 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:6988350 (6.9 MB) TX bytes:505906 (505.9 KB)
Interrupt:16
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet Hardware Adresse 00:1e:4c:1b:15:d3
UP BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
route -n
Kernel-IP-Routentabelle Ziel Router Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0 192.168.2.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
irda0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
ping -c 4 192.168.2.1
PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data. 64 bytes from 192.168.2.1: icmp_req=1 ttl=255 time=1.87 ms 64 bytes from 192.168.2.1: icmp_req=2 ttl=255 time=1.22 ms 64 bytes from 192.168.2.1: icmp_req=3 ttl=255 time=1.26 ms 64 bytes from 192.168.2.1: icmp_req=4 ttl=255 time=1.22 ms --- 192.168.2.1 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms rtt min/avg/max/mdev = 1.224/1.397/1.878/0.279 ms
iwlist chan
lo no frequency information.
eth0 no frequency information.
irda0 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
sudo iwlist scna
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
irda0 Interface doesn't support scanning.
wlan0 Scan completed :
Cell 01 - Address: 00:03:C9:7E:15:C0
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=61/70 Signal level=-49 dBm
Encryption key:on
ESSID:"WLAN"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=000000142aa7aa16
Extra: Last beacon: 992ms ago
IE: Unknown: 0004574C414E
IE: Unknown: 010882848B962430486C
IE: Unknown: 030101
IE: Unknown: 2A0104
IE: Unknown: 2F0104
IE: Unknown: 32040C121860
IE: Unknown: DD06001018010000
rfkill list
0: phy0: Wireless LAN Soft blocked: no Hard blocked: no 1: acer-wireless: Wireless LAN Soft blocked: no Hard blocked: no
lsmod
Module Size Used by parport_pc 32114 0 ppdev 12849 0 dm_crypt 22565 1 joydev 17393 0 acer_wmi 23302 0 sparse_keymap 13658 1 acer_wmi snd_hda_codec_realtek 254125 1 snd_hda_intel 24262 2 snd_hda_codec 91859 2 snd_hda_codec_realtek,snd_hda_intel snd_hwdep 13276 1 snd_hda_codec bnep 17923 2 rfcomm 38408 0 bluetooth 148839 8 bnep,rfcomm snd_pcm 80435 2 snd_hda_intel,snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25241 1 snd_seq_midi arc4 12473 2 usbhid 41905 0 hid 77367 1 usbhid b43 318816 0 snd_seq_midi_event 14475 1 snd_seq_midi pcmcia 39822 0 mac80211 393459 1 b43 snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event tifm_7xx1 12937 0 snd_timer 28932 2 snd_pcm,snd_seq snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq psmouse 73673 0 tifm_core 15040 1 tifm_7xx1 serio_raw 12990 0 yenta_socket 27428 0 pcmcia_rsrc 18367 1 yenta_socket snd 55902 13 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device cfg80211 172427 2 b43,mac80211 pcmcia_core 21511 3 pcmcia,yenta_socket,pcmcia_rsrc soundcore 12600 1 snd snd_page_alloc 14115 2 snd_hda_intel,snd_pcm nsc_ircc 23240 0 irda 185428 1 nsc_ircc crc_ccitt 12595 1 irda binfmt_misc 17292 1 lp 17455 0 parport 40930 3 parport_pc,ppdev,lp usb_storage 44173 1 uas 17699 0 i915 509487 3 firewire_ohci 35854 0 ahci 21634 2 libahci 25727 1 ahci sdhci_pci 13658 0 sdhci 27360 1 sdhci_pci firewire_core 56937 1 firewire_ohci crc_itu_t 12627 1 firewire_core tg3 132972 0 drm_kms_helper 32889 1 i915 drm 192194 4 i915,drm_kms_helper ssb 50682 1 b43 i2c_algo_bit 13199 1 i915 video 18908 1 i915 wmi 18744 1 acer_wmi
dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|atl|ar9|carl|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt3|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis|wmi|ns8|FW'
[ 0.000000] original variable MTRRs [ 0.004315] Initializing cgroup subsys net_cls [ 0.004379] CPU0: Thermal monitoring handled by SMI [ 0.072003] print_constraints: dummy: [ 0.105986] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug [ 0.194653] audit: initializing netlink socket (disabled) [ 0.330162] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.330166] ACPI: Thermal Zone [TZS0] (30 C) [ 0.338486] thermal LNXTHERM:01: registered as thermal_zone1 [ 0.338490] ACPI: Thermal Zone [TZS1] (24 C) [ 0.398720] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 1.450662] wmi: Mapper loaded [ 1.498602] b43-pci-bridge 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 1.498617] b43-pci-bridge 0000:04:00.0: setting latency timer to 64 [ 1.519340] tg3.c:v3.119 (May 18, 2011) [ 1.519399] tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 1.519413] tg3 0000:02:00.0: setting latency timer to 64 [ 1.528133] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243) [ 1.528146] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243) [ 1.528156] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243) [ 1.528166] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243) [ 1.588765] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95787m) rev b002] (PCI Express) MAC address 00:1d:72:08:d4:b5 [ 1.588771] tg3 0000:02:00.0: eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0]) [ 1.588776] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 1.588779] tg3 0000:02:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit] [ 1.687177] ssb: Sonics Silicon Backplane found on PCI device 0000:04:00.0 [ 2.208876] fbcon: inteldrmfb (fb0) is primary device [ 17.177554] tg3 0000:02:00.0: irq 45 for MSI/MSI-X [ 17.214797] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 17.683577] b43-phy0: Broadcom 4311 WLAN found (core revision 10) [ 17.850099] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 17.888132] Registered led device: b43-phy0::tx [ 17.888242] Registered led device: b43-phy0::rx [ 17.888419] Registered led device: b43-phy0::radio [ 17.888622] Broadcom 43xx driver loaded [ Features: PNL, Firmware-ID: FW13 ] [ 18.517722] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 18.861249] tg3 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex [ 18.861254] tg3 0000:02:00.0: eth0: Flow control is on for TX and on for RX [ 18.861464] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 19.116093] acer_wmi: Acer Laptop ACPI-WMI Extras [ 19.136215] acer_wmi: Brightness must be controlled by generic video driver [ 19.992095] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10) [ 20.086379] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 22.545375] Adding 2085884k swap on /dev/mapper/cryptswap1. Priority:-1 extents:1 across:2085884k [ 23.808317] wlan0: authenticate with 00:03:c9:7e:15:c0 (try 1) [ 23.809800] wlan0: 00:03:c9:7e:15:c0 denied authentication (status 1) [ 29.048033] eth0: no IPv6 routers present [ 75.737275] tg3 0000:02:00.0: eth0: Link is down [ 138.529545] audit_printk_skb: 21 callbacks suppressed [ 138.570692] type=1400 audit(1328781307.715:26): apparmor="STATUS" operation="profile_replace" name="/usr/lib/telepathy/mission-control-5" pid=1968 comm="apparmor_parser" [ 138.571273] type=1400 audit(1328781307.715:27): apparmor="STATUS" operation="profile_replace" name="/usr/lib/telepathy/telepathy-*" pid=1968 comm="apparmor_parser" [ 153.869466] wlan0: authenticate with 00:03:c9:7e:15:c0 (try 1) [ 153.870966] wlan0: 00:03:c9:7e:15:c0 denied authentication (status 1) [ 225.596613] tg3 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex [ 225.596618] tg3 0000:02:00.0: eth0: Flow control is on for TX and on for RX [ 228.320666] tg3 0000:02:00.0: eth0: Link is down [ 230.126423] tg3 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex [ 230.126428] tg3 0000:02:00.0: eth0: Flow control is on for TX and on for RX [ 249.547069] tg3 0000:02:00.0: eth0: Link is down [ 273.156368] tg3 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex [ 273.156373] tg3 0000:02:00.0: eth0: Flow control is on for TX and on for RX [ 1504.344336] wlan0: authenticate with 00:03:c9:7e:15:c0 (try 1) [ 1504.345827] wlan0: 00:03:c9:7e:15:c0 denied authentication (status 1)
cat /etc/NetworkManager/NetworkManager.conf
[main] plugins=ifupdown,keyfile [ifupdown] managed=false
2004 – 2012 ubuntuusers.de • Einige Rechte vorbehalten