slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - 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: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) (/showthread.php?tid=10493) |
RE: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - globaltree - 12-04-2020 (12-04-2020, 12:03 PM)acid andy Wrote:(12-04-2020, 10:55 AM)globaltree Wrote: And after this pinebook: I'm gonna slackify a pinephone! Get ready for Phlackware! Be all you can be: join the slarmy! Yee-Ha! Thanks for sharing. Count me N! (12-04-2020, 04:19 AM)ma= Wrote: and eMMC has kernel modules and firmware with sdcard Ah-ha: I hadn't done anything special for the firmware. There's way more files in /lib/firmware on the slarm64 microsd than on the eMMC. What's the best way to get the kernel-firmware? I've tried just copying /lib/firmware from microsd to eMMc, and I've used slackpkg to install kernel-firmware, and I've tried Pat's script, which was not in the slarm64/source/a/kernel-firmware (which was empty), but was in the slackware64-current/source/a/kernel-firmware, and Pat's SlackBuild clones recent firmware with git from kernel.org, and has noarch in the package name, so does that mean it's good for x64 and arm64? I rebooted after each subsequent attempt, and I still have to modprobe r8188eu (it gets inserted automatically when booting from the slarm64 image, but has to be modprobed on the eMMC)... I modprobed btbcm as well, but "hcitool dev" doesn't list any devices. It's same after each reboot, so I must still be missing a few marbles. RE: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - mara - 12-04-2020 kernel-firmware as well as slackware64 + addon once again, there is a script that transfers to eMMC Code: /root/setup.sh so you can do Code: echo "/sbin/modprobe r8188eu" >> /etc/rc.d/rc.modules.local RE: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - globaltree - 12-04-2020 YeeHa! LUKS on Pinebook Pro is working! Before I read your recent reply, I had git cloned your images_build_kit git repository, and inside the blobs directory, moved the firmware folder to /lib/firmware, rebooted, and everything was found as on the microsd... oh I also copied the modules.d directory to /etc/modules.d before rebooting. Globaltree is one happy slac.in.the.box today Thanks for forging the way. May the slack be with you! RE: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - globaltree - 12-04-2020 "once again, there is a script that transfers to eMMC" I used that script the first time, and installed to eMMC. Then I messed around with getting luks+lvm working on microsd. Once successful, after booting from microsd, made the luks+lvm work on eMMC. I didn't use your script for installing to eMMC that time, because I didn't think it would know about luks+lvm. That's about when I noticed not all the hardware being detected. Once I found your blobs, all is well. When I did have that resume=LABEL=blackholezswap in my kernel append line, it froze looking for some kind of resume image, so I removed that entry from the line... however, I noticed at kernel.org's list of kernel command-line parameters, a resumewait parameter, that I'll try and see if that helps it find the swap partition... Suspend to Ram, or having laptop go to sleep when lid is closed, is final hurdle. RE: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - mara - 12-19-2020 fixed sound output in mainline kernel slarm64-current-aarch64-base-rootfs-20201218-5.9.15-pinebook_pro-build-20201219.img.zst slarm64-current-aarch64-base-rootfs-20201218-5.9.15-pinebook_pro-build-20201219.img.zst.sha256 slarm64-current-aarch64-xfce-rootfs-20201218-5.9.15-pinebook_pro-build-20201219.img.zst slarm64-current-aarch64-xfce-rootfs-20201218-5.9.15-pinebook_pro-build-20201219.img.zst.sha256 RE: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - mara - 01-30-2021 kernel 5.10.11 slarm64-current-aarch64-base-pinebook_pro-5.10.11-build-20210130.img.zst slarm64-current-aarch64-base-pinebook_pro-5.10.11-build-20210130.img.zst.sha256 slarm64-current-aarch64-xfce-pinebook_pro-5.10.11-build-20210130.img.zst slarm64-current-aarch64-xfce-pinebook_pro-5.10.11-build-20210130.img.zst.sha256 RE: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - mara - 05-08-2021 kernel 5.12.2 slarm64-current-aarch64-server-pinebook_pro-5.12.2-build-20210508.img.zst slarm64-current-aarch64-server-pinebook_pro-5.12.2-build-20210508.img.zst.sha256 slarm64-current-aarch64-xfce-pinebook_pro-5.12.2-build-20210508.img.zst slarm64-current-aarch64-xfce-pinebook_pro-5.12.2-build-20210508.img.zst.sha256 RE: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - mara - 05-08-2021 slarm64-current-aarch64-server-pinebook_pro-4.4.268-build-20210508.img.zst slarm64-current-aarch64-server-pinebook_pro-4.4.268-build-20210508.img.zst.sha256 slarm64-current-aarch64-xfce-pinebook_pro-4.4.268-build-20210508.img.zst slarm64-current-aarch64-xfce-pinebook_pro-4.4.268-build-20210508.img.zst.sha256 RE: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - globaltree - 06-11-2021 I did check slarm64's changelog before asking this -- just noticing that on may 8th, both a 5.12.2 kernel image, and a 4.4.268 image were provided (thanks), and was wondering if there were specific slackware native or 3rd party packages that still needed older kernel to build properly, and if so which ones they were -- just out of curiosity (I give thanks that I'm not a cat). RE: slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) - mara - 06-12-2021 (06-11-2021, 11:51 AM)globaltree Wrote: I did check slarm64's changelog before asking this -- just noticing that on may 8th, both a 5.12.2 kernel image, and a 4.4.268 image were provided (thanks), and was wondering if there were specific slackware native or 3rd party packages that still needed older kernel to build properly, and if so which ones they were -- just out of curiosity (I give thanks that I'm not a cat).no, there are no such packages. I am compilation the old kernel due to the fact that there you can watch videos in 4k. |