I just installed 10.10 on Dell, http://www.ubuntu.com/certification/hardware/201011-6891 along with Widows 7.
However it does not detect any wireless, so I am not able to connect to internet.
Wireless works on windows 7.
I have added my wireless connection but it does not work either. If I connect a cable, it works through Auto eth0.
What is wrong and how can I fix the problem?
Thanks in advance.
Go to System > Administration > Additional Drivers and see if you have a disabled proprietary driver. If any error occurs during enabling of proprietary driver go to Synaptic Package Manager and search for broadcom or bcm. There are lots of alternative. In my case
bcmwl-kernel-source
package worked. I also recommend you to see as well as paste which wireless card you have withlspci | grep wireless
. Be sure to stay wired during this.You could try installing WICD as an alternative to network manager. Many people find network manager simply does not work. I have never had wifi working with network manager but WICD has always solved the issue for me. WICD has limitations in that it does not handle public wifi or VPN but for home and work wifi it is very good.
Plug in your cable and install WICD from the software centre.
The type the following in the terminal
sudo apt-get remove network-manager sudo /etc/init.d/wicd restart
If this does not solve your problem I am out of my depth.