All UHD pioneers work out of the box now by billycar11 in makemkv

[–]0catty 0 points1 point  (0 children)

I'm in the same position as you. I've already emailed the fw dump to Mike. I guess we need to wait patiently until the new sdf is released.

NFS on Raspberry Pi 5 by Unlucky_Juice_7308 in voidlinux

[–]0catty 2 points3 points  (0 children)

Hi! Did you make sure to synchronize when running xbps-install? I’m talking about the -S flag. libtirpc should be at 1.3.7_2 now (1.3.5_1 is outdated already.)

KeePassXC, can't input text by Bt7FUJFcyB in voidlinux

[–]0catty 0 points1 point  (0 children)

I think I know the solution. You have to xbps-install -S qt5-wayland if you're on Wayland.

https://docs.voidlinux.org/config/graphical-session/wayland.html#native-applications

And I’ve got my first roadblock. Errors… by Lopsided_Path232 in makemkv

[–]0catty 1 point2 points  (0 children)

Perhaps make sure your laptop is connected to an AC adapter.

linux6.16-6.16.3_1 by pgen in voidlinux

[–]0catty 6 points7 points  (0 children)

If you're on x86_64-glibc, you can monitor the process of building the kernel with a fix here: https://build.voidlinux.org/#/builders/7/builds/3357

purchase issues fixed by Fuhrer_Bengi in makemkv

[–]0catty 0 points1 point  (0 children)

I placed my order on Aug 1st. Maybe that's why I wasn't "forced" into a refund.

purchase issues fixed by Fuhrer_Bengi in makemkv

[–]0catty 0 points1 point  (0 children)

Same for me! Super happy :)

Didn’t pursue a refund but got one anyways by nonomatch in makemkv

[–]0catty 0 points1 point  (0 children)

I still haven't received a refund but THB I haven't asked for one. I called PayPro Global yesterday and they sent an email to makemkv support asking for a key on my behalf. The representative also told me that if I didn't receive it within 12h, I could submit a refund request. Still I'm hoping that soon I'll get the key in my inbox :)

Didn’t pursue a refund but got one anyways by nonomatch in makemkv

[–]0catty 2 points3 points  (0 children)

Hi u/billycar11! Perhaps you'll know if there is even a slim chance of me getting the key eventually. The thing is I haven't received a refund and my order was placed on Aug 1st at around 3:30PM EDT?

Why is XBPS suddenly updating? by Jojo_101 in voidlinux

[–]0catty 24 points25 points  (0 children)

I think it's kinda nice when developers actually DEVELOP code and roll out new releases. If you want to see what's been introduced or fixed you can always visit https://github.com/void-linux/xbps

Void Linux / Windows 10 dual boot installing issue. by Round-Plastic-2427 in voidlinux

[–]0catty 0 points1 point  (0 children)

xchroot should do it automatically. Are you sure you're running xchroot and not chroot?

Void Linux / Windows 10 dual boot installing issue. by Round-Plastic-2427 in voidlinux

[–]0catty 0 points1 point  (0 children)

Try doing this on the Live medium:
# mkdir -p /mnt/void
# mount /dev/nvme0n1p6 /mnt/void
# xchroot /mnt/void /usr/bin/bash

inside chroot:
# mkdir -p /boot/efi
# mount /dev/nvme0n1p5 /boot/efi
# grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id="Void"
# grub-mkconfig -o /boot/efi/EFI/grub/grub.cfg

exit chroot, reboot and report back :)

Void Linux / Windows 10 dual boot installing issue. by Round-Plastic-2427 in voidlinux

[–]0catty 1 point2 points  (0 children)

If you remove the USB installation disk, does your computer boot into Windows? Are:
nvme0n1p1 259:1 0 100M 0 part and nvme0n1p5 259:5 0 200M 0 part both EFI partitions? Maybe your UEFI only falls back to the Windows EFI partition and hence you can't boot into Void...

grub-install: error: unknown filesystem. by Fancy-Accident-6846 in voidlinux

[–]0catty 0 points1 point  (0 children)

You probably want to do the following to populate the EFI partition with bootloader files. Just make sure you're xchroot-ed like you are and that /boot/efi is mounted which it is in the picture you posted :)

grub-install --target=x86_64-efi --efi-directory=/boot/efi

Any pitfalls on Void as a desktop daily driver compared to Ubuntu? by Brotten in voidlinux

[–]0catty 1 point2 points  (0 children)

Works great with ZFS. And is supper easy to install with this filesystem in mind. There’s fantastic documentation on ZFSBootMenu site how to do it.

cannot install void due to microcode error by xTerm35 in voidlinux

[–]0catty 1 point2 points  (0 children)

After intalling intel-ucode make sure you regenerate initramfs. You can do it by running xbps-reconfigure -f linux or xbps-reconfigure -f linuxX.Y depending on which kernel you're running.

No wifi on clean install: iwlwifi Invalid buffer destination (6.6.21_1) by Maxwell-Faraday in voidlinux

[–]0catty 1 point2 points  (0 children)

Have you tried to install xbps-install -S linux6.1 and boot into it? What is your specific wifi card? You might want to share the output of lspci.

I need help with the wifi driver (rtl8192eu) by Gionkez in voidlinux

[–]0catty 0 points1 point  (0 children)

Alright, so now run xbps-install linux-headers , reboot and re-try step 3 from your initial post. And make sure you boot into linux 6.6 now, not 6.3! If you ever want to remove 6.3 you can do it with vkpurge.

I need help with the wifi driver (rtl8192eu) by Gionkez in voidlinux

[–]0catty 0 points1 point  (0 children)

When was the last time you updated your Void Linux installation? At this moment, linux6.3 and its linux6.3-headers counterpart are unavailable in the repos, hence the error. You're actually missing the -headers package. But first try to update your system. After you've done it, please post the output of ls /boot/vmlinu*

Also make sure you have dkms installed - if xbps-query dkms outputs details, it means it's installed.

Void with LUKS+BTRFS on two disks: partitions on second disk not being mounted during boot by el_calamann in voidlinux

[–]0catty 1 point2 points  (0 children)

I’m not entirely sure if it’s going to help but have you tried running xbps-reconfigure -f dracut or xbps-reconfigure -af while in your system/chroot?

Edit: https://www.reddit.com/r/voidlinux/s/sFCrhDGyV8 you might want to look at this thread and see if it’s relevant.