Gentoo Archives: gentoo-user

From: Alexey Mishustin <shumkar@×××××××.ru>
To: gentoo-user@l.g.o
Subject: [gentoo-user] no cdrom (IDE)
Date: Sat, 25 Jun 2011 23:04:54
Message-Id: ANN9hSBQ.1309041136.6869890.shumkar@shumkar.ru
1 Hi.
2
3 After updating udev the links /dev/cdrom, /dev/dvd etc disappeared. There
4 are four /dev/sgX but there is no /dev/srX at all. No hdX, all sdX are
5 hard drives. So, I can't mount any cd or dvd.
6
7 My drive is IDE (Pioneer).
8
9 # dmesg | grep sg
10 msgmni has been set to 1759
11 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
12 sd 0:0:0:0: Attached scsi generic sg0 type 0
13 sd 0:0:1:0: Attached scsi generic sg1 type 0
14 sd 2:0:0:0: Attached scsi generic sg2 type 0
15 sd 3:0:0:0: Attached scsi generic sg3 type 0
16 #
17
18 # dmesg | grep sr
19 #
20
21 This is the result of grep ATA /usr/src/linux/.config :
22
23 CONFIG_RELOCATABLE=y
24 # CONFIG_ATALK is not set
25 CONFIG_ATA_OVER_ETH=y
26 CONFIG_SCSI_SAS_ATA=y
27 CONFIG_SCSI_EATA=m
28 CONFIG_SCSI_EATA_TAGGED_QUEUE=y
29 CONFIG_SCSI_EATA_LINKED_COMMANDS=y
30 CONFIG_SCSI_EATA_MAX_TAGS=16
31 CONFIG_ATA=m
32 # CONFIG_ATA_NONSTANDARD is not set
33 CONFIG_ATA_VERBOSE_ERROR=y
34 CONFIG_ATA_ACPI=y
35 CONFIG_SATA_PMP=y
36 CONFIG_SATA_AHCI=m
37 # CONFIG_SATA_AHCI_PLATFORM is not set
38 CONFIG_SATA_INIC162X=m
39 # CONFIG_SATA_ACARD_AHCI is not set
40 CONFIG_SATA_SIL24=m
41 CONFIG_ATA_SFF=y
42 CONFIG_SATA_QSTOR=m
43 CONFIG_SATA_SX4=m
44 CONFIG_ATA_BMDMA=y
45 # SATA SFF controllers with BMDMA
46 CONFIG_ATA_PIIX=m
47 CONFIG_SATA_MV=m
48 CONFIG_SATA_NV=m
49 CONFIG_SATA_PROMISE=m
50 CONFIG_SATA_SIL=m
51 CONFIG_SATA_SIS=m
52 CONFIG_SATA_SVW=m
53 CONFIG_SATA_ULI=m
54 CONFIG_SATA_VIA=m
55 CONFIG_SATA_VITESSE=m
56 # PATA SFF controllers with BMDMA
57 CONFIG_PATA_ALI=m
58 CONFIG_PATA_AMD=m
59 CONFIG_PATA_ARTOP=m
60 CONFIG_PATA_ATIIXP=m
61 CONFIG_PATA_ATP867X=m
62 CONFIG_PATA_CMD64X=m
63 CONFIG_PATA_CS5520=m
64 CONFIG_PATA_CS5530=m
65 # CONFIG_PATA_CS5535 is not set
66 CONFIG_PATA_CS5536=m
67 # CONFIG_PATA_CYPRESS is not set
68 CONFIG_PATA_EFAR=m
69 CONFIG_PATA_HPT366=m
70 CONFIG_PATA_HPT37X=m
71 CONFIG_PATA_HPT3X2N=m
72 CONFIG_PATA_HPT3X3=m
73 # CONFIG_PATA_HPT3X3_DMA is not set
74 CONFIG_PATA_IT8213=m
75 CONFIG_PATA_IT821X=m
76 CONFIG_PATA_JMICRON=m
77 CONFIG_PATA_MARVELL=m
78 CONFIG_PATA_NETCELL=m
79 # CONFIG_PATA_NINJA32 is not set
80 CONFIG_PATA_NS87415=m
81 # CONFIG_PATA_OLDPIIX is not set
82 CONFIG_PATA_OPTIDMA=m
83 CONFIG_PATA_PDC2027X=m
84 CONFIG_PATA_PDC_OLD=m
85 CONFIG_PATA_RADISYS=m
86 CONFIG_PATA_RDC=m
87 CONFIG_PATA_SC1200=m
88 CONFIG_PATA_SCH=m
89 CONFIG_PATA_SERVERWORKS=m
90 CONFIG_PATA_SIL680=m
91 CONFIG_PATA_SIS=m
92 # CONFIG_PATA_TOSHIBA is not set
93 CONFIG_PATA_TRIFLEX=m
94 CONFIG_PATA_VIA=m
95 CONFIG_PATA_WINBOND=m
96 CONFIG_PATA_CMD640_PCI=m
97 CONFIG_PATA_MPIIX=m
98 CONFIG_PATA_NS87410=m
99 CONFIG_PATA_OPTI=m
100 CONFIG_PATA_PCMCIA=m
101 CONFIG_PATA_PLATFORM=m
102 CONFIG_PATA_RZ1000=m
103 CONFIG_PATA_ACPI=m
104 CONFIG_ATA_GENERIC=m
105 # CONFIG_PATA_LEGACY is not set
106 CONFIG_USB_STORAGE_DATAFAB=m
107 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
108 # CONFIG_ATARI_PARTITION is not set
109 CONFIG_DEBUG_RODATA=y
110 # CONFIG_DEBUG_RODATA_TEST is not set
111
112 Please help, what could be wrong here?
113
114 --
115 Regards,
116 Alex

Replies

Subject Author
[gentoo-user] Re: no cdrom (IDE) walt <w41ter@×××××.com>
[gentoo-user] Re: no cdrom (IDE) walt <w41ter@×××××.com>