lsusb
This is my lsusbOne needs to know the chipset of the USB wifi dongle, if that's what it is, in order to identify the driver that will drive it, since the kernel evidently doesn't have a driver for it.
As new to linux, it may be a bit of a challenge, but it would be helpful if you could:
plug in the usb;
open a terminal on your system;
enter the following into the terminal:
and then paste the output back here exactly, preferably using code tags. The output could be around 5 to 10 lines, only one of which may be relevant, but readers will be in a better position to help.Code:lsusb
ChatGPT:
The vendorroduct code "13d3:3579" typically refers to a network adapter manufactured by Qualcomm Atheros. Specifically, this code corresponds to the Qualcomm Atheros AR3012 Bluetooth adapter. It's commonly found in laptops, desktop computers, and other devices that incorporate Bluetooth connectivity.
<snip>
Bus 001 Device 007: ID 2357:0107 TP-Link TL-WN821N v5/v6 [RTL8192EU]
<snip>
lspci
This is my lspciThanks for the info. Below are some results of investigation.
On this device site:
the device: 046d:c542 Logitech, Inc. Wireless ReceiverFind unknown device information and drivers | Device Hunt
A PCIdatabase.com replacement to hunt out that unknown device information and drivers.devicehunt.com
is shown as a compact wireless mouse.
The closest info I could get for: 13d3:3579 IMC Networks Wireless_Device
is that it's likely a Qualcomm Atheros AR3012 Bluetooth adapter.
Assuming you inserted the USB wifi dongle before running the lsusb command, it appears that it is not seen by the linux kernel, and so cannot be used on the system.
Usually the output of the lsusb command with a wifi dongle inserted shows output like:
Code:<snip> Bus 001 Device 007: ID 2357:0107 TP-Link TL-WN821N v5/v6 [RTL8192EU] <snip>
The question arises as to what the MEDIATEK controller in the output in post #1 is.
If you could run this command, and return the output here, it may help:
Code:lspci
silly question.... Have you installed your Linux to the HDD or have you installed to a VM