Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pi-bluetooth: raspberrypi-sys-mods is missing as a dependency #39

Closed
rgov opened this issue Aug 18, 2016 · 3 comments
Closed

pi-bluetooth: raspberrypi-sys-mods is missing as a dependency #39

rgov opened this issue Aug 18, 2016 · 3 comments

Comments

@rgov
Copy link

rgov commented Aug 18, 2016

I have a RPi 3 Model B running Raspbian Jessie, although it is somewhat of a Frankenstein system.

I installed pi-bluetooth but was struggling to get the controller to work. Then I found this comment proposing a hciattach command that worked for me.

It looks like the pi-bluetooth is executing

/usr/bin/hciattach /dev/serial1 bcm43xx 921600 noflow -

but there is no /dev/serial1 on my device. Replacing serial1 with ttyAMA0 in that file addressed the issue. (Edit: No it didn't. It worked once, not again.)

@XECDesign
Copy link
Member

Seems like raspberrypi-sys-mods is missing as a dependency. Do you have it installed?

@rgov
Copy link
Author

rgov commented Aug 18, 2016

I didn't have it installed. I installed it, and now I have /dev/serial1 and it seemed to work on the next boot. Thanks!

@rgov rgov changed the title Wrong device initialized by pi-bluetooth pi-bluetooth: raspberrypi-sys-mods is missing as a dependency Aug 18, 2016
@XECDesign
Copy link
Member

Should be fixed here RPi-Distro/pi-bluetooth@b9d9145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants