Date: Sat, 8 Jan 2005 16:33:01 +0000 From: Nick Lozinsky <ccnp.bsd@gmail.com> To: freebsd-amd64@freebsd.org Subject: AC'97 Sound will not compile into 5.3 kernel on Gateway 64bit. Message-ID: <ae23a19805010808331cafdb8b@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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 Rebooting, no new hardware has been added or detected, for that matter. Still this: pci0: <multimedia, audio> at device 17.5 (no driver attached) Even when I try to load a module: kldload sound or kldload snd_ich These modules do not exist in the /boot/kernel directory or the /boot/modules My question is, will this built-in device even work on amd64 kernel, or at all? And even more so, why do I not have any modules present, the ones that I want to create? eg...sound, etc... I have even attempted to # sh MAKEDEV snd0 and also pcm0, etc... I get: MAKEDEV: Can't open MAKEDEV: No such file or directory Any help would be greatly appreciated. Thank you in advance. Nick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ae23a19805010808331cafdb8b>