Here is some more info from my installation: I have the ide_cs driver compiled into the kernel (not as module) - not that that makes a difference. Though judging from your log, I assume that kernel options are responsible for your problem.
Did you compile your own kernel? If so, what's the config? If not, well you should :D. It will allow you to enable sony's interrupt controller as well (to enabe the key combos and the jog-dial). Here's what happens when I plug the CDROM in: Mar 6 15:23:28 vaio-ae cardmgr[655]: socket 0: Ninja ATA Mar 6 15:23:29 vaio-ae kernel: hde: TOSHIBA CD-ROM XM-1902B, ATAPI CD/DVD-ROM drive Mar 6 15:23:31 vaio-ae kernel: ide2 at 0x180-0x187,0x386 on irq 3 Mar 6 15:23:31 vaio-ae kernel: hde: ATAPI 16X CD-ROM drive, 128kB Cache Mar 6 15:23:33 vaio-ae kernel: ide_cs: hde: Vcc = 5.0, Vpp = 0.0 Mar 6 15:23:33 vaio-ae cardmgr[655]: executing: './ide start hde' You'll note that it assigned IRQ 3 - that is because I removed irq 3 from the excluded IRQs since the Vaios don't have serial ports. But that sure has nothing to do with your problem. It's your kernel configuration... (I bet) Cheers, Andre Am Donnerstag 06 März 2003 04:01 schrieb [EMAIL PROTECTED]: > : cardmgr[990]: socket 0: Ninja ATA > : cardmgr[990]: executing: 'modprobe ide_cs' > : cardmgr[990]: get dev info on socket 0 failed: Resource temporarily > : unavailable

