An unofficial Debian Installer for Pinebook Pro
(05-20-2020, 10:50 PM)xmixahlx Wrote: i use pinebookpro-post-install from manjaro and brightnessctl +brightness-udev, then map the buttons in sway

translate that into non-geek, or old-fart-forgetting/systemd-changes-everything-speak would you?
(05-21-2020, 02:30 AM)jazzmans Wrote:
(05-20-2020, 10:50 PM)xmixahlx Wrote: i use pinebookpro-post-install from manjaro and brightnessctl +brightness-udev, then map the buttons in sway

translate that into non-geek, or old-fart-forgetting/systemd-changes-everything-speak would you?

Check the row before the last one in the table on this page: https://wiki.pine64.org/index.php/Pinebo..._Installer
This message was created with 100% recycled electrons
(05-21-2020, 07:43 AM)moonwalkers Wrote:
(05-21-2020, 02:30 AM)jazzmans Wrote:
(05-20-2020, 10:50 PM)xmixahlx Wrote: i use pinebookpro-post-install from manjaro and brightnessctl +brightness-udev, then map the buttons in sway

translate that into non-geek, or old-fart-forgetting/systemd-changes-everything-speak would you?

Check the row before the last one in the table on this page: https://wiki.pine64.org/index.php/Pinebo..._Installer

Thank you!   I knew I'd read something about it, but forgot where.  
It worked,  and bluetooth works after following instructions on the same wiki page.

a couple of oddities still.

for one,  ping is refused unless I run it as sudo,
ping: socket: Operation not permitted




and I still have no idea how to create a true root user instead of relying on sudo.
This was always part of the initial install of debian.


Thanks for all the hard work y'all!
(05-24-2020, 11:40 PM)jazzmans Wrote:
(05-21-2020, 07:43 AM)moonwalkers Wrote:
(05-21-2020, 02:30 AM)jazzmans Wrote:
(05-20-2020, 10:50 PM)xmixahlx Wrote: i use pinebookpro-post-install from manjaro and brightnessctl +brightness-udev, then map the buttons in sway

translate that into non-geek, or old-fart-forgetting/systemd-changes-everything-speak would you?

Check the row before the last one in the table on this page: https://wiki.pine64.org/index.php/Pinebo..._Installer

Thank you!   I knew I'd read something about it, but forgot where.  
It worked,  and bluetooth works after following instructions on the same wiki page.

a couple of oddities still.

for one,  ping is refused unless I run it as sudo,
ping: socket: Operation not permitted



and I still have no idea how to create a true root user instead of relying on sudo.
This was always part of the initial install of debian.


Thanks for all the hard work y'all!

ping uses raw sockets so it needs either have cap_net_raw enabled (see https://wiki.archlinux.org/index.php/Capabilities for instance) or setuid root (https://unix.stackexchange.com/questions...permission)

The root user is already created, it is a regular root user, but it doesn't have password. If you want to enable password for the root user you just need:


Code:
sudo passwd

It will ask your password first (for sudo), then the root password that you want twice.
I still prefer use sudo, you can have a full root login shell using sudo -i
My 2 cents
I've been using this installer and it's been great. The only issues I've run into have been documented issues which I am looking forward to updates to resolve them.

After using this installer, is there anything I need to do in order to ensure the latest patches/firmware/etc are applied to the PBP? I know there was mention that a 5.6 kernel was ready and I was wondering when we can actually expect kernel upgrades to better support suspend, etc.

Thanks again!
there are several updates you can do, including updating systempartions (p1-3), wifi/bluetooth firmware, alsa-state, function keys, etc.

i wrote update scripts for myself and i'll share them in another thread.
One week ago I got my brand new PinebookPro shipped from Hongkong to Germany.

Thanks to this script I managed to install Debian on it. The script initially failed with some "path not found"s. This seems to be because in chroot you still have the same PATH as before. So what helps is:

export PATH=/sbin:/usr/sbin:$PATH

before calling install-debian.

(In addition my first boot failed, I landed in some initrd shell. I removed quiet and splash from the kernel command line in extlinux - and from the second boot on I had no problems with that anymore).

I installed Debian on the internal eMMC (/dev/mmcblk2), having booted Manjaro from an SD card. To accomplish that I had to update U-Boot and clone Manjaro... quite a challenge.

My main grief with Manjaro was how MySQL support in DigiKam did not work - a rather exotic use case. This works out of the box in Debian. Graphics performance is similar (with the output of glxinfo being identical!). Video playback on Youtube seems a little better on Manjaro Chromium, though - probably due to the newer kernel (5.6 vs 5.5) or some tuning. I'm pretty impressed with how well Debian works. Thanks for the installer script! Smile
I been loving running debian on the PBP but war wondering if there is any news of a new kernel.
(06-08-2020, 11:39 PM)crypt17 Wrote: I been loving running debian on the PBP but war wondering if there is any news of a new kernel.

Well there is 5.6 kernel in Debian Sid and 5.7-rc5 in Experimental, but neither is usable. You can try using xmixahlx's script to build your own kernel, but my own attempt at 5.7 didn't yield much improvement over the linux-image-5.5.0-1-pinebookpro-arm64 by danielt, with PBP still freezing/panicking at every opportunity it gets if I actually use the GL acceleration.
This message was created with 100% recycled electrons
i dont have any stability issues at all, and both speed and usability are vastly improved.

even moreso with an nvme ssd (minus suspend not working with nvme...)


Possibly Related Threads…
Thread Author Replies Views Last Post
  Debian on Pinebook Pro u974615 7 1,152 03-31-2024, 10:11 AM
Last Post: u974615
  Pinebook Pro upgrading from the factory image yamsoup 12 1,667 02-22-2024, 04:02 PM
Last Post: tllim
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 4 2,180 12-13-2023, 07:22 PM
Last Post: trillobite
  Need Help Recovering Manjaro /boot Contents on Pinebook Pro calinb 6 2,263 12-11-2023, 03:47 AM
Last Post: calinb
  Gentoo on Pinebook Pro RELEASE jannik2099 54 89,472 12-08-2023, 11:25 PM
Last Post: tllim
  Boot Order in Pinebook Pro food 8 1,293 11-23-2023, 07:37 AM
Last Post: KC9UDX
  install debian on pbp jsch 7 4,116 11-22-2023, 04:22 PM
Last Post: TRS-80
  How to mainline kernel on daniel thompson's debian installer? hellojack 14 7,536 09-07-2023, 09:38 PM
Last Post: Der Geist der Maschine
  PineBook Pro seems to go to deep sleep, but doesn't wake up pogo 11 5,391 08-31-2023, 04:20 PM
Last Post: TRS-80
  Would a Pinebook Pro be good for a Linux newbie? cassado10 6 1,518 08-08-2023, 04:58 AM
Last Post: moobythegoldensock

Forum Jump:


Users browsing this thread: 5 Guest(s)