Hardware: HPCQ60-116TXOS: Ubuntu10.10wifi finally, finally solved! (Linux hardware driver problem! Take the time to change the Mac !) Ubuntu10.10 hardware was basically normal when it was just installed, except for sound card and HDMI problems. After two weeks of use, wifi also fails. I haven't done it for a long time ~~ I spent two months using the network cable, so I couldn't help it. I had to spend one afternoon. [Cause] Ubuntuupgrade
Hardware: HP CQ60-116TX
OS: Ubuntu 10.10
Wifi is finally solved! (Linux hardware driver problem! Take the time to change the Mac !)
When Ubuntu 10.10 was just installed, the hardware was basically normal, except for sound card and HDMI problems.
After two weeks of use, wifi also fails.
I haven't done it for a long time ~~
I spent two months using the network cable, so I couldn't help it. I had to spend one afternoon.
[Cause] The rfkill tool of Ubuntu upgrade blocks the wifi module by default.
[Solution]
Rpeter@www.linuxidc.com :~ $ Rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
Rfkill unblock all remove all software blocks
Rpeter@www.linuxidc.com :~ $ Rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Hard block problem: Fn + F2 solution (it is clear that laptop has a Wi-Fi hardware switch, and Linux is still the default hardware switch for the family)
[Done]
Rpeter@www.linuxidc.com :~ $ Rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Problem solved!