Comment 10 for bug 435141

Revision history for this message
Chai (isaiasmy) wrote :

Finally I have found how to make run the wifi, using rfkill.

rfkill initially shows:

 rfkill list
0: phy0: Wireless LAN
        Soft blocked: yes
        Hard blocked: no
1: hci0: Bluetooth
        Soft blocked: yes
        Hard blocked: no

However the device can be unblocked:

rfkill unblock 0
[rfkill list
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: hci0: Bluetooth
        Soft blocked: yes
        Hard blocked: no

Therefore the probem is why with a fresh install is not necessary to this and it is necessary if you have done an upgrade from jaunty

I hope this help