I've tried posting this problem on the ArchLinuxARM forum and a couple subreddits a week or two ago, but haven't heard anything back. So please come to my rescue!
Anyways, the problem I'm running into is that ArchLinuxARM doesn't seem to be recognizing my bluetooth device (and maybe not my wifi either; see below).
Some background about my setup: I have a Raspberry Pi 4 and I installed the the RPi4 ArchLinuxARM image (see https://archlinuxarm.org/platforms/armv ... berry-pi-4). I've added a few RPi- and bluetooth-specific packages (firmware-raspberrypi, linux-raspberrypi4, raspberrypi-bootloader, raspberrypi-bootloader-x, raspberrypi-firmware, bluez, bluez-hid2hci, bluez-utils-compat, pi-bluetooth). Let me know if there's other info about my install that might be helpful.
Some specifics about the behaviour I first noticed is when I use bluetoothctl and its list, agent on, and power on commands I get the following output:
Code: Select all
[thomas@alarmpi ~]$ bluetoothctl
Agent registered
[bluetooth]# list
[bluetooth]# agent on
Agent is already registered
[bluetooth]# power on
No default controller available
I've poked around a little deeper, and the stuff I've turned up seems to reinforce my suspicion that ArchLinuxARM isn't recognizing the bluetooth. I booted the RPi using an SD card with LibreElec installed and was able to discover my cell phone through bluetooth, so that should mean the issue is with my ArchARM install and not with the RasPi hardware.
I've also booted into ArchARM and tried using hcitool, which gave me the following result:
Code: Select all
hcitool dev
Devices:
Finally, I've been using an ethernet connection so far but recently noticed that the wifi card might not be getting recognized also, but I'm not sure about this. When I use lspci, I don't see the wifi card listed:
Code: Select all
[thomas@alarmpi ~]$ lspci -k
00:00.0 PCI bridge: Broadcom Inc. and subsidiaries Device 2711 (rev 10)
Kernel driver in use: pcieport
01:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01)
Subsystem: VIA Technologies, Inc. VL805 USB 3.0 Host Controller
Kernel driver in use: xhci_hcdCode: Select all
[thomas@alarmpi ~]$ ip link show dev wlan0
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000Anyways, that's where I'm at at this point. Any pointers you could share would be a huge help. I'm getting antsy to have my USB mouse and speaker connected, as they're about the last essentials I need before I can use the RPi as my pseudo-desktop.
Thanks!