Re: cd burning

From: J. Zidar (zee_at_email.si)
Date: 07/30/03

  • Next message: Richard Lyons: "Re: more install problems"
    To: debian-user@lists.debian.org
    Date: Wed, 30 Jul 2003 10:24:02 +0200
    
    

    Wednesday 30 of July 2003 08:41 je &F pisal:
    >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.
    >
    >So where do I get them?
    >
    >Thanks,
    >Conrad
    >
    >
    >---------------------------------
    >Do you Yahoo!?
    >Yahoo! SiteBuilder - Free, easy-to-use web site design software

    You must run modconf in your console and load the modules you need.
    From the menu that will popup you must choose the modules ide-scsi, sg,
    sr_mod (you will find them under kernel/drivers/scsi).
    After that edit your /etc/lilo.conf and add the line append="hdx=ide-scsi
    max_scsi_luns=1 hdy=ide-cd" after the line root=/dev/hda3. Save and run lilo.
    hdx is your cdburner and hdy is your cdrom or DVD if you have it of course.

    Reboot. Now your cdburner will become a "scsi" device so his name will change.
    Open a console and run: dmesg | grep scsi and look for the line that will say
    Attached scsi CD-ROM sr0 at scsi0 . . .

    Edit /etc/fstab and look for the line that points to your cdburner (/dev/hdx)
    and change to the value sr0. You'd probably want to change the mount point as
    well. Point your cdburner to /mount/cdrw or /cdrw. Save and exit.

    Go to / and make a directory called cdrw. Reboot and that should do it.

    You might want to check this fine howto:
    http://newbiedoc.sourceforge.net/peripherals/cdrw.html, because I have
    probably left out some steps.

    If you cannot find the modules you need, you'll have to build'em up. ;-))

    HTH,
    Jernej Zidar

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Richard Lyons: "Re: more install problems"