LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   cd audio (https://www.linuxquestions.org/questions/slackware-14/cd-audio-586237/)

drauk 09-20-2007 11:43 PM

cd audio
 
Hi all.
I just burn an audio cd with k3b, and i'm trying to play it on the computer and i can't, i only got a message 'No cd inserted or inserted is not an audio cd' . I tried diferent programs [audacious,arnarok,kscd,vlc] without success. I can play it on my car without problems.
my current users is in groups: audio,burning,cdrom,plugdev...
i don't have problems mounting others cds/dvds [via HAL]
btw im using slackware 12.

Thanks.
[sorry for the english i hope you can understand ~.~]

Simon Bridge 09-20-2007 11:45 PM

attempt the burn using CLI tools (wodim) and watch the error messages.

BCarey 09-21-2007 09:22 AM

Quote:

Originally Posted by drauk (Post 2898746)
Hi all.
I just burn an audio cd with k3b, and i'm trying to play it on the computer and i can't, i only got a message 'No cd inserted or inserted is not an audio cd' . I tried diferent programs [audacious,arnarok,kscd,vlc] without success. I can play it on my car without problems.
my current users is in groups: audio,burning,cdrom,plugdev...
i don't have problems monting others cds/dvds [via HAL]
[sorry for the english i hope you can understand ~.~]

Is it possible you have more than one cd/dvd drive and the programs you mentioned are looking at the wrong one? Usually these programs default to /dev/cdrom which is a symlink to your actual cd player. If you have two cd players in your computer, check that the symlink is pointing to the right one.

Brian

Gethyn 09-21-2007 09:38 AM

Does the CD drive have an audio cable? Most Linux CD players work by playing through an audio cable which is connected to the back of a CD drive at one end and your soundcard (or motherboard for onboard sound) at the other end. If you're missing this cable then you will have problems. I think there's a plugin for XMMS and Xine that allows you to play CDs via the IDE cable instead, not sure about whether this is possible for other players.

drauk 09-21-2007 11:50 AM

the cable was disconnected, i connect it and now hal message popup to play it, i didn't know that cable affect the disk detection xD [and i thought it was connected O.o)

Thanks for your answers

NightSky 09-21-2007 10:28 PM

Having trouble getting music cds to play too... I was told that the cable to cdrom frm mobo or snd card was only on older computers. Interesting that its needed in slackware12... I don't usually play music on pc but I am so frustrated desperate to get anything to work w/o an error message.

Simon Bridge 09-22-2007 09:36 PM

Quote:

I am so frustrated desperate to get anything to work w/o an error message.
And... did you manage to?

NightSky 09-24-2007 06:36 PM

You Simon Bridge?
 
Quote:

Originally Posted by Simon Bridge (Post 2900653)
And... did you manage to?

No...just shutdown and boot back into win98.. TG I have 2hard drives dual boot working. First thing I do when I learn how to get everything working is write a simple english manual for folks like me. It takes too much time to google and go from forum to docs and how to -- which non-techs have to google for terminology. lol
BCarey what u say makes sense but where are the symlinks to check? How do u change them if needed? Thanks

Simon Bridge 09-25-2007 01:32 AM

Better yet, use a distro that is made for people who need a simple english manual.

Sounds like you're just confused.

If you like slackware, Zenwalk has a manual and is slackware-based.
Ubuntu is often suggested, but you may prefer mint. Or try the chooser:
http://www.zegeniestudios.net/ldc/

Linux.tar.gz 09-25-2007 02:32 PM

You have to add yourself in the cdrom group in /etc/group.

NightSky 10-01-2007 01:43 AM

Quote:

Originally Posted by Linux.tar.gz (Post 2903526)
You have to add yourself in the cdrom group in /etc/group.

I have already added myself to "/etc/group" Thanks

BCarey 10-05-2007 11:09 AM

Quote:

Originally Posted by NightSky (Post 2902584)
BCarey what u say makes sense but where are the symlinks to check? How do u change them if needed? Thanks

NightSky,
Sorry to take so long responding to this. If you type "ls -l /dev/cdrom" it will tell you which device it is symlinked to. If you need to change it, you first remove it with (as root) "rm /dev/cdrom" and then recreate it with "ln -s /dev/hdd /dev/cdrom". You would, of course, replace "/dev/hdd" with the actual device you want to use as your cdrom.

Brian

Alien_Hominid 10-05-2007 11:36 AM

No need for the cable from cd drive to mobo/sound card. New pcs do not have it all. If you can play it on win, you can of course play it on Linux without any additional components. Make sure that if your cdrom drive is ATAPI/IDE one, it is not recognized as SCSI,

Gethyn 10-06-2007 05:58 AM

That isn't quite true. Some programs are able to play CDs on Linux through the IDE cable, but most of them still go through the audio cable. Case in point, I have a Mac Mini at home which doesn't have an audio cable, or a connector for one. It runs as a server without X, and I haven't been able to find a command line CD player that plays through IDE, which means I can't play CDs on it.

NightSky 10-06-2007 12:08 PM

If any newbies stumble through this thread, here is an easy way to test sound from Desktop file manager after setting up basics: '/usr/share/sounds/alsa/login.wav' or whatever .wav sound and double click on it, audacious pops up and plays the .wav.

So audacious error pop up message:"No playable CD found. No CD inserted, or inserted CD is not an audio CD." meant Cdrom was not found(in my case).
I found this in google:

[CDDA]
device=/dev/cdrom
directory=/mnt/cdrom
mixer=2
num_drives=1
title_override=FALSE
name_format=%p-%t
name_cddb=TRUE
cddb_server_=freedb.fredb.org
cddb_protocol_level=0
------------------- and added it to /home/username/.config/audacious in file manager. Audacious works for me manually now.


All times are GMT -5. The time now is 10:03 AM.