Re: U-Boot for Raspberry Pi

2022-02-22 Thread Ricardo Wurmus
Reza Alizadeh Majd writes: > 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/bugr

Re: U-Boot for Raspberry Pi

2022-02-22 Thread Vincent Legoll
Hello Reza Alizadeh Majd, On Tue, Feb 22, 2022 at 9:31 AM Ricardo Wurmus wrote: > The list of modules depends largely on the kernel configuration. I > encourage you to check if you need to add something to the kernel > configuration and build your own kernel. See here for details on how to achi

Re: U-Boot for Raspberry Pi

2022-02-22 Thread Vincent Legoll
On Tue, Feb 22, 2022 at 10:05 AM Vincent Legoll wrote: > I was about to suggest: > ("CONFIG_VIRTIO_BLK" . m) (in guix guile syntax) modulo the copy/paste gotcha, it should have been ("CONFIG_VIRTIO_BLK" . y) (in guix guile syntax) -- Vincent Legoll

"bash : alias: -p : not found" after configuring guix home

2022-02-22 Thread Hubert
Hello guix! Yesterday I have configured guix home by launching successively the following command lines: ~$ guix home import ~/src/guix-config ~$ guix home reconfigure /home/hubert/src/guix-config/home-configuration.scm ~$ guix home search shell ~$ guix home list-generations Génération 12

Re: How to work with npm from guix shell

2022-02-22 Thread Roland Everaert
Hello, Removing the '-g' option allows me to go further, however, I encounter some dependency problems. I will get in touch with the project maintainer to get more help. BTW, is there any articles that go in depth with the use of guix shell? I have still difficulties to get en environment righ

scanner

2022-02-22 Thread Gottfried
Hi, after adding 2 brackets at the end, (services (append (list (service mate-desktop-service-type) (service enlightenment-desktop-service-type) (service cups-service-type (cups-configuration (web-interface? #t) (exten

guile

2022-02-22 Thread Gottfried
Hi, in order to learn to configure the config.scm file I would like to learn how it works. Which website or article could help me to get an overview and learn something about guile, because guix is build on guile, I understood. gottfried

text editor

2022-02-22 Thread Gottfried
Hi, thanks for Your email. I am not sitting the whole day in front of a computer, I am working in a technical job to help people. So I didn´t have time to learn any computer language, emacs etc. because I didn´t need it for my life yet. Which editor You would propose , I should use, to show

weather applet, network applet in MATE Desktop

2022-02-22 Thread Gottfried
Hi, I installed guix with MATE desktop the first time. I was wondering, why only few programs were installed. I have great trouble to add new programs and need a lot of advice. e.g. no printer, scanner, no weather applet, network applet and other applets in the quick launch bar available.

older and newer Versions of IceCat

2022-02-22 Thread Gottfried
Hi, I upgraded my system and IceCat updated to 91.6 but when opening it, the version 91.5 opens. In my generations there are + and - listed: Generation 33 18. Februar 2022 15:35:27 + gnucash 4.6 out /gnu/store/lxr7lq0hdwz77a1cisvz5qwkwznwxqkm-gnucash-4.6 + hpcg

Re: guile

2022-02-22 Thread Julien Lepiller
Le Tue, 22 Feb 2022 18:07:13 +, Gottfried a écrit : > Hi, > in order to learn to configure the config.scm file > I would like to learn how it works. > > Which website or article could help me to get an overview and learn > something about guile, because guix is build on guile, I understood.

Re: text editor

2022-02-22 Thread Julien Lepiller
Hi Gottfried, If you don't feel ready for emacs, I would suggest you try Gedit. It's a graphical text editor with basic functionalities like syntax highlighting. It won't do as much as emacs or vim, but it should be very easy to use :) Le Tue, 22 Feb 2022 18:14:32 +, Gottfried a écrit : > H

libre office German and IceCat in German

2022-02-22 Thread Gottfried
Hi, I installed libre office and it installed it in English. But I would need the German version How can I get the German version in guix? the same in IceCat gottfried

Re: text editor

2022-02-22 Thread Dr. Arne Babenhauserheide
Hi Gottfried, Gottfried writes: > I guess emacs is too difficult for me to learn, because it would make > sense only, if I used it regularly. > So it would be good a more simple editor. A friend of mine is a writer as a hobby — writing about 3 months a year. He works with Emacs without problems

Re: text editor

2022-02-22 Thread Jay Sulzberger
On Tue, 22 Feb 2022, Gottfried wrote: Hi, thanks for Your email. De nada and you are very welcome! I am not sitting the whole day in front of a computer, I am working in a technical job to help people. So I didn??t have time to learn any computer language, emacs etc. because I didn??t

Nix programs on path but not found

2022-02-22 Thread Stefan Baums
Dear all, I am running Guix with EXWM. Prior to Guix, in Ubuntu, I used ~/.xinitrc to set some environment variables and run some startup programs. Since this is apparently not read in Guix+EXWM, I put the following at the top of my ~/.exwm instead: (setenv "PATH" (concat (getenv "PATH") ":/ho

Re: text editor, ah, just a typo

2022-02-22 Thread Jay Sulzberger
Ah, there are several typographical errors in my last. The most glaring is the error of my typing "Cntrl" let when I meant "Cntrl" key oo--JS. On Tue, 22 Feb 2022, Jay Sulzberger wrote: On Tue, 22 Feb 2022, Gottfried wrote: Hi, thanks for Your email. De nada and you are very we

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

2022-02-22 Thread jbranso
February 21, 2022 9:45 PM, "tumashu" wrote: > 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? Hmmm...Could you potentially blacklist the module? https://guix.gnu.org/manual/

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

2022-02-22 Thread tumashu
rmmod mt7921e, a mediatek wifi module I find this mode let shutdow time > 10min, so i want to unload it before shutdown not the blacklight. -- 发自我的网易邮箱手机智能版 - Original Message - From: jbra...@dismail.de To: tumashu , help-guix Sent: Tue, 22 Feb 2022 22:47:32 + Subject:

Re: text editor

2022-02-22 Thread Dr. Arne Babenhauserheide
Hi Gottfried, "Dr. Arne Babenhauserheide" writes: >> I guess emacs is too difficult for me to learn, because it would make >> sense only, if I used it regularly. >> So it would be good a more simple editor. > For starters just activate cua-mode. > > Then get typing. Feel free to use the menu and t