Koozali.org: home of the SME Server

FYI: fix for cdrecord problem on SME 6.0

Offline meanlocha

  • **
  • 30
  • +0/-0
FYI: fix for cdrecord problem on SME 6.0
« on: August 14, 2004, 11:34:27 PM »
this is for reference for those who
encounter similar problems.

even though the kernel module ide-scsi was loaded
I could not get
cdrecord -scanbus
to recognize the CDR until
I added the following to lilo.conf:
append="hdc=ide-scsi"

Anthony

so lilo.conf now looks like:

prompt
timeout=50
default=Mitel-SME-up
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/mitel.pcx
lba32
image=/boot/vmlinuz-2.4.20-18.7smp
        label=Mitel-SME-smp
        initrd=/boot/initrd-2.4.20-18.7smp.img
        read-only
        root=/dev/hda3
image=/boot/vmlinuz-2.4.20-18.7
        label=Mitel-SME-up
        initrd=/boot/initrd-2.4.20-18.7.img
        read-only
        root=/dev/hda3
        append="hdc=ide-scsi"
...

matsk

FYI: fix for cdrecord problem on SME 6.0
« Reply #1 on: August 15, 2004, 09:44:35 PM »
I recommend that you report this as a bug!


/Mats