This question already has an answer here:
- Dell Inspiron 1501 Ethernet Controller Driver Windows 7
- Ethernet Controller Driver Xp
- Dell Inspiron 1501 Ethernet Controller Drivers
- Dell Inspiron 1501 Ethernet Controller Driver Windows 10
- 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)
marked as duplicate by Pilot6, Mitch♦Oct 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.
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.
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
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
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
- 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. - 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
- Now you should be ready to install b43, so run
sudo apt-get install firmware-b43-installer
- Now simply reboot with your fingers crossed!