On 05/03/07, frzburn <frzburn@gmail.com> wrote:> Hi!
> I'm unable to get my sound card working =(
>
> I first tried kldload snd_ich, since I have a ICH7 chip. But there was no
> ``installed device'' in /dev/sndstat.
> So I tried kldload snd_driver, as suggested by the handbook, and I
didn't
> get any result.
> I also loaded sound.ko before loading snd_driver, without success.
>
> I got a Dell Inspiron 6400 (e1505).
>
> Here's my uname -a:
> FreeBSD FronzenMind.FrozenLabs 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Sat Mar
> 3 13:48:11 EST 2007 root@:/usr/obj/usr/src/sys/MYKERNEL amd64
>
> And my pciconf -l -v (truncated):
> none0@pci0:27:0: class=0x040300 card=0x01bd1028 chip=0x27d88086
> rev=0x01 hdr=0x00
> vendor = 'Intel Corporation'
> device = '82801G (ICH7 Family) High Definition Audio'
> class = multimedia
>
Intel 82801G is an Intel High Definition Audio (HDA) soundcard. There
is no driver for HDA in 6.2. See snd_hda(4) in CURRENT for details.
wbr,
pluknet
> Thanks! =)
>
> frzburn