At 11:17 2003-06-26 -0600, Sid Kwakkel wrote:
Output of 'aplay -l':
**** List of PLAYBACK Hardware Devices ****
card 0: SI7012 [SiS SI7012], device 0: Intel ICH [SiS SI7012]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

This looks right.




Output of 'aplay mp3/beck/mellow_gold/loser.mp3':
Playing raw data 'mp3/beck/mellow_gold/loser.mp3' : Unsigned 8 bit, Rate
8000 Hz, Mono

So does this. I wonder if you have access to /dev/dsp?


Check /dev/dsp (or the file that /dev/dsp links to) to make certain you have read/write access to the file. What I did is make a group called "audio" that has rw access, and then I put myself into that group.

On the other hand, you do hear CDs. Scratch that -- unless you're playing the CDs as root and everything else not as root.


NOTE - the aplay command now gives me a lot of static from my speakers. I
swear it didn't before. I suspect the static is because aplay doesn't have
a MP3 codec. So I guess that is working! Yeah!

Gremlins...



I don't know what VIA82xx is. I can't find anything in alsamixer named
VIA82xx. Where do I find this?

My apoligies. The via82xx is a different sound chip than what you have, and I was experiencing a momentary power hit to my brain.


Here is /etc/asound.state :
       control.9 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'Master Mono Playback Switch'
                value false
        }
        control.10 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 31'
                iface MIXER
                name 'Master Mono Playback Volume'
                value 0
        }


I'd turn these on -- that might explain why "play" doesn't play ordinary files.


        control.11 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'PC Speaker Playback Switch'
                value true
        }
        control.12 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 15'
                iface MIXER
                name 'PC Speaker Playback Volume'
                value 13
        }

I've never gotten my PC to beep -- ever. Good luck.




       }
        control.26 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'PCM Playback Switch'
                value true
        }
        control.27 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 31'
                iface MIXER
                name 'PCM Playback Volume'
                value.0 28
                value.1 28
        }

Huh. This is right, and I was certain this was going to be the problem.


Well, I suggest just that one change. Otherwise I don't have any ideas right now.


-- Moshe Yudkowsky Disaggregate 2952 W Fargo Chicago, IL 60645 USA

 www.Disaggregate.com
 [EMAIL PROTECTED]
 +1 773 764 8727



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to