arcturus
Users
Feedback: +12/-0
Offline
Posts: 1529
|
 |
« on: May 10, 2005, 02:19:51 PM » |
|
When logged in as root Kmix is seen in the task bar and is operational.
When logged in as user it's not in the task bar unless started but shows up as a red 'X' and isn't functional.
Does this suggest some type of permissions issue? I'm a little weak on both the diagnosis and solutions here.
|
|
|
|
|
Logged
|
X2 4200+ @ 2.75Ghz, XP-90 w/Delta 80mm 'EHE' | DFI LanParty Ultra-D | 1GB Corsair TwinX C2PT PC3200 | 6600GT Opteron 165 @ 2.73Ghz, Freezer 64 Pro | Abit KN8-V | 2 GB G.Skill F1-3200PHU2 | 7600GT | WinXP 64
|
|
|
|
MrApples
|
 |
« Reply #1 on: May 10, 2005, 10:15:53 PM » |
|
yes, it does sound like perms, check the perms on /dev/dsp (i think)
|
|
|
|
|
Logged
|
|
|
|
|
shoegoo
|
 |
« Reply #2 on: May 10, 2005, 11:05:05 PM » |
|
to do that run ls -alF /dev/dsp
|
|
|
|
|
Logged
|
|
|
|
arcturus
Users
Feedback: +12/-0
Offline
Posts: 1529
|
 |
« Reply #3 on: May 11, 2005, 06:14:28 PM » |
|
arcturus@slax:~$ ls -aIF /dev/dsp /dev/dsp@ arcturus@slax:~$ ls -aIF /dev/mixer /dev/mixer@ arcturus@slax:/dev$ ls -l total 0 lrwxrwxrwx 1 root root 10 May 11 16:56 adsp -> sound/adsp lrwxrwxrwx 1 root root 12 May 11 16:56 agpgart -> misc/agpgart lrwxrwxrwx 1 root root 11 May 11 16:56 audio -> sound/audio lrwxrwxrwx 1 root root 3 May 11 16:56 cdrom -> hdc lrwxrwxrwx 1 root root 3 May 11 16:56 cdrom0 -> hdc crw------- 1 root tty 5, 1 May 11 16:56 console lrwxrwxrwx 1 root root 11 May 11 16:56 core -> /proc/kcore lrwxrwxrwx 1 root root 9 May 11 16:56 dsp -> sound/dsp lrwxrwxrwx 1 root root 3 May 11 16:56 dvd -> hdc lrwxrwxrwx 1 root root 3 May 11 16:56 dvd0 -> hdc lrwxrwxrwx 1 root root 13 May 11 16:56 fd -> /proc/self/fd/ lrwxrwxrwx 1 root root 8 May 11 16:56 fd0 -> floppy/0 <snip> lrwxrwxrwx 1 root root 11 May 11 16:56 mixer -> sound/mixer lrwxrwxrwx 1 root root 5 May 11 16:56 mouse -> psaux audio group? add arcturus somehow? usermod -G audio username as root? other groups?
|
|
|
|
|
Logged
|
X2 4200+ @ 2.75Ghz, XP-90 w/Delta 80mm 'EHE' | DFI LanParty Ultra-D | 1GB Corsair TwinX C2PT PC3200 | 6600GT Opteron 165 @ 2.73Ghz, Freezer 64 Pro | Abit KN8-V | 2 GB G.Skill F1-3200PHU2 | 7600GT | WinXP 64
|
|
|
|
MrApples
|
 |
« Reply #4 on: May 11, 2005, 06:53:51 PM » |
|
you might cat /etc/groups |grep audio to see if thats a factor, and if it is then usermod -G audio,wheel,users,games,tty,<insert others> arcturus
|
|
|
|
|
Logged
|
|
|
|
|
VerteX
|
 |
« Reply #5 on: May 11, 2005, 06:54:14 PM » |
|
What i do in gentoo is nano /etc/group (s maby?) and look for audio and but vertex, at the end
|
|
|
|
|
Logged
|
|
|
|
arcturus
Users
Feedback: +12/-0
Offline
Posts: 1529
|
 |
« Reply #6 on: May 11, 2005, 07:10:50 PM » |
|
arcturus@slax:/etc/cups$ cat /etc/group root::0:root bin::1:root,bin,daemon daemon::2:root,bin,daemon sys::3:root,bin,adm adm::4:root,adm,daemon tty::5: disk::6:root,adm lp::7:lp mem::8: kmem::9: wheel::10:root floppy::11:root mail::12:mail news::13:news uucp::14:uucp man::15: audio::17: video::18: cdrom::19: games::20: slocate::21: utmp::22: smmsp::25:smmsp mysql::27: rpc::32: sshd::33:sshd gdm::42: shadow::43: ftp::50: pop::90:pop nobody::98:nobody nogroup::99: users::100: console::101:
not quite sure what this all means and where to go from here?
|
|
|
|
|
Logged
|
X2 4200+ @ 2.75Ghz, XP-90 w/Delta 80mm 'EHE' | DFI LanParty Ultra-D | 1GB Corsair TwinX C2PT PC3200 | 6600GT Opteron 165 @ 2.73Ghz, Freezer 64 Pro | Abit KN8-V | 2 GB G.Skill F1-3200PHU2 | 7600GT | WinXP 64
|
|
|
|
MrApples
|
 |
« Reply #7 on: May 11, 2005, 07:44:27 PM » |
|
usermod -G audio,wheel,users,games,tty,<insert others> arcturus
|
|
|
|
|
Logged
|
|
|
|
|
VerteX
|
 |
« Reply #8 on: May 11, 2005, 09:09:02 PM » |
|
Apps, what i dont like about that method is you have to list EVERYTHING, and know what groups you are part of. Arc... Change this line: audio::17: to this: audio::17:(uname) replace (uname) with your username. of course i am a noob though
|
|
|
|
|
Logged
|
|
|
|
|
cloaked_chaos
|
 |
« Reply #9 on: May 11, 2005, 09:23:00 PM » |
|
of course i am a noob though You got that right!!!
|
|
|
|
|
Logged
|
|
|
|
arcturus
Users
Feedback: +12/-0
Offline
Posts: 1529
|
 |
« Reply #10 on: May 30, 2005, 01:38:39 PM » |
|
here's the exact keystroke solution (ran into this with Arch Linux too) -
chmod 666 /dev/dsp*
also,
gpasswd -a USERNAME audio
|
|
|
|
|
Logged
|
X2 4200+ @ 2.75Ghz, XP-90 w/Delta 80mm 'EHE' | DFI LanParty Ultra-D | 1GB Corsair TwinX C2PT PC3200 | 6600GT Opteron 165 @ 2.73Ghz, Freezer 64 Pro | Abit KN8-V | 2 GB G.Skill F1-3200PHU2 | 7600GT | WinXP 64
|
|
|
|
shoegoo
|
 |
« Reply #11 on: May 30, 2005, 01:52:44 PM » |
|
chmod 666 /dev/dsp* Does that give the devil full permissions on your sound device?
|
|
|
|
|
Logged
|
|
|
|
arcturus
Users
Feedback: +12/-0
Offline
Posts: 1529
|
 |
« Reply #12 on: May 30, 2005, 02:15:14 PM » |
|
lol, so long as it works I don't care who uses it 
|
|
|
|
|
Logged
|
X2 4200+ @ 2.75Ghz, XP-90 w/Delta 80mm 'EHE' | DFI LanParty Ultra-D | 1GB Corsair TwinX C2PT PC3200 | 6600GT Opteron 165 @ 2.73Ghz, Freezer 64 Pro | Abit KN8-V | 2 GB G.Skill F1-3200PHU2 | 7600GT | WinXP 64
|
|
|
Zetsumei
Users
Feedback: +0/-0
Offline
Posts: 494
|
 |
« Reply #13 on: June 07, 2005, 02:52:38 PM » |
|
chmod 666 /dev/dsp* Does that give the devil full permissions on your sound device? ROLFMAO, thats what I thought the first time I read it, and then I read Shoegoo's post. How classic. Can you edit permissions using the file manager if you can accsess the root under the file manager?
|
|
|
|
|
Logged
|
---AHHHH I DIED, YOU MUST BE A HACKER?--- 
|
|
|
|
MrApples
|
 |
« Reply #14 on: June 07, 2005, 03:44:35 PM » |
|
yes you can
|
|
|
|
|
Logged
|
|
|
|
|