View previous topic :: View next topic |
Author |
Message |
ejfinneran n00b

Joined: 24 Feb 2003 Posts: 18
|
Posted: Sat Dec 27, 2003 4:31 pm Post subject: CD-RW/DVD Combo drive and DVD playback |
|
|
I was thinking of picking up a DVD/CD-RW combo drive for my laptop. Then I thought, well in order to get good cd burning support SCSI emulation would need to be enabled. (ATAPI burning still seems to need some stability work to me) But in order to view DVDs smoothly, the drive would need DMA enabled, which I'm pretty sure is impossible if SCSI emulation is on. Perhaps I need to give ATAPI cd burning another shot but I just wanted to see how you guys dealt with this situation. Thanks |
|
Back to top |
|
 |
MacFlecknoe Apprentice

Joined: 11 Feb 2003 Posts: 189 Location: Ann Arbor, MI
|
Posted: Sat Dec 27, 2003 5:24 pm Post subject: |
|
|
You just turn on DMA a little differently on a scsi-emulated device... instead of accessing it via /dev/hdX you access it through the bus:
Code: | hdparm -c1 -k1 -d1 -X66 /dev/ide/host1/bus0/target1/lun0/generic |
tada... |
|
Back to top |
|
 |
BitJam Advocate

Joined: 12 Aug 2003 Posts: 2513 Location: Silver City, NM
|
Posted: Sat Dec 27, 2003 5:51 pm Post subject: |
|
|
I've got a CDROM-RW/DVD combo on my laptop running Gentoo Stable 2.4.x. I tried using ATAPI for writing CD's and it kinda worked but believe it or not it caused dvd's to bomb out about 10 minutes before the end of each disk. Frustrating. I went back to using scsi-ide and everything worked again.
Also, dma was enabled by default. |
|
Back to top |
|
 |
|