Audio
If audio breaks after an apt
update, run sudo rm -r /usr/lib/systemd/user/pulseaudio.service.d/
and reboot to fix it. This is due to a UBPorts override for Halium that breaks our alsa.
Wifi
(As of kernel 6.5.0) While the PineTab2 Wifi driver is still in development, it will be installed in the kernel, but disabled by default. Be warned of its experimental nature. To use it, run the following command, then reboot:
sudo systemctl start pinetab2-wifi-enable
. Run sudo systemctl start pinetab2-wifi-disable
and reboot to turn it back off. They aren’t persistent, so you can’t systemctl enable
them.
SSH
Some users have reported easier ways to connecting over SSH. Check out issues to see more solutions people have found.
As of the latest upstream images, sudo apt install --reinstall openssh-server && sudo systemctl restart ssh
appears to do the trick.
Modem
Strongly Recommended Modem Firmware:
-
Biktorgj's Open Modem Firmware v0.7.2
- ADSP Version 30.006.30.006
To get to a state where you can flash the firmware, you will need to be running as root. su
won't work for this, so please use sudo -s
or sudo -i
.
If your device is not finding your modem or SIM, when reporting the issue, please include the following outputs:
nmcli
ls /dev | grep 'EG25\|ttyUSB'
sudo journalctl -b | grep ofono
sudo systemctl status eg25-manager