CD player won't!

Jeffrey Pyne jpyne@worldatwork.org
Wed, 1 Nov 2000 09:59:01 -0700


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C04425.0880A060
Content-Type: text/plain;
	charset="iso-8859-1"

/dev/cdrom is just a symbolic link to wherever your CD-ROM really is.  Type
ls -l /dev/cdrom to see where it's linked, and make sure its linked to the
right device.  If you have IDE devices, hda is the Master device on the
Primary controller, hdb is the Slave device on the Primary controller, hdc
is the Master device on the Secondary controller and hdd is the Slave device
on the Secondary controller.  So, if /dev/cdrom is linked to the Slave
device on the Secondary controller (hdd), but your cdrom is actually the
Slave device on the Primary controller (hdb), just change your /dev/cdrom
link(rm /dev/cdrom; ln -s /dev/hdb /dev/cdrom).
 
~~Jeff

-----Original Message-----
From: Vaughn L. Treude [mailto:v.treude@prodigy.net]
Sent: Wednesday, November 01, 2000 9:43 AM
To: plug-discuss@lists.PLUG.phoenix.az.us
Subject: CD player won't!


Hello:
    I recently installed Mandrake 7.0 and it went pretty well.  One
annoyance is that the CD player won't work.  It's Kscd 1.2.7.  It isn't able
to recognize when I have a CD in the drive; it always thinks it's "ejected."
Under "settings", the device is set as /dev/cdrom, so this must be OK.  I
know I can read CD's, because that's how I installed it, and automount works
for data CD's.  Any ideas on what the problem could be?
 
Thanks in advance,
Vaughn Treude
www.nakota-software.com <http://www.nakota-software.com> 
 


------_=_NextPart_001_01C04425.0880A060
Content-Type: text/html;
	charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.00.3105.105" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#0000ff face="Courier New" size=2><SPAN 
class=904195016-01112000>/dev/cdrom is just a symbolic link to wherever your 
CD-ROM really is.&nbsp; Type ls -l /dev/cdrom to see where it's linked, and make 
sure its linked to the right device.&nbsp; If you have IDE devices, hda is the 
Master device on the Primary controller, hdb is the Slave device on the Primary 
controller, hdc is the Master device on the Secondary controller and hdd is the 
Slave device on the Secondary controller.&nbsp; So, if /dev/cdrom is linked to 
the Slave device on the Secondary controller (hdd), but your cdrom is actually 
the Slave device on the Primary controller (hdb), just change your /dev/cdrom 
link(rm /dev/cdrom; ln -s /dev/hdb /dev/cdrom).</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face="Courier New" size=2><SPAN 
class=904195016-01112000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face="Courier New" size=2><SPAN 
class=904195016-01112000>~~Jeff</SPAN></FONT></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Vaughn L. Treude 
  [mailto:v.treude@prodigy.net]<BR><B>Sent:</B> Wednesday, November 01, 2000 
  9:43 AM<BR><B>To:</B> plug-discuss@lists.PLUG.phoenix.az.us<BR><B>Subject:</B> 
  CD player won't!<BR><BR></DIV></FONT>
  <DIV><FONT color=#000000 size=2>Hello:</FONT></DIV>
  <DIV><FONT color=#000000 size=2>&nbsp;&nbsp;&nbsp; I recently installed 
  Mandrake 7.0 and it went pretty well.&nbsp; One annoyance is that the CD 
  player won't work.&nbsp; It's Kscd 1.2.7.&nbsp; It isn't able to recognize 
  when I have a CD in the drive; it always thinks it's "ejected."&nbsp; Under 
  "settings", the device is set as /dev/cdrom, so this must be OK.&nbsp; I know 
  I can read CD's, because that's how I installed it, and automount works for 
  data CD's.&nbsp; Any ideas on what the problem could be?</FONT></DIV>
  <DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
  <DIV><FONT color=#000000 size=2>Thanks in advance,</FONT></DIV>
  <DIV><FONT color=#000000 size=2>Vaughn Treude</FONT></DIV>
  <DIV><FONT color=#000000 size=2><A 
  href="http://www.nakota-software.com">www.nakota-software.com</A></FONT></DIV>
  <DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C04425.0880A060--