WiFi not working on HP Envy 6 Sleekbook 1110us

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Sean_MB

WiFi not working on HP Envy 6 Sleekbook 1110us

Post by Sean_MB »

I have gotten everything else to work on this computer under linux, except for my WiFi. Any help would be greatly appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
caf4926
Level 7
Level 7
Posts: 1916
Joined: Mon Mar 22, 2010 3:21 pm
Location: Argyll and Bute

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by caf4926 »

We need to see the result of

Code: Select all

lspci -nnk | grep -iA2 net
Linux Mint 21.1 Cinnamon
Sean_MB

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by Sean_MB »

01:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 0a)
Subsystem: Hewlett-Packard Company Device [103c:18de]
Kernel modules: r8169
02:00.0 Network controller [0280]: Ralink corp. Device [1814:3290]
Subsystem: Hewlett-Packard Company Device [103c:18ec]
Kernel driver in use: rt2800pci
caf4926
Level 7
Level 7
Posts: 1916
Joined: Mon Mar 22, 2010 3:21 pm
Location: Argyll and Bute

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by caf4926 »

Your wireless device should work, I know because I have exactly the same.

Lets check with rfkill.

Code: Select all

rfkill list
Post the result
Linux Mint 21.1 Cinnamon
Sean_MB

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by Sean_MB »

0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
caf4926
Level 7
Level 7
Posts: 1916
Joined: Mon Mar 22, 2010 3:21 pm
Location: Argyll and Bute

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by caf4926 »

try this

Code: Select all

sudo modprobe -rv rt2800pci

Code: Select all

sudo modprobe -v rt2800pci
It should be working though
What are you seeing? What desktop (kde, mate, cinnamon?) What version of Mint?
Linux Mint 21.1 Cinnamon
Sean_MB

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by Sean_MB »

Okay, I'm using Mint 14 with the latest updates. The 3.7.0-7 kernel. Cinnamon Desktop. When I click on the WiFi icon in my panel it says "firmware missing"

If it helps, im pretty sure the rt2800pci driver is the wrong one. I was literally going through and installing then uninstalling every driver I could think of, hoping for a freakin miracle. :)
caf4926
Level 7
Level 7
Posts: 1916
Joined: Mon Mar 22, 2010 3:21 pm
Location: Argyll and Bute

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by caf4926 »

Sean_MB wrote:01:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 0a)
Subsystem: Hewlett-Packard Company Device [103c:18de]
Kernel modules: r8169
02:00.0 Network controller [0280]: Ralink corp. Device [1814:3290]
Subsystem: Hewlett-Packard Company Device [103c:18ec]
Kernel driver in use: rt2800pci

OK so there is a difference. My device is

Code: Select all

02:00.0 Network controller [0280]: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe [1814:3090]
	Subsystem: AzureWave Device [1a3b:1087]
	Kernel driver in use: rt2800pci
It seems to be better identified at least.

Was your device working before install from the Live session?
Linux Mint 21.1 Cinnamon
Sean_MB

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by Sean_MB »

No, the WiFi wasn't working during the Live session. I was going to work on fixing that as soon as I got Mint fully installed. It seems however, thats a slightly more challenging task than I anticipated. Anyways, I know that the device is fully functional as it worked fine under windows 8 which came pre-installed. When i first installed Mint the wireless option wouldn't even show up, only wired connections. I tried installing the Linux drivers provided by Realtek, and everything seemed to go ok. Now when i click on my wifi, the wireless option shows up, but it says "firmware missing"
caf4926
Level 7
Level 7
Posts: 1916
Joined: Mon Mar 22, 2010 3:21 pm
Location: Argyll and Bute

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by caf4926 »

I think your device might be a rt3290
Going be the details you listed
I found this
http://listing.driveragent.com/c/pci/1814/3290/103c18ec

http://www.ralinktech.com/en/04_support ... php?sn=501

try

Code: Select all

sudo modprobe -rv 2800pci

Code: Select all

sudo modprobe -v rt3290pci
Just guessing
Linux Mint 21.1 Cinnamon
Sean_MB

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by Sean_MB »

Sucess!! At first it wasn't working, but i forgot I needed to blacklist the RT2600pci and run the "sudo update-initramfs -u". Woops! Its been a while since i've used Linux, guess I'm a little rusty.

Thanks alot caf4926. Your awesome!
caf4926
Level 7
Level 7
Posts: 1916
Joined: Mon Mar 22, 2010 3:21 pm
Location: Argyll and Bute

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by caf4926 »

Sean_MB wrote:Sucess!! At first it wasn't working, but i forgot I needed to blacklist the RT2600pci and run the "sudo update-initramfs -u". Woops! Its been a while since i've used Linux, guess I'm a little rusty.

Thanks alot caf4926. Your awesome!
Did you add that to the blacklist.conf ?

Did you mean rt2800pci
Linux Mint 21.1 Cinnamon
Sean_MB

Re: WiFi not working on HP Envy 6 Sleekbook 1110us

Post by Sean_MB »

yes, I added it to the blacklist.conf, and yes I meant the rt2800pci.
Locked

Return to “Networking”