Re: cd burning

From: Sebastiaan (S.Breedveld_at_EWI.TUDelft.NL)
Date: 07/30/03

  • Next message: Vineet Kumar: "Re: kernel-source-2.5.69.tar.bz"
    Date: Wed, 30 Jul 2003 09:35:14 +0200 (METDST)
    To: Conrad Schuler <conradschuler@yahoo.com>
    
    

    Hi,

    On Tue, 29 Jul 2003, Conrad Schuler wrote:

    > Hello All,
    > It has been a struggle, but "Woody" is installed using the bf24 option.
    > I have Xinerama working, the scanner scans, the computer can communicate
    > with the digital camera.
    >
    > But I'm hitting a wall with the cd burning.
    >
    > I get to the part in the Howto where you test for the modules:
    >
    > ide-cd
    > ide-scsi
    > loop
    > scsi_mod
    > sr_mod
    > iso9660
    >
    > and my good computer says they are nowhere to be found.
    >
    perhaps they are already compiled into the kernel. If you have a SCSI
    burner, you could start burning right away. IDE drives still need SCSI
    emulation as far as I know. You can do this by adding 'hdc=scsi' to the
    kernel boot parameters (with hdc being your burner of course) or with
    lilo:
    image=/boot/vmlinuz
            label=Linux
            read-only
            append="hdc=scsi"

    Then run 'cdrecord -scanbus' as root to see if your burner is listed. If
    so, you can start burning.

    Note that from now on (with hdx=scsi) the CD drive has become a SCSI
    device, for reading also. So in stead of:
    mount -t iso9660 /dev/hdc /cdrom
    you should type now:
    mount -t iso9660 /dev/sr0 /cdrom

    Greetz,
    Sebastiaan

    > So where do I get them?
    >
    > Thanks,
    > Conrad
    >
    >
    > ---------------------------------
    > Do you Yahoo!?
    no, I don't

    > Yahoo! SiteBuilder - Free, easy-to-use web site design software

    --
      NT is the OS of the future. The main engine is the 16-bit Subsystem
      (also called MS-DOS Subsystem). Above that, there is the windoze 95/98
      16-bit Subsystem. Anyone can see that 16+16=32, so windoze NT is a
      *real* 32-bit system.
    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Vineet Kumar: "Re: kernel-source-2.5.69.tar.bz"