Jump to content

Installing CD-Burner


Jza
 Share

Recommended Posts

Hi I have an LG CD writter however I have multiple problems. Not only a CD-writter but also a CD-ROM make mandrake to crash... meaning a Kernel Panic. Just because it detected the device cause the KP.

 

I want to know how to accurately set it up, is there a problem with the fstab or is the device just wont run.

 

Finally when I set it up correctly, how can I set it up to burn. I run Gnome and I got some Burning software.

 

G-Combust

and CD-Toaster

 

Update.. the model is HL-DT-ST CD-RW GCE-8160B

Link to comment
Share on other sites

First make sure that your jumper on the back of the CD writer is set right (slave, master or cable select).

 

First try to boot into linux by hitting escape at the lilo screen and type

 

linux failsafe

 

If you can get in, go to a console (as root) and do this:

 

vi /etc/lilo.conf

 

(then type i to get into insert mode, then find the section that boots linux normally and in the line that says append="whatever" and add):

 

hdc=ide-scsi

 

(that's if your CD writer is /dev/hdc)

 

then hit Esc and then :wq and hit enter.

Then type

 

lilo -v

 

 

If that doesn't work and if you can get Mandrake to boot with the first installation CD, click F1 at the prompt and click 'Mount your partitions under /mnt' and then 'Go to Console'. Type in

 

chroot /mnt

 

then

vi /etc/lilo.conf

 

(type i to get into insert mode, then find the section that boots linux normally and in the line that says append="whatever" add):

 

hdc=ide-scsi

 

(that's if your CD writer is /dev/hdc)

 

then hit Esc and then :wq and hit enter.

Then type

 

lilo -v

 

Remove the CD and type

 

reboot

 

and hopefully your problem will be solved.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...