Find the answer to your Linux question:
Results 1 to 6 of 6
i have cd writer and I want write CD with konsole and from terminal for write in terminal I must change my cd writer to SCSI driver I read before ...
  1. #1
    Just Joined! mfaridi's Avatar
    Join Date
    Apr 2005
    Location
    afghanistan
    Posts
    50

    cd writer



    i have cd writer and I want write CD with konsole and from terminal
    for write in terminal I must change my cd writer to SCSI driver
    I read before I must change GRUB for solve this problem
    So which file in GRUB must change
    you know in DEBIAN we have alot of files
    which files must change

  2. #2
    Linux Guru sdousley's Avatar
    Join Date
    Feb 2004
    Posts
    1,789
    I wouldn't think it's a GRUB thing that tells the computer what driver to use for the CD Writer. The way i would go about it (i think) would be to recompile the kernel to emulate CD-RW's as scsi drives, but i am not 100% sure about this, i cd do with doing this myself, once i am 100% about how to go about it
    "I am not an alcoholic, alcoholics go to meetings"
    Registered Linux user = #372327

  3. #3
    Linux Guru sarumont's Avatar
    Join Date
    Apr 2003
    Location
    /dev/urandom
    Posts
    3,682
    Quote Originally Posted by sdousley
    I wouldn't think it's a GRUB thing that tells the computer what driver to use for the CD Writer. The way i would go about it (i think) would be to recompile the kernel to emulate CD-RW's as scsi drives, but i am not 100% sure about this, i cd do with doing this myself, once i am 100% about how to go about it
    That's the old way of doing it. You don't have to have SCSI emulation to burn. I've been burning with straight ATAPI for probably 2 years now with no problems. It's the way it's done now.
    "Time is an illusion. Lunchtime, doubly so."
    ~Douglas Adams, The Hitchhiker's Guide to the Galaxy

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    it depends on the kernel. Pre 2.6 you need to do SCSI emulation. All you need to add to grub in the kernel parameters is hdc=ide-scsi (If I recall correctly, I am away from my computer currently so I can't check )
    Brilliant Mediocrity - Making Failure Look Good

  5. #5
    Linux Guru sarumont's Avatar
    Join Date
    Apr 2003
    Location
    /dev/urandom
    Posts
    3,682
    Quote Originally Posted by Vergil83
    it depends on the kernel. Pre 2.6 you need to do SCSI emulation. All you need to add to grub in the kernel parameters is hdc=ide-scsi (If I recall correctly, I am away from my computer currently so I can't check )
    True..and that *should* be all that you need to do to get it working under <2.6. I assumed, though, that he was running 2.6. My bad...we all know what assuming does...
    "Time is an illusion. Lunchtime, doubly so."
    ~Douglas Adams, The Hitchhiker's Guide to the Galaxy

  6. #6
    Linux Guru sdousley's Avatar
    Join Date
    Feb 2004
    Posts
    1,789
    Quote Originally Posted by sarumont
    True..and that *should* be all that you need to do to get it working under <2.6. I assumed, though, that he was running 2.6. My bad...we all know what assuming does...
    Yup we know, it makes an 'ass' out of 'u' and 'me'
    "I am not an alcoholic, alcoholics go to meetings"
    Registered Linux user = #372327

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •