Mac Mini and Xorg

Tilman Linneweh arved at arved.at
Sun Jul 10 15:17:12 GMT 2005


On Sun, 2005-07-10 at 15:43 +1000, Peter Grehan wrote:
> > In addition, though /boot/kernel/sound.ko exists, kldload
> > sound gives the following:
> > 
> > kldload: can't load sound: No such file or directory
> > 
> > while the console shows:
> > 
> > link_elf: symbol isa_dmastart undefined
> 
>   What's happening there is that the PCM module (incorrectly) has a 
> dependency on ISA. Tilman found this also:
> 
>    http://docs.freebsd.org/cgi/mid.cgi?20050426145734.GC2894
> 
>   The ISA symbols aren't in the kernel, failing the link, and resulting 
> in the slightly obtuse error message from kldload.

marius committed something to the sound modules Makefile yesterday to
fix generation of the opt_isa.h file, to make it work on sparc64, this
probably just needs an || ppc.

-- 
Tilman Linneweh <arved at arved.at>



More information about the freebsd-ppc mailing list