Das Gerät ist ein DesktopPC und besitzt daher weder Schalter noch FN Tasten. =/
Hab das ganze mal über meinen USB Stick kopiert da es doch zu lang zum abtippen wäre ...
rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
sudo rfkill unblock all
(gab nix)
dmesg | grep b43
[ 2.423174] b43-pci-bridge 0000:05:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 17.111977] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
[ 18.792521] b43 ssb0:0: firmware: requesting b43/ucode5.fw
[ 18.834497] b43 ssb0:0: firmware: requesting b43-open/ucode5.fw
[ 18.836484] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[ 18.836487] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
[ 18.836489] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[ 18.860519] b43 ssb0:0: firmware: requesting b43/ucode5.fw
[ 18.862392] b43 ssb0:0: firmware: requesting b43-open/ucode5.fw
[ 18.864434] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[ 18.864438] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
[ 18.864440] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
lsmod
Module Size Used by
binfmt_misc 8356 1
ppdev 6688 0
dm_crypt 12928 0
arc4 1660 2
ecb 2524 2
b43 122136 0
mac80211 181076 1 b43
snd_hda_codec_realtek 203328 1
snd_hda_intel 26920 2
snd_hda_codec 75708 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 7200 1 snd_hda_codec
iptable_filter 3100 0
snd_seq_dummy 2656 0
ip_tables 11692 1 iptable_filter
snd_ctxfi 81876 1
x_tables 16544 1 ip_tables
cfg80211 93052 2 b43,mac80211
led_class 4096 1 b43
snd_pcm_oss 37920 0
snd_mixer_oss 16028 1 snd_pcm_oss
snd_pcm 75296 4 snd_hda_intel,snd_hda_codec,snd_ctxfi,snd_pcm_oss
joydev 10272 0
psmouse 56500 0
serio_raw 5280 0
snd_seq_oss 28576 0
snd_seq_midi 6432 0
snd_rawmidi 22208 1 snd_seq_midi
snd_seq_midi_event 6940 2 snd_seq_oss,snd_seq_midi
snd_seq 50224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 22276 2 snd_pcm,snd_seq
snd_seq_device 6920 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 59204 19 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_ctxfi,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 7264 1 snd
snd_page_alloc 9156 2 snd_hda_intel,snd_pcm
lp 8964 0
parport 35340 2 ppdev,lp
dm_raid45 84228 0
xor 15620 1 dm_raid45
ssb 35300 1 b43
usbhid 38208 0
r8169 32064 0
mii 5212 1 r8169
intel_agp 27484 0
agpgart 34988 1 intel_agp
Die Fehler klingen so als ob die Treiber dann doch nicht vorhanden sind - wenn das stimmt ist was im Kernel falsch oder?
Werde mal auf wireless.kernel.org suchen und schauen ob ich was finde.
Danke schon mal.