On 24/01/15(Sat) 23:47, Jan Stary wrote: > On Jan 24 23:46:27, [email protected] wrote: > > Just reinstalled a MacBook2,1 with current/amd64 (dmesg below). > > Everything is working fine, except I can't do UKC at boot, > > because the keyboard does not work inside UKC. > > > > In the boot loader I can type my softraid password, > > and enter 'boot -c'. But once inside UKC, it says > > > > kbc: cmd word write error > > > > and the keyboard stops working. I can see the cursor > > running frantically across the last line I think. > > http://stare.cz/dmesg/macbook2%2c1-kbc.jpg
This error simply means that the kernel did not find a pckbd(4) keyboard on your machine. It is normal since your console keyboard is connected through USB. But since the USB subsystem has not been discovered yet, you cannot use your keyboard. > > What can I do to help debug this? I don't know if it is possible to call the firmware for input on amd64, that's what macppc is doing at this stage. Another crazy idea would be to have a limited USB support for handling inputs. But it's not a trivial task.

