Wednesday, 22 April 2015

Fixing "No Wireless Connections" issue after the fresh installation of Ubuntu Utopic 14.10

Hello Everyone..!!
Some days ago, I faced a li'l stupid but a real serious problem after i have installed a fresh Ubuntu 14.10 operating system..!!
 " My system was not showing any of the wireless connections "

Since i was new to Linux at that time.. i have searched really hard to fix my wi-fi issue and resolve it by some simple following steps:

1. First of all i checked pci.id by running the command
    # lspci -nn -d 14e4:
    which showed pci.id= 14e4:4315
2. Update
    # sudo apt-get update
3. Install package firmware-b43-installer
    # sudo apt-get install firmware-b43-installer

and tadaa.. It worked..!! My system is now showing all the wireless connections..!!  

Hope it helps someone to initiate with Ubuntu..!! Do let me know if it does..!!

Thankyou..!! :-)

No comments:

Post a Comment