Advertisement
Guest User

Untitled

a guest
Mar 8th, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. uname -a
  2.  
  3. Linux lmde 6.1.0-31-rt-amd64 #1 SMP PREEMPT_RT Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux
  4.  
  5. inxi -N
  6.  
  7. Network:
  8. Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
  9. driver: r8169
  10. Device-2: MEDIATEK MT7921 802.11ax PCI Express Wireless Network Adapter
  11. driver: mt7921e
  12.  
  13.  
  14.  
  15. dmesg
  16.  
  17. 8.066684] r8169 0000:03:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
  18. [ 8.092399] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
  19. [ 8.284678] r8169 0000:03:00.0 enp3s0: Link is Down
  20. [ 16.871312] wlp4s0: authenticate with 04:42:1a:54:4e:14
  21. [ 17.030029] wlp4s0: send auth to router mac address van itt (try 1/3)
  22. [ 17.042724] wlp4s0: send auth to router mac address van itt (try 2/3)
  23. [ 17.055607] wlp4s0: send auth to router mac address van itt (try 3/3)
  24. [ 17.069211] wlp4s0: authentication with router mac address van itt timed out
  25.  
  26.  
  27. sudo lshw -C network
  28.  
  29. *-network
  30. description: Wireless interface
  31. product: MT7921 802.11ax PCI Express Wireless Network Adapter
  32. vendor: MEDIATEK Corp.
  33. physical id: 0
  34. bus info: pci@0000:04:00.0
  35. logical name: wlp4s0
  36. logical name: /dev/fb0
  37. version: 00
  38. serial: 14:5a:fc:70:1c:ad
  39. width: 64 bits
  40. clock: 33MHz
  41. capabilities: pciexpress msi pm bus_master cap_list ethernet physical wireless fb
  42. configuration: broadcast=yes depth=32 driver=mt7921e driverversion=6.1.0-31-rt-amd64 firmware=____010000-20230117170942 latency=0 link=no mode=1920x1080 multicast=yes visual=truecolor wireless=IEEE 802.11 xres=1920 yres=1080
  43. resources: iomemory:fc0-fbf iomemory:fc0-fbf iomemory:fc0-fbf irq:80 memory:fcf0200000-fcf02fffff memory:fcf0300000-fcf0303fff memory:fcf0304000-fcf0304fff
  44.  
  45. rfkill list all
  46.  
  47. 0: acer-wireless: Wireless LAN
  48. Soft blocked: no
  49. Hard blocked: no
  50. 1: acer-bluetooth: Bluetooth
  51. Soft blocked: yes
  52. Hard blocked: no
  53. 2: hci0: Bluetooth
  54. Soft blocked: yes
  55. Hard blocked: no
  56. 3: phy0: Wireless LAN
  57. Soft blocked: no
  58. Hard blocked: no
  59.  
  60.  
  61. iwconfig
  62. lo no wireless extensions.
  63.  
  64. enp3s0 no wireless extensions.
  65.  
  66. wlp4s0 IEEE 802.11 ESSID:off/any
  67. Mode:Managed Access Point: Not-Associated Tx-Power=3 dBm
  68. Retry short limit:7 RTS thr:off Fragment thr:off
  69. Power Management:on
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement