F5F Stay Refreshed Software Operating Systems Problem with USB WiFi adapter on Ubuntu

Problem with USB WiFi adapter on Ubuntu

Problem with USB WiFi adapter on Ubuntu

Pages (3): Previous 1 2 3 Next
T
The_Fl3x_LP
Member
93
08-09-2021, 10:25 PM
#11
Enable USB device on the system.
T
The_Fl3x_LP
08-09-2021, 10:25 PM #11

Enable USB device on the system.

P
PaigeOfTheBook
Senior Member
733
08-10-2021, 06:07 AM
#12
It indicates the USB0 device wasn't located, thank you for your patience. I've been attempting to resolve this for four hours and will revert to Windows now.
P
PaigeOfTheBook
08-10-2021, 06:07 AM #12

It indicates the USB0 device wasn't located, thank you for your patience. I've been attempting to resolve this for four hours and will revert to Windows now.

A
ash_n_brad
Posting Freak
778
08-10-2021, 07:56 AM
#13
Sure, I'll hold on and execute the command. Let me check what's available.

Running `lsusb` in the terminal will list all USB devices connected to your system. Please paste the output here so I can review it for you.
A
ash_n_brad
08-10-2021, 07:56 AM #13

Sure, I'll hold on and execute the command. Let me check what's available.

Running `lsusb` in the terminal will list all USB devices connected to your system. Please paste the output here so I can review it for you.

D
dies34
Junior Member
43
08-11-2021, 02:09 AM
#14
Manos@H2K69K9:~$ Show USB devices on USB bus 008
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 002: ID 1a2c:8016 China Resource Semico Co., Ltd
USB Gaming Keyboard Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 010: ID 2717:ff80 Xiaomi Inc. Mi/Redmi series (RNDIS)
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1532:0065 Razer USA, Ltd RZ01-0265, Gaming Mouse [Basilisk Essential]
Bus 003 Device 011: ID 2357:0115 TP-Link Archer T4U ver.3
Bus 012: ID 0951:16ed Kingston Technology HyperX Cloud Alpha S
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
D
dies34
08-11-2021, 02:09 AM #14

Manos@H2K69K9:~$ Show USB devices on USB bus 008
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 002: ID 1a2c:8016 China Resource Semico Co., Ltd
USB Gaming Keyboard Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 010: ID 2717:ff80 Xiaomi Inc. Mi/Redmi series (RNDIS)
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1532:0065 Razer USA, Ltd RZ01-0265, Gaming Mouse [Basilisk Essential]
Bus 003 Device 011: ID 2357:0115 TP-Link Archer T4U ver.3
Bus 012: ID 0951:16ed Kingston Technology HyperX Cloud Alpha S
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

X
x1WingedAngelx
Junior Member
3
08-11-2021, 11:59 AM
#15
Checked the manufacturer's site for compatibility information.
X
x1WingedAngelx
08-11-2021, 11:59 AM #15

Checked the manufacturer's site for compatibility information.

B
ByWeaadox
Member
65
08-11-2021, 12:35 PM
#16
This might function as well, give it a shot then restart the command: sudo apt install rtl8812au-dkms
B
ByWeaadox
08-11-2021, 12:35 PM #16

This might function as well, give it a shot then restart the command: sudo apt install rtl8812au-dkms

L
lolito52
Member
103
08-14-2021, 10:13 PM
#17
The system identifies the USB WiFi connection. The interface name for the WiFi usb0 is displayed using the command: $ sudo ip link show. For instance, running $ sudo ip link show 1 will show details like: 2: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT qlen 1000 link/ether 0c:ee:e6:d2:20:c5 brd ff:ff:ff:ff:ff:ff. In this scenario, enp4s0 serves as the Ethernet port, while wlp3s0 handles Wi-Fi. You can enable the Wi-Fi interface with: $ sudo ip link set nameofyourwifi up $ sudo ip link set nameofyourinterface up. Updated June 18, 2022 by FUIT1985 Manos-_-P : "Just so you know i have my phone tethering internet to my pc"...
L
lolito52
08-14-2021, 10:13 PM #17

The system identifies the USB WiFi connection. The interface name for the WiFi usb0 is displayed using the command: $ sudo ip link show. For instance, running $ sudo ip link show 1 will show details like: 2: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT qlen 1000 link/ether 0c:ee:e6:d2:20:c5 brd ff:ff:ff:ff:ff:ff. In this scenario, enp4s0 serves as the Ethernet port, while wlp3s0 handles Wi-Fi. You can enable the Wi-Fi interface with: $ sudo ip link set nameofyourwifi up $ sudo ip link set nameofyourinterface up. Updated June 18, 2022 by FUIT1985 Manos-_-P : "Just so you know i have my phone tethering internet to my pc"...

D
DakotahS
Junior Member
12
08-22-2021, 09:34 PM
#18
I attempted to install it but encountered an issue with that section. The instruction says to use the terminal to navigate to the driver folder and execute specific commands for building the driver. I’m unsure how to proceed.
D
DakotahS
08-22-2021, 09:34 PM #18

I attempted to install it but encountered an issue with that section. The instruction says to use the terminal to navigate to the driver folder and execute specific commands for building the driver. I’m unsure how to proceed.

P
pxltddl
Junior Member
25
08-23-2021, 11:35 AM
#19
The system reports an issue locating the device.
P
pxltddl
08-23-2021, 11:35 AM #19

The system reports an issue locating the device.

K
KermitTheCrab
Member
145
08-27-2021, 08:49 AM
#20
I believe Ubuntu doesn't treat the adapter as an adapter itself
K
KermitTheCrab
08-27-2021, 08:49 AM #20

I believe Ubuntu doesn't treat the adapter as an adapter itself

Pages (3): Previous 1 2 3 Next