Current-Users archive

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

Re: How to get into ddb after system is booted?



On Tue, 31 Jan 2012, Paul Goyette wrote:

> I've got a system with both serial and USB keyboard attached, and I would like
> to get into ddb after the system has booted (to single-user mode).  I've
> verified that ddb.fromconsole is set and I've used hw.cnmagic to create a
> keystroke sequence "QQ" (0x51 0x51) but it does not get me into ddb.

What sort of machine is this and what device is the console?  The cnmagic 
code only works on the console input device if that device has the cnmagic 
support hooks.

wskbd.c currently does not support cnmagic.  Someone should probably add 
that.  OTOH, someone should also change wscons so we don't translate from 
USB keycodes to whatever we're using internally to what the X server 
expects.  It's redundant and really complicates things like adding cnmagic 
support.

Eduardo


Home | Main Index | Thread Index | Old Index