LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-26-2020, 08:37 AM   #1
Mr.Snrub
LQ Newbie
 
Registered: Dec 2020
Posts: 3

Rep: Reputation: Disabled
Wireless Network Unclaimed?


Hi All, Linux noob here. I recently installed PopOS on my Teclast F6 plus and cannot get the system to recognize my wireless card (Intel 3165). I have tried literally dozens of fixes for similar issues I found on the Net but nothing works. Network Settings does not give me the option to add a wireless network, only wired and VPN. Based on my research I suspect the problem is a missing driver, but the 3165 is a common card and the driver should be included in the installation. In fact:

ls /lib/firmware | grep 3165

iwlwifi-3165-13.ucode
iwlwifi-3165-9.ucode
Here is some more output:

lshw -c net

*-network UNCLAIMED
description: Network controller
product: Wireless 3165
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 79
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:80100000-80101fff
*-network
description: Ethernet interface
physical id: 1
bus info: usb@1:5
logical name: usb0
serial: ca:88:d5:4e:13:2d
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.156 link=yes multicast=yes

lspci -knn | grep Net -A3; rfkill list

02:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 79)
Subsystem: Intel Corporation Wireless 3165 [8086:8110]
Kernel modules: iwlwifi
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Can anyone help me? As I said I am a total noob and would appreciate explicit instructions. I am tethering though my phone and can download whatever packages I might need. Many thanks!
 
Old 12-26-2020, 02:20 PM   #2
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by Mr.Snrub View Post
lshw -c net

*-network UNCLAIMED
description: Network controller
product: Wireless 3165
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 79
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:80100000-80101fff
*-network
description: Ethernet interface
physical id: 1
bus info: usb@1:5
logical name: usb0
serial: ca:88:d5:4e:13:2d
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.156 link=yes multicast=yes

lspci -knn | grep Net -A3; rfkill list

02:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 79)
Subsystem: Intel Corporation Wireless 3165 [8086:8110]
Kernel modules: iwlwifi
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

Can anyone help me? As I said I am a total noob and would appreciate explicit instructions. I am tethering though my phone and can download whatever packages I might need. Many thanks!
What you post here does not match what you describe.

The output of lshw shows a wireless intel device, with an IP address assigned but using the RNDIS driver. Where did that driver come from?
Code:
 driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS
The output of lspci shows what seems to be the same device with the iwlwifi driver.

I think that if you resolve how and where the rndis driver is getting loaded and remove it so it does not get loaded, the default iwlwifi driver for the intel chipset will take over and things should go better. 15 years ago the rndis driver may have been needed. Today not so much with the newer kernels and default firmware for intel devices.
 
Old 12-27-2020, 02:28 AM   #3
Mr.Snrub
LQ Newbie
 
Registered: Dec 2020
Posts: 3

Original Poster
Rep: Reputation: Disabled
Hi Coumputersavvy, thank you for the reply!

Quote:
Originally Posted by computersavvy View Post
I think that if you resolve how and where the rndis driver is getting loaded and remove it so it does not get loaded, the default iwlwifi driver for the intel chipset will take over and things should go better.
How would I go about doing this?
 
Old 12-27-2020, 11:32 AM   #4
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
What may work as a temporary fix would be to manually remove the driver "rndis_host" from the kernel with
Code:
 rmmod rndis_host
then
Code:
 modprobe iwlwifi
After this repeat your lshw command from above and see if the device has the iwlwifi driver installed.

I would guess that it is likely that the source for the rndis_host is somewhere under /usr/src/kernels/your.kernel/drivers

You said this is a new install of popOS. You also said you have "tried literally dozens of fixes for similar issues I found on the Net but nothing works." I would guess one of those "fixes" was to install rndis_host. You will need to go back to where ever you got that from and search how to uninstall it so it can be taken out of the picture.
 
Old 12-27-2020, 11:54 AM   #5
Mr.Snrub
LQ Newbie
 
Registered: Dec 2020
Posts: 3

Original Poster
Rep: Reputation: Disabled
I tried computersavvy's suggestion and it disabled my USB tethering (until a reboot) but did not enable wifi. The output of lshw was unchanged. Any other ideas?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
network card unclaimed kgb200805 Linux - Newbie 1 10-10-2014 02:52 PM
*-network UNCLAIMED bgoner Linux - Newbie 1 12-14-2013 05:46 AM
Intel Mobile 4 Series unclaimed in Fedora, Ubuntu, Debian v1nsai Linux - Hardware 1 12-27-2009 02:33 PM
WPC54G v5, not working (device UNCLAIMED) :( DaSilva_XiaoPuTao Ubuntu 1 01-06-2007 09:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration