← Back to team overview

sslug-teknik team mailing list archive

Re: Nogen som bruger nvsound modulet? (Was: Re: [TEKNIK] NForce drivere, hvilken version?)

 

On 4/26/05, Anders Misfeldt <anders@xxxxxxxxxxx> wrote:
> ALSA lib control.c:739:(snd_ctl_open_noupdate) Invalid CTL
> 
> Nvsound: Unable to change the Record SampleRate 22050, set back to 48000
> Nvsound: Unable to change the Playback SampleRate 22050, set back to 48000
> 
> WARNING: ioctl SNDCTL_DSP_SPEED failed to get the requested frequency
> 44100, got 48000
> WARNING: sound subsystem disabled
> 
> read error, res = 1536 , handle = 26
> Segmentation fault (core dumped)
> og dmesg skriver:
> Nvsound: Unable to set Mono, set back to Stereo
> 
> Nogen som har den mindste idé omkring, hvad der kan være galt? Jeg er
> ved at være en smule træt af det her :-(

Noget siger mig du skal prøve med alsa fra www.alsa-project.org
Få fat i driver utils lib tools, compile & install, 
og se om du kan finde en brugbar /etc/asound.conf til dit lydkort.
Med denne kan du lave fusk med lydkortet så du via software kan sample
fra 22050 til 48000.

-Doc

===================
for i in driver utils lib tools;do
       wget http://ftp.alsa-project.org/alsa/ftp/$i/alsa-$i-1.0.9rc2.tar.bz2
tar jxf alsa-$i-1.0.9rc2.tar.bz2
done
cd alsa-driver-1.0.9rc2/
/configure --with-kernel=/usr/src/linux --with-oss=yes --with-cards=all
make all install

-- 
Evry little box should have a pat on the back by uid 0 at least once a day
Even a tux or a beastie needs love, just like I do :o)


References