Unable to find bluetooth device on RPi3 running Ubuntu Core 16
Bug #1674509 reported by
Chunsang Jeong
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snappy |
Confirmed
|
Medium
|
Unassigned | ||
linux-raspi2 (Ubuntu) |
Invalid
|
Undecided
|
Paolo Pisati |
Bug Description
When tried to find/init bluetooth device from rp3 ubuntu core image by using bluetoothctl and bluez snaps, it returned "No default controller available" all the time.
I'd tested it both from stable and daily images, but just got same failure.
http://
http://
Related branches
~kzapalowicz/snappy-hwe-snaps/+git/bluez:feature/bluez/5.49/core-patches
Merged
into
~snappy-hwe-team/snappy-hwe-snaps/+git/bluez:bluez/5.49
at
revision 357000fde6a75b740808335fb86484a6a15357ec
- Alfonso Sanchez-Beato: Approve
- System Enablement Bot: Approve (continuous-integration)
-
Diff: 849 lines (+162/-97)18 files modified.ci_tests_disabled (+0/-0)
Makefile.tools (+5/-2)
autogen.sh (+7/-0)
obexd/client/ftp.c (+1/-1)
obexd/client/map.c (+1/-1)
obexd/client/opp.c (+1/-1)
obexd/client/pbap.c (+1/-1)
obexd/client/session.c (+1/-1)
obexd/client/sync.c (+1/-1)
obexd/src/main.c (+10/-2)
obexd/src/manager.c (+1/-1)
profiles/input/device.c (+3/-2)
src/adapter.c (+87/-56)
src/device.c (+22/-19)
src/storage.c (+14/-4)
src/storage.h (+1/-0)
tools/hciattach_bcm43xx.c (+5/-4)
tools/obexctl.c (+1/-1)
~kzapalowicz/snappy-hwe-snaps/+git/bluez:bluez-5.47-core-patches
Merged
into
~snappy-hwe-team/snappy-hwe-snaps/+git/bluez:bluez/5.47
at
revision 38b295cf33a90b7dea8057a4607939cbd47ae6a6
- System Enablement Bot: Approve (continuous-integration)
- Simon Fels: Approve
-
Diff: 850 lines (+168/-104)18 files modified.ci_tests_disabled (+0/-0)
Makefile.tools (+5/-2)
autogen.sh (+7/-0)
obexd/client/ftp.c (+1/-1)
obexd/client/map.c (+1/-1)
obexd/client/opp.c (+1/-1)
obexd/client/pbap.c (+1/-1)
obexd/client/session.c (+1/-1)
obexd/client/sync.c (+1/-1)
obexd/src/main.c (+10/-2)
obexd/src/manager.c (+1/-1)
profiles/input/device.c (+3/-2)
src/adapter.c (+88/-57)
src/device.c (+30/-25)
src/storage.c (+14/-4)
src/storage.h (+1/-0)
tools/hciattach_bcm43xx.c (+2/-4)
tools/obexctl.c (+1/-1)
summary: |
- unable to find bluetooth device on rp3 ubuntu core + Unable to find bluetooth device on RPi3 running Ubuntu Core 16 |
Changed in linux-raspi2 (Ubuntu): | |
status: | New → Confirmed |
Changed in snappy: | |
status: | New → Confirmed |
Changed in linux-raspi2 (Ubuntu): | |
assignee: | nobody → Paolo Pisati (p-pisati) |
Changed in linux-raspi2 (Ubuntu): | |
status: | Confirmed → Invalid |
tags: | added: snapd-interface |
Changed in snappy: | |
importance: | Undecided → Medium |
To post a comment you must log in.
can you try:
sudo modprobe bcm203x
and see if it starts working then ?