[gentoo-user] cdrom is not available any more

2006-06-19 Thread JC Denton
Hi group!I had some problems with my cdrom before and tried to chage that ;) I rebuild the kernel in order to have appropriate scsi and atapi settings for usb and cdrom support. But I messed something up. The original problem is gone but now I have no cdrom support at all. Here is what I get from

Re: [gentoo-user] cdrom is not available any more

2006-06-19 Thread Boris Fersing
2006/6/19, JC Denton [EMAIL PROTECTED]: Hi group! Hi, I had some problems with my cdrom before and tried to chage that ;) I rebuild the kernel in order to have appropriate scsi and atapi settings for usb and cdrom support. But I messed something up. The original problem is gone but now I

Re: [gentoo-user] cdrom is not available any more

2006-06-19 Thread JC Denton
No information as far as I can see ...# cat /proc/sys/dev/cdrom/infoCD-ROM information, Id: cdrom.c 3.20 2003/12/17drive name:drive speed:drive # of slots:Can close tray:Can open tray:Can lock tray:Can change speed:Can select disk:Can read multisession:Can read MCN:Reports media changed:Can play

Re: [gentoo-user] cdrom is not available any more

2006-06-19 Thread Boris Fersing
2006/6/19, JC Denton [EMAIL PROTECTED]: No information as far as I can see ... Mhh, what tells a zgrep -i floppy /proc/config.gz or grep -i floppy /usr/src/linux/.config ? # cat /proc/sys/dev/cdrom/info CD-ROM information, Id: cdrom.c 3.20 2003/12/17 drive name: drive speed: drive # of

Re: [gentoo-user] cdrom is not available any more

2006-06-19 Thread JC Denton
That is all:- for floppy:# grep -i floppy .configCONFIG_BLK_DEV_IDEFLOPPY=y# Ftape, the floppy tape device driver#grep -i disk .configCONFIG_BLK_DEV_IDEDISK=yCONFIG_IDEDISK_MULTI_MODE=y# CONFIG_IDEDMA_ONLYDISK is not set# SCSI support type (disk, tape, CD-ROM)# NOTE: USB_STORAGE enables SCSI, and

Re: [gentoo-user] cdrom is not available any more

2006-06-19 Thread Boris Fersing
2006/6/19, JC Denton [EMAIL PROTECTED]: That is all: - for floppy: # grep -i floppy .config CONFIG_BLK_DEV_IDEFLOPPY=y # Ftape, the floppy tape device driver Try to disable this IDEFLOPPY driver (kernel recompilation is needed) regards, Boris. #grep -i disk .config CONFIG_BLK_DEV_IDEDISK=y