Dell Inspiron 1501 Ethernet Controller Driver

This question already has an answer here:

  • Installing Broadcom Wireless Drivers 43 answers

My wireless doesn't work with Ubuntu 12.04.(it worked with 10.04 LTS) I have a Dell Inspiron 1501. I followed the steps posted below:

Run these:

sudo apt-get install --reinstall bcmwl-kernel-source broadcom-sta-common broadcom-sta-source

echo 'blacklist brcmsmac' | sudo tee -a /etc/modprobe.d/blacklist.conf

echo 'blacklist bcma' | sudo tee -a /etc/modprobe.d/blacklist.conf

The first makes sure that the sta driver is in place, the second and third blacklists the two drivers brcmsmac and bcma which clash with the correct sta driver. Copy/paste or make sure your typing is correct!The last step is to go to 'Additional drivers' and enable the driver.**

Dell Inspiron 1501 Ethernet Controller Driver Windows 7

Download Drivers Dell Inspiron 15 N5040. Realtek RTL8111E-VB Gigabit and RTL8105E-VB 10/100 Ethernet Controller Driver. Dell Wireless 1501/1503/1701 Half Mini. Instel network controler driver code(28). Network controller dell driver DELL Inspiron 1501 how to make wizz driver wiz how to fix code p1765. Uninstall k9 web protection without code. Dell Inspiron 1501 Notebook. 12 Answers Dell Inspiron quick press keys to restore factory settings.

....and now i have no Network device on my PC(wired or wireless)

Angelo DaulAngelo Daul

marked as duplicate by Pilot6, MitchOct 7 '15 at 7:05

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

Dell Inspiron 1501 Ethernet Controller Driver

4 Answers

You can remove the alterations from the last 2 commands with vi.

And remove the lines that says

Navigate with the arrow keys to those lines.dd to remove a line.{escape}:wq to save the alterations.

RinzwindRinzwind

I think you are supposed to also run:

and

You see, the point is to black list bcma and brcmsmac and to use wl only instead.

However, for 4311 I believe you are supposed to do this instead:

source: https://help.ubuntu.com/community/BroadcomSTA%28Wireless%29

mchidmchid

You do not need to blacklist anything when you install bcmwl-kernel-source.

This package does it itself. And these blacklists are removed, when the package is removed.

You can also remove these lines by

Pilot6Pilot6

OK, you should change the title of the question since you really want to get wireless working on your Dell Inspiron 1501 with BCM4311 802.11b/g WLAN [14e4:4311].

Ethernet Controller Driver Xp

  1. You will need to undo your blacklisting and my preferred way would be to use the terminal text editor nano so sudo nano /etc/modprobe.d/blacklist.conf and delete the lines you added.
  2. According to the linuxwireless.org b43 page, you should be able to use the b43 driver and this is what I have had the most success with. So remove the packages you installed by running sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source
  3. Now you should be ready to install b43, so run sudo apt-get install firmware-b43-installer
  4. Now simply reboot with your fingers crossed!

Dell Inspiron 1501 Ethernet Controller Drivers

HarlemSquirrelHarlemSquirrel

Dell Inspiron 1501 Ethernet Controller Driver Windows 10

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