Hallo, Alberto Monteiro hat gesagt: // Alberto Monteiro wrote: > Frank Barknecht wrote: > > > >>> What errors do you get? > >> > >> No errors > >> > > I meant those "crazy error messages" from above. How are you > > trying to play something? > > > play, aplay, xmms - nothing works. > > > You should at first try it with "aplay". > > > aplay: main:503: audio open error: Permission denied > > BTW, the permissions for /usr/dsp are: > > crw-rw-rw- 1 albmont audio 14, 3 Nov 7 03:05 /dev/dsp
/dev/dsp and all other sound devices in /dev/snd/ should not belong to a user but belong to root. So it should look somthing like this: ... crw-rw---- 1 root audio 116, 56 Jul 30 23:47 /dev/snd/pcmC1D0c crw-rw---- 1 root audio 116, 48 Jul 30 23:47 /dev/snd/pcmC1D0p ... "crw-rw-rw- 1 root audio ..." also is okay. Also make sure your user account is member of the group "audio" (check with "groups"). > 0 [V8235 ]: VIA8233 - VIA 8235 > VIA 8235 at 0xe800, irq 22 > > [whatever that means :-)] This means that it works. It just somehow does not :( > Now you can see that I have a _big_ problem :-) This might just be a permission problem. > Also, when trying to install ALSA, I did something that > crashed the gcc compilation: now it's including wrong files :-( This shouldn't be possible to happen. Maybe this can be fixed by reinstalling your distribution's gcc- and libc-packages? ciao -- Frank Barknecht _ ______footils.org__ ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
