Re: [gentoo-user] IDE DVD device with kernel 3.2.11

2012-03-26 Thread Eliezer Croitoru

On 26/03/2012 08:55, Kraus Philipp wrote:

Hi,

Am 26.03.2012 um 02:25 schrieb Sebastian Pipping:


Do you have /dev/sr0 in your system?  I noticed that recently my
/dev/dvd disappeared while /dev/sr0 is present and works fine -- maybe
its related.

how did you compiled the kerenl? with what .config?
i have used IDE controller on VM and it seems to work fine.

Thanks,
Elizer


no, I don't have any /dev/sr* devices, so I think it a kernel problem.
sd* and st* devices are exists.


I have just opened a bug for my view on the issue:
https://bugs.gentoo.org/show_bug.cgi?id=409709


Thanks for this link, I will tested my udev and kernel parameters

Phil




--
Eliezer Croitoru
https://www1.ngtech.co.il
IT consulting for Nonprofit organizations
eliezer  ngtech.co.il



Re: [gentoo-user] IDE DVD device with kernel 3.2.11

2012-03-25 Thread Kraus Philipp
Hi,

Am 26.03.2012 um 02:25 schrieb Sebastian Pipping:

> Do you have /dev/sr0 in your system?  I noticed that recently my
> /dev/dvd disappeared while /dev/sr0 is present and works fine -- maybe
> its related.

no, I don't have any /dev/sr* devices, so I think it a kernel problem.
sd* and st* devices are exists.

> I have just opened a bug for my view on the issue:
> https://bugs.gentoo.org/show_bug.cgi?id=409709

Thanks for this link, I will tested my udev and kernel parameters

Phil



Re: [gentoo-user] IDE DVD device with kernel 3.2.11

2012-03-25 Thread Sebastian Pipping
Hello!


Do you have /dev/sr0 in your system?  I noticed that recently my
/dev/dvd disappeared while /dev/sr0 is present and works fine -- maybe
its related.

I have just opened a bug for my view on the issue:
https://bugs.gentoo.org/show_bug.cgi?id=409709

Best,



Sebastian



[gentoo-user] IDE DVD device with kernel 3.2.11

2012-03-25 Thread Kraus Philipp
Hello,

I have update my system to ther 3.2.11 kernel and udev 171-rc5. Everything 
works fine, except the IDE DVD ROM Device. lspci shows the IDE controller
00:1f.1 IDE interface: Intel Corporation 631xESB/632xESB IDE Controller (rev 09)

and I have build this kernel options:

CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

# SCSI device support
CONFIG_SCSI_MOD=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_TGT=m
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y
# SCSI support type (disk, tape, CD-ROM)
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_WAIT_SCAN=m
# SCSI Transports
CONFIG_SCSI_SPI_ATTRS=m
CONFIG_SCSI_FC_ATTRS=m
CONFIG_SCSI_FC_TGT_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_SCSI_SAS_ATTRS=m
CONFIG_SCSI_SAS_LIBSAS=m
CONFIG_SCSI_SAS_ATA=y
CONFIG_SCSI_SAS_HOST_SMP=y
CONFIG_SCSI_SRP_ATTRS=m
CONFIG_SCSI_SRP_TGT_ATTRS=y
CONFIG_SCSI_LOWLEVEL=y

I have added the line persistent_cd_disable="no" to my /etc/udev/udec.conf and 
remove the /etc/udev/rules/70-presistent-cd.rule
I don't have buld in the "ATA/ATAPI/MFM/RLL support (DEPRECATED) " dubpackages, 
should I need them for using my old DVD ROM?
I have build only the "Serial ATA and Parallel ATA drivers" and SCSI systems, 
can I use the IDE device with this drivers only?

Thanks

Phil