

lsmod
(no but seriously i'vepreviously had countless issues with the ax200 wifi card, do a hard reboot, shutdown, pull cord/turn off at switch wait ~15secs and then try again)mokutil --sb-state
(~) >>> rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: noWaiting to connect to bluetoothd...[bluetooth]# Agent registered
[bluetooth]# [bluetooth]# list
[bluetooth]#(~) >>> dmesg | grep -i blue
[ 6.657480] Bluetooth: Core ver 2.22
[ 6.659002] NET: Registered PF_BLUETOOTH protocol family
[ 6.659005] Bluetooth: HCI device and connection manager initialized
[ 6.659009] Bluetooth: HCI socket layer initialized
[ 6.659012] Bluetooth: L2CAP socket layer initialized
[ 6.659020] Bluetooth: SCO socket layer initialized
[ 8.744256] Bluetooth: hci0: Reading Intel version command failed (-110)
[ 9.335652] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 9.335656] Bluetooth: BNEP filters: protocol multicast
[ 9.335660] Bluetooth: BNEP socket layer initialized(~) >>> dmesg | grep -i ax200
[ 7.018469] iwlwifi 0000:28:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340lsmod(~) >>> lsmod | grep blue
bluetooth 1060864 17 btrtl,btmtk,btintel,btbcm,bnep,btusb
rfkill 40960 13 iwlmvm,bluetooth,cfg80211mokutil --sb-state(~) >>> systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
Drop-In: /usr/lib/systemd/system/service.d
└─10-timeout-abort.conf
Active: active (running) since Wed 2024-01-17 12:27:06 CST; 23min ago
Docs: man:bluetoothd(8)
Main PID: 1243 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 38303)
Memory: 2.1M
CPU: 52ms
CGroup: /system.slice/bluetooth.service
└─1243 /usr/libexec/bluetooth/bluetoothd
Jan 17 12:27:06 hearteater bluetoothd[1243]: Starting SDP server
Jan 17 12:27:06 hearteater bluetoothd[1243]: src/plugin.c:plugin_init() System does not support csip plugin
Jan 17 12:27:06 hearteater bluetoothd[1243]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Jan 17 12:27:06 hearteater bluetoothd[1243]: src/plugin.c:plugin_init() System does not support micp plugin
Jan 17 12:27:06 hearteater bluetoothd[1243]: src/plugin.c:plugin_init() System does not support vcp plugin
Jan 17 12:27:06 hearteater bluetoothd[1243]: src/plugin.c:plugin_init() System does not support mcp plugin
Jan 17 12:27:06 hearteater bluetoothd[1243]: src/plugin.c:plugin_init() System does not support bass plugin
Jan 17 12:27:06 hearteater bluetoothd[1243]: src/plugin.c:plugin_init() System does not support bap plugin
Jan 17 12:27:06 hearteater bluetoothd[1243]: Bluetooth management interface 1.22 initialized
Jan 17 12:27:06 hearteater systemd[1]: Started bluetooth.service - Bluetooth service.