Pages

Showing posts with label Dell Vostro. Show all posts
Showing posts with label Dell Vostro. Show all posts

Find a Dell Vostro laptop with Ubuntu Linux

Image courtesy: Dell.com

Dell Vostro is a product segment of business-oriented laptop computers. I love the Vostro series because of its durability and good performance compared with other brands. Hard core Linux lovers would like to buy laptops without Windows operating system. They prefer to get laptop with either pre-loaded Linux operating system or to install the favourite Linux. Often computer shops and online stores stocked with laptops with pre-loaded Windows operating system. Windows operating system with laptop computer cost you extra Rs. 8000. If you buy from Dell website, customers can select either Windows/Linux as operating system and help to save money. Visit the Dell website and there you can choose laptop computer with Linux operating system.

How to Install Broadcom Wireless Driver (BCM4313) in Ubuntu / Xubuntu 12.04

I tried following method to install Broadcom wireless Driver with Dell Vostro 3500  in Ubuntu/Xubuntu 12.04 (64 bit) Linux.

First of all check your wireless chipset model number,

lspci | grep Network

Install following prerequisites,

sudo apt-get install linux-headers-generic build-essential dkms

Download the package from here,

Open following file,

gedit /etc/modprobe.d/blacklist.conf

Add following lines,

blacklist b43
blacklist b43legacy
blacklist bcma
blacklist ndiswrapper


Comment the following line,

# blacklist bcm43xx

Restart laptop and check wireless working or not.