PINE64
PineTab Bluetooth - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140)
+--- Forum: General Discussion on PineTab (https://forum.pine64.org/forumdisplay.php?fid=141)
+--- Thread: PineTab Bluetooth (/showthread.php?tid=19260)



PineTab Bluetooth - PimpDiCaprio - 05-29-2024

Hello all, 

I was wondering if anyone had a fix to the following problem I ran into when setting up WIFI and Bluetooth functionality on the PineTab. I got through the WIFI setup without issue and it works great, but when running the following to setup Bluetooth:

Code:
sudo pacman -S bluez-deprecated-tools
sudo -i
echo ifname:bt cmd:BT_ON > /dev/bes2600
rfkill unblock bluetooth
hciattach -s 1500000 /dev/ttyS1 any 1500000 flow nosleep
hciconfig hci0 up
exit
sudo systemctl enable bluetooth

i run into an error right after running hciattach -s 1500000 /dev/ttyS1 any 1500000 flow nosleep

the error is as follows:

Code:
hciattch -s 1500000 /dev/ttyS1 any 1500000 flow nosleep
Can't get port settings: Input/output error
Can't initialize device: Input/output error

I did see the one resolution using UART but it did not work, plus the main use of setting up the Bluetooth was to use Bluetooth mouse and barcode scanner.

if anyone has a fix, or an idea when this may be fixed it would be greatly appreciated. 

Kernel: 6.8.6-danctnix2-1-pinetab2


RE: PineTab Bluetooth - elix - 07-18-2024

I came here for the exact same issue. Any resolutions?


RE: PineTab Bluetooth - elix - 07-20-2024

(07-18-2024, 12:30 PM)elix Wrote: I came here for the exact same issue. Any resolutions?

I got a little further when I changed ttyS1 to ttyS2 but ended up getting a no device error when running the next command.