LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-06-2004, 01:08 PM   #1
PaleViper
Member
 
Registered: Oct 2003
Location: UK
Distribution: Suse 10.0
Posts: 39

Rep: Reputation: 15
Problem using audiocd:/ with KDE 3.2


I have a problem trying to read cd's using audiocd:/ with kde 3.2 under Suse 9.1

With a CD in the drive using this produces the error message

An error occurred while loading audiocd:/:

The process for the audiocd protocol died unexpectedly.

Can anyone suggest the reason or had the same problem

I was previously running KDE 3.1 with Suse 9.0 and before that 8.2 and neverhad any problems.
 
Old 06-08-2004, 05:13 AM   #2
PaleViper
Member
 
Registered: Oct 2003
Location: UK
Distribution: Suse 10.0
Posts: 39

Original Poster
Rep: Reputation: 15
Just perhaps to explain myself a little better I am trying to read the contents of audio cd's by typing audiocd:/ into the command line in konqueror which produces the response


An error occurred while loading audiocd:/:

The process for the audiocd protocol died unexpectedly.


This used to work perfectly with KDE 3.1 and Suse 9.0 but since upgrading has stopped functioning.
 
Old 06-08-2004, 08:23 AM   #3
Patrique
LQ Newbie
 
Registered: May 2004
Location: Germany
Distribution: Fedora Core 1
Posts: 15

Rep: Reputation: 0
Hi.

I've got the same problem, but I get more and more closer to the solution.

You sure have an CD or DVD Burner?

If so, then you have to change permissions for your "different cdrom devices". If you have a Burner, linux emulates them as an scsi device...don't ask me why, I don't know .
You can look up your /etc/fstab and you will see, that there's not only your cdrom and your hd's. There's also a device called /dev/scd0 or /dev/sg0.

What you now have to do is to set the right permissions for these devices.
go to the /dev directory and type:

# ls -al cdrom*
# ls -al scd*
# ls -al sg* (there are a lot of sg* devices, so maybe sg0 and sg1 is better)
you will see the permissions these devices have. In the moment only root may have read and write permission for sg0 and scd0, and you have to change this!

As I have read in different newsgroups, you now should do the following:

type as root (user is in disk group) in /dev:
chown root scd0
chgrp disk scd0
chmod 666 scd0
---->makes root the owner of the device scd0 and gives read/write permissions to all users

chown root sg0
chgrp disk sg0
chmod 666 sg0
--->makes root the owner of the device, makes default group disk and gives read/write permission to all users from all groups.

root should be the owner of the device, because otherwise it's a security hole or something. It just important, that you give the read/write permission for all groups and users by using chmod 666.

If you have two cdrom drives in your PC then you surely have also to change the permissions for sg1 and sc1.

Check the permissions for cdrom*, too!

You will find a lot of hints by using google. Search for things like: "linux rip root" (w/o quotes)

Also check this:

http://lists.suse.com/archive/suse-k...-Dec/0063.html

I hope it's not too much information I gave you .
But I'm still having trouble to get it working because I cannot change the permission for my devices.
The link to my thread is the following:

http://www.linuxquestions.org/questi...hreadid=190996
 
Old 06-08-2004, 08:56 AM   #4
PaleViper
Member
 
Registered: Oct 2003
Location: UK
Distribution: Suse 10.0
Posts: 39

Original Poster
Rep: Reputation: 15
I looked at the fstab file and have posted it here but it doesn't show the devices /dev/scd0 or /dev/sg0 you refered to. Someone in the Newbies forum suggested that the various cd's and dvd'd were mounted in strange places also although I have a dvd and cd rewriter it shows an entry for a cdrom and a cdrecorder. Not sure if this is a problem

fstab is as follows

dev/hde4 / reiserfs defaults 1 1
/dev/hde1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=iso8859-1 0 0
/dev/hde5 /windows/D ntfs ro,users,gid=users,umask=0002,nls=iso8859-1 0 0
/dev/hde6 /windows/E vfat users,gid=users,umask=0002,iocharset=iso8859-1,codepage=437 0 0
/dev/hde3 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
/dev/cdrecorder /media/cdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec 0 0
/dev/cdrom /media/cdrom subfs fs=cdfss,ro,procuid,nosuid,nodev,exec 0 0
/dev/dvd /media/dvd subfs fs=cdfss,ro,procuid,nosuid,nodev,exec 0 0
/dev/fd0 /media/floppy subfs fs=floppyfss,procuid,nodev,nosuid,sync 0 0
 
Old 06-08-2004, 09:05 AM   #5
Patrique
LQ Newbie
 
Registered: May 2004
Location: Germany
Distribution: Fedora Core 1
Posts: 15

Rep: Reputation: 0
I think you should check the permissions of:
dev/cdrecorder
dev/cdrom
dev/dvd
check also dev/sg0 because it's needed, too.

then change the permissions of theses device by using chmod 666 dev/device
 
Old 06-11-2004, 02:36 AM   #6
PaleViper
Member
 
Registered: Oct 2003
Location: UK
Distribution: Suse 10.0
Posts: 39

Original Poster
Rep: Reputation: 15
Cool

The problem seemed to resolve itself I am not sure quite how.

I used KAudioCreater to rip tracks from some CD's and this seemed to sort out the problem with AudioCD as well.

The best suggestion I had was that it loaded or updated some librarys that got the audiocd working as well.

Thanks for your help though
 
  


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
KDE - audiocd:/ - kio_slave - IDE ATAPI - solution cyberhawki Slackware 0 12-30-2004 04:56 PM
Problem with Konqueror AudioCD browser/xine DVD access dreamtheater Linux - Software 2 07-27-2004 11:23 AM
audiocd burning problem, whole system hangs while burning ichbinesderelch Linux - Software 1 11-14-2003 02:30 PM
Permission Problem with audiocd under SuSE 8.1 PGPGPG Linux - General 2 04-06-2003 09:45 AM
audiocd:/ kde konqueror question captgoodnight Linux - General 0 04-19-2002 09:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:53 PM.

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