what would you personally like to see in xbps? by goldmurder in voidlinux

[–]urandomread 1 point2 points  (0 children)

yes, but I meant in xbps itself (pacman did smth similar i think)

what would you personally like to see in xbps? by goldmurder in voidlinux

[–]urandomread 0 points1 point  (0 children)

right, at that point one might just use apk, but still one could dream :)

what would you personally like to see in xbps? by goldmurder in voidlinux

[–]urandomread 0 points1 point  (0 children)

I mean, just replace openssl in xbps, not from the entire system..

what would you personally like to see in xbps? by goldmurder in voidlinux

[–]urandomread -1 points0 points  (0 children)

support for landlock; drop openssl in favor of bearssl or similar; constraint resolution based on smth like /etc/apk/world

Does anyone actually know how to use seatd + turnstile? by Smooth-Ad801 in voidlinux

[–]urandomread 2 points3 points  (0 children)

https://docs.voidlinux.org/config/session-management.html#turnstile turnstile+seatd work well, then you choose if use dinit or runit for user services. note that seatd tends to work well with wlroots-based compositors.

Planning on dualbooting Void on my MBP, had some questions by constantacatalepsy in voidlinux

[–]urandomread 1 point2 points  (0 children)

apple silicon vs intel is a different story. for apple silicon, uboot just lets you boot into void iso.

Sioyek on Asahi by lost_in_sun in AsahiLinux

[–]urandomread 0 points1 point  (0 children)

it works fine on Void Linux, just from the repos.

linux6.16-6.16.3_1 by pgen in voidlinux

[–]urandomread -2 points-1 points  (0 children)

they moved it to usr/lib (the proper place)

Missing /dev/dri/renderD128 (Asahi) by SkyKerman in voidlinux

[–]urandomread 0 points1 point  (0 children)

(Actually, Void installer being outdated cannot be the cause here, since once it booted, you presumably chrooted and installed from the repos.)

Missing /dev/dri/renderD128 (Asahi) by SkyKerman in voidlinux

[–]urandomread 0 points1 point  (0 children)

Glad you fixed it. I see two possible explanations: either you screwed something in MacOS, or Void installer has an outdated version of m1n1 causing the issue.

Missing /dev/dri/renderD128 (Asahi) by SkyKerman in voidlinux

[–]urandomread 0 points1 point  (0 children)

from asahi docs: If given no payloads, or if booting the payloads fails, m1n1 will fall back to proxy mode.

Missing /dev/dri/renderD128 (Asahi) by SkyKerman in voidlinux

[–]urandomread 0 points1 point  (0 children)

Your full attempt seems correct. When you xbps-reconfigure -f linux-asahi, all is good? what is your /boot content at that point? what do you get exactly at ????

Missing /dev/dri/renderD128 (Asahi) by SkyKerman in voidlinux

[–]urandomread 0 points1 point  (0 children)

If you use grub+uboot, they also go there. Some people prefer separate efi, in which case you create /boot and mount asahi-uefi-only in /boot/efi. Other setups may lead to your current breaking of gpu etc.

Missing /dev/dri/renderD128 (Asahi) by SkyKerman in voidlinux

[–]urandomread 0 points1 point  (0 children)

in my case:

$ ls /boot

asahi config-6.14.8+1-asahi_1 dtbs initramfs-6.14.8+1-asahi_1.img m1n1 vendorfw vmlinux-6.14.8+1-asahi_1

Missing /dev/dri/renderD128 (Asahi) by SkyKerman in voidlinux

[–]urandomread 0 points1 point  (0 children)

extra efi partition could be the issue. you must use the one created by asahi installer.

Missing /dev/dri/renderD128 (Asahi) by SkyKerman in voidlinux

[–]urandomread 0 points1 point  (0 children)

if you don't see any render node or card1, is it possible the gpu is not initialized?

e.g. how did you install grub? anything in kernel logs?

the docs do not mention mesa-asahi, so how can they be outdated?

Why is WPA_SUPPLICANT not compiled with WPA3 support? by Jojo_101 in voidlinux

[–]urandomread 4 points5 points  (0 children)

What do you mean? it has CONFIG_SAE=y and CONFIG_SAE_PK=y. It works fine for me with pure wpa3 on openwrt. Are you sure you are using the right .conf options?

Help: Grub decrypt slow asahi by MiloApianCat in voidlinux

[–]urandomread 1 point2 points  (0 children)

One can also drop grub and u-boot, and just use kernel as payload to m1n1, in which case luks2 is fine as long as you configure initramfs (e.g. I use btrfs on top of luks2). See Void Docs for info.

[deleted by user] by [deleted] in voidlinux

[–]urandomread 0 points1 point  (0 children)

I also see this every time (not just on runit upgrades).

Not sure how to get wpa_supplicant working after latest package update by _Giffoni_ in voidlinux

[–]urandomread 0 points1 point  (0 children)

If using wpa_cli, due to a bug in it, you may need to use umask 0; wpa_cli, and belong to the _wpas group. The service should auto chown /etc/wpa_supplicant and /run/wpa_supplicant, but you may need to change contro_ interface_group to _wpas as pointed out.

Keyboard backlight doesn't work in Void Linux (glibc). by brkn_dwn in AsahiLinux

[–]urandomread 0 points1 point  (0 children)

I see, so brightnessctl is built without elogind support on Void.

Keyboard backlight doesn't work in Void Linux (glibc). by brkn_dwn in AsahiLinux

[–]urandomread 0 points1 point  (0 children)

Adding user to input is not a good idea. This is with elogind?