nix-community / raspberry-pi-nix

NixOS modules to aid in configuring NixOS for raspberry pi products
MIT License
144 stars 34 forks source link

Bluetooth: hci0: BCM: Read controller features failed (-110) #6

Closed zeronobody0 closed 1 year ago

zeronobody0 commented 1 year ago

I built an image using this flake, however bluetooth does not work. See issue title as well as full dmesg output.

tstat commented 1 year ago

At a glance I don't see what is wrong with your config.

When you say you built an image, do you mean that you built an sd card image with nix build '.#nixosConfigurations.rpi-example.config.system.build.sdImage' and flashed it to an sd card?

zeronobody0 commented 1 year ago

building: yeah i think so flashing: yes

tstat commented 1 year ago

Can you paste the output of dtc -I fs /sys/firmware/devicetree/base?

zeronobody0 commented 1 year ago

That will take a while, as the pi doesn't seem to have networking capabilities, so I must recompile the image to add the dtc packadge.

zeronobody0 commented 1 year ago

yeah i dont think you want me to paste that directly here it's really long

tstat commented 1 year ago

I see, I inadvertently broke bluetooth with a recent change to get uart kernel output on boot. It should be working now on master, and the latest release doesn't have this problem.