Difference between revisions of "PineTab/Early-Adopter"

From PINE64
Jump to navigation Jump to search
(Add disappearing wifi issue)
Line 31: Line 31:


  nmcli r wifi on
  nmcli r wifi on
=== Wifi missing if started with keyboard attached ===
symptom: if you started with keyboard attached wifi will not come up
reason: the service urfkill is not running
fix:
sudo service urfkill restart

Revision as of 18:08, 9 September 2020

The PineTab Early Adopter edition was the first hardware revision of the PineTab which shipped to customers. Shipping began on September 6, 2020.

Software

The device shipped with a beta build of Ubuntu Touch by UBports. This build is available to download at https://ci.ubports.com/job/rootfs/job/rootfs-pinetab-systemimage/18/. It has the following problems which are software, not hardware, issues:

  • The mouse fails to move around the entire screen. It is stuck in an 800px horizontal box.
  • It is not possible to enable Bluetooth
  • Cameras do not function
  • Portrait mode does not function

The first-time setup wizard advises the user to unplug the keyboard dock (avoiding the mouse issues) and update the system. Unfortunately, as of this update to this page (September 8, 2020) this will not fix any of the issues above.

16GB/64GB storage software error

The image installed on the device was sized for a 16GB (~14GiB) eMMC, but the PineTab shipped with a 64GB (~58GiB) eMMC chip installed. This means that the "Storage" page in the "About" section of Ubuntu Touch System Settings will show total storage as 14.0GiB until the partition table on the device is edited.

UBports developers are currently working on a solution that will automatically edit the partition table and resize the data partition without disturbing any user data.

Wifi disappears

If wifi stopped working, first try usual means:

  • switching wifi off and on again
  • reboot PineTab

If it still doesn't work, open terminal and type this:

nmcli r

If output is two lines with red word disabled under word WIFI - rejoice, since this issue is known (although it's not yet investigated well enough to figure out when it happens, so clues to developers are likely welcome). To fix it, just type this in the terminal:

nmcli r wifi on


Wifi missing if started with keyboard attached

symptom: if you started with keyboard attached wifi will not come up

reason: the service urfkill is not running

fix:

sudo service urfkill restart