Advertisement
nama1arpit

Dlink DWA-182D wireless adaptor not working with Ubuntu 22.04

May 9th, 2023
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.75 KB | Software | 0 0
  1. $ lsusb
  2. Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  3. Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  4. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  5. Bus 003 Device 004: ID 18d1:4ee3 Google Inc. Nexus/Pixel Device (tether)
  6. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  7. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  8. Bus 001 Device 005: ID 1462:7c91 Micro Star International MYSTIC LIGHT
  9. Bus 001 Device 004: ID 046d:c545 Logitech, Inc. USB Receiver
  10. Bus 001 Device 008: ID 2001:331c D-Link Corp. 802.11ac NIC
  11. Bus 001 Device 003: ID 1532:0094 Razer USA, Ltd Orochi V2
  12. Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
  13. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  14.  
  15.  
  16. $ lspci | grep Realtek
  17. 22:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  18. 2a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 04)
  19.  
  20.  
  21. $ sudo rfkill list
  22. <no output>
  23.  
  24.  
  25. $ uname -a
  26. Linux anama-ubuntu 5.19.0-41-generic #42~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
  27.  
  28.  
  29. $ ifconfig
  30. enp34s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
  31.         ether 2c:f0:5d:cf:e8:5d  txqueuelen 1000  (Ethernet)
  32.         RX packets 0  bytes 0 (0.0 B)
  33.         RX errors 0  dropped 0  overruns 0  frame 0
  34.         TX packets 0  bytes 0 (0.0 B)
  35.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  36. enp42s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
  37.         ether 2c:f0:5d:cf:e8:5c  txqueuelen 1000  (Ethernet)
  38.         RX packets 0  bytes 0 (0.0 B)
  39.         RX errors 0  dropped 0  overruns 0  frame 0
  40.         TX packets 0  bytes 0 (0.0 B)
  41.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  42. enx2e784816be86: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  43.         inet 192.168.56.72  netmask 255.255.255.0  broadcast 192.168.56.255
  44.         inet6 fe80::add5:19f5:888a:ee4d  prefixlen 64  scopeid 0x20<link>
  45.         ether 2e:78:48:16:be:86  txqueuelen 1000  (Ethernet)
  46.         RX packets 59030  bytes 73782024 (73.7 MB)
  47.         RX errors 0  dropped 0  overruns 0  frame 0
  48.         TX packets 35460  bytes 5678721 (5.6 MB)
  49.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  50. lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
  51.         inet 127.0.0.1  netmask 255.0.0.0
  52.         inet6 ::1  prefixlen 128  scopeid 0x10<host>
  53.         loop  txqueuelen 1000  (Local Loopback)
  54.         RX packets 6490  bytes 584056 (584.0 KB)
  55.         RX errors 0  dropped 0  overruns 0  frame 0
  56.         TX packets 6490  bytes 584056 (584.0 KB)
  57.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  58.  
  59.  
  60. $ iw dev
  61. <no output>
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement