Network card issue on Ubuntu Linux
Solved
Max_elder
Posted messages
27
Status
Member
-
Max_elder Posted messages 27 Status Member -
Max_elder Posted messages 27 Status Member -
Hello,
I have an Acer computer running Linux Ubuntu, and it does not detect my network card. Therefore, I have to use a small USB network adapter to connect to the internet.
However, it does not allow for a great connection speed and occupies a USB port,
so I would like to be able to use the network card.
I used the command lspci | grep -i 'network\|wireless' which allowed me to find out that my network card is a Qualcomm Atheros Device 004.
I would like to know if there is a possibility to enable my computer to detect this card and to use it.
Thank you in advance for your responses.
Configuration: Linux / Firefox 45.0
I have an Acer computer running Linux Ubuntu, and it does not detect my network card. Therefore, I have to use a small USB network adapter to connect to the internet.
However, it does not allow for a great connection speed and occupies a USB port,
so I would like to be able to use the network card.
I used the command lspci | grep -i 'network\|wireless' which allowed me to find out that my network card is a Qualcomm Atheros Device 004.
I would like to know if there is a possibility to enable my computer to detect this card and to use it.
Thank you in advance for your responses.
Configuration: Linux / Firefox 45.0
1 answer
-
Hello,
There are plenty of Atheros cards, give us the exact model.
Open the terminal and provide the full result of the commandlspci | grep Wireless
.-
Thank you very much for your response, but at my place the command lspci | grep Wireless returns nothing.
So I tried other commands, like lspci | grep -i network
, but it returns no more information (only 03:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30))
and also with sudo lshw -C network
which gives- -network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
manufacturer: Realtek Semiconductor Co., Ltd.
hardware identifier: 0
bus information: pci@0000:02:00.0
logical name: eth0
version: 15
serial number: 2c:60:0c:a8:e3:19
size: 10Mbit/s
capacity: 1Gbit/s
bits: 64 bits
clock: 33MHz
features: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:48 portE/S:4000(size=256) memory:c4404000-c4404fff memory:c4400000-c4403fff- -network UNCLAIMED
description: Network controller
product: Qualcomm Atheros
manufacturer: Qualcomm Atheros
hardware identifier: 0
bus information: pci@0000:03:00.0
version: 30
bits: 64 bits
clock: 33MHz
features: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:c4200000-c43fffff- -network
description: Wireless network interface
hardware identifier: 1
bus information: usb@1:1
logical name: wlan1
serial number: 14:cc:20:26:8f:16
features: ethernet physical wireless
configuration: broadcast=yes driver=r8188eu ip=192.168.1.25 multicast=yes wireless=IEEE 802.11bgn
finally with lspci | grep -i net
which gives
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
03:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30)
I haven't been able to get more information.
Nevertheless, I thank you for your response and hope that you can help me. -
-
-