LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-24-2006, 01:02 PM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Rep: Reputation: 255Reputation: 255Reputation: 255
Sarge: how to have ALSA right permissions for users and root ?


wengophone cannot see the ALSA devices : 0 devices detected.

Please what should be done or installed on the sarge ?

I freshly reinstalled the sarge, and it is empty of everthg. Basic install. 918MB used only with X & mozilla.

Thank you

-----------
wengophone tells me:
Quote:
ALSA lib pcm_dmix.c:868snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:868snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:812snd_pcm_dmix_open) The dmix plugin supports only playback stream
ALSA lib pcm_dmix.c:868snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:868snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:868snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:812snd_pcm_dmix_open) The dmix plugin supports only playback stream
ALSA lib pcm_dmix.c:868snd_pcm_dmix_open) unable to open slave

Last edited by Xeratul; 12-24-2006 at 01:08 PM.
 
Old 12-24-2006, 03:41 PM   #2
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
finally i got it working after this

addgroup myusername audio
addgroup myusername video




Code:
chmod a+wr /dev/dsp
chmod a+wr /dev/dsp*
chmod a+wr /dev/video
chmod a+wr /dev/video*
chmod a+wr /dev/mixer
chmod a+wr /dev/mixer*
chmod a+wr /dev/snd/pcm*
chmod a+wr /dev/snd/pcm
chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi








apt-get -f -y install  setmixer oss-preserve  libsdl-mixer1.2   libaudio-mixer-perl   kmix    alsa-utils   alsamixergui  ascd  asmixer   kcontrol gnome-alsamixer module-assistant

apt-get -f install alsautils alsa libasound2 alsa-oss

apt-get -f -y install alsa-oss

apt-get -f -y install  gnome-media

apt-get -f -y install alsaplayer-output
apt-get -f -y install alsa-utils-0.5
apt-get -f -y install alsa-source
#apt-get -f -y install alsa-modules-2.4-586tsc
#apt-get -f -y install alsa-modules-2.4.27-3-k7-smp
apt-get -f -y install alsa-xmms
#apt-get -f -y install alsalib0.1.3
#apt-get -f -y install alsalib0.3.0
apt-get -f -y install alsalib0.3.2
apt-get -f -y install alsalib0.3.0-dev
#apt-get -f -y install alsa-modules-2.4.27-2-586tsc
#apt-get -f -y install alsa-modules-2.4.27-2-k6
#apt-get -f -y install alsa-modules-2.4.27-2-k7
apt-get -f -y install alsa-oss
apt-get -f -y install alsautils
apt-get -f -y install alsa
#apt-get -f -y install alsa-modules-2.4.27-2-686-smp
#apt-get -f -y install alsa-modules-2.4.27-3-k6
#apt-get -f -y install alsa-modules-2.4.27-3-k7
apt-get -f -y install alsaconf-0.4
apt-get -f -y install alsaplayer-alsa
apt-get -f -y install alsa-base-0.4
apt-get -f -y install alsaplayer-text
#apt-get -f -y install alsa-modules-2.4.27-3-586tsc
apt-get -f -y install alsaconf
apt-get -f -y install alsa-utils
apt-get -f -y install alsa-modules-2.4.27-2-386
#apt-get -f -y install alsa-modules-2.4.27-2-686
#apt-get -f -y install alsa-modules-2.4-686-smp
apt-get -f -y install alsa-headers
#apt-get -f -y install alsa-modules-2.4-k6
#apt-get -f -y install alsa-modules-2.4-k7
apt-get -f -y install alsaplayer-daemon
#apt-get -f -y install alsa-modules-2.4.27-3-686-smp
apt-get -f -y install alsa-base
apt-get -f -y install alsaplayer-interface
apt-get -f -y install alsalib
apt-get -f -y install alsaplayer-jack
apt-get -f -y install alsa-modules
apt-get -f -y install alsa-modules-2.4-386
apt-get -f -y install alsaplayer
apt-get -f -y install alsaplayer-xosd
#apt-get -f -y install alsa-modules-2.4-686
#apt-get -f -y install alsa-modules-2.4-k7-smp
apt-get -f -y install alsalib0.3.2-dev
apt-get -f -y install alsaplayer-esd
apt-get -f -y install alsaplayer-gtk
#apt-get -f -y install alsa-modules-2.4.27-3-386
apt-get -f -y install alsaplayer-common
#apt-get -f -y install alsa-modules-2.4.27-3-686
#apt-get -f -y install alsa-modules-2.4.27-2-k7-smp
apt-get -f -y install alsaplayer-nas
apt-get -f -y install alsaplayer-oss
apt-get -f -y install alsamixergui



apt-get -f -y install  gnome-alsamixer




chmod a+wr /dev/dsp
chmod a+wr /dev/dsp*
chmod a+wr /dev/video
chmod a+wr /dev/video*
chmod a+wr /dev/mixer
chmod a+wr /dev/mixer*
chmod a+wr /dev/snd/pcm*
chmod a+wr /dev/snd/pcm
chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RHEL3 Mounting USB after reboot and between reboots: root and non-root users Luis Nunes Linux - Hardware 0 07-20-2005 08:32 AM
how do I increase Permissions for users other than root? LinuxPadawan Linux - Security 2 04-05-2005 03:15 PM
Alsa + sound works on root, but not on users! r4f Linux - Software 2 04-02-2005 05:43 AM
alsa permissions for non-root user darkleaf Linux - Software 20 07-22-2004 06:13 AM
m9.2 all users have root permissions !? stormNC Mandriva 3 05-03-2004 08:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 02:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration