<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pine64.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dos</id>
	<title>PINE64 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pine64.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dos"/>
	<link rel="alternate" type="text/html" href="https://wiki.pine64.org/wiki/Special:Contributions/Dos"/>
	<updated>2026-04-28T20:44:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.pine64.org/index.php?title=Pinebook_Pro_Debian_Installer&amp;diff=4801</id>
		<title>Pinebook Pro Debian Installer</title>
		<link rel="alternate" type="text/html" href="https://wiki.pine64.org/index.php?title=Pinebook_Pro_Debian_Installer&amp;diff=4801"/>
		<updated>2020-01-25T22:51:29Z</updated>

		<summary type="html">&lt;p&gt;Dos: document how to switch to s2ram (as opposed to s2idle)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Information ==&lt;br /&gt;
&lt;br /&gt;
* This is an image creator and Debian installer that runs from an existing Linux OS and installs Debian Bullseye&lt;br /&gt;
** Installer can configure an encrypted rootfs and provides a choice of desktops, including the default Debian desktop based on Gnome 3&lt;br /&gt;
** Strict adoption of upstream Debian packages (with exception of kernel and bootloaders) in order to provide a clean upgrade path as Bullseye matures&lt;br /&gt;
* Download at: https://github.com/daniel-thompson/pinebook-pro-debian-installer/&lt;br /&gt;
* Pull requests welcome but for discussion and support please use [https://forum.pine64.org/showthread.php?tid=8487 the forum topic].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; | Feature&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; | Status&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; | Notes&lt;br /&gt;
|-&lt;br /&gt;
| Install to micro SD card&lt;br /&gt;
| Works&lt;br /&gt;
| Automatically expands to use all available space&lt;br /&gt;
|-&lt;br /&gt;
| Install to eMMC&lt;br /&gt;
| Works&lt;br /&gt;
| Automatically adapts for 64GB and 128GB models&lt;br /&gt;
|-&lt;br /&gt;
| Full disk encryption&lt;br /&gt;
| Works&lt;br /&gt;
| Run installer with `CRYPT=yes`. Requires kernel support and this support is missing in the original factory kernel so it it not possible to install a LUKS filesystem from the factory distro. You can make a temporary unencrypted install with this installer and then use the temporary OS to perform a full encypted install.&lt;br /&gt;
|-&lt;br /&gt;
| Wifi&lt;br /&gt;
| Works&lt;br /&gt;
| Issues have been reported with WPA2 networks [https://forum.pine64.org/showthread.php?tid=8822]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current issues ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; | Issue&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; | Category&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; | Status&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; | Workaround&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; | Notes&lt;br /&gt;
|-&lt;br /&gt;
| Firefox 'Illegal instruction'&lt;br /&gt;
| Debian issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948708&lt;br /&gt;
|&lt;br /&gt;
| Use a different browser while the issue is fixed or use armhf version&lt;br /&gt;
| You can use the firefox-esr 68.4.1esr-1~deb10u1 from Debian Buster, it works perfect (needs to be pinned, also needs a lib). Other browsers such as Epiphany (also has issues, white screen often, mouse movement re-displays under mouse), Konqueror and Falkon also have issues, don't work (dbind)&lt;br /&gt;
&lt;br /&gt;
To use the armhf version:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo apt remove firefox-esr&lt;br /&gt;
$ sudo dpkg --add-architecture armhf&lt;br /&gt;
$ sudo apt update&lt;br /&gt;
$ sudo apt install firefox-esr:armhf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;pre&amp;gt;cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Debian issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857054&lt;br /&gt;
| If having FDE, it fails to load at boot as the firmware is not included in initramfs&lt;br /&gt;
| Include the dptx.bin firmware in the initramfs&lt;br /&gt;
| See https://forum.pine64.org/showthread.php?tid=8487&amp;amp;pid=57202#pid57202&lt;br /&gt;
|-&lt;br /&gt;
| Bluetooth doesn't work&lt;br /&gt;
 bluetooth hci1: Direct firmware load for brcm/BCM4345C5.hcd failed with error -2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Copy those firmware https://gitlab.manjaro.org/manjaro-arm/packages/community/ap6256-firmware to /lib/firmware/brcm/. After that, Bluetooth works fine.&lt;br /&gt;
| It seems some firmware is missing. See https://forum.pine64.org/showthread.php?tid=8731&amp;amp;pid=57525#pid57525&lt;br /&gt;
|-&lt;br /&gt;
| Suspend doesn't work properly, when lid is closed, the laptops gets hot and dramatically dry the battery&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Install is preconfigured to use suspend-to-idle instead. This offers some power savings compared to normal running but suspend should only be used for short periods.&lt;br /&gt;
| &amp;lt;pre&amp;gt;# echo deep &amp;gt; /sys/power/mem_sleep&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Often very slow to wake from suspend: 30-60 seconds.&lt;br /&gt;
| Forum thread https://forum.pine64.org/showthread.php?tid=8822&lt;br /&gt;
|&lt;br /&gt;
| Sometimes pressing the power key helps wake it up. Set this key to not trigger sleep/shutdown in the Desktop Environment config.&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Brightness keys don't work.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Add this file [https://github.com/ayufan-rock64/linux-package/blob/a18e3fb8a1eb9d8e5a1b8af030d41823befa3aff/root-pinebookpro/etc/udev/hwdb.d/10-usb-kbd.hwdb] to /etc/udev/hwdb.d/, run&lt;br /&gt;
  sudo systemd-hwdb update&lt;br /&gt;
  sudo udevadm trigger&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VLC crashes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Use a different player, like mpv&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| After last software update, X.org crashes when Fn + some functional key uses. See: https://forum.pine64.org/showthread.php?tid=8915&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dos</name></author>
	</entry>
</feed>