I have installed open suse 11.3 with no issue, but I can't find the dirvers for the wireless network card/
Wireless, Half Mini-Card, DW1520
Thanks
I have installed open suse 11.3 with no issue, but I can't find the dirvers for the wireless network card/
Wireless, Half Mini-Card, DW1520
Thanks
Please post the result of
Code:/sbin/lspci -nnk
Leap 15_KDE
My Articles Was I any help? If yes: Click the star below ✰
Here is the output
Many Thanks
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:0443]
Kernel driver in use: agpgart-intel
00:01.0 PCI bridge [0604]: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port [8086:2a41] (rev 07)
Kernel driver in use: pcieport
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: i915
00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 03)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 03)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: ehci_hcd
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: HDA Intel
00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 03)
Kernel driver in use: pcieport
00:1c.1 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 [8086:2942] (rev 03)
Kernel driver in use: pcieport
00:1c.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 [8086:2948] (rev 03)
Kernel driver in use: pcieport
00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 03)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 03)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 03)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 03)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 93)
00:1f.0 ISA bridge [0601]: Intel Corporation ICH9M-E LPC Interface Controller [8086:2917] (rev 03)
Subsystem: Dell Device [1028:0443]
00:1f.2 SATA controller [0106]: Intel Corporation ICH9M/M-E SATA AHCI Controller [8086:2929] (rev 03)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 03)
Subsystem: Dell Device [1028:0443]
01:00.0 VGA compatible controller [0300]: nVidia Corporation GT215 [GeForce GT 335M] [10de:0caf] (rev a2)
Subsystem: Dell Device [1028:0443]
01:00.1 Audio device [0403]: nVidia Corporation High Definition Audio Controller [10de:0be4] (rev a1)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: HDA Intel
02:00.0 Ethernet controller [0200]: Atheros Communications AR8132 Fast Ethernet [1969:1062] (rev c0)
Subsystem: Dell Device [1028:0443]
Kernel driver in use: atl1c
08:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)
Subsystem: Dell Device [1028:000e][/COLOR]
1a:00.0 FireWire (IEEE 1394) [0c00]: JMicron Technology Corp. IEEE 1394 Host Controller [197b:2380]
Subsystem: Dell Device [1028:0443]
Kernel driver in use: ohci1394
1a:00.1 System peripheral [0880]: JMicron Technology Corp. SD/MMC Host Controller [197b:2382]
Subsystem: Dell Device [1028:0443]
Kernel driver in use: sdhci-pci
1a:00.3 System peripheral [0880]: JMicron Technology Corp. MS Host Controller [197b:2383]
Subsystem: Dell Device [1028:0443]
Kernel driver in use: jmb38x_ms
Please try this:
Code:sudo /usr/sbin/install_bcm43xx_firmwarerebootCode:modprobe b43
Leap 15_KDE
My Articles Was I any help? If yes: Click the star below ✰
You need to install the broadcom-wl and broadcom-wl-kmp-YOURKERNELFLAVOR packages from the Packman repositories. These provide the drivers and install scripts for your card. Reboot after install of the drivers, and your NIC should work.
° Appreciate my reply? Click the star and let me know why.
° Perfection is not gonna happen. No way.
https://en.opensuse.org/openSUSE:Board#Members
http://en.opensuse.org/User:Knurpht
http://nl.opensuse.org/Gebruiker:Knurpht
Yes
I wasn't sure if b43 or wl was best
Here is a broadcom-wl guide
Install Broadcom Drivers from Packman
Leap 15_KDE
My Articles Was I any help? If yes: Click the star below ✰
On 10/24/2010 01:06 PM, caf4926 wrote:
> Yes
> I wasn't sure if b43 or wl was best
>
> Here is a broadcom-wl guide
> 'Install Broadcom Drivers from Packman' (http://tinyurl.com/2c72nor)
That is an N PHY. Wl is needed.
Thanks Larry
@qsummon
This means you should follow this
Install Broadcom Drivers from Packman
Leap 15_KDE
My Articles Was I any help? If yes: Click the star below ✰
Just for the record:
So at least for the future, brcm80211 will be another candidate.Code:/lib/modules/2.6.31.14-0.1-desktop/updates/drivers/staging/brcm80211/brcm80211.ko alias: pci:v000014E4d00004353sv*sd*bc*sc*i* -- /lib/modules/2.6.31.14-0.1-desktop/updates/wl.ko alias: pci:v000014E4d00004353sv*sd*bc*sc*i*
This works great !!!
Last question
I'm seeing the connection is only 2 Mb/s
Any idea why?
Thank you
Bookmarks