Ermm, bit of a beginner here, and this could be in the wrong section, if so I apologise…
Last night I upgraded from ubuntu 10.04 to 10.10. Very slow process, but all is working fine.
Apart from my wireless connection to my router.
The icon shows no connection, even though the settings for the connection are set in the table.
ssid and password fine.
So I assume ubuntu cannot detect my wireless device Although 10.04 worked fine.
Any suggestions as to where I should look please? :-[
tim@ubuntu:~$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0402:5602 ALi Corp. M5602 Video Camera Controller
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
tim@ubuntu:~$
Sorry, I should have made it clear at the start, the wireless is built in.
Laptop is Acer Aspire 7110.
For some reason it doesn’t seem to be picking up that the wireless adapter is present… is there a switch to turn wireless ON ?
(wireless must be switched ON before issuing these commands)
also can you try this command:
sudo lshw -C network
(remember Linux commands ARE case sensitive)
and
lspci -vvnn | grep 14e4
if the wireless card is listed, send the output, if it isn’t send the whole output from:
sudo lshw
meanwhile, I’ll see if there are any known issues with the 7110.
From what I can gather, the Aspire 7110 uses a Broadcom bcm43xx wireless chip, so try this…
Attach your Aspire 7110 to your router with an ethernet cable (so it has an active internet connection).
Issue this command:
sudo apt-get install b43-fwcutter
When done… go to System>Administration>Additional Drivers (in menu’s at top of screen)
and if there is a wireless driver listed… activate it (highlight it, click activate).
tim@ubuntu:~$ sudo apt-get install firmware-b43-installer
[sudo] password for tim:
Reading package lists… Done
Building dependency tree
Reading state information… Done
firmware-b43-installer is already the newest version.
The following packages were automatically installed and are no longer required:
kdesudo update-manager-kde
Use ‘apt-get autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
tim@ubuntu:~$
Seriously considering reverting to 10.04 Or will I not be able to install older version over the newer one.
10.10 apperance is nicer, but 10.04 worked out of the box, however. wireless is a priority for me.
Am I being a bit defeatist, Is it possible?