Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 4586  / 2 Years ago, wed, march 2, 2022, 7:35:40

I have a HP Pavilion dm4 that initially came with Windows 7. I upgraded to Windows 8 and then replaced that with Ubuntu 12.10. The WiFi worked fine until I installed the software upgrades right after installing the os. There is a hardware switch for WiFi and Bluetooth and it is on.



rfkill list all results:



2: hp-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


In the Network settings, I only see Wired and Network Proxy, no wireless. I am currently connected to a wired network to resolve this issue.


More From » 12.10

 Answers
0

By typing the command :



lspci


You can check what kind of wireless card your HP pavillon have. I guess it's probably something like bcm43xx.



If so, the answer to get your wifi working is :



sudo apt-get install linux linux-headers-generic kernel-package
sudo apt-get purge b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl*
sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer bcmwl*


Reboot !



From this post on askubuntu.com


[#32581] Thursday, March 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
iedncommon

Total Points: 200
Total Questions: 95
Total Answers: 132

Location: Tonga
Member since Mon, Aug 2, 2021
3 Years ago
iedncommon questions
Sat, Jun 4, 22, 18:20, 2 Years ago
Mon, Apr 4, 22, 08:10, 2 Years ago
Tue, Jul 6, 21, 15:11, 3 Years ago
;