![]() |
An unofficial Debian Installer for Pinebook Pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: An unofficial Debian Installer for Pinebook Pro (/showthread.php?tid=8487) |
RE: An unofficial Debian Installer for Pinebook Pro - wasgurd - 01-18-2020 Code: sudo update-initramfs -u Should I ignore it, in general? RE: An unofficial Debian Installer for Pinebook Pro - Jeremiah Cornelius - 01-18-2020 Alright! I have Daniel's Bullsye with Gnome3 installed to my EMMc on the ANSI PBP, and I feel like I'm in front of a "real" computer now! I'm going to migrate a bunch of my extensions from the regular setup I use on a MacbookPro running Pop_OS, and I'm almost set for a "stable" machine, with the 2nd hand ISO model I bought for a "hacker". All that I really need now is improvements to this trackpad. Even with firmware updates, it's a bear. I'd do a 3rd party swap on the part, if one is ever spec'd. RE: An unofficial Debian Installer for Pinebook Pro - xmixahlx - 01-18-2020 in order to install armhf system I removed the ARCH=arm64 line from the install script and passed ARCH=armhf to the install command RE: An unofficial Debian Installer for Pinebook Pro - ThatGeoGuy - 01-18-2020 (01-15-2020, 09:31 AM)daniel Wrote:(01-14-2020, 06:50 PM)ThatGeoGuy Wrote: I'm trying to figure out what the rough edges would be, but not having encryption support on a laptop is a pretty big one for me.I assume by default most of the inputs work, and WiFi / Bluetooth is in good shape? If so, it doesn't seem too limited in comparison to default debian, so I'll take your word for it. My plan is to avoid most DEs anyways, and probably stick to awesomewm/sway/i3 anyways. So assuming the basics are working, I don't think my needs are too complex Alas, it seems bluetooth doesn't work. Relevant thread on the forums: https://forum.pine64.org/showthread.php?tid=8731&pid=57292#pid57292 Has anyone in here had any success with this? RE: An unofficial Debian Installer for Pinebook Pro - Jeremiah Cornelius - 01-18-2020 (01-18-2020, 03:05 PM)xmixahlx Wrote: in order to install armhf system I removed the ARCH=arm64 line from the install script and passed ARCH=armhf to the install command This is great. I'm midway into an install that reproduces your configuration right now. Widevine and other RPi binaries should now be possible to execute. I'm also a weirdo, and seem to be preferring the original trackpad firmware to the update for dragging, etc. Glad I have 2 PBPs for these experiments. RE: An unofficial Debian Installer for Pinebook Pro - Jeremiah Cornelius - 01-18-2020 (01-18-2020, 07:28 PM)Jeremiah Cornelius Wrote:(01-18-2020, 03:05 PM)xmixahlx Wrote: in order to install armhf system I removed the ARCH=arm64 line from the install script and passed ARCH=armhf to the install command Good news on this front! My armhf userland install works great on the ISO PBP, including encrypted LUKS. One of the problems of the pure aarch64 installation is a non-launching Firefox. This is solved matching the mrfixit-style dual arch. This means Wildvine will work with some pipefitting, too. Incidentally, choosing a UK 105 KB with a US language and US UTF-8 locale at install gave me perfect keybindings, and the £ key and # key are on their marked locations. Good for any North Americans installing Debian on their ISO machines. RE: An unofficial Debian Installer for Pinebook Pro - xmixahlx - 01-19-2020 @danielt script feedback: first, tyvm!!! here are some ideas: * change ARCH handling in script ("ARCH=arm64" hardcoded disabled armhf userspace install) * recommend requiring BLKDEV and ARCH at commandline to confirm explicit request * setup hostname in script * setup root password in script * use 5.5-rc5 tsys kernel for improvements other debian topics seem to be: * determine bluetooth fixes needed * determine what breaks upgrading to debian unstable (xserver packages???) * test panfrost performance? * document DM, DE and xorg/wayland performance/status RE: An unofficial Debian Installer for Pinebook Pro - richbl - 01-19-2020 (01-13-2020, 01:15 PM)wasgurd Wrote:(01-13-2020, 12:31 PM)e-minguez Wrote: Something has happened with firefox-esr in Debian bullseye, it fails to start with an 'illegal instruction' message Running Debian Bullseye from this installer, and when the native Firefox install failed, I too installed the Buster backport (Mozilla Firefox 68.4.1esr), but still no joy, with Firefox failing with the same "illegal instruction" error. Tried running under both X11 and Wayland, with no change in error output. I'm wondering if there's something else floating around that's causing the "illegal instruction" error. Maybe the original Firefox purge didn't clean up all of the libs? I can say that the rendering problem in Epiphany (screen blanking/white screens) goes away under Wayland. BTW, spinning up Debian with Gnome has been a great win for my PBP (just received it on Friday). Thanks Daniel! Rich RE: An unofficial Debian Installer for Pinebook Pro - xmixahlx - 01-20-2020 you can install firefox and/or chromium from unstable, also. RE: An unofficial Debian Installer for Pinebook Pro - danielt - 01-20-2020 Wow! Looks like its been a busy weekend. For those people having trouble with dptx.bin I noticed that @NigelT has posted how to fix this. Also @xmixahlx has posted some feedback on ways to improve the script. I did fix the ARCH=armhf bug since that was pretty crass but for now I've left the rest alone... I will be hacking on my PineTime for a bit longer yet! However I will still be reviewing github pull requests so if anyone wants to look at further fixes and improvements then PRs are very welcome! Also @amp asked about the status of the upstream Debian installer. AFAIK at the moment there are still too many pieces missing to get very far (PineBook bootloader is missing some useful features and I don't think the kernel patch to enable the display will arrive until v5.6). I spent sometime over Christmas working on the bootloader but I have been overtaken by events and will eventually take a fresh look. |