-
Notifications
You must be signed in to change notification settings - Fork 36
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
Bluetooth not working on PCG02U #13
Comments
Okay, now I tried to run the drivers by myself. I have Ubuntu Stick PC PCG02U, with (original) Ubuntu 14.04.4 LTS. Kernel is 3.16.0-71-generic. I install the drivers with the commands:
Now it says:
I tried to load a module 8250_dw, but it is the same. Any idea? |
First of all, does module 8250_dw loading? You can use the lsmod command to see if that is true. Secondly, do you see any mention of the extra tty's in dmesg. The command 'dmesg | grep tty' should give that answer. |
Hi, sorry, it seems there has been false alarm. After reboot, it seems to be working (in fact, it is not, as described below):
However, Ubuntu does not show me a Bluetooth device. Also, |
BTW, 8250_dw module is loaded:
When running this command:
|
Another info (strace): http://pastebin.com/QubcYMvu |
Hi,
there is a cheap Ubuntu Stick PC called PCG02U, which uses RTL8723BS chip. However, bluetooth is not working. The problem is described here:
http://www.cnx-software.com/2016/05/26/updating-star-cloud-pcg02u-to-ubuntu-16-04-with-wifi-and-hdmi-audio-support/
Bluetooth is being located on /dev/ttyS4, but connection timeouts. Changing the baudrate from 115200 in the script to 2764800 does not help.
Any idea?
The text was updated successfully, but these errors were encountered: