Hi Anne, > Hi, Killian. One of the problem I've had is getting settings to > stick. that's the alsa-state when loading/unload the drivers and should be taken care of by your /etc/init.d/alsa script.. > However, this is the state of play atm: > > [root anne-linux anne]# ls -l /dev/mixer* > lr-xr-xr-x 1 root video 11 Sep 13 06:39 /dev/mixer -> > sound/mixer > [root anne-linux anne]# ls -l /dev/video* > lr-xr-xr-x 1 root root 10 Sep 13 06:38 /dev/video -> > v4l/video0 > lr-xr-xr-x 1 root root 10 Sep 13 06:38 /dev/video0 -> > v4l/video0 > [root anne-linux anne]# chgrp video /dev/video* > [root anne-linux anne]# ls -l /dev/video* > lr-xr-xr-x 1 root video 10 Sep 13 06:38 /dev/video -> > v4l/video0 > lr-xr-xr-x 1 root video 10 Sep 13 06:38 /dev/video0 -> > v4l/video0 > [root anne-linux anne]# > > The /dev/mixer* was root.root, so I changed it when I read your > message. Still getting the error, though. Ehrm, you're mocking me, right? ALL of those above device symlinks miss the write flag. How about you try and chmod 660 all of them? They should read: lrw-rw---- ... and crw-rw---- .. Moreover your permissions in /dev/sound/* and /dev/video/* are missing in the above listing. (the symlinks gotta have +w too anyway) -- Best regards, Kilian
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil