I have a Dell laptop Studio 1735 bought more or less two years ago. I decided to install Opensuse 11.3 and when the installation process finished the wireless card was not working. As a newbie in Linux I have started to make my own research in internet and I discovered that the cards with Broadcom chipset give some troubles.
So I started to gather all the information about my wireless card and I tried to solve the issue by myself, but unfortunately I did have no success. I report below the info I got with Yast and the line command tool.
- Yast=> Hardware => Hardware Information
Wireless 1510 Wireless-N WLAN Mini-Card
Kernel Driver:ssb
And the rest of the info log
34: PCI c00.0: 0280 Network controller
[Created at pci.318]
Unique ID: zb5c.gyef+lfqPY1
Parent ID: qTvu.1SGvPCdkja9
SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:0c:00.0
SysFS BusID: 0000:0c:00.0
Hardware Class: network
Model: “Dell Wireless 1510 Wireless-N WLAN Mini-Card”
Vendor: pci 0x14e4 “Broadcom”
Device: pci 0x432b “BCM4322 802.11a/b/g/n Wireless LAN Controller”
SubVendor: pci 0x1028 “Dell”
SubDevice: pci 0x000d “Wireless 1510 Wireless-N WLAN Mini-Card”
Revision: 0x01
Driver: “b43-pci-bridge”
Driver Modules: “ssb”
Memory Range: 0xf6cfc000-0xf6cfffff (rw,non-prefetchable)
IRQ: 17 (2 events)
Module Alias: “pci:v000014E4d0000432Bsv00001028sd0000000Dbc02sc80i00”
Driver Info #0:
Driver Status: ssb is active
Driver Activation Cmd: “modprobe ssb”
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #21 (PCI bridge)
- /sbin/lspci
09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)
0c:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01)
- /sbin/lspci -nnv | grep 14e4
09:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe [14e4:1698] (rev 10)
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)
- sudo /usr/sbin/iwlist scan
lo Interface doesn’t support scanning.
eth0 Interface doesn’t support scanning.
pan0 Interface doesn’t support scanning.
- **/usr/sbin/iwconfig **
lo no wireless extensions.
eth0 no wireless extensions.
pan0 no wireless extensions.
-
dmesg | grep b43
6.709978] b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
6.709993] b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
6.815352] b43-phy0: Broadcom 4322 WLAN found (core revision 16)
6.830292] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 8, Type 4, Revision 4)
6.831035] b43: probe of ssb0:0 failed with error -95 -
dmesg | grep Broadcom
1.555156] usb 3-1: Manufacturer: Broadcom
6.815352] b43-phy0: Broadcom 4322 WLAN found (core revision 16)
6.831048] Broadcom 43xx driver loaded Features: PMLS, Firmware-ID: FW13 ]
What I have done so far was to download the firmware from the following address
**
http://mirror2.openwrt.org/sources/broadcom-wl-4.178.10.4.tar.bz2**
I download it in my USB memory stick and copied it in my home directory. After I did the following:
tar xjf broadcom-wl-4.178.10.4.tar.bz2
b43-fwcutter -w /lib/firmware broadcom-wl-4.178.10.4.tar.bz2/linux/wl_apsta.o
sudo /sbin/modprobe -rv b43
sudo /sbin/modprobe -v b43
but unfortunately after rebooting everything was like before: the wireless is still not working. I tried to use NetworkConnection but the Wireless tab is not even available.
It seems that it is not a firmware issue.
Please, can anyone help me ?