Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-24-2006, 01:38 PM
|
#1
|
LQ Newbie
Registered: Mar 2006
Posts: 2
Rep:
|
problem recognizing audio cd's in anything but root
Alright so I just started running slack 10.2 and for the most part everything is going fine but I have run into a problem when trying to play audio cd's in any other user but root. It tells me it can't recognize the format. I can mount data cd's so i don't think its a problem with my fstab which is set up for noauto,user,owner,ro.
|
|
|
03-24-2006, 02:25 PM
|
#2
|
Senior Member
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425
Rep: 
|
Hi welcome to Slackware.
Lose the word owner on that line in your fstab, you are telling the drive that only the owner of the device can use it, and all users can use it, it might be confusing the issue.
If that works fine.
Also check that your user is in the group audio.
Samac
|
|
|
03-24-2006, 04:34 PM
|
#3
|
LQ Newbie
Registered: Mar 2006
Posts: 2
Original Poster
Rep:
|
Yeah i tried that and its still the same it says it doesnt recognize the filesystem type.
|
|
|
03-24-2006, 04:51 PM
|
#4
|
Member
Registered: Nov 2003
Distribution: slackware 15
Posts: 546
Rep:
|
Quote:
Originally Posted by samac
Hi welcome to Slackware.
Lose the word owner on that line in your fstab, you are telling the drive that only the owner of the device can use it, and all users can use it, it might be confusing the issue.
If that works fine.
Also check that your user is in the group audio.
Samac
|
I suspect /dev/cdrom or /dev/dvd are owned by disk or cdrom groups, not sure as I made some modifications due to udev usage.
a simple
ls -l should give you device nodes ownership. These are mines, if can help
lrwxrwxrwx 1 root root 3 2006-03-24 22:31 /dev/dvd -> hdc
brw-rw---- 1 root disk 22, 0 2006-03-24 22:31 /dev/hdc
Ciao
|
|
|
03-25-2006, 11:43 AM
|
#5
|
Senior Member
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519
Rep:
|
I got this for my /etc/fstab (as per shilo's post "this is how I do it all)
/dev/cdrom /mnt/cdrom iso9660 noauto,users,ro 0 0
Important for me was putting "users" there.
Also, I had to go to groups file in /etc and manually enter all people to the cdrom, audio group.
In addition I had to go used "vi" to edit my "sudo" file and confirm that this was there too:
%users ALL=/sbin/mount /cdrom
%users ALL=/sbin/umount /cdrom
%users mycomputername=/sbin/shutdown -h now
%users mycomputername: /usr/libexec/xfsm-shutdown-helper
%users mycomputername=NOPASSWD: /sbin/halt
Those lines allow all "users" to mount/unmount cdroms, halt/shutdown the pc in KDE and halt/shutdown the pc using XFCE window manager.
|
|
|
All times are GMT -5. The time now is 05:15 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|