Re: [SLE] CD-RW instalation

From: zentara (zentara_at_zentara.net)
Date: 08/22/03

  • Next message: Richard Bos: "[SLE] kernel-source binary question"
    Date: Fri, 22 Aug 2003 15:45:04 -0400
    To: suse-linux-e@suse.com
    
    

    On 23 Aug 2003 04:11:17 +0900
    "Juan C. Gallardo" <jgamo@cantv.net> wrote:

    >Hello to everyone.
    >I'm trying to install my cd-rw.
    >As in many how-to says I did as follow:
    >on /boot/grub/menu.lst
    >I changed the line that start with "kernel" and I have added
    >hde=ide-scsi
    >
    >on modules.conf
    >alias scsi_hostadapter ide-scsi
    >
    >And after this my cd-rom doesn't work at all.
    >
    >I'm runing suse 8.2 on a VAIO laptop. I had troubles before with the
    >cd-rom of this laptop because is a PCMIA cd-rom.
    >
    >WIthout doing those changes the cd-rom works fine as ATAPI and is
    >installed in the /dev/hde/
    >
    >Does anyone can help me?
    >I want to use my cd-rw under linux.
    >
    >Thanks in advance, and if I'm missing any important information let me
    >know please.

    Once you declare hde=ide-scsi the cdrom gets accessed as /dev/sr0

    Also make sure ide-scsi is loaded so:
    modprobe ide-scsi

    then put a cd in the drive and
    mount -t iso9660 /dev/sr0 /mnt/cdrom

    Also, you have a /dev/hde ide device? Maybe there is some
    glitch with your extra ide card?

    When you use cdrecord to write, you usually use the bus and device numbers.
    Do "cdrecord -scanbus"
    and you should get a list of all scsi devices, the first entry in the list is the number
    like 1,0,0

    EXAMPLE 5: Writing an image-file mastered with mkisofs
            
    cdrecord -v -dummy -eject speed=2 dev=0,1,0 /mnt/image.raw

    The dummy switch lets you do a test run. Remove it for real writes.

    Hope those tips get you going.

    -- 
    I'm not really a human, but I play one on earth.
    -- 
    Check the headers for your unsubscription address
    For additional commands send e-mail to suse-linux-e-help@suse.com
    Also check the archives at http://lists.suse.com
    Please read the FAQs: suse-linux-e-faq@suse.com
    

  • Next message: Richard Bos: "[SLE] kernel-source binary question"

    Relevant Pages

    • xcdroast: Problem writing re-writable discs
      ... I'm using xcdroast with Mandrake Linux 9.1 ... Linux sg driver version: 3.1.24 ... Here is a xcdroast log file from failed attempt to record CD-RW ... cdrecord: Drive needs to reload the media to return to proper status. ...
      (comp.os.linux.hardware)
    • [SLE] resmgr + cdrecord
      ... TOC Type: 1 = CD-ROM ... cdrecord: Resource temporarily unavailable. ... I suspect resmgr is at fault, but I cannot figure out exactly how. ... the exclude rules must come first, ...
      (SuSE)
    • FC2 - CD Drive installation or Cdrecord setup Problem
      ... CDrom and CD-RW drives read just fine. ... cdrecord: Warning: using inofficial libscg transport code version ... This version is an unofficial version with DVD support ... CUE sheet still not accepted. ...
      (Fedora)
    • cdrecord problems
      ... Device type: Removable CD-ROM ... Disk sub type: Medium Type A, ... Performing OPC... ... cdrecord: Input/output error. ...
      (freebsd-questions)
    • Re: erasing a cd-rw
      ... >> mean that the write process fails? ... I'd read "I cannot write to it" as "cdrecord returns an error code ... Some CD-RWs don't reread a disc's TOC except when the disc is first ... The blanked CD-RW doesn't *have* a TOC, ...
      (comp.os.linux.hardware)