Continuing the thread on CD Changers:
* j.vermeulen ([EMAIL PROTECTED]) [990427 12:05]:
> Josh Rodman wrote:
>
> > > I have a TEAC CD-ROM Changer that I want to move from my Wintel box to a
> > > Linux system that I am in the process of assembling.
[...]
> > > how this could be achieved?
> >
> > Multiple-disc SCSI devices are broken down into the rarely discussed
> > LUNs, or Logical Unit Numbers. This is a fetaure which SCSI has
> > always had, and is mainly exploited by CDROM changers.
>
> If it were SCSI there would not be a problem, I suppose. But it's a
> bl**dy EIDE drive (and I'm sorry for having forgotten to tell that).
>
> Any hope for me short of disassembling the DOS driver it came with?
Yes. There is a less graceful way to handles these, documented in the
following CDB article:
http://www.suse.de/Support/sdb_e/maddin_cdchanger.html
quoting:
"It is not that simple with ATAPI changes. There is only one device file
(e.g. /dev/hdc). You need to switch the CDs manually with a little tool.
You need to unmount the CD, change it and remount it afterwards.
This tiny tool is called cdload. Go and get the package which may be
obtained from our FTP site under
ftp://ftp.suse.com/pub/suse_update/special/cdload.tgz . Unpack it and
install cdload to /usr/bin and invoke it as follows:
cdload /dev/hdc 3
This should load the 4th CD.
It is not that comfortable as with SCSI changes."
As the file is getting rather old, (1998), you may want to rebuild it for
your system like so:
mkdir tmp
cd tmp
tar xvzf cdload.tgz
gcc cdload.c -o cdload
su
cp cdload /usr/bin
chmod go-w /usr/bin/cdload
chmod a+xr /usr/bin/cdload
More information can be found in the following file:
/usr/src/linux/Documentation/cdrom/ide-cd
> JV
Best of luck,
-josh
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html