Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2003 10:08:19 -0700 (PDT)
From:      =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= <mbsd@pacbell.net>
To:        john-k <ebay@getrich.com.hk>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: how to config sound for my notebook
Message-ID:  <20031004100357.P3248@atlas.home>
In-Reply-To: <200310041739.31134.ebay@getrich.com.hk>
References:  <200310041739.31134.ebay@getrich.com.hk>

index | next in thread | previous in thread | raw e-mail

On Sat, 4 Oct 2003, john-k wrote:

> hi all
>
>
> i am using nec vxi notebook install freebsd 4.9rc kde, i just cannot config
> the sound i read and i found it need to complie the driver in the kernel , i
> check the LINT file but it is not there, i use a linux startup cd and found
> out that the driver is intel i82440mx ac97 audio driver = i-810_Audio
>
> 1) where i can found this driver and how to install?

Try
    kldload snd_pcm
    cat /dev/sndstat

If that lists anything under "installed devices", try running
something that creates sound (or cat an .au file to /dev/audio).
If that works, add the line 'snd_pcm_load="YES"' to /boot/loader.conf
to load the module at each boot.

If any of the above fails, your hardware may be unsupported,

> 2) i can only sucess complie the custom kernel from the generic if i copy to
> other name,i always found fail, any idea?
> i mean if i edit the generic i can complie the custome kernel, if i copy other
> name i always fail?

I haven't had to rebuild the kernel to get sound support in... well,
longer than I can rmeember.  Dynamic loading should be ok nowadays.

     $.01,
     /Mikko


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031004100357.P3248>