Wireless not working on Toshiba A665D and Ubuntu 9.04

Asked by Ed Johnson

Computer is Toshiba A665D
Network controler seems to not load a driver and will not identify network so my wireless will not work

09:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8176 (rev 01)
 Subsystem: Realtek Semiconductor Co., Ltd. Device 8181
 Flags: bus master, fast devsel, latency 0, IRQ 11
 I/O ports at c000 [size=256]
 Memory at fe900000 (64-bit, non-prefetchable) [size=16K]
 Capabilities: <access denied>

0a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
 Subsystem: Toshiba America Info Systems Device fd30
 Flags: bus master, fast devsel, latency 0, IRQ 29
 I/O ports at b000 [size=256]
 Memory at d0204000 (64-bit, prefetchable) [size=4K]
 Memory at d0200000 (64-bit, prefetchable) [size=16K]
 Capabilities: <access denied>
 Kernel driver in use: r8169
 Kernel modules: r8169

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Geoffrey McClinsey
Solved:
Last query:
Last reply:
Revision history for this message
Geoffrey McClinsey (geoffmcc) said :
#1

This may not apply but I spoke to someone else having troubles with wifi. Although was a different chip set i notice some simularites to your post.

1. He had Kernel Driver in use and module listed.
2. He also had the line Capabilities: <access denied>

Solution for him was to run

rfkill list

command returned

0: hp-wifi: Wireless LAN
   Soft blocked: yes
   Hard Blocked: yes
2: phy0: Wireless LAN
   Soft blocked: no
   Hard Blocked: yes

Then he ran rfkill unblock wifi

and then rfkill list again but this time output was

0: hp-wifi: Wireless LAN
   Soft blocked: no
   Hard Blocked: no
2: phy0: Wireless LAN
   Soft blocked: no
   Hard Blocked: yes

and he had his connection back

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

Support for Ubuntu 9.04 ended on 23 October 2010.

Please install Ubuntu 10.04 or Ubuntu 10.10 to get support.

Here is more info about the Ubuntu releases:

http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Ubuntu_9.04_.28Jaunty_Jackalope.29

Revision history for this message
Ed Johnson (edwinleejohnson) said :
#3

For Toshiba Satellite A665D had installed Ubuntu 9.04

upgraded to Ubuntu 10.04
Then ran the following code found on the Community web site

sudo add-apt-repository ppa:lexical/hwe-wireless
sudo apt-get update
sudo apt-get install rtl8192ce-dkms

The went to System>Administration>Hardware

It said the driver was installed but not active.
I deinstalled and reactivated it.

Now it works

Thanks to all

Long live Linux... I hope I grow wise before I die.

> To: <email address hidden>
> From: <email address hidden>
> Subject: [Question #147314]: Wireless not working on Toshiba A665D and Ubuntu 9.04
> Date: Tue, 1 Mar 2011 08:35:39 +0000
>
> Your question #147314 on gnome-nettool in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/147314
>
> Project: Ubuntu => gnome-nettool in ubuntu
>
> --
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Best Geoffrey McClinsey (geoffmcc) said :
#4

Glad you got it working. Don't forget to adjust the status of this question accordingly

Revision history for this message
Geoffrey McClinsey (geoffmcc) said :
#5

Glad you got it working. Don't forget to adjust the status of this question accordingly

Revision history for this message
Ed Johnson (edwinleejohnson) said :
#6

Thanks Geoff McClinsey, that solved my question.