Description
Hello.
I am having an issue with a bluetooth headset. When I connect to the headset using bluez and try to play audio through it I sometimes get a kernel panic saying "Unable to handle kernel paging request at ", the stacktrace further down in the kernel panic seem to point to "bt_sock_unlink" which I believe is located in /net/bluetooth/af_bluetooth.c in the kernel.
I have so far tried 3 different dongles, 1 of them is of the type Hama, A known working dongle if im not mistaken.
I also get flodded in dmesg with "Unknown connection handle". I have tried many solutions such as the "dwc_otg.speed=1" parameter, but still no luck.
I have also tried in Raspbian(2.6 and 3.10 kernel), Slackware-amd, Gentoo, Debian and Arch, same results on all.
This headset and dongle's work fine on my Laptop running Slackware i386.
Has anyone had this issue before?
EDIT:
This issue seem to happen more often when the audio has finished playing, if i do CTRL-C on mplayer when playing a sound I can trigger the bug. Which would make sense I guess since "bt_sock_unlink()", the function listen in the stacktrace of the kernel panic would be called when the audio has finished playing.
Stefan.