Re: [newbie] Audio CDs rodrigo

2002-02-12 Thread paolo brusasco

Rodrigo wrote:

 Guys, I need help !
 I can't play audio CDs. When I run kscd, I always get the following 
 message: read or access error, make sure you have access permissions 
 to /dev/cdrom.
 I tried  ConfigurationKDESoundAudio CD IO Slave to change de device 
 to /dev/hdc or /dev/cdrom0, but the problem remained the same, same 
 error message.

 I started ferretting my /dev directory and found these links:
 cdrom - /dev/cdroms/cdrom0 (this one appears flashing on a red 
 background, as if it was an invalid link ?!? )
 cdrom0 - /dev/cdroms/cdrom0

 well, all of the above links will end up pointing to 
 /dev/ide/host0/bus1/target0/lun0/cd as /dev/hdc does. Seems to be 
 everything ok, unless for the /dev/cdrom flashing in red. I can mount 
 data cds with mount /dev/hdc /mnt/cdrom but, if I use mount /dev/cdrom 
 /mnt/cdrom, I get an error message, telling that there is no cdrom 
 device (?!?!?).

 Another problem, I can't mount the cdrom by the icon on my KDE 
 desktop, it says /bin/sh - permission denied. I tried /bin/chmod a+x 
 mount and chmod a+w /mnt/cdrom but it didn't work. The message now is 
 you must be superuser to mount.
 So, I can only mount as root using the command line.

 The final issue: I don't have a sound card, I have a media controller, 
 an onboard via686a. There is no cable linking the cdrom device to my 
 mother board, so, the audio playback must be digital by the IDE 
 interface. At least that was the way I played audio cds in Window$. 
 The question is, in case I can solve the access problem with kscd, 
 how can I make it play in digital mode ?

 I am using mdk8.1 and I can play mp3, wav, midi ok, without any 
 problem. In other words, my media controller seems to be working 
 pretty fine.
 If someone knows how to solve this mess, please help me, I'd 
 appreciate !
 Thanks,

 Rodrigo

I don't know if it can help but for me the only way to make kscd work 
was changing the file (home)/.kde/share/config/kscdrc by a text editor 
changing the row  CDDevice=hda  (in my system I connected  cd as master 
and hd as slave to add a little bit of confusion), in yours should be 
hdc of course.
Idem no way to mount cd from kde panel using devices like 
/dev/cdanything only way was /dev/hda;
someone said some days ago that a program called xmms-cdread should read 
cds via ide digital cable;
someone says it is in 8.1 distribution, someother says it don 't. bye.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] audio cds in 8.1

2001-10-24 Thread Joseph Braddock

I've worked on four different 8.1 installations that had this problem.  All 
of them had the CD pointing to cdrom0, but /dev/cdrom was pointing to 
../cdroms/cdrom0.  Creating that folder and copying cdrom0 to it fixed it.  
Sorry it didn't work on yours.

Joe


On Wednesday 24 October 2001 12:23 am, you wrote:
 I did try your fix, but it didn't do it.  Here's the output of symlinks
 cd* in the root dir and in /dev

 [root@localhost dev]# symlinks cd*
 /dev/cdrom: No such file or directory
 /dev/cdrom0: Not a directory

 [root@localhost /]# symlinks cd*
 dangling: /cdroms/cdrom0 - ../ide/host0/bus1/target0/lun0/cd

 -Paul Rodríguez

 On Tue, 2001-10-23 at 23:15, Joseph Braddock wrote:
  I had a typo in my message.  It should have read ... if you go to /dev
  and look at the links... not /etc.  Sorry for any confusion.  Also, to
  see where the cdrom is linked, while root (or su), cd to the /dev
  directory and type symlinks cd*  and it should show you where your cd
  rom(s) are linked to.  If the one called cdrom is not linked to
  ../dev/cdroms then don't bother with my fix.
 
  Joe
 
  On Tuesday 23 October 2001 10:07 pm, you wrote:
   This isn't a good fix, but it will make your audio CDs work. I imagine
   if you go to /etc and look at the links for cdroms, you will see the
   one named cdrom flashing red (assuming you are at a shell and not using
   Konqueror). The problem is that it is looking for a link to
   ../cdroms/cdrom and the correct path should be /dev/cdroms/cdrom.  I
   haven't been successfull in changing it yet (well and getting the
   change to stick), but I temporarily fixed it by making a directory off
   of / called cdroms and then copied the files from /dev/cdroms to it.
  
   You might try that and see if works for you.
  
   Joe
  
   On Tuesday 23 October 2001 09:55 pm, you wrote:
Yeah, I'm running 8.1.  I'm not quite sure how to check where my cd
rom really is, but taking a look at HardDrake, my cdrom is listed as
existing at /dev/hdc.  And that seems to be what is listed in my
fstab:
   
/dev/hda6 / reiserfs noatime,notail 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda9 /home reiserfs noatime,notail 1 2
/dev/hdc /mnt/cdrom auto
user,iocharset=iso8859-1,exec,codepage=850,ro,noauto 0 0
/dev/fd0 /mnt/floppy auto
user,iocharset=iso8859-1,sync,exec,codepage=850,noauto 0 0
/dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,codepage=850 0 0
/dev/hda5 /mnt/win_d vfat iocharset=iso8859-1,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda8 /usr reiserfs noatime,notail 1 2
/dev/hda7 swap swap defaults 0 0
   
It's strange, because it has no trouble reading data cds.  But audio
cds it can't even read.
   
Thanks again.
   
-Paul Rodríguez
   
On Tue, 2001-10-23 at 06:46, Paul wrote:
 In reply to Paul Rodríguez's words, written 22 Oct 2001 20:53:14
 -0400

 Hmm... ls -l /dev/cdrom give me this:
 
 [root@localhost root]# ls -l /dev/cdrom
 lr-xr-xr-x1 root root   16 Oct 22 05:13 /dev/cdrom
  - ./cdroms/cdrom0
 
 How do I go about changing this, and to what?

 I have seen this from other people who use 8.1  Are you on that?
 Check where your fstab points to in respect to the cdrom.
 And where your cdrom really is. /dev/hd? something. Then the
 /dev/cdrom link needs to be updated, I guess, to that /dev/hd?

 Paul

 --
 A mistake is evidence that someone tried to do something.

 http://nlpagan.net - Registered Linux User 174403
 Linux Mandrake 8.0 - Sylpheed 0.6.3 claws
 Open Source, Open Minds. Linux.


 =_1003812773-1734-2281
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
   
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
 
  =_1003893187-1734-2593
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] audio cds in 8.1

2001-10-23 Thread Paul Rodríguez

I did try your fix, but it didn't do it.  Here's the output of symlinks
cd* in the root dir and in /dev

[root@localhost dev]# symlinks cd*
/dev/cdrom: No such file or directory
/dev/cdrom0: Not a directory

[root@localhost /]# symlinks cd*
dangling: /cdroms/cdrom0 - ../ide/host0/bus1/target0/lun0/cd

-Paul Rodríguez


On Tue, 2001-10-23 at 23:15, Joseph Braddock wrote:
 I had a typo in my message.  It should have read ... if you go to /dev and 
 look at the links... not /etc.  Sorry for any confusion.  Also, to see where 
 the cdrom is linked, while root (or su), cd to the /dev directory and type 
 symlinks cd*  and it should show you where your cd rom(s) are linked to.  If 
 the one called cdrom is not linked to ../dev/cdroms then don't bother with my 
 fix.
 
 Joe
 
 On Tuesday 23 October 2001 10:07 pm, you wrote:
  This isn't a good fix, but it will make your audio CDs work. I imagine if
  you go to /etc and look at the links for cdroms, you will see the one named
  cdrom flashing red (assuming you are at a shell and not using Konqueror). 
  The problem is that it is looking for a link to ../cdroms/cdrom and the
  correct path should be /dev/cdroms/cdrom.  I haven't been successfull in
  changing it yet (well and getting the change to stick), but I temporarily
  fixed it by making a directory off of / called cdroms and then copied the
  files from /dev/cdroms to it.
 
  You might try that and see if works for you.
 
  Joe
 
  On Tuesday 23 October 2001 09:55 pm, you wrote:
   Yeah, I'm running 8.1.  I'm not quite sure how to check where my cd rom
   really is, but taking a look at HardDrake, my cdrom is listed as
   existing at /dev/hdc.  And that seems to be what is listed in my fstab:
  
   /dev/hda6 / reiserfs noatime,notail 1 1
   none /dev/pts devpts mode=0620 0 0
   none /dev/shm tmpfs defaults 0 0
   /dev/hda9 /home reiserfs noatime,notail 1 2
   /dev/hdc /mnt/cdrom auto
   user,iocharset=iso8859-1,exec,codepage=850,ro,noauto 0 0
   /dev/fd0 /mnt/floppy auto
   user,iocharset=iso8859-1,sync,exec,codepage=850,noauto 0 0
   /dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,codepage=850 0 0
   /dev/hda5 /mnt/win_d vfat iocharset=iso8859-1,codepage=850 0 0
   none /proc proc defaults 0 0
   /dev/hda8 /usr reiserfs noatime,notail 1 2
   /dev/hda7 swap swap defaults 0 0
  
   It's strange, because it has no trouble reading data cds.  But audio cds
   it can't even read.
  
   Thanks again.
  
   -Paul Rodríguez
  
   On Tue, 2001-10-23 at 06:46, Paul wrote:
In reply to Paul Rodríguez's words, written 22 Oct 2001 20:53:14 -0400
   
Hmm... ls -l /dev/cdrom give me this:

[root@localhost root]# ls -l /dev/cdrom
lr-xr-xr-x1 root root   16 Oct 22 05:13 /dev/cdrom -
./cdroms/cdrom0

How do I go about changing this, and to what?
   
I have seen this from other people who use 8.1  Are you on that?
Check where your fstab points to in respect to the cdrom.
And where your cdrom really is. /dev/hd? something. Then the /dev/cdrom
link needs to be updated, I guess, to that /dev/hd?
   
Paul
   
--
A mistake is evidence that someone tried to do something.
   
http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.0 - Sylpheed 0.6.3 claws
Open Source, Open Minds. Linux.
   
   
=_1003812773-1734-2281
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
  
   _
   Do You Yahoo!?
   Get your free @yahoo.com address at http://mail.yahoo.com
 
 
 =_1003893187-1734-2593
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] audio cds in 8.1

2001-10-23 Thread Paul Rodríguez

Yeah, I'm running 8.1.  I'm not quite sure how to check where my cd rom
really is, but taking a look at HardDrake, my cdrom is listed as
existing at /dev/hdc.  And that seems to be what is listed in my fstab:

/dev/hda6 / reiserfs noatime,notail 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda9 /home reiserfs noatime,notail 1 2
/dev/hdc /mnt/cdrom auto
user,iocharset=iso8859-1,exec,codepage=850,ro,noauto 0 0
/dev/fd0 /mnt/floppy auto
user,iocharset=iso8859-1,sync,exec,codepage=850,noauto 0 0
/dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,codepage=850 0 0
/dev/hda5 /mnt/win_d vfat iocharset=iso8859-1,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda8 /usr reiserfs noatime,notail 1 2
/dev/hda7 swap swap defaults 0 0

It's strange, because it has no trouble reading data cds.  But audio cds
it can't even read.

Thanks again.

-Paul Rodríguez



On Tue, 2001-10-23 at 06:46, Paul wrote:
 In reply to Paul Rodríguez's words, written 22 Oct 2001 20:53:14 -0400
 
 Hmm... ls -l /dev/cdrom give me this:
 
 [root@localhost root]# ls -l /dev/cdrom
 lr-xr-xr-x1 root root   16 Oct 22 05:13 /dev/cdrom -
 ./cdroms/cdrom0
 
 How do I go about changing this, and to what?
 
 I have seen this from other people who use 8.1  Are you on that?
 Check where your fstab points to in respect to the cdrom.
 And where your cdrom really is. /dev/hd? something. Then the /dev/cdrom link
 needs to be updated, I guess, to that /dev/hd?
 
 Paul
 
 --
 A mistake is evidence that someone tried to do something.
 
 http://nlpagan.net - Registered Linux User 174403
 Linux Mandrake 8.0 - Sylpheed 0.6.3 claws
 Open Source, Open Minds. Linux.
 
 
 =_1003812773-1734-2281
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] audio cds

2001-10-22 Thread Paul

In reply to Paul Rodríguez's words, written 22 Oct 2001 20:53:14 -0400

Hmm... ls -l /dev/cdrom give me this:

[root@localhost root]# ls -l /dev/cdrom
lr-xr-xr-x1 root root   16 Oct 22 05:13 /dev/cdrom -
./cdroms/cdrom0

How do I go about changing this, and to what?

I have seen this from other people who use 8.1  Are you on that?
Check where your fstab points to in respect to the cdrom.
And where your cdrom really is. /dev/hd? something. Then the /dev/cdrom link
needs to be updated, I guess, to that /dev/hd?

Paul

--
A mistake is evidence that someone tried to do something.

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.0 - Sylpheed 0.6.3 claws
Open Source, Open Minds. Linux.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] audio cds

2001-10-22 Thread Paul Rodríguez

Hmm... ls -l /dev/cdrom give me this:

[root@localhost root]# ls -l /dev/cdrom
lr-xr-xr-x1 root root   16 Oct 22 05:13 /dev/cdrom -
../cdroms/cdrom0

How do I go about changing this, and to what?

-Paul Rodríguez



On Sat, 2001-10-20 at 22:59, Paul wrote:
 In reply to Paul Rodríguez's words, written 20 Oct 2001 16:52:13 -0400
 
 Thanks, Paul.  That would explain that.  :)
 
 cdplay returns   /dev/cdrom: No such file or directory
 
 Do I need to change a setting so that it looks for /mnt/cdrom instead?
 
 -Paul Rodríguez
 
 No. Make sure you have user access to the drive, that the link is correct.
 
 e.g.:
 
 lrwxrwxrwx1 root root3 Jun 18 14:22 /dev/cdrom - hda
 
 Paul
 
 --
 Why is it called common sense when nobody seems to have any?
 
 http://nlpagan.net - Registered Linux User 174403
 Linux Mandrake 8.0 - Sylpheed 0.6.3 claws
 Open Source, Open Minds. Linux.
 
 
 =_1003611712-1734-1846
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [[newbie] audio CDs]

2000-06-24 Thread Jaguar

From what I understand...Audio CD's are _NOT_ mounted...just click your
preferred CD player.
HTH
Jaguar

"nikolaos mpenias" [EMAIL PROTECTED] wrote:
 How can i mount an audio cd?
 I can use them when i run an audio CD player with no problem, but when i try

 to mount the cd from a terminal i get the message:
 
 "/dev/cdrom: Input/output error
 mount: /dev/cdrom has wrong major or minor number"
 
 Why is that?
 I have vi-ied the "/etc/filesystems" file with these possible file formats.
 
 vfat
 iso9660
 cdfs
 cdudfrw
 joliet
 AIFC
 AIFF
 RIFF
 iso8859-1
 cdda
 au
 audiocd
 
 None is working. Which is the one for audio CD's? I cannot find sth 
 appropriate anywhere on the internet. You are my last hope.
 
 
 
 
 
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


The Dogma chased the Stigma, and was hit by the Karma.


Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.




Re: [[newbie] audio cds]

2000-02-19 Thread Ken Haynes

Just installing Linux and noted that Sound Blaster Live will not work due to
driver licensing restrictions.  ...despite OS 'recognition'




Re: [[newbie] AUDIO CDs]

2000-02-18 Thread Michael Scottaline

"Eunice Thompson" [EMAIL PROTECTED] wrote:

 
 now that i can mount a CD drive, how can I listen to some music?
==
Don't "mount" the drive to play a CD.  Only data CD-ROMs get "mounted".  To
play an audio CD, just launch your cdplayer with the audio cd in the drive and
hit the play button. 8^)

Please do not post in html.  Thanks
Mike


##
Michael Scottaline
Linux 2.2.13
##


Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.



Re: [[newbie] audio cds]

2000-02-18 Thread Michael Scottaline

Eunice Thompson [EMAIL PROTECTED] wrote:
 when i click on the cd player icon on the task panel , with the audio cd
 in the drive, the player repots that the cd is ejected. i've pushed all
 the buttons and nothing works.
 
 THANKS
Eunice,
There may be a permissions problem just a guess
Try operating the CDplayer as root.  If it works, then chane the permissions
on the player so that users can operate it also.
Mike


##
Michael Scottaline
Linux 2.2.13
##


Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.



Re: [[newbie] audio cds]

2000-02-18 Thread Denis Havlik

:~Eunice Thompson [EMAIL PROTECTED] wrote:
:~ when i click on the cd player icon on the task panel , with the audio cd
:~ in the drive, the player repots that the cd is ejected. i've pushed all
:~ the buttons and nothing works.
:~ 
:~ THANKS

Hi, Eunice

Have you configured the sound-card? I mean, can you get ANY tones out of
your box?

Denis
-
Mag^H^H^HDr. Denis Havlik  http://www.ap.univie.ac.at/users/havlik
Mandrakesoft||| e-mail: [EMAIL PROTECTED]
Austria(@ @)   tel: (++431) 4277/51179 
---oOO--(_)--OOo-
February 17-th 2000: The Linux Demo Y2k Day!!!



Re: [[newbie] audio cds]

2000-02-18 Thread Eunice Thompson

yes, sound card is configured right.
When I installed the OS, it recognized my SBLive card- no problem there
- Original Message -
From: "Denis Havlik" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 18, 2000 11:41 AM
Subject: Re: [[newbie] audio cds]


 :~Eunice Thompson [EMAIL PROTECTED] wrote:
 :~ when i click on the cd player icon on the task panel , with the audio
cd
 :~ in the drive, the player repots that the cd is ejected. i've pushed
all
 :~ the buttons and nothing works.
 :~
 :~ THANKS

 Hi, Eunice

 Have you configured the sound-card? I mean, can you get ANY tones out of
 your box?

 Denis
 -
 Mag^H^H^HDr. Denis Havlik  http://www.ap.univie.ac.at/users/havlik
 Mandrakesoft||| e-mail: [EMAIL PROTECTED]
 Austria(@ @)   tel: (++431) 4277/51179
 ---oOO--(_)--OOo-
 February 17-th 2000: The Linux Demo Y2k Day!!!