On Mon, Mar 21, 2011 at 05:13:24AM -0700, David Miller wrote: > From: Jurij Smakov <[email protected]> > Date: Mon, 21 Mar 2011 11:51:30 +0000 > > > I guess that this might be as simple as console having an unexpected > > name. > > Well, the console is named /dev/ttyS0 and I don't see any case in the > middle switch statement of that script which would accept "ttyS?" for > $console at all. > > It only matches tty[A-Z], duart, etc.
It matches tty[A-Zu]*, so ttyS0 should work (and it does on my machine). Next step would be to check that $console actually gets set to ttyS0 as expected. > /dev/ttyS? is also what the serial console would be named in other > sparc cases too. -- Jurij Smakov [email protected] Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

