Le 13.08.2006 10:24, Andrew Morton a écrit : > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc4/2.6.18-rc4-mm1/ > > - Warning: all the Serial ATA Kconfig options have been renamed. If you > blindly run `make oldconfig' you won't have any disks. > Tried pata_via : it could not identify my DVD drive (LG HL-DT-ST DVDRAM GSA-4165B): Here is an excerpt from dmesg: libata version 2.00 loaded. pata_via 0000:00:04.1: version 0.1.13 ata1: PATA max UDMA/100 cmd 0x1F0 ctl 0x3F6 bmdma 0xD800 irq 14 ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xD808 irq 15 scsi0 : pata_via input: AT Translated Set 2 keyboard as /class/input/input0 ata1.00: ATA-5, max UDMA/100, 78165360 sectors: LBA ata1.00: ata1: dev 0 multi count 16 ata1.01: ATA-7, max UDMA/133, 160086528 sectors: LBA ata1.01: ata1: dev 1 multi count 16 ata1.00: configured for UDMA/100 ata1.01: configured for UDMA/100 scsi1 : pata_via input: ImExPS/2 Generic Explorer Mouse as /class/input/input1 ata2.00: failed to IDENTIFY (device reports illegal type, err_mask=0x0) <======= here ata2.01: ATAPI, max MWDMA2, CDB intr ata2.01: configured for MWDMA2 scsi 0:0:0:0: Direct access ATA ST340016A 3.75 PQ: 0 ANSI: 5 scsi 0:0:1:0: Direct access ATA Maxtor 6Y080L0 YAR4 PQ: 0 ANSI: 5 scsi 1:0:1:0: CD/DVD E-IDE CD-950E/AKU A4Q PQ: 0 ANSI: 5 And here is an except from dmesg-2.6.18-rc3-mm2 with via via82cxxx driver: VP_IDE: chipset revision 6 VP_IDE: not 100% native mode: will probe irqs later VP_IDE: VIA vt82c686b (rev 40) IDE UDMA100 controller on pci0000:00:04.1 ide0: BM-DMA at 0xd800-0xd807, BIOS settings: hda:DMA, hdb:DMA ide1: BM-DMA at 0xd808-0xd80f, BIOS settings: hdc:DMA, hdd:DMA Probing IDE interface ide0... input: AT Translated Set 2 keyboard as /class/input/input0 input: ImExPS/2 Generic Explorer Mouse as /class/input/input1 hda: ST340016A, ATA DISK drive hdb: Maxtor 6Y080L0, ATA DISK drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hda: max request size: 128KiB hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100) hda: cache flushes not supported hda: hda1 hda2 hda3 < hda5 hda6 hda7 > hda4 hdb: max request size: 128KiB hdb: 160086528 sectors (81964 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100) hdb: cache flushes supported hdb: hdb1 hdb2 < hdb5 hdb6 hdb7 hdb8 hdb9 > Probing IDE interface ide1... hdc: HL-DT-ST DVDRAM GSA-4165B, ATAPI CD/DVD-ROM drive hdd: CD-950E/AKU, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 Full dmesg attached. ~~ laurent