I think we're making some real progress now.

I wanted to thank you for all of your help.
$ cat /var/log/messages|grep 4163B
Nov 27 22:14:44 bathat kernel: hdc: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
Nov 27 22:14:44 bathat kernel: Vendor: HL-DT-ST Model: DVDRAM GSA-4163B Rev: A103
$ cat /var/log/messages|grep CD
Nov 27 22:14:44 bathat kernel: hdc: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
Nov 27 22:14:44 bathat kernel: Type: CD-ROM ANSI SCSI revision: 02
Nov 28 00:15:49 bathat kernel: Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0Nov 28 00:15:49 bathat kernel: Uniform CD-ROM driver Revision: 3.12
Nov 28 00:49:38 bathat kernel: Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0Nov 28 00:49:39 bathat kernel: Uniform CD-ROM driver Revision: 3.12
modules.conf:
options ide-cd dma=0
options ide-cd ignore='hdc hdd'
You said I should add 'options ide-cd dma=1' to modules.conf but I changed it to 'dma=0' under the assumption that you had made a typo...
Quote:
The drive should work just fine with dma afaik.
|
Sorry, but didn't you want me to disable dma? I remember the 'hdparm -d0 /dev/cdrom'.
I am booted into my scsi-emulation profile.
menu.lst:
hdc=ide-scsi hdd=scsi
I thought I had changed 'hdc=' to 'scsi' but it turns out I didn't. I'll have to reboot again. I'll have to enable dma in modules.conf too.
The XCDRoast FAQ gives the following information on scsi-emulation lines for grub.
hdc=ide-scsi hdd=ide-scsi (Kernel 2.2.x and most 2.4.x)
hdc=scsi hdd=scsi (Kernel 2.4.x only, if the above line does not work)
The boot output looks much more promising, which is great, but graveman cannot get past the "insert media" dialog box now. Can't guess why.
Also, hdparm /dev/cdrom only displays this now:
Code:
/dev/cdrom:
readonly = 0 (off)
readahead = 32 (on)
HDIO_GETGEO failed: Invalid argument
It is possible that after I change 'ide-scsi' to 'scsi' in grub it will display all lines again.
edit: Just wanted to let you now that I am able to mount written-to media and play videos from the cd. I only get the 'wrong fs type, bad option, bad superblock on /dev/cdrom' when I attempt to mount a blank media. I was able to mount the cd with '-t iso9660'.