View previous topic :: View next topic |
Author |
Message |
blursmurf n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Jan 2003 Posts: 45
|
Posted: Mon Jan 13, 2003 10:37 am Post subject: Help needed in installing Cd burner Drivers |
|
|
hi guys.... juz finished emerging my GNOME CD master..... but when i open up the prog... there isn't a single drive in there..... and when i tried to configure it...it pop up wif a menu which is greek to me.......
hope u reply soon ^_^
hoshi ***** |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cyfred Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 23 Aug 2002 Posts: 596
|
Posted: Mon Jan 13, 2003 1:25 pm Post subject: |
|
|
To burn CD's you need to have scsi emulation compiled into your kernel.
This is in the IDE Devices section in the advanced architecture tab. My advice is to use a module -- it is called ide-scsi and works wonders.
Also you will need to pass the option
hdc=ide-scsi
to your bootloader so that the device is correctly initialised, use the appropriate device in place of hdc
Then from a prompt issue
cdrecord -scanbus
You should get something like this
Code: | Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'LITE-ON ' 'LTR-40125S ' 'ZS0N' Removable CD-ROM
0,1,0 1) 'E-IDE ' 'DVD-ROM DVD-8210' '221L' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
|
If you dont then something is still wrong (try running cdrecord again). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pjp Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/1154772887439692d88303b.jpg)
Joined: 16 Apr 2002 Posts: 20588
|
Posted: Mon Jan 13, 2003 4:46 pm Post subject: |
|
|
Moved from Other Things Gentoo. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
blursmurf n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Jan 2003 Posts: 45
|
Posted: Sun Jan 19, 2003 9:51 am Post subject: |
|
|
it seems that i can't run cdrecord -scanbus.....
*error*
hoshi / # cdrecord -scanbus
Cdrecord 1.11a33 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
*end* |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|