From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PtzGz-0004zM-Cw for garchives@archives.gentoo.org; Mon, 28 Feb 2011 09:20:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98DF01C002; Mon, 28 Feb 2011 09:18:24 +0000 (UTC) Received: from smtp3.tech.numericable.fr (smtp3.tech.numericable.fr [82.216.111.39]) by pigeon.gentoo.org (Postfix) with ESMTP id 60E571C002 for ; Mon, 28 Feb 2011 09:18:24 +0000 (UTC) Received: from [192.168.0.10] (abo-240-18-68.rns.modulonet.fr [85.68.18.240]) by smtp3.tech.numericable.fr (Postfix) with ESMTP id EC7BC3E42C for ; Mon, 28 Feb 2011 10:18:22 +0100 (CET) Message-ID: <4D6B685E.7040904@numericable.fr> Date: Mon, 28 Feb 2011 10:18:22 +0100 From: Jacques Montier User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110218 Lightning/1.0b3pre Thunderbird/3.1.7 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Problem with /devcdrom /dev/sro [solved] References: <4D68EBF4.7050803@club-internet.fr> <4d68ede0.5989cc0a.111c.5cad@mx.google.com> <4D6A2820.3070805@numericable.fr> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: abe32b8d4a29a0d9d4e7c65d526a30f5 Le 27/02/2011 18:38, Mike Gilbert a =C3=A9crit : > On Sun, Feb 27, 2011 at 5:32 AM, Jacques Montier > wrote: >> My kernel configuration : >> >> # SCSI device support >> CONFIG_SCSI_MOD=3Dy >> CONFIG_SCSI=3Dy >> CONFIG_SCSI_DMA=3Dy >> CONFIG_SCSI_TGT=3Dy >> CONFIG_SCSI_NETLINK=3Dy >> CONFIG_SCSI_PROC_FS=3Dy >> # SCSI support type (disk, tape, CD-ROM) >> # CONFIG_SCSI_ENCLOSURE is not set >> CONFIG_SCSI_MULTI_LUN=3Dy >> CONFIG_SCSI_CONSTANTS=3Dy >> CONFIG_SCSI_LOGGING=3Dy >> # CONFIG_SCSI_SCAN_ASYNC is not set >> CONFIG_SCSI_WAIT_SCAN=3Dm >> # SCSI Transports >> CONFIG_SCSI_SPI_ATTRS=3Dm >> CONFIG_SCSI_FC_ATTRS=3Dm >> # CONFIG_SCSI_FC_TGT_ATTRS is not set >> CONFIG_SCSI_ISCSI_ATTRS=3Dm >> # CONFIG_SCSI_SAS_ATTRS is not set >> # CONFIG_SCSI_SAS_LIBSAS is not set >> # CONFIG_SCSI_SRP_ATTRS is not set >> CONFIG_SCSI_LOWLEVEL=3Dy >=20 > That's a strange looking "SCSI support type" section. Here's mine, for > reference: >=20 > # > # SCSI support type (disk, tape, CD-ROM) > # > CONFIG_BLK_DEV_SD=3Dy > CONFIG_CHR_DEV_ST=3Dy > # CONFIG_CHR_DEV_OSST is not setabsense > CONFIG_BLK_DEV_SR=3Dy > # CONFIG_BLK_DEV_SR_VENDOR is not set > CONFIG_CHR_DEV_SG=3Dy > # CONFIG_CHR_DEV_SCH is not set > CONFIG_SCSI_MULTI_LUN=3Dy > CONFIG_SCSI_CONSTANTS=3Dy > # CONFIG_SCSI_LOGGING is not set > # CONFIG_SCSI_SCAN_ASYNC is not set > CONFIG_SCSI_WAIT_SCAN=3Dm >=20 > You need CONFIG_BLK_DEV_SR for /dev/sr* to work, so its absence in > your config is rather suspicious. >=20 Hi Mike, I saw that CONFIG_IDE (DEPRECATED) was set to yes ; so the disk names were hda1, hda2, hdb, hdc instead of sda1, etc... I set CONFIG_IDE to no and use CONFIG_ATA. Now sda1, sda2 and ...sr0 are back and everything works fine ! Thank you for your help Cheers, -- Jacques