Stephen Cormier wrote: > Ok this looks like my driver for the jmicron controller I have for my SATA > hard drive and the IDE burner it controls having changed its behavior then. > But your problem is as I mentioned already then with the SATA naming they > changed you will need to re-compile with the proper options set the oldconfig > method does not pick this up. An example of the change below. > > grep -i sata_nv /boot/config-2.6.8-11-amd64-generic > CONFIG_SCSI_SATA_NV=m > > grep -i sata_nv /boot/config-2.6.20-ck1-core2duo > CONFIG_SATA_NV=y
mh... I'm probably missing something... grep -i sata linux-source-2.6.18/.config # CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_SCSI_SATA=y # CONFIG_SCSI_SATA_AHCI is not set # CONFIG_SCSI_SATA_SVW is not set # CONFIG_SCSI_SATA_MV is not set # CONFIG_SCSI_SATA_NV is not set # CONFIG_SCSI_SATA_QSTOR is not set # CONFIG_SCSI_SATA_PROMISE is not set # CONFIG_SCSI_SATA_SX4 is not set # CONFIG_SCSI_SATA_SIL is not set # CONFIG_SCSI_SATA_SIL24 is not set # CONFIG_SCSI_SATA_SIS is not set # CONFIG_SCSI_SATA_ULI is not set # CONFIG_SCSI_SATA_VIA is not set # CONFIG_SCSI_SATA_VITESSE is not set CONFIG_SCSI_SATA_INTEL_COMBINED=y but for the new .config of 2.6.20 (this is the one in the .tar.bz) I get grep -i sata linux-source-2.6.20/.config # CONFIG_BLK_DEV_IDE_SATA is not set where have all the other options gone? thanks in advance Lorenzo -- Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze ICQ# lbetto, 16080134 (GNU/Linux User # 158233) HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com http://www.gnu.org/software/src-highlite http://www.gnu.org/software/gengetopt http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]