What's In Your Box?
September 05, 2008, 01:52:04 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to the WiYB forums!
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Kmix Problem  (Read 2578 times)
arcturus
Users
*

Feedback: +12/-0
Offline Offline

Posts: 1529



View Profile
« 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
Administrator
Users
*****

Feedback: +21/-3
Offline Offline

Posts: 5967



View Profile WWW
« 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
Administrator
Users
*****

Feedback: +14/-0
Offline Offline

Posts: 2365


View Profile WWW
« 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 Offline

Posts: 1529



View Profile
« Reply #3 on: May 11, 2005, 06:14:28 PM »

Code:
arcturus@slax:~$ ls -aIF /dev/dsp
/dev/dsp@


Code:
arcturus@slax:~$ ls -aIF /dev/mixer
/dev/mixer@


Code:
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>

Code:
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
Administrator
Users
*****

Feedback: +21/-3
Offline Offline

Posts: 5967



View Profile WWW
« 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
Users
*

Feedback: +5/-2
Offline Offline

Posts: 2610


View Profile WWW
« 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 Offline

Posts: 1529



View Profile
« Reply #6 on: May 11, 2005, 07:10:50 PM »

Code:
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
Administrator
Users
*****

Feedback: +21/-3
Offline Offline

Posts: 5967



View Profile WWW
« Reply #7 on: May 11, 2005, 07:44:27 PM »

usermod -G audio,wheel,users,games,tty,<insert others> arcturus
Logged
VerteX
Users
*

Feedback: +5/-2
Offline Offline

Posts: 2610


View Profile WWW
« 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:
Code:
audio::17:


to this:
Code:
audio::17:(uname)


replace (uname) with your username.

of course i am a noob though
Logged

cloaked_chaos
Users
*

Feedback: +4/-16
Offline Offline

Posts: 1477



View Profile WWW
« Reply #9 on: May 11, 2005, 09:23:00 PM »

Quote from: "VerteX"
of course i am a noob though


You got that right!!!
Logged

arcturus
Users
*

Feedback: +12/-0
Offline Offline

Posts: 1529



View Profile
« 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
Administrator
Users
*****

Feedback: +14/-0
Offline Offline

Posts: 2365


View Profile WWW
« Reply #11 on: May 30, 2005, 01:52:44 PM »

Quote from: "arcturus"
chmod 666 /dev/dsp*


Does that give the devil full permissions on your sound device?
Logged

arcturus
Users
*

Feedback: +12/-0
Offline Offline

Posts: 1529



View Profile
« Reply #12 on: May 30, 2005, 02:15:14 PM »

lol, so long as it works I don't care who uses it Smiley
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 Offline

Posts: 494



View Profile WWW
« Reply #13 on: June 07, 2005, 02:52:38 PM »

Quote from: "shoegoo"
Quote from: "arcturus"
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
Administrator
Users
*****

Feedback: +21/-3
Offline Offline

Posts: 5967



View Profile WWW
« Reply #14 on: June 07, 2005, 03:44:35 PM »

yes you can
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.33 seconds with 18 queries.

Google visited last this page Yesterday at 06:10:23 PM