AC'97 Sound will not compile into 5.3 kernel on Gateway 64bit.
Ceri Davies
ceri at submonkey.net
Sat Jan 8 08:41:10 PST 2005
On Sat, Jan 08, 2005 at 04:33:01PM +0000, Nick Lozinsky wrote:
> Hello,
>
> I have attempted to build a custom kernel using the old-fashioned way:
>
> # make depend make install clean
>
> and also the new way.
>
> I have added the necessary devices into the kernel as the handbook suggested:
>
> device sound
> device "snd_ich" # optional
This may not be the correct device.
A reasonably painless way to determine which one you need is to build LINT
(cd /usr/src/sys/amd64/conf;make LINT), then add every device named
snd_something in LINT to your kernel config. Rebuild the kernel,
reboot, "grep pcm /var/run/dmesg.boot". If you have one, "cat
/dev/sndstat" and then you should be able to work out which of the snd_
devices you actually require. If you still don't have a pcm device then
your card is unsupported.
If you don't want to go through all that, guess which device you need.
Is it a VIA sound chipset? If so, it's probably snd_via8233 that you
need. And so on.
> I have even attempted to # sh MAKEDEV snd0 and also pcm0, etc... I get:
>
> MAKEDEV: Can't open MAKEDEV: No such file or directory
Get out of that habit - MAKEDEV doesn't work in any FreeBSD > 4.x.
Ceri
--
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former. -- Einstein (attrib.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20050108/e6e1c680/attachment.bin
More information about the freebsd-amd64
mailing list