Re: Howto Add an internal SCSI CDBurner

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue Nov 19 2002 at 09:57, "John BouAntoun" wrote:

> Hi guys,

(can you please wrap your lines to make it readable?  thanx)

> Anyway I pulled the SCSI card and burner out of my old machine and
> whacked it into my redhat machine so I could burn some stuff and
> came up with the following issues:
> 
> - What changes to fstab do I need to make to get the second cd
> drive (i.e. the burner to be recognised).

Nothing.  Well, nothing vital.  You might want to do this:

cd /dev
ln -s scd0 cdrom1
mkdir /mnt/cdrom1

and then add an entry to /etc/fstab so that /dev/cdrom1 can be
easily mounted on /mnt/cdrom1 (like /dev/cdrom on /mnt/cdrom).

> - Do I need to create a second mount folder for the burner?

> I already have \mnt\cdrom and
> \mnt\zip100, do i also need a \mnt\cdburner or something?

It doesn't really matter what you call it, just as long as it is
consistent.  Substitute "burner" for "cdrom1" in all occurences
above, and it will still work.

> - Do I need to change any modules to load the SCSI card or will
> the kernel pick it up on boot up?

You will need to load the driver for the scsi card.  After that, any
references to the /dev/scd* devices should work to automagically
load the scsi cdrom drivers (sr_mod, cdrom etc).

> That's pretty much it, I guess I'm basically asking how to add a
> second cd drive (actually a cd burner) to a red hat linux machine.

Easy, almost trivial.

Hint:  when the scsi driver loads, make sure that you see something
like this:

 kernel: ahc_pci:0:16:0: Host Adapter Bios disabled.  Using default SCSI device parameters
 kernel: scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.8
 kernel:         <Adaptec 2940 Ultra SCSI adapter>
 kernel:         aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs
 kernel: 
 kernel: blk: queue c2f15818, I/O limit 4095Mb (mask 0xffffffff)
 kernel:   Vendor: IBM       Model: DFHSS2W           Rev: 4141
 kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
 kernel: blk: queue c2f15c18, I/O limit 4095Mb (mask 0xffffffff)
 kernel:   Vendor: SONY      Model: CD-ROM CDU-55S    Rev: 1.0q
 kernel:   Type:   CD-ROM                             ANSI SCSI revision: 02
 kernel: blk: queue efa6c818, I/O limit 4095Mb (mask 0xffffffff)
 kernel:   Vendor: SEAGATE   Model: ST118273LW        Rev: 6246
 kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
 kernel: blk: queue efa6c018, I/O limit 4095Mb (mask 0xffffffff)
 kernel:   Vendor: YAMAHA    Model: CRW2100S          Rev: 1.0N
 kernel:   Type:   CD-ROM                             ANSI SCSI revision: 02
 kernel: blk: queue efa04418, I/O limit 4095Mb (mask 0xffffffff)
 kernel:   Vendor: SEAGATE   Model: ST34520LW         Rev: 1503
 kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02

Note that I have two scsi cdroms (and three disks) in my own box,
one is a burner.

"cdrecord -scanbus" gives a nice tabular listing of all your scsi
devices too:

$ cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
scsibus0:
	0,0,0	  0) 'IBM     ' 'DFHSS2W         ' '4141' Disk
	0,1,0	  1) 'SONY    ' 'CD-ROM CDU-55S  ' '1.0q' Removable CD-ROM
	0,2,0	  2) 'SEAGATE ' 'ST118273LW      ' '6246' Disk
	0,3,0	  3) 'YAMAHA  ' 'CRW2100S        ' '1.0N' Removable CD-ROM
	0,4,0	  4) 'SEAGATE ' 'ST34520LW       ' '1503' Disk
	0,5,0	  5) *
	0,6,0	  6) *
	0,7,0	  7) *

> Help on this issue is much appreciated.

Hope this helps.  It isn't too hard to set up, the main thing is
loading the right scsi driver.

Cheers
Tony



-- 
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux