Apparently, when I copied and pasted the 'instructions' into Terminal, only the 'first' instruction was performed. Out of desperation, I entered the second instruction again "sudo apt-get install firmware-b43-installer and it worked and began downloading and installing. When that was finished, I did the next two instructions 'individually'. For some reason, the computer froze up and I had to turn off the computer manually and upon restart, the the wireless connections were available. I disconnected the cable and connected to my wireless router without a hitch.
I personally want to thank the folk(s) who developed ZORIN and the updates that goes with keeping it running smoothly. I also want to thank those who monitor these posts , Madvinegar in particular, and provide such a huge amount of information to help others like me who can't do much more than "use" a computer. Many thanks to everyone. I will be making a donation in the near future to help a little with time and effort and other expenses.
I also have a Dell D630 and installed Zorin 8 on it and everything seems to work great; EXCEPT, wi-fi.
I confirmed that I have the Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01). I input into Terminal the instructions as provided below, but alas, I still can't get wireless. I have 're-installed' the OS from a DVD I burned, but, sadly I didn't change the burn speed. Both the 'second' and 'third' install, I chose to make Zorin the only OS on the computer (eliminating XP completely). I did download the OS to a thumb drive and I still have it.
1. Would it help to reboot (re-install) from the thumb drive? The only problem I seem to have is wi-fi. However, I have not tried to install a printer. I have a Kodak printer which I use in the wireless mode.
2. Is there something else I can do (or maybe I'm not following the instructions correctly) Supposedly, after I ran the the instructions below, an install was done.
I'm certainly not a computer geek by any means, so I'm having a little bit of a problem with inputting instructions into the Terminal. First off, what does "CODE: SELECT ALL" mean? It's not a valid command for Terminal, so I'm guessing it means to input all the commands shown at one time. If that's the case, do they have to be on separate lines and how do you do that? I really have searched the forum and the help section, even in Terminal but can't find the answers. What I've done so far is 'copy and paste' from the posts to the Terminal to get accomplished what I have so far.
I apologize for the questions in advance and hope there is some way you can help me get the wireless internet connection going. From what I've seen so far of Zorin, I'm wondering what I didn't try it much sooner.
[quote="madvinegar"]If you have BCM4311 (this will be double ckecked with the result of the "lspci -nn" command), then the correct procedure to get the wireless working is the following: You need internet connection for the below to work.
In terminal:
- Code:
sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get install b43-fwcutter
sudo apt-get install firmware-b43-installer
sudo modprobe -r b43
sudo modprobe b43
Your wireless should spring to life. A restart may be needed.