Re: U-Boot for Raspberry Pi

2022-02-21 Thread Reza Alizadeh Majd
On Mon, 21 Feb 2022 12:14:50 +0100 Ricardo Wurmus wrote: > >mmc-block or mmc_block? based on the following thread I thought that it might be the issue with module name, so I tested with both mmc_block an mmc-block. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34902 unfortunately neither of t

How to run "rmmod xxx" when I shutdown my computer.

2022-02-21 Thread tumashu
Hello, every one. I find a kernel module let shutdown time > 10min, so I want to run "rmmod xxx" before shutdown or reboot. How to do this job in guix system? Thanks!

How to run "rmmod xxx" when I shutdown my computer.

2022-02-21 Thread tumashu
Hello, every one. I find a kernel module let shutdown time > 10min, so I want to run "rmmod xxx" before shutdown or reboot. How to do this job in guix system? Thanks!

Re: Android Device Mounting Detection with GVFS Help

2022-02-21 Thread raingloom
On Mon, 14 Feb 2022 11:19:29 + (UTC) Jaft via wrote: > I dunno if anyone might have any suggestions but I've been trying to > get my Android phone get detected. I'm using GVFS and Thunar; full > details of what I originally tried are at > https://www.reddit.com/r/GUIX/comments/s55e8m/smartpho

Re: scanner

2022-02-21 Thread Jay Sulzberger
Dear Gottfried , I use an editor which allows me to check whether a bit of text is a well formed sexp, that is, a well formed Lisp expression. I do not have Guile on the machine I am writing this on, but I am writing using Emacs. Here is a syntactically, well, at the level of sexps, well formed

scanner

2022-02-21 Thread Gottfried
Am 20.02.22 um 20:57 schrieb SeerLite: On 2/20/22 13:25, Gottfried wrote: Hi, Below is my config.scm: it has 60 lines (if the 61:1 refers to a line???) after: sudo guix system reconfigure /etc/config.scm this message: /etc/config.scm:61:1: schließende Klammer fehlt  (in English closing brac

Re: Julia package management on GuixSD

2022-02-21 Thread zimoun
Hi Jacob, First, to fix the issue, for now, you need 'p7zip' somewhere in your PATH. For instance, $ guix shell julia p7zip -- julia julia> using Pkg julia> Pkg.add("Plots") ... Second, note that if you have installed Julia packages via Guix, then Pkg should use

Substituting package definition for dependency

2022-02-21 Thread Paul Jewell
thermald doesn't build at the moment (bug 54061). Maxime has created some patches which get around the problem, something I confirmed by building from a local patched git repo. I would like to incorporate these patches so I can continue to update guix, until such time the patches find their way

Re: U-Boot for Raspberry Pi

2022-02-21 Thread Ricardo Wurmus
Reza Alizadeh Majd writes: > however the previously mentioned issue in this thread about > the `mmc_block` kernel module still persists during the build: > > adding the following kernel modules: > > (initrd-modules (append (list "mmc_block" "rtsx_pci_sdmmc" "rtsx_pci") >

Re: U-Boot for Raspberry Pi

2022-02-21 Thread Reza Alizadeh Majd
On Sat, 19 Feb 2022 00:12:37 +0100 Ricardo Wurmus wrote: > >Are you using qemu-binfmt-service-type? > Thank you, adding the service to the host machine, resolves the build issue. however the previously mentioned issue in this thread about the `mmc_block` kernel module still persists during th