05-29-2024, 11:11 AM
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:
i run into an error right after running hciattach -s 1500000 /dev/ttyS1 any 1500000 flow nosleep
the error is as follows:
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
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