Hi,
I’m reinstalling opensuse 11.3 with KDE. In previous setup I got it working. It is a fresh x64 install. Update all is done. Pacman repo added.
Browsing similar threads found out that this might help
linux-86y8:/home/lukas # echo "blacklist ssb" >> /etc/modprobe.d/50-blacklist.conf
//blacklisting was done a few boots ago
linux-86y8:/home/lukas # lsmod | grep "b43\|ssb\|wl"
ssb 64697 0
mmc_core 83419 1 ssb
pcmcia 66829 1 ssb
linux-86y8:/home/lukas # /sbin/modprobe -v wl
insmod /lib/modules/2.6.34.7-0.5-default/updates/wl.ko
linux-86y8:/home/lukas # lsmod | grep "b43\|ssb\|wl"
wl 1970281 0
ssb 64697 0
mmc_core 83419 1 ssb
pcmcia 66829 1 ssb
linux-86y8:/home/lukas # uname -r
2.6.34.7-0.5-default
linux-86y8:/home/lukas # lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub [8086:2a40] (rev 07)
Subsystem: Dell Device [1028:02aa]
............
Kernel driver in use: radeon
09:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller [11ab:4354] (rev 13)
Subsystem: Dell Device [1028:02aa]
Kernel driver in use: sky2
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
Subsystem: Dell Wireless 1397 WLAN Mini-Card [1028:000c]
linux-86y8:/home/lukas # rpm -qa | grep broadcom
broadcom-wl-kmp-default-5.60.48.36_k2.6.34.7_0.5-7.pm.8.11.x86_64
broadcom-wl-5.60.48.36-7.pm.8.11.x86_64
linux-86y8:/home/lukas # dmesg|grep firmware
1.409021] platform radeon_cp.0: firmware: requesting radeon/RV710_pfp.bin
1.420291] platform radeon_cp.0: firmware: requesting radeon/RV710_me.bin
1.424971] platform radeon_cp.0: firmware: requesting radeon/R700_rlc.bin
linux-86y8:/home/lukas # dmesg|tail
1195.391504] martian source 255.255.255.255 from 192.168.0.1, on dev eth0
1195.391510] ll header: ff:ff:ff:ff:ff:ff:00:17:9a:fd:f5:6b:08:00
1204.632022] eth0: no IPv6 routers present
1454.009701] SFW2-OUT-ERROR IN= OUT=eth0 SRC=192.168.0.80 DST=195.135.221.134 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=7446 DF PROTO=TCP SPT=48619 DPT=80 WINDOW=453 RES=0x00 ACK FIN URGP=0 OPT (0101080A000466F604D41531)
linux-86y8:/home/lukas # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
linux-86y8:/home/lukas # iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
linux-86y8:/home/lukas #
It must be also noted, that in YAST network settings BCM4312 card is preset, it
says “Device name: wlan0, Loaded automatically on boot, ip address set over DHCP” (translated version).
Also in Devices > Module name drop down, no module is given.
Any help is very valuable.
Thanks
Lukas
edit: b43* packages is currently not installed