>  > This same issue however has stopped me from getting 4.0 to install on
>  > an intel core duo mac mini as well.
> 
> $ sysctl hw  
> hw.machine=i386
> hw.model=Genuine Intel(R) CPU 1300 @ 1.66GHz ("GenuineIntel" 686-class)
> hw.ncpu=2
> hw.byteorder=1234
> hw.physmem=1040629760
> hw.usermem=1040621568
> hw.pagesize=4096
> hw.disknames=cd0,wd0
> hw.diskcount=2
> hw.cpuspeed=1667
> hw.vendor=Apple Computer, Inc.
> hw.product=Macmini1,1
> hw.version=1.0
> hw.serialno=G864806SW0C
> hw.uuid=9cfe245e-d0c8-bd45-a79f-54ea5fbd3d97
> 
> I did this by 1) creating a bsd.rd with acpi support, and 2) blowing away
> MacOS so it would boot from the CD without keyboard input.   There have
> since been changes made that make the keyboard work from the boot loader
> (but not DDB or UKC) so all you need to do is enable acpi.

Currently you have to use another machine to

        config -ef bsd.rd
        > enable acpi
        > quit

And same for any other kernel.  That is needed since the keyboard
will not work in the kernel if you do

        boot -c

Because Apple screwed something else up -- unlike all other vendors they
fail to impliment legacy keyboard emulation directly at the device level.
Heck, even in the ROM, their keyboard handling is busted (and needs a
workaround).

Hardly surprising.  Apple.  They build crap and make you pay extra.

  • Re: acpi? Theo de Raadt

Reply via email to