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 1Qarla-0002Np-JS for garchives@archives.gentoo.org; Sun, 26 Jun 2011 16:00:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26B3A1C066; Sun, 26 Jun 2011 15:59:31 +0000 (UTC) Received: from smtp.majordomo.ru (smtp.majordomo.ru [78.108.84.6]) by pigeon.gentoo.org (Postfix) with ESMTP id D6D371C066 for ; Sun, 26 Jun 2011 15:59:30 +0000 (UTC) Received: from [78.108.81.7] (helo=mail.majordomo.ru) by smtp.majordomo.ru with esmtpa (Exim 4.74 (FreeBSD)) (envelope-from ) id 1Qark9-000FN8-Qx for gentoo-user@lists.gentoo.org; Sun, 26 Jun 2011 19:59:29 +0400 Received: from 79.164.156.84 (auth. user shumkar@shumkar.ru@192.168.0.44) by mail.majordomo.ru with HTTP; Sun, 26 Jun 2011 19:59:29 +0400 To: "gentoo-user@lists.gentoo.org" Subject: [gentoo-user] Re: no cdrom (IDE) Date: Sun, 26 Jun 2011 19:59:29 +0400 X-Mailer: IlohaMail/0.8.14 (On: mail.majordomo.ru) Message-ID: In-Reply-To: From: "Alexey Mishustin" Bounce-To: "Alexey Mishustin" Errors-To: "Alexey Mishustin" 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 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b3168205eed107dc1398104fdfe1ca98 6/26/2011, "walt" =E2=FB =EF=E8=F1=E0=EB=E8: >On 06/25/2011 05:03 PM, walt wrote: >> On 06/25/2011 03:32 PM, Alexey Mishustin wrote: >>> Hi. >>> >>> After updating udev the links /dev/cdrom, /dev/dvd etc disappeared. There >>> are four /dev/sgX but there is no /dev/srX at all. No hdX, all sdX are >>> hard drives. >> >> That's a good thing. The disk drivers that use/need/create /dev/hd* are o= bsolete. >> >>> So, I can't mount any cd or dvd. >>> >>> My drive is IDE (Pioneer). >> >> Mine also, not a problem. >> >>> >>> # dmesg | grep sr >>> # >> >> That seems to be the problem. > > I beg pardon for my senility. I was reminded while reading a differe= nt group >to run lsmod. > >The salient lines from lsmod: > >cdrom 24970 1 sr_mod > >The kernel module sr_mod is selected in the kernel config menu at >"Device Drivers::SCSI device support::SCSI CDROM support" I guess, you mean CONFIG_BLK_DEV_SR? It was selected as Y. I changed it to M and recompiled the kernel. The module appeared: # lsmod | egrep "rs_mod|cdrom|marvel" cdrom 24804 1 sr_mod pata_marvell 1761 0 libata 123278 53 libsas,pdc_adma,sata_inic162x,sata_mv,ata_piix,ahci,libahci,sata_qstor,sata_v= sc,sata_uli,sata_sis,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil24,sata_sil,s= ata_promise,pata_sl82c105,pata_cs5530,pata_cs5520,pata_via,pata_jmicron,pata_= marvell,pata_sis,pata_netcell,pata_sc1200,pata_pdc202xx_old,pata_triflex,pata= _atiixp,pata_opti,pata_amd,pata_ali,pata_it8213,pata_pcmcia,pata_ns87415,pata= _ns87410,pata_serverworks,pata_platform,pata_artop,pata_it821x,pata_optidma,p= ata_hpt3x2n,pata_hpt3x3,pata_hpt37x,pata_hpt366,pata_cmd64x,pata_efar,pata_rz= 1000,pata_sil680,pata_radisys,pata_pdc2027x,pata_mpiix But nevertheless there is no neither /dev/sr0, nor links to cdrom, dvd... The same kernel (with CONFIG_BLK_DEV_SR =3D Y) works perfectly on my laptop with internal SCSI cdrom. All links and sr0 exist there. But that's no help for me... -- Regards, Alex