View previous topic :: View next topic |
Author |
Message |
sirlark Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Murray.gif)
Joined: 25 Oct 2004 Posts: 306 Location: Limerick, Ireland
|
Posted: Wed Feb 23, 2011 4:17 pm Post subject: [SOLVED] CD-ROM device not being create |
|
|
I have a 32-bit x86 laptop with separate IDE and SATA interfaces, see relevant "lspci -k" out below. As you can see the IDE interface is not being detected and no kernel driver is listed. The only thing on the IDE interface is my CD-RW drive, which does not detect. I do not have /dev/hd* or /dev/sr*.
Code: | 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
Subsystem: QUANTA Computer Inc Device 0753
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)
Subsystem: QUANTA Computer Inc Device 0753
Kernel driver in use: ahci
|
Device Drivers -> ATA/ATAPI/MFM/RLL is not set, and I have the SCSI CD-ROM, Disk, sotrage, and genereic drivers, in adition to the new SATA AHCI drivers. My sata hdd (/dev/sda) is working perfectly. I cannot for the life of me get my CD-ROM to detect. Any ideas? _________________ Adopt an unanswered post today
Last edited by sirlark on Thu Feb 24, 2011 10:21 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
chiefbag Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Wiggum.jpg)
Joined: 01 Oct 2010 Posts: 542 Location: The Kingdom
|
Posted: Wed Feb 23, 2011 5:08 pm Post subject: |
|
|
Do you have CONFIG_PATA_AMD set in your kernel? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mamac l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/79832502046fa149601d7a.jpg)
Joined: 29 Feb 2004 Posts: 890
|
Posted: Wed Feb 23, 2011 6:24 pm Post subject: |
|
|
Hi,
I think you need to put a cd in the drive in order to get the device created, did you do that before checking?
Also, did you enable "File systems ---> CD-ROM/DVD Filesystems --->" in your kernel? _________________ Powered by Gentoo Linux since 2003 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
idella4 Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_7_-_Sephiroth.gif)
Joined: 09 Jun 2006 Posts: 1600 Location: Australia, Perth
|
Posted: Wed Feb 23, 2011 6:50 pm Post subject: |
|
|
sirlark,
this should be easy. You simply don't have the right options checked in the kernel config.
This forum is full of posts that address the old libata vs pata drivers.
The easiest way to get them checked is this.
In the uppermost directory of your kernel source, enter make defconfig. Up to you if you wish to peruse the .config that it makes.. Might want to double check your file systems and processor type. Re-compile and re-post the result.
I will be most surprised if that doesn't capture all your basic hardware. If it loses something else, deal with that then. _________________ idella4@aus |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sirlark Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Murray.gif)
Joined: 25 Oct 2004 Posts: 306 Location: Limerick, Ireland
|
Posted: Thu Feb 24, 2011 10:21 am Post subject: |
|
|
chiefbag wrote: | Do you have CONFIG_PATA_AMD set in your kernel? |
That's the winner! Doh! I could have sworn I set that, but apparently not.
Thanks a lot. _________________ Adopt an unanswered post today |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|