From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: erik quanstrom Date: Tue, 10 Jun 2008 11:27:39 -0400 In-Reply-To: <20080610151547.GF4120@secousse.ipgp.jussieu.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] usbohci in pccpuf Topicbox-Message-UUID: b910b43c-ead3-11e9-9d60-3106f5b1d025 > yes, but if you need the keyboard to enter stuff during boot time, like > the authid, or the path to the filesystem, then it's not possible > because I think those choices happen before the point where those > commands can be issued, right? Unless there is some place other than > cpurc where I could set those commands? yes, if that is the case, you're in a pickle. however, if you have a place for local nvram and you make sure your plan9.ini file (or pxe version thereof) specifies the path to the fs, you can still boot to a native usb kbd. if you can't resolve one of those issues, you will likely need to add some code to the init process and link usb/usbd and usb/kb into the kernel. - or - if you have working ethernet, the cec patches that i submitted a year or so ago will allow you to enter very early boot information using cec(8). i also have a prototype 9load that will also interact via cec. an older version of cec is part of the distribution. my current version is in /n/sources/contrib/quanstro/src/cec. i'd be happy to put the kernel patches somewhere if folks would find it useful. - erik