Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3176  / 2 Years ago, fri, may 20, 2022, 3:57:21

I've recently bought a hp envy 15 notebook pc 15-j082sf, I installed ubuntu 13 on it and I can't get my wifi work, the wifi button stay orange and not white as it should be. I detect the wifi network but i can't connect to them i tried to do this sudo rfkill list all the result is that :



0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hp-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no


I tried a lot of thing i found on the internet but i can't fix it any help please?
what i tried : https://answers.launchpad.net/ubuntu/+question/233668



i found that if i type this



modprobe -r rt2800pci 
modprobe rt2800pci


the wifi work for like 10s then goes off again any idea


More From » wireless

 Answers
7

Problem fixed, I managed to make my wifi work doing this :



sudo apt-get install build-essential linux-headers-generic
wget https://www.kernel.org/pub/linux/kernel/projects/backports/2013/10/18/backports-20131018.tar.gz
tar xvfz backports-20131018.tar.gz
cd backports-20131018
make defconfig-wifi
make
sudo make install


found the solution there thanks for answering.


[#28209] Friday, May 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulerio

Total Points: 172
Total Questions: 124
Total Answers: 109

Location: Hungary
Member since Thu, Aug 6, 2020
4 Years ago
;