-
Notifications
You must be signed in to change notification settings - Fork 6
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
Internal BT wont work if USB-dongle is attached at boot #2
Comments
Ok so I figured it out. The hciuart.service won't start if the bluetooth-usb-dongle is connected. Unless this is running, the internal BT-adapter won't show up. Workaround:
|
@Appelg - thanks for the info. Using this as a start I modified run.sh on my installation so that the keiser service is able to start automatically on powerup/reboot. I used info from here to figure out how to enable/disable the specific port the USB BLE dongle is using and put that into run.sh
|
I did about the same, works well! |
I was living with this issue too. Thanks very much for the workaround! |
Dont think the extra text has worked in my run.sh as it didn’t show until I pulled and plugged in the extra usb bluetooth after boot for some reason.. But, I’ve worked it out - |
@nealjane @robcalm @Appelg @hypermoose: FYI, I found what I believe is a better and more generic fix for the BT startup issue. As sudo, edit /etc/rc.local and add the following line:
/etc/rc.local runs on reboot after all of the system services have started and before switching to multiuser run level. Then the (non-generic!) lines added to run.sh are no longer needed and can be removed:
|
This is probably a more generic BT/Linux/Raspbian-question but I'll try since you might have had the same problem.
I bought the ZEXMTE USB dongle. Got everything working fine.
But with one problem: If the USB-ZEXMTE-BT-dongle is attached when I boot the RPI-zero-w, the internal BT-adapter isn't found.
Only way to do it is to first boot the PI, then attach the USB-dongle. Minor problem, but still an inconvenience.
Do you have any pointers on how to troubleshoot this?
The text was updated successfully, but these errors were encountered: