View previous topic :: View next topic |
Author |
Message |
cst Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 24 Feb 2008 Posts: 203 Location: /proc
|
Posted: Mon Feb 25, 2008 3:12 pm Post subject: no cdrom after minimal install [solved] |
|
|
how to enable cdrom support? i have liteon cdrw on ide ata. i have enabled support for ide devices, but there is no /dev/hda (my hdd is sata) _________________ i7 3930K @ 4GHz
MSI X79A-GD45 (8D)
32GB 1600 MHz DDR3 Samsung
Samsung 840 PRO, 2xSamsung HD502HJ in RAID 1
MSI GTX 980Ti
latest gentoo-sources on x86_64 Fluxbox (amd64)
best render farm: www.GarageFarm.NET
Last edited by cst on Tue Feb 26, 2008 10:43 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mikegpitt Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/320581971410bd37710af6.jpg)
Joined: 22 May 2004 Posts: 3224
|
Posted: Mon Feb 25, 2008 4:22 pm Post subject: |
|
|
You likely don't have the support built into your kernel. Check your .config to see if you have CONFIG_BLK_DEV_IDECD enabled. I would recommend building it into the kernel if you don't have it (alternatively you can build as a module and load on boot).
Code: |
Device Drivers --->
<*> ATA/ATAPI/MFM/RLL support --->
<*> Include IDE/ATAPI CDROM support
|
This link may also help you:
HOWTO ATAPI CD Burning
http://gentoo-wiki.com/HOWTO_ATAPI_CD_Burning |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cst Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 24 Feb 2008 Posts: 203 Location: /proc
|
Posted: Tue Feb 26, 2008 10:42 am Post subject: |
|
|
I fallowed the howto and it works now, seems you have to have scsi cdrom enabled even if you only have ide cdrom. _________________ i7 3930K @ 4GHz
MSI X79A-GD45 (8D)
32GB 1600 MHz DDR3 Samsung
Samsung 840 PRO, 2xSamsung HD502HJ in RAID 1
MSI GTX 980Ti
latest gentoo-sources on x86_64 Fluxbox (amd64)
best render farm: www.GarageFarm.NET |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|