Author Topic: Broadcom wireless problems SOLVED  (Read 2099 times)

Offline Snapshot

  • Hero Member
  • *****
  • Posts: 610
Broadcom wireless problems SOLVED
« on: May 08, 2012, 04:01:12 PM »
I installed PCLOS on my grand-daughter's Dell Inspiron mini but cannot get the wireless card to work. It is a BCM4322 802.11a/b/g/n Wireless LAN controller. Trying to configure it I get the message "Could not install the packages (dkms-broadcom-wl)!" Using Synaptic I see that that package is already installed so why can't I connect or why do I get that message? I don't have a wireless router at home but should that matter if I'm merely trying to configure the system? Thanks.
« Last Edit: May 08, 2012, 09:11:13 PM by Snapshot »
If fishing is interfering
with your business, give
up your business.
Sparse Grey Hackle
(Alfred W. Miller)

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Broadcom wireless problems.
« Reply #1 on: May 08, 2012, 04:42:37 PM »
broadcom-wl driver is known to conflict with b43 driver ... you may need to blacklist the b43 and b43legacy modules and reboot.

please check also: http://www.pclinuxos.com/forum/index.php/topic,104737.0.html

to blacklist a module, edit the file /etc/modprobe.d/blacklist and add the followings:
Quote
blacklist b43
blacklist b43legacy


AS


Offline Snapshot

  • Hero Member
  • *****
  • Posts: 610
Re: Broadcom wireless problems.
« Reply #2 on: May 08, 2012, 04:52:18 PM »
I'll work on it. Thanks.
If fishing is interfering
with your business, give
up your business.
Sparse Grey Hackle
(Alfred W. Miller)

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Broadcom wireless problems.
« Reply #3 on: May 08, 2012, 04:56:17 PM »
I'll work on it. Thanks.

You are welcome!

Please keep us informed about the results  ;)

AS

Offline Snapshot

  • Hero Member
  • *****
  • Posts: 610
Re: Broadcom wireless problems.
« Reply #4 on: May 08, 2012, 05:09:20 PM »
That didn't help at all. The same error message appears. There is a message "Some packages (broadcom-wl) are required but aren't available. Please email texstar @ gmail.com about it.

The following component is missing: wl

The required files can also be installed from broadcom.com/support/802.11/linux_sta.php"
If fishing is interfering
with your business, give
up your business.
Sparse Grey Hackle
(Alfred W. Miller)

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Broadcom wireless problems.
« Reply #5 on: May 08, 2012, 05:14:13 PM »
That didn't help at all. The same error message appears. There is a message "Some packages (broadcom-wl) are required but aren't available. Please email texstar @ gmail.com about it.

The following component is missing: wl

The required files can also be installed from broadcom.com/support/802.11/linux_sta.php"

please, open a terminal and run the following commands:
Code: [Select]
su            # provide your root password
rpm -qa | grep broadcom
uname -r
dkms status

Offline Snapshot

  • Hero Member
  • *****
  • Posts: 610
Re: Broadcom wireless problems.
« Reply #6 on: May 08, 2012, 05:21:49 PM »
broadcom-wl, 5_100_82_112-1pclos2012: added
Error! Could not locate dkms.conf file
File: does not exist
What is this telling me? Thanks for the help.
If fishing is interfering
with your business, give
up your business.
Sparse Grey Hackle
(Alfred W. Miller)

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Broadcom wireless problems.
« Reply #7 on: May 08, 2012, 05:24:14 PM »
broadcom-wl, 5_100_82_112-1pclos2012: added
Error! Could not locate dkms.conf file
File: does not exist
What is this telling me? Thanks for the help.

there is an issue around dkms ... probably you have updated dkms package to dkms-2.2.0 actually in testing ...
please verify with:
Code: [Select]
rpm -q dkms
ls -l /var/lib/dkms


Offline Snapshot

  • Hero Member
  • *****
  • Posts: 610
Re: Broadcom wireless problems.
« Reply #8 on: May 08, 2012, 05:42:39 PM »
dkms-2.2.0.3-pclos2012

total 24
drwxr-xr-x 4 root toot 4096 May 8 13:51 broadcom-wl/
-rw-r--r-- 1 root root  6 Jul 8 2008 dkms_dbversion
drwxr-xr-x 4 root root 4096 May 8 13:51 fglrx/
drwxr-xr-x 4 root root 4096 May 8 13:54 nvidia173/
drwxr-xr-x 4 root root 4096 Jan 31 10:58 nvidia96xx/
drwxr-xr-x 4 root root 4096 May 8 13:53 nvidia-current
If fishing is interfering
with your business, give
up your business.
Sparse Grey Hackle
(Alfred W. Miller)

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Broadcom wireless problems.
« Reply #9 on: May 08, 2012, 05:56:12 PM »
dkms-2.2.0.3-pclos2012


OK, confirmed ... but you should not be using the testing section ... testing is about "possibly unstable packages..."

Anyway, you need to downgrade dkms to version 2.0.19:
 to do so open synaptic, select the package dkms, then Synaptic Top menu -> Package -> Force version -> 2.0.19, do the same for package dkms-minimal.

when done, from a terminal run the following commands, other instructions will follow depending on the result:
Code: [Select]
rpm -qa | grep kernel
dkms status

Offline Snapshot

  • Hero Member
  • *****
  • Posts: 610
Re: Broadcom wireless problems.
« Reply #10 on: May 08, 2012, 08:06:22 PM »
The wireless card is now configured but until I can find a free wifi network I won't be able to test it. That said it looks ok now. Thanks for the help and if there are any more problems I'll post back. For now I'll mark this one solved.

BR,
Bob
If fishing is interfering
with your business, give
up your business.
Sparse Grey Hackle
(Alfred W. Miller)