Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-04-2008, 12:28 PM   #1 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Exclamation Unable to access h/w devices from user account!!


Hi guys,

I recently install XFCE then removed GNOME. But in XFCE I got the problem of this h/w permissions so I thought restoring GNOME would help ....but no.

The funny problem now is I am unable write CDs/DVDs via my user account and not even play audio CDs. Also, I am unable to scan using my user account.

All of the above tasks are found to be working via root account.

I have also tried SELinux in Permissive mode, huh no use.

HELP!!!! HELP!!!! HELP!!!!
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 07-04-2008, 12:33 PM   #2 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Unable to access h/w devices from user account!!

change the ownership (chown),

or create a new user (adduser)
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is online now  
Old 07-04-2008, 12:56 PM   #3 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Unable to access h/w devices from user account!!

Quote:
Originally Posted by T159 View Post
change the ownership (chown),

or create a new user (adduser)
Have tried that...no use
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 07-04-2008, 01:00 PM   #4 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Unable to access h/w devices from user account!!

Is your user added to necessary groups such as cdrw, disk, usb, audio and such?

Edit: Also check if thunar-volman is installed..
__________________
Harsh J
www.harshj.com

Last edited by QwertyManiac; 07-04-2008 at 01:16 PM.
QwertyManiac is offline  
Old 07-04-2008, 01:09 PM   #5 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Unable to access h/w devices from user account!!

post ur uid and gid
Quote:
id
usermod
groupmod

try these

here ois mine outpu
Quote:
uid=1000(khush) gid=1000(khush) groups=20(dialout),24(cdrom),25(floppy),29(audio), 44(video),46(plugdev),1000(khush)
Quote:
usermod -G <group ids here> <user name here>
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono

Last edited by Faun; 07-04-2008 at 01:18 PM.
Faun is online now  
Old 07-04-2008, 01:35 PM   #6 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Unable to access h/w devices from user account!!

QM: I have removed XFCE.

Code:
$ id

uid=500(secret) gid=500(secret) groups=0(root),500(secret) context=system_u:system_r:unconfined_t:s0
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 07-04-2008, 01:40 PM   #7 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Unable to access h/w devices from user account!!

post the out put of
Quote:
gedit /etc/group
mine is with username "khush":
Code:
root:x:0:
daemon:x:1:
bin:x:2:
sys:x:3:
adm:x:4:
tty:x:5:
disk:x:6:
lp:x:7:
mail:x:8:
news:x:9:
uucp:x:10:
man:x:12:
proxy:x:13:
kmem:x:15:
dialout:x:20:khush
fax:x:21:
voice:x:22:
cdrom:x:24:khush
floppy:x:25:khush
tape:x:26:
sudo:x:27:
audio:x:29:khush
dip:x:30:
www-data:x:33:
backup:x:34:
operator:x:37:
list:x:38:
irc:x:39:
src:x:40:
gnats:x:41:
shadow:x:42:
utmp:x:43:
video:x:44:khush
sasl:x:45:
plugdev:x:46:khush
staff:x:50:
games:x:60:
users:x:100:
nogroup:x:65534:
libuuid:x:101:
crontab:x:102:
Debian-exim:x:103:
mlocate:x:104:
ssh:x:105:
khush:x:1000:
messagebus:x:106:
avahi:x:107:
netdev:x:108:
ssl-cert:x:109:
lpadmin:x:110:
stb-admin:x:111:
haldaemon:x:112:
powerdev:x:113:
ntp:x:114:
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is online now  
Old 07-04-2008, 02:19 PM   #8 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Unable to access h/w devices from user account!!

Code:
root:x:0:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
tty:x:5:
disk:x:6:root,secret
lp:x:7:daemon,lp
mem:x:8:
kmem:x:9:
wheel:x:10:root
mail:x:12:mail
news:x:13:news
uucp:x:14:uucp
gopher:x:30:
ftp:x:50:
nobody:x:99:
users:x:100:games,secret
vcsa:x:69:
distcache:x:94:
tcpdump:x:72:
dbus:x:81:
rpm:x:37:
pulse:x:497:
polkituser:x:87:
avahi:x:494:
wbpriv:x:88:squid
mailnull:x:47:
smmsp:x:51:
ntp:x:38:
mysql:x:27:
sshd:x:74:
openvpn:x:493:
haldaemon:x:68:
gdm:x:42:
named:x:25:
smolt:x:491:
fcron:x:490:
djdeep:x:501:
lighttpd:x:503:
squid:x:23:
secret:x:500:
fuse:x:505:
utmp:x:506:
pulse-rt:x:48:
slocate:x:45:
cdrom:x:44:secret
audio:x:26:secret
video:x:41:secret
plugdev:x:35:secret
floppy:x:36:secret
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 07-04-2008, 02:45 PM   #9 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Unable to access h/w devices from user account!!

estrange ??
ur normal user is sharing gid of root, u changed it manually ?
entris seem to be ok in "/etc/group" file

may be someone more experienced will help
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is online now  
Old 07-04-2008, 02:59 PM   #10 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Unable to access h/w devices from user account!!

Yeah I changed it for sudo to give root group sudo permissions without password
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help me access my user account ajaybc QnA (read only) 1 26-07-2007 03:24 AM
Unable to Access hi5 account nitish_mythology QnA (read only) 6 30-04-2007 07:18 AM
restriction for user account suraj QnA (read only) 11 08-02-2007 03:37 PM
XP user Account Tom Thomas Software Q&A 1 20-12-2005 12:35 PM
Hiding user account in win xp rajas700 Tutorials 1 08-09-2005 01:13 AM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:07 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2