That's the post that led me on the path of trying to get DMA working. I originally had settings for ATA/ATAPI... but the system complained about the DVD drive not using DMA. The system was stable, but it took about 1.5 hours to burn a full DVD. I then read the post and disabled the ATA/ATAPI... stuff, and tried to mess around with hdparm for the HDD and the DVD. The system no longer complained about the DVD not using DMA, but it would lock up under heavy loads. I just copied the config fromVinzC wrote:Please read lancealtar's post...You must NOT select anything under ATA/ATAP/MFM/RLL support ---> ATA/ATAPI/MFM/RLL but it seems you did. You should havelancealtar wrote:What I did was make sure that Device Drivers ---> ATA/ATAP/MFM/RLL support ---> ATA/ATAPI/MFM/RLL is NOT Selected
...
Reboot and you shouldn't have any problem with your cdrom showing up as a SCSI device. You might have to change your /dev/cdroms/cdrom0 to point to /dev/sr0 but that's minimal.Code: Select all
# CONFIG_IDE is not set
but I am at work right now and cannot test the settings. I will be heading to lunch in an hour and will try the new kernel config. I am just having a difficult time with the new kernel and just want to see how other people have their stuff configured.Sejam wrote: Ive had quite a few people ask me how Im doing my system, since it has been a while since I published my configuration files and instructions on how to get it up. I really dont have time to write a new updated instructions (graduating in less than week), but I have uploaded my latest xorg and conf files. Just to note that I am using Xorg version 6.8.2. I know I lot of people are using the cvs version, but I have found on all my computers when I try this that it eats up over 384 megs of RAM so Ive decided not to go that direction. I am also using the dri modules from dri.sourceforge.net. The version I'm using is from mid-april because I found that versions later caused some major X lockups and wierdness. This is also for people that have the i915 video card and not the ATI or NVIDIA as those configurations will be different.
I also change the source code of the linux code before I compile it also so that my cdrom uses the SATA drivers. In /usr/src/linux/include/linux/libata.h change:
#undef ATA_ENABLE_ATAPI /* define to enable ATAPI support */
to
#define ATA_ENABLE_ATAPI /* define to enable ATAPI support */
config-2.6.11-gentoo-r8
xorg-20050602.conf



