View previous topic :: View next topic |
Author |
Message |
doubleoseven Tux's lil' helper
Joined: 13 Feb 2005 Posts: 78 Location: Lenzburg, Switzerland
|
Posted: Mon May 16, 2005 3:42 pm Post subject: slowly burning runs me crazy |
|
|
when I burn something with nautilus i can only choose between 1x-8x burning but I have a 52x burner, how can I choose a faster "burning-speed", for example 48x? like this it takes years to burn a cd
thanks doubleoseven _________________ Move Your Body, Now STOP! Move Your Mind. |
|
Back to top |
|
|
taurus l33t
Joined: 21 Sep 2004 Posts: 657 Location: I need to be somewhere...
|
Posted: Mon May 16, 2005 3:52 pm Post subject: |
|
|
How fast can you burn also depends on the media too. If you have a 8X CD-R, then you can only burn it at 8X... Have you tried k3b to see if you can get a faster speed? |
|
Back to top |
|
|
doubleoseven Tux's lil' helper
Joined: 13 Feb 2005 Posts: 78 Location: Lenzburg, Switzerland
|
Posted: Mon May 16, 2005 4:00 pm Post subject: |
|
|
of course i have 52x CD-Rs (I'm not that stupid ) , I'm just compiling k3b, I'll post the result.
doubleoseven _________________ Move Your Body, Now STOP! Move Your Mind. |
|
Back to top |
|
|
IvanYosifov l33t
Joined: 15 Oct 2004 Posts: 778 Location: Bulgaria
|
Posted: Mon May 16, 2005 7:19 pm Post subject: |
|
|
Have you enabled DMA on the burner ? |
|
Back to top |
|
|
doubleoseven Tux's lil' helper
Joined: 13 Feb 2005 Posts: 78 Location: Lenzburg, Switzerland
|
Posted: Tue May 17, 2005 8:03 pm Post subject: |
|
|
IvanYosifov wrote : Quote: |
Have you enabled DMA on the burner ? |
how can i do that? sorry i'm not at gentoo.
doubleoseven _________________ Move Your Body, Now STOP! Move Your Mind. |
|
Back to top |
|
|
IvanYosifov l33t
Joined: 15 Oct 2004 Posts: 778 Location: Bulgaria
|
Posted: Tue May 17, 2005 8:09 pm Post subject: |
|
|
Using hdparm. Assuming /dev/hda is the burner you can do:
Code: |
home ~ # hdparm -i /dev/hda
/dev/hda:
Model=HL-DT-ST GCE-8526B, FwRev=1.02, SerialNo=
Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
BuffType=unknown, BuffSize=0kB, MaxMultSect=0
(maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
IORDY=yes, tPIO={min:227,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 *udma2
AdvancedPM=no
Drive conforms to: ATA/ATAPI-6 T13 1410D revision 3a:
* signifies the current active mode
home ~ # hdparm -d /dev/hda
/dev/hda:
using_dma = 1 (on)
home ~ # hdparm -d 1 /dev/hda
/dev/hda:
setting using_dma to 1 (on)
using_dma = 1 (on)
home ~ #
|
|
|
Back to top |
|
|
doubleoseven Tux's lil' helper
Joined: 13 Feb 2005 Posts: 78 Location: Lenzburg, Switzerland
|
Posted: Sun May 22, 2005 4:24 pm Post subject: |
|
|
I did what IvanYosifov said, but it didn't change anything, I dont think that its a driver problem i took a picture of my problem
http://www.spymac.com/gallery/show_photo.php?picid=407882
I hope that this will help
here by the way what it gave out when I tried what IvanYosifov said: Code: | root@rocky /home/christian % hdparm -i /dev/hdc <18:06>
/dev/hdc:
Model=LITE-ON LTR-52246S, FwRev=6S0D, SerialNo=
Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
BuffType=unknown, BuffSize=0kB, MaxMultSect=0
(maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
IORDY=yes, tPIO={min:227,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 *udma2
AdvancedPM=no
Drive conforms to: device does not report version:
* signifies the current active mode
root@rocky /home/christian % hdparm -d /dev/hdc <18:07>
/dev/hdc:
using_dma = 1 (on)
root@rocky /home/christian % hdparm -d l /dev/hdc <18:07>
l: No such file or directory
root@rocky /home/christian % hdparm -d 1 /dev/hdc <18:07>
/dev/hdc:
setting using_dma to 1 (on)
using_dma = 1 (on)
root@rocky /home/christian % <18:08>
|
_________________ Move Your Body, Now STOP! Move Your Mind. |
|
Back to top |
|
|
IvanYosifov l33t
Joined: 15 Oct 2004 Posts: 778 Location: Bulgaria
|
Posted: Sun May 22, 2005 4:53 pm Post subject: |
|
|
Oh... so you can't select a higher speed... Three things come to mind:
1) Use 'Highest Possible' and see what speed is actually achieved.
2) Try k3b.
3) Report to bugs.gentoo.org that your burner you can't select a higher speed and you know it is supported. Maybe your burner is wrongly identified or something... |
|
Back to top |
|
|
doubleoseven Tux's lil' helper
Joined: 13 Feb 2005 Posts: 78 Location: Lenzburg, Switzerland
|
Posted: Sun May 22, 2005 7:22 pm Post subject: |
|
|
with k3b it works fullspeed (52x) ok from know on I'll burn with k3b, but i still want to find out whats wrong with the other burning-app
doubleoseven _________________ Move Your Body, Now STOP! Move Your Mind. |
|
Back to top |
|
|
IvanYosifov l33t
Joined: 15 Oct 2004 Posts: 778 Location: Bulgaria
|
Posted: Sun May 22, 2005 7:35 pm Post subject: |
|
|
nautilus-cd-burner and k3b are quite different. If you feel like helping solve the problem - report it to bugs.gentoo.org .Maybe HAL is incorectly identifying the media you use. K3b does not use HAL and can not have any HAL problems. |
|
Back to top |
|
|
|