I noticed I can't mount cdroms or view dvds after applying stoned beaver.
Although these lines come up in dmesg:
ide_setup: hdg=ide-scsi ide2: BM-DMA at 0xdc00-0xdc07, BIOS settings: hde:pio, hdf:pio ide3: BM-DMA at 0xdc08-0xdc0f, BIOS settings: hdg:pio, hdh:pio hde: IBM-DTLA-305020, ATA DISK drive hdg: SAMSUNG CDRW/DVD SM-348B, ATAPI CD/DVD-ROM drive
...there is no automount anymore and "# mount /dev/hdg /mnt/cdrom" fails :
mount: /dev/hdg is not a valid block device
...xine fails on dvds with :
libdvdnav: Using dvdnav version 1-rc2 from http://xine.sf.net libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Could not open /dev/dvd with libdvdcss. libdvdread: Can't open /dev/dvd for reading libdvdnav: vm: faild to open/read the DVD
...and "# /sbin/hdparm /dev/hdg" says:
/dev/hdg: No such device or address
...but works for /dev/hde :
/dev/hde: multcount = 16 (on) IO_support = 0 (default 16-bit) unmaskirq = 0 (off) using_dma = 1 (on) keepsettings = 0 (off) readonly = 0 (off) readahead = 256 (on) geometry = 39870/16/63, sectors = 40188960, start = 0
--- John