[Solved]network card seems to have no name

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
sig230
Level 1
Level 1
Posts: 3
Joined: Sun May 09, 2021 7:45 pm

[Solved]network card seems to have no name

Post by sig230 »

I have a pci network card installed not cannot get it seen.

output from lshw -c network
*-network
description: Network controller
product: Wi-Fi 6 AX200
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: 1a
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list
configuration: driver=iwlwifi latency=0
resources: irq:16 memory:f7c00000-f7c03fff
*-network
description: Ethernet interface
product: 82579LM Gigabit Network Connection (Lewisville)
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: eno1
version: 04
serial: b8:ca:3a:75:a5:05
size: 100Mbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k duplex=full firmware=0.13-4 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:28 memory:f7d00000-f7d1ffff memory:f7d39000-f7d39fff ioport:f080(size=32)
*-network
description: Wireless interface
physical id: 1
bus info: usb@1:1.6
logical name: wlx4401bb9d497d
serial: 44:01:bb:9d:49:7d
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rtl88x2bu ip=10.0.0.56 multicast=yes wireless=IEEE 802.11AC

**********************

The first item listed is the one that I cannot seem to make work.
*-network
description: Network controller
product: Wi-Fi 6 AX200
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: 1a
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list
configuration: driver=iwlwifi latency=0
resources: irq:16 memory:f7c00000-f7c03fff

None of the network tools seem to see it.
output from ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether b8:ca:3a:75:a5:05 brd ff:ff:ff:ff:ff:ff
3: wlx4401bb9d497d: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 44:01:bb:9d:49:7d brd ff:ff:ff:ff:ff:ff
inet 10.0.0.56/24 brd 10.0.0.255 scope global dynamic noprefixroute wlx4401bb9d497d
valid_lft 81495sec preferred_lft 81495sec
inet6 fe80::e3d6:4d1b:3904:5cf2/64 scope link noprefixroute
valid_lft forever preferred_lft forever

I'm likely missing something obvious but need someone to point out what I'm missing.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 4 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
hglee
Level 6
Level 6
Posts: 1422
Joined: Fri Jun 22, 2018 4:31 pm

Re: networ car seems to have no name

Post by hglee »

sig230 wrote: Sun May 09, 2021 7:56 pm I have a pci network card installed nut cannot get it seen.

I'm likely missing something obvious but need someone to point out what I'm missing.


Try this:


Open a Terminal window (Ctrl-Alt-T), copy-and-paste the following command-line, then tap Enter...

Code: Select all

sudo modprobe -r iwlwifi; sudo modprobe iwlwifi
The wifi should appear within a moment or so.


If it doesn't:


With your PC online, open a Terminal (Ctrl-Alt-T), click CODE:SELECT ALL to copy-and-paste the following as one block of text, then tap Enter...

Code: Select all

W=wireless-info;I=/usr/local/bin;sudo wget -q -nv -t 5 -T 10 https://github.com/UbuntuForums/$W/raw/master/$W -P $I/;\
cd ~/Downloads;sudo chmod +x $I/$W;$W>/dev/null;sudo apt install -y sysfsutils;(inxi -Fxxxrz;systool -vm iwlwifi)>>$W.txt;\
(lspci -nnkD;lsusb -tv;rfkill list;(lsmod;dmesg)|egrep -i "wl|firm|fail|bt|blu";dkms status;cat /proc/cmdline)>>$W.txt;\
(2>&1 iwconfig;2>&1 sudo lshw -c network;mokutil --sb-state)>>$W.txt;tr -cd '\11\12\15\40-\176'<$W.txt|nc termbin.com 9999
There's a somewhat lengthy pause as a detailed wifi configuration report is assembled, and finally a termbin.com URL will appear in the Terminal.

Post that URL in a reply here.


As you await a response, please read Forum Rules "How to Get Help!", and "How to Post Your Linux Mint System Information (inxi Report)".


Linux Mint 21 Vanessa, MATE 1.26.0, kernel 5.15.0*, Dell 2-in-1
AMD Ryzen 7 5825U / Barcelo iGPU - 14" WUXGA Touchscreen
MediaTek MT7921 WiFi-6 BT-5.2; 32GB DDR4@3200MHz; XPG 2TB-NVMe
sig230
Level 1
Level 1
Posts: 3
Joined: Sun May 09, 2021 7:45 pm

Re: networ car seems to have no name

Post by sig230 »

here is the termbin response

https://termbin.com/p961o
sig230
Level 1
Level 1
Posts: 3
Joined: Sun May 09, 2021 7:45 pm

Re: network card seems to have no name

Post by sig230 »

Additional info.

Based on a thread I found over on Bugzilla it appears that the network adapter may only work in a PCIe x1 slot and not the x4-16 slots.

The computer involved does not have a PCIe x1 slot. I'll try to free up a PCIe x1 slot in one of the other Linux machines and see if the adapter works there.
kelebek333
Level 4
Level 4
Posts: 419
Joined: Sat Jun 25, 2011 11:57 am

Re: network card seems to have no name

Post by kelebek333 »

You can try to use legacy interface name (eth0, wlan0 etc.) for network devices with following commands. Then reboot.

Code: Select all

echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX net.ifnames=0"' | sudo tee /etc/default/grub.d/net-ifnames.cfg

Code: Select all

sudo update-grub
Locked

Return to “Networking”