Skip to main content

Guide to install wifi drivers for ubuntu 12.04

1. Download this file (b43) it includes the broadcom series drivers.

2. Extract the zip file b43

3. Copy the extracted file b43 to filesystem /lib/firmware
unfortunately you wont be able to paste it and it will give an error permission denied. This is because you dont have the root privileges

To grant root privileges through nautilus:

1.open the terminal and type sudo nautilus
enter your password
(it will open a folder through which you can modify the root contents)
note:after this do not terminate the terminal running nautilus

2. Make a new folder in file system rename it to .config
In .config make one more folder named nautilus

path should look like filesystem/.config/nautilus

3.Copy the downloaded file b43 to the path filesystem/ lib/firmware
it should be copied

4. open a new terminal window
type sudo modprobe -V b43  (hit enter)
enter your password (hit enter)
(it will display module_init..............)
this means you have successfully installed the drivers

You will now need to reboot your system.
And its done.






Comments

  1. Is here one for a USB wifi adapter? I tried this one, but I got .12 at the end with no success. Mine is a Kinivo dual band enhanced 300mbps, is almost impossible to install unfortunately ;(

    ReplyDelete
  2. Is a USB adapter and it was easy to install on Windows 7 with the wizard, bought it new, & all I knew about it, is that it was compatible with Linux, but it wasn't true, bcuz Linux is so damn unpredictable & incompatible ;( unlike my other product tp-link. That adapter didn't gave me any problems. "

    ReplyDelete
  3. nautilus folder is not created in .config folder. What sholould i do??

    ReplyDelete
  4. Worked for latest version of Ubuntu

    ReplyDelete
  5. Network manager stopped working after an Ubuntu 14.04 upgrade.
    There are solutions to fix the issue but are too technical for me. Can provide a step by step solution to this problem. Please. Thanks.
    stanleyhlatshwayo@yahoo.com

    ReplyDelete

Post a Comment

Popular posts from this blog

Basics of MS-DOS commands (PDF downloadable)

MS-DOS basic concepts and commands with examples: https://drive.google.com/file/d/0B3e9v7xyGe0ubVBHWnpwUW1ZYnc/edit?usp=sharing MS-DOS simple commands with exmaples: https://drive.google.com/file/d/0B3e9v7xyGe0uVXhlbm9nb01EWWs/edit?usp=sharing

Why do we use log?

"Logarithm" is a word made up by Scottish mathematician John Napier (1550-1617), from the Greek word logos meaning "proportion, ratio or word" and arithmos meaning "number", ... which together makes "ratio-number" ! In its simplest form logarithm gives the info about:            how many a number can give another number basically its used to get the power ie. the exponent of the base number in the log with respect to the log number for eg:  1.  log 2 ( 8 )= 3     ie   2 3   = 8 how many a number (to the base number) (2) another number ( log  number) (8) raise to power (3) 2.    log 2 ( 4 )= 2     ie   2 2   =   4  same goes for the negative logarithms: 1.                    since            reference:  www.mathsisfun.com/algebra/logarithms.html

MATLAB shortcut in ubuntu/linux

Create a symbolic link in  /usr/local/bin , i.e. as su ln -s /usr/local/MATLAB/R2013a/bin/matlab /usr/local/bin/matlab 1.download your own icon- sudo wget http://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png -O /usr/share/icons/matlab.png 2.give your access permission sudo touch /usr/share/applications/matlab.desktop 3.edit your .desktop file sudo gedit /usr/share/applications/matlab.desktop 4.and paste the following into the document. #!/usr/bin/env xdg-open [Desktop Entry] Type=Application Icon=/usr/share/icons/matlab.png Name=MATLAB R2014a Comment=Start MATLAB - The Language of Technical Computing Exec=matlab -desktop Categories=Development;