I'm trying to install my wireless drivers (which uses a broadcom card). I tried to install them using the restricted drivers offered on my Ubuntu CD (since my only internet connection is public Wi-Fi). However when I clicked activate it got about halfway through the install process before it gave me this error message:

SystemError: installArchives() failed

The driver in question is this one: Broadcom STA wireless driver

How can I correct this?

link|improve this question

So it fixed itself? I'm not sure how but as of today I turned on my PC and now it works. – Lucas McCoy Apr 16 '10 at 19:27
feedback

5 Answers

up vote 2 down vote accepted
+100

I have Broadcom wireless also, it isn't that good but it get the job done. I think it would be better if we could know the exact model, because depending that you will need a driver or another:

lspci

Also it would be nice to have the

dmesg | tail

output for knowing what error is exactly.

But anyways, there are a lot of options involving this chipset: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx

link|improve this answer
The model number reported from the output of lspci is bcm4312, but as I said in my comment on my question, now the wireless card is working. – Lucas McCoy Apr 17 '10 at 13:47
I gave the bounty to you because I figured you were on the right trail. ;-) – Lucas McCoy Apr 20 '10 at 1:19
feedback

10.04 is still in beta. I would try 9.10 Live, if you can get it working on that one you know that it's a problem with 10.04. If that's the case, than you could file a bug report about 10.04 and you're card.

link|improve this answer
I tried 9.10 and it didn't work so I uninstalled it. I figured 10.04 would have that fixed, but of course they didn't. – Lucas McCoy Apr 11 '10 at 21:35
feedback

FWIW, I discovered that the "patch" package wasn't installed, and that's where the kernel source build was failing. Installed that and it worked.

link|improve this answer
Would be nice if you could mark this as the solution to your question. – Oliver Salzburg Feb 28 at 14:03
feedback

OK. I also went int the Synaptic Package Manager. But I saw that most of the wireless packages had not been installed. So I checked everything to be installed. Then I re-staeted and it worked. Thanks so much for the info. My Brothers Mother-in-law is going to love her new (used Dell) running the best OS on the planet!

link|improve this answer
feedback

After upgrading to Ubuntu 10.04 I had the exact same problem! To solve it:

  1. Open Synaptic Package Manager
  2. Type "broadcom"
  3. Right click on "bcmwl-kernel-source" and mark it for re-installation
  4. Go back to the hardware drivers where you should now be able to activate the broadcom driver without any problems.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.