My system is a Mandrake/Mandriva Limited Edition 2005. I am trying to record audio on my computer using the onboard sound chip. My motherboard is the P4S800-MX see:
http://www.asus.com/products4.aspx?l...77&modelmenu=1
When I try to record sound through streamer i get:
Code:
$ streamer -t 0:10 -o movie.avi -r 25 -f mjpeg -s 720x576 -F stereo
avi / video: MJPEG (AVI) / audio: 16bit stereo (LE)
oss: read: Input/output error0], a/v: -0.00s [0]
When I try to read from the device directly I get another, similar error:
Code:
$ cat /dev/dsp
cat: /dev/dsp: Input/output error
But a write to the device produces some wiered crackling:
Code:
# cat /var/log/syslog > /dev/dsp
According to the specifications the chip is from realtek: Audio - Realtek ALC 655, 6-channel CODEC - S/PDIF out interface
But my lspci says it is from SiS:
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
This could be the problem.
Any pointers or help will be greatly appreciated, thank you.