Re: Loading v4l2loopback kernel module

2022-04-11 Thread Michael Rohleder
Hey Stefan! Stefan Baums writes: > Reconfigure rebuilt the kernel then, but unfortunately in the end > failed with the below. What might be going on now? This is https://issues.guix.gnu.org/54833 Should be fixed with 7da907f90e. Please try again ;) Happy hacking! -- "Whoa...I did a 'zcat /vml

Defining a toolchain with musl libc

2022-04-11 Thread David Arroyo
Hello, I want to rebuild the packages in the `skarnet` module to be statically linked with musl libc. I don't mind if my C/C++ toolchain itself does not use musl libc, so initially, I tried simply modifying the packages and their direct dependencies, like so: (define (compose . fns)

Re: Guix on 32-bit x86 systems

2022-04-11 Thread raingloom
On Wed, 6 Apr 2022 22:20:36 +0200 raingloom wrote: > On Tue, 5 Apr 2022 14:43:57 -0700 > Andy Tai wrote: > > > Hi, I wonder do people recommend running Guix as the primary OS on > > 32-bit x86 systems? I have some old 32-bit 80x86 (Pentium) PCs that > > were running Fedora and of course Fedora

Re: guix pull; guix package -u; sudo guix system reconfigure /etc/config.scm

2022-04-11 Thread raingloom
On Sun, 10 Apr 2022 10:01:59 + Gottfried wrote: > Do I have to do a "sudo guix system reconfigure /etc/config.scm" > always after the "guix package -u"? > Can I do it every month or every second month? when I don't need the > latest version of packages? > > Gottfried > > > > I so

Re: Scanner

2022-04-11 Thread raingloom
On Sun, 10 Apr 2022 13:19:27 + Gottfried wrote: > Hi, > I could not install a Scanner in Guix, that's why I installed a > second Linux distro: GNUinOS on a second hard disk. > > In GnuinOS my HP Printer was working, I could print, but I couldn't > scan in the beginning. > > So I installed "

Re: Loading v4l2loopback kernel module

2022-04-11 Thread Stefan Baums
Dear Michael, > (operating-system > ... > (kernel-loadable-modules (list v4l2loopback-linux-module)) > ... ) thank you, that helped. For good measure, I also kept (simple-service 'my-kernel-module-loader-thunderbolt kernel-module-loader-service-type

Re: Kernel panic on new machine

2022-04-11 Thread phodina via
Hi, I've installed Guix to a new machine and after rebooting the live install I get kernel panic. The machine is Dell x86_64 uefi machine with FAT32 boot partition and Luks partition with Btrfs filesystem with rootfs. Could you please help me? Petr

Re: add a substitute server and thoughts for improvement

2022-04-11 Thread pelzflorian (Florian Pelz)
Hello Gottfried. On Sun, Apr 10, 2022 at 09:50:31AM +, Gottfried wrote: > > Would somebody be so kind and show me this part of his /etc/config.scm > > file in order to know where and what I should put there, so that I can > > add "bordeaus-guix.gnu.org as a substitute serve? > > I checked