Where can I find Dell 1510 Wireless-N drivers for Ubuntu 11.04?
Asked
Active
Viewed 5,520 times
3 Answers
1
For a quick broad fix for dell internet connections I use a USB wireless adapter. Cisco linksys adapter is recognised by many Linux distros as well as Windows. I also have a Realtek adapter on one of my laptops running Ultimate Edition Linux.
Hope this helps and saves some time for you.
Eric Carvalho
- 55,453
Clarence Ray
- 11
1
I believe the 1510 is a Broadcom card. You can get these drivers either by opening
jockey-gtk
or by running
sudo apt-get install bcmwl-* && sudo modprobe wl
Chris Wayne
- 3,292
0
What you need to know is which chip set is used for WiFi. Run the following and you set what chip set is used.
lspci |grep Net
fragos
- 3,583