emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30589: closed (serial login not working)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30589: closed (serial login not working)
Date: Thu, 08 Mar 2018 17:00:03 +0000

Your message dated Thu, 8 Mar 2018 17:59:39 +0100
with message-id <address@hidden>
and subject line Re: bug#30589: serial login not working
has caused the debbugs.gnu.org bug report #30589,
regarding serial login not working
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30589
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: serial login not working Date: Fri, 23 Feb 2018 21:19:22 -0500 User-agent: mu4e 1.0; emacs 25.3.1
The recent move of agetty-service into #base-services caused serial
login to stop working here. Previously this worked ...

(agetty-service (agetty-configuration (tty "ttyS1")
                                                        (baud-rate "115200")))

First I tried removing the lines above. Then I tried ...

(define %my-services
  (modify-services %base-services
                   (agetty-service-type config =>
                                        (agetty-configuration
                                         (tty "ttyS1")
                                         (baud-rate "115200")))))

I can confirm that ...

address@hidden /home/g1# sudo echo 123 > /dev/ttyS1

... produces "123" on the serial line.

guix (GNU Guix) 0.14.0.2487-58246

config attached (my G54)

TIA - George

Attachment: sys.scm
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#30589: serial login not working Date: Thu, 8 Mar 2018 17:59:39 +0100
Hi George,

On Thu, 08 Mar 2018 09:04:24 -0500
George myglc2 Clemmer <address@hidden> wrote:

> On 03/08/2018 at 12:16 Danny Milosavljevic writes:
> 
> > Please try current master now.  
> 
> Hi Danny, Yes that fixed it here, thanks. - George

Great!  Thanks for your patience!

Attachment: pgpdtCQFHAGaE.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]