03-25-2026, 12:57 PM
Sadly my PPp system board was not going into sleep, bought a replacement system board and the new modem included would never turn on, no help form Pine64 no warranty.
anyways I have a Purism Librem and I solved the BT pan configuration in Pureos crimson which should work for Mobian as well.
https://forums.puri.sm/t/bluetooth-pan-n...ng/30211/3
Be sure your bluetooth is on and available
sudo modprobe bnep
echo "bnep" | sudo tee /etc/modules-load.d/bnep.conf
sudo hciconfig hci0 up
bluetoothctl
(in the interactive typr)
power on
(if all is well type)
exit
sudo sdptool add NAP
sudo nmcli connection add type bluetooth con-name "PAN-Share" ifname bnep0 bluetooth.type nap ipv4.method shared
sudo nmcli connection up "PAN-Share"
sudo apt install iptables-persistent
sudo netfilter-persistent save
easy as that..... pair your laptop or tablet, this is far more
anyways I have a Purism Librem and I solved the BT pan configuration in Pureos crimson which should work for Mobian as well.
https://forums.puri.sm/t/bluetooth-pan-n...ng/30211/3
Be sure your bluetooth is on and available
sudo modprobe bnep
echo "bnep" | sudo tee /etc/modules-load.d/bnep.conf
sudo hciconfig hci0 up
bluetoothctl
(in the interactive typr)
power on
(if all is well type)
exit
sudo sdptool add NAP
sudo nmcli connection add type bluetooth con-name "PAN-Share" ifname bnep0 bluetooth.type nap ipv4.method shared
sudo nmcli connection up "PAN-Share"
sudo apt install iptables-persistent
sudo netfilter-persistent save
easy as that..... pair your laptop or tablet, this is far more

