problem in using minicom under guix
Adrian Zaugg
adi at ente.limmat.ch
Sun Aug 9 12:06:29 BST 2020
Hi
Either use
minicom -D <device>
to specify your serial device, edit the config file to point to it
instead of to /dev/modem or correct the link /dev/modem (by hand, udev
or however this gets set under guix).
Regards, Adrian.
On 09.08.20 09:54, Wensheng Xie wrote:
> Dear minicom:
>
> I have installed minicom under guix 1.1.0
>
> ```
> wxie at guix ~$ minicom --version
> minicom Version 2.7.1 (kompiliert am Jan 1 1970)
> Copyright (C) Miquel van Smoorenburg.
> ```
>
> After I used `minicom -s` to modify my serial port config and save the
> config file, I run it again with `minicom`. It still complaining:
>
> ```
> wxie at guix ~$ minicom
> minicom: Fehler beim Öffnen der Datei »/dev/modem«: Datei oder Verzeichnis nicht gefunden
> ```
>
> I think the saved config file is not used. How can I make it work?
>
> More information:
>
> ```
> wxie at guix ~$ guix --version
> guix (GNU Guix) 93538a0a5bdf27091f0e19929bb05d418143027f
> Copyright © 2020 die Guix-Autoren
> Lizenz GPLv3+: GNU GPL Version 3 oder neuer <http://gnu.org/licenses/gpl.html>
> Dies ist freie Software: Sie können sie ändern und weitergeben.
> Es gibt keine Garantie, soweit gesetzlich zulässig.
> ```
>
More information about the minicom-devel
mailing list