Re: [newbie] cd burner problem

2004-04-14 Thread Pete Doak
On Tue, 2004-04-13 at 09:39, Stephen Kuhn wrote:
 On Wed, 2004-04-14 at 00:35, Pete Doak wrote:
  Hi:
  
  My CD Burner seems to have a problem burning CD's under linux. It's a
  24x10x40x CD Burner, but under linux it only burns at 1x speed. The spec
  on the cd burner says
  
  Vendor_info: 'LITE-ON '
  Identifikation : 'LTR-24102B  '
  Revision   : '5S07'
  Device seems to be: Generic mmc CD-RW.
  
  Under windows it doesn't seem to have any problem burning at speeds up
  to at least 12x. 
  
  Anyone have any similar problems or suggestions?
  
  Thanks
  Pete
 
 1.) What program ya burning with?
 2.) Did you setup the preferences correctly?
 3.) What are the contents of your /etc/lilo.conf?
 4.) what are the contents of your /etc/fstab
 
 Those, Grasshopper, will help to resolve the issues you have and bring
 the truth to light for all to see! (g)
 
 stephen kuhn - owner
 ==
 illawarra computer services
 a kuhn media australia company
 http://kma.0catch.com
 --
   * This message was composed on a 100% Microsoft free computer *
   We expressly refuse to utilise Microsoft DRM encoded documents
 --
 A man always remembers his first love with special tenderness, but after
 that begins to bunch them. -- Mencken
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 

Hi Stephen:

Let me see if I can answer your questions in order.

I've tried burning with K3B, and when I had a problem there I went to
the console and tried using cdrecord. As near as I can tell, K3B was set
up and configured correctly. The syntax from the cdrecord command is as
follows:

cdrecord -v -dev 0,0,0 /home/techie/Xandros Desktop 2.iso

the contents of 'lilo.conf' are as follows:

boot=/dev/hda
install=/boot/cboot.b
message=/boot/splash.lilo
timeout=300
map=/boot/map
prompt
fix-table
lba32
read-only
disk=/dev/hda bios=0x80
disk=/dev/hdb bios=0x80
image=/vmlinuz
label=[]s_Desktop_2.0
vga=0xf04
root=/dev/hda2
initrd=/boot/initrd-2.4.22-x1.gz
append=rw acpi=on 
image=/vmlinuz
label=Safe_Video_Mode
vga=0xf04
root=/dev/hda2
initrd=/boot/initrd-2.4.22-x1.gz
append=3 rw acpi=on 
image=/vmlinuz
label={}ure_(Expert)
vga=normal
root=/dev/hda2
initrd=/boot/initrd-2.4.22-x1.gz
append=single rw acpi=on 
other=/dev/hda1
label=W®_2000
other=/dev/hdb1
label=W®_2000_2
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80

The contents of 'fstab' are as follows:

# /etc/fstab -- static file system information
# auto generation: on
# generated by: /sbin/etcdev2fstab
#
# NOTE: to make this file readable, it has been formatted for 132
columns
#
#device  mountpoint  fstype 
options   dbg pass
/dev/ide/host0/bus0/target0/lun0/part2  / ext2 
defaults0 1
/dev/ide/host0/bus0/target0/lun0/part1  /disks/C  ntfs 
ro,nosuid,nodev,noexec,nouser,async,umask=0 0 0
/dev/ide/host0/bus0/target1/lun0/part1  /disks/D  ntfs 
ro,nosuid,nodev,noexec,nouser,async,umask=0 0 0
/dev/ide/host0/bus0/target0/lun0/part5  /home ext2 
defaults0 2
/dev/cdroms/cdrom0  /mnt/cdrom0   iso9660  
ro,nosuid,nodev,exec,user,noauto,async,unhide   0 0
/dev/fd0/mnt/fd0  auto 
rw,nosuid,nodev,exec,nouser,noauto,async0 0
proc/proc proc 
rw  0 0
usbdevfs/proc/bus/usb usbdevfs 
rw,devmode=0666 0 0
/dev/ide/host0/bus0/target0/lun0/part3  none  swap 
sw  0 0
/dev/scsi/host1/bus0/target0/lun0/part1 zip1  auto 
rw,suid,nodev,exec,nouser,noauto,async  0 0
/dev/scsi/host1/bus0/target0/lun1/part1 zip2  auto 
rw,suid,nodev,exec,nouser,noauto,async  0 0
/dev/scsi/host1/bus0/target0/lun2/part1 zip3  auto 
rw,suid,nodev,exec,nouser,noauto,async  0 0


I think that's about got it. I can't see anything that would cause the
problem, but maybe you can.

Thanks for the help.

Pete




Want to buy your Pack or Services from MandrakeSoft? 
Go 

[newbie] cd burner problem

2004-04-13 Thread Pete Doak
Hi:

My CD Burner seems to have a problem burning CD's under linux. It's a
24x10x40x CD Burner, but under linux it only burns at 1x speed. The spec
on the cd burner says

Vendor_info: 'LITE-ON '
Identifikation : 'LTR-24102B  '
Revision   : '5S07'
Device seems to be: Generic mmc CD-RW.

Under windows it doesn't seem to have any problem burning at speeds up
to at least 12x. 

Anyone have any similar problems or suggestions?

Thanks
Pete




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] cd burner problem

2004-04-13 Thread Stephen Kuhn
On Wed, 2004-04-14 at 00:35, Pete Doak wrote:
 Hi:
 
 My CD Burner seems to have a problem burning CD's under linux. It's a
 24x10x40x CD Burner, but under linux it only burns at 1x speed. The spec
 on the cd burner says
 
 Vendor_info: 'LITE-ON '
 Identifikation : 'LTR-24102B  '
 Revision   : '5S07'
 Device seems to be: Generic mmc CD-RW.
 
 Under windows it doesn't seem to have any problem burning at speeds up
 to at least 12x. 
 
 Anyone have any similar problems or suggestions?
 
 Thanks
 Pete

1.) What program ya burning with?
2.) Did you setup the preferences correctly?
3.) What are the contents of your /etc/lilo.conf?
4.) what are the contents of your /etc/fstab

Those, Grasshopper, will help to resolve the issues you have and bring
the truth to light for all to see! (g)

stephen kuhn - owner
==
illawarra computer services
a kuhn media australia company
http://kma.0catch.com
--
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
--
A man always remembers his first love with special tenderness, but after
that begins to bunch them. -- Mencken



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com