Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Brandsnelheid K3b is erg laag  (gelezen 1523 keer)

Offline ronney

  • Lid
Brandsnelheid K3b is erg laag
« Gepost op: 2007/11/24, 19:03:17 »
Hallo,

Ik heb een probleem met K3b, de brandsnelheid is erg laag. Komt niet hoger dan 0.80 of 1.00
Wat kan ik hier aan doen?

Brandsnelheid K3b is erg laag
« Reactie #1 Gepost op: 2007/11/24, 19:36:14 »
Dit is ofwel je hardware, ofwel een instelling, je kan dit instellen. (als je een cd kopieert staat het naast "lege cd-r schijf")

- SeySayux
I use a Unix-based system, that means I'll get laid as often as I have to reboot.
LibSylph
SeySayux.net

Offline ronney

  • Lid
Brandsnelheid K3b is erg laag
« Reactie #2 Gepost op: 2007/11/25, 00:24:53 »
Het ligt niet aan de hardware. In Pardus brandt hij wel op normale snelheid.  De snelheid staat gewoon op auto. Zelfs als ik hem op 4x zet, ja...het is al een oudere brander, gaat hij niet verder dan 1.00.
Misschien zit het wel in hdparm.conf. Had ergens gelezen over DMA enzo...maar daar kom ik geen wijs uit.
Misschien dat iemand er wijs uit kan worden wat ik evt. anders moet instellen:

## This is the default configuration for hdparm for Debian.  It is a
## rather simple script, so please follow the following guidelines :)
## Any line that begins with a comment is ignored - add as many as you
## like.  Note that an in-line comment is not supported.  If a line
## consists of whitespace only (tabs, spaces, carriage return), it will be
## ignored, so you can space control fields as you like.  ANYTHING ELSE
## IS PARSED!!  This means that lines with stray characters or lines that
## use non # comment characters will be interpreted by the initscript.  
## This has probably minor, but potentially serious, side effects for your
## hard drives, so please follow the guidelines.  Patches to improve
## flexibilty welcome.  Please read /usr/share/doc/hdparm/README.Debian for
## notes about known issues, especially if you have an MD array.
##
## Note that if the init script causes boot problems, you can pass 'nohdparm'
## on the kernel command line, and the script will not be run.
##
## Uncommenting the options below will cause them to be added to the DEFAULT
## string which is prepended to options listed in the blocks below.
##
## If an option is listed twice, the second instance replaces the first.
##
## /sbin/hdparm is not run unless a block of the form:
##      DEV {
##         option
##         option
##         ...
##      }
## exists.  This blocks will cause /sbin/hdparm OPTIONS DEV to be run.
## Where OPTIONS is the concatenation of all options previously defined
## outside of a block and all options defined with in the block.

# -q be quiet
quiet
# -a sector count for filesystem read-ahead
#read_ahead_sect = 12
# -A disable/enable the IDE drive's read-lookahead feature
#lookahead = on
# -b bus state
#bus = on
# -B apm setting
#apm = 255
# -c enable (E)IDE 32-bit I/O support - can be any of 0,1,3
#io32_support = 1
# -d disable/enable the "using_dma" flag for this drive
#dma = off
# -D enable/disable the on-drive defect management
#defect_mana = off
# -E cdrom speed
#cd_speed = 16
# -k disable/enable the "keep_settings_over_reset" flag for this drive
#keep_settings_over_reset = off
# -K disable/enable the drive's "keep_features_over_reset" flag
#keep_features_over_reset = on
# -m sector count for multiple sector I/O
#mult_sect_io = 32
# -P maximum sector count for the drive's internal prefetch mechanism
#prefetch_sect = 12
# -r read-only flag for device
#read_only = off
# -s Turn on/off power on in standby mode
#poweron_standby = off
# -S standby (spindown) timeout for the drive
#spindown_time = 24
# -u interrupt-unmask flag for the drive
#interrupt_unmask = on
# -W Disable/enable the IDE drive's write-caching feature
#write_cache = off
# -X IDE transfer mode for newer (E)IDE/ATA2 drives
#transfer_mode = 34
# -y force to immediately enter the standby mode
#standby
# -Y force to immediately enter the sleep mode
#sleep
# -Z Disable the power-saving function of certain Seagate drives
#disable_seagate
# -M Set the acoustic management properties of a drive
#acoustic_management
# -p Set the chipset PIO mode
# chipset_pio_mode
# --security-freeze Freeze the drive's security status
# security_freeze
# --security-unlock Unlock the drive's security
# security_unlock = PWD
# --security-set-pass Set security password
# security_pass = password
# --security-disable Disable drive locking
# security_disable
# --user-master Select password to use
# user-master = u
# --security-mode Set the security mode
# security_mode = h

# Root file systems.  Please see README.Debian for details
# ROOTFS = /dev/hda

## New note - you can use straight hdparm commands in this config file
## as well - the set up is ugly, but it keeps backwards compatibility
## Additionally, it should be noted that any blocks that begin with
## the keyword 'command_line' are not run until after the root filesystem
## is mounted.  This is done to avoid running blocks twice.  If you need
## to run hdparm to set parameters for your root disk, please use the
## standard format.

#Samples follow:
#First three are good for devfs systems, fourth one for systems that do
#not use devfs.  The fifth example uses straight hdparm command line
#syntax.  Any of the blocks that use command line syntax must begin with
#the keyword 'command_line', and no attempt is made to validate syntax.  
#It is provided for those more comfortable with hdparm syntax.

#/dev/discs/disc0/disc {
#   mult_sect_io = 16
#   write_cache = off
#   spindown_time = 240
#}

#/dev/discs/disc1/disc {
#   mult_sect_io = 32
#   spindown_time = 36
#   write_cache = off
#}

#/dev/cdroms/cdrom0 {
#   dma = on        
#   interrupt_unmask = on
#   io32_support = 0
#}

#/dev/hda {
#   mult_sect_io = 16
#   write_cache = off
#   dma = on
#}

#command_line {
#       hdparm -q -m16 -q -W0 -q -d1 /dev/hda
#}

Offline Johan van Dijk

  • Administrator
    • johanvandijk
Brandsnelheid K3b is erg laag
« Reactie #3 Gepost op: 2007/11/25, 01:05:55 »
Staat DMA wel aan op die brander?
sudo hdparm /dev/hda

Vul voor /dev/hda natuurlijk wel de goede aanduiding voor je brander in.

Brandsnelheid K3b is erg laag
« Reactie #4 Gepost op: 2007/11/25, 08:06:45 »
En de oplossing is, koop nen Apple... Heb al véél distros gebrand om te testen, en nog nooit eentje in de fout gegaan. Is maar zondagmorgen-grapje hoor, voor de Apple tegenstanders, om hun een beetje op dreef te brengen.  :D
Prettige zondag,
Freddy
Packard Bell desktop 1024MB : Ubuntu 11.04
Intel computer 512MB : Xubuntu 11.04
HP - paviljon 1024 MB : Bodhi Linux

Offline ronney

  • Lid
Brandsnelheid K3b is erg laag
« Reactie #5 Gepost op: 2007/11/25, 09:59:01 »
Citaat van: Johanvd
Staat DMA wel aan op die brander?
sudo hdparm /dev/hda

Vul voor /dev/hda natuurlijk wel de goede aanduiding voor je brander in.
Dit geeft het aan:

/dev/cdrom1:
 IO_support    =  0 (default 16-bit)
 readonly      =  0 (off)
 readahead     = 256 (on)
 HDIO_GETGEO failed: Inappropriate ioctl for device

Dus hoe kan ik zien of DMA aan staat?

Brandsnelheid K3b is erg laag
« Reactie #6 Gepost op: 2007/11/25, 11:18:33 »
Citaat van: Artfreddy
En de oplossing is, koop nen Apple... Heb al véél distros gebrand om te testen, en nog nooit eentje in de fout gegaan. Is maar zondagmorgen-grapje hoor, voor de Apple tegenstanders, om hun een beetje op dreef te brengen.  :D
Prettige zondag,
Freddy
Apple Rules! (heel compatibel met Linux, naar het schijnt, die laptops... :) )

- SeySayux
I use a Unix-based system, that means I'll get laid as often as I have to reboot.
LibSylph
SeySayux.net

Offline Johan van Dijk

  • Administrator
    • johanvandijk
Brandsnelheid K3b is erg laag
« Reactie #7 Gepost op: 2007/11/25, 13:27:33 »
Citaat van: ronney
Citaat van: Johanvd
Staat DMA wel aan op die brander?
sudo hdparm /dev/hda

Vul voor /dev/hda natuurlijk wel de goede aanduiding voor je brander in.
Dit geeft het aan:

/dev/cdrom1:
 IO_support    =  0 (default 16-bit)
 readonly      =  0 (off)
 readahead     = 256 (on)
 HDIO_GETGEO failed: Inappropriate ioctl for device

Dus hoe kan ik zien of DMA aan staat?
Je moet /dev/hda of /dev/hdX invoeren denk ik.
Bij mij krijg ik dit als resultaat:
/dev/hda:
 IO_support    =  1 (32-bit)
 unmaskirq     =  1 (on)
 using_dma     =  1 (on)
 keepsettings  =  0 (off)
 readonly      =  0 (off)
 readahead     = 256 (on)
 HDIO_GETGEO failed: Inappropriate ioctl for device
Die laatste foutmelding komt denk ik omdat er geen cd in de drive zit.

Brandsnelheid K3b is erg laag
« Reactie #8 Gepost op: 2007/11/25, 17:47:04 »
Citaat van: SeySayux
Citaat van: Artfreddy
En de oplossing is, koop nen Apple... Heb al véél distros gebrand om te testen, en nog nooit eentje in de fout gegaan. Is maar zondagmorgen-grapje hoor, voor de Apple tegenstanders, om hun een beetje op dreef te brengen.  :D
Prettige zondag,
Freddy
Apple Rules! (heel compatibel met Linux, naar het schijnt, die laptops... :) )

- SeySayux
Ja, dit word gezegd, en Apple is niet zo ERG verschillend met Linux.
Packard Bell desktop 1024MB : Ubuntu 11.04
Intel computer 512MB : Xubuntu 11.04
HP - paviljon 1024 MB : Bodhi Linux

Brandsnelheid K3b is erg laag
« Reactie #9 Gepost op: 2007/11/25, 18:19:44 »
Citaat van: Artfreddy
Apple is niet zo ERG verschillend met Linux.
poepoeh, en ie gelooft het zelf, hahaha... :D

1) Terminal trekt op nix
2) geen dpkg of apt-get
3) Systeembestanden staan helemáál niet waar je ze gewoon bent, zelfs een nieuwe gebruiker aanmaken is anders
4) Interface is veel te cool om linux te zijn
5) Alles werkt zo goed met elkaar samen en ziet er hetzelfde uit... Geen linux, dus, waar je qt en gtk hebt, kde en gnome, vi en emacs, ...
6) KDE installeren duurt eeuwen
7) Je hebt niet één tiende van de userland-tools en libraries op linux, zoals imagemagic, python, ... Alleen coreutils en binutils.
8) Apple is zoals het is, geen enkele mogelijkheid om het naar je hand te zetten, behalve de achtergrond het dock veranderen, maar dan moet je een hoop gaan prullen in je systeembestanden.
9) Stel je voor: Je moet gewoon dubbelklikken op een app om hem te starten! Het is zelfs zó erg dat je je apps niet kúnt starten via de terminal! Je móét de grafische interface gebruiken!
10) Je hele systeem is afgeschermt. Je ziet de kernel niet, /usr, /bin, /etc, ... niet, wat er feitelijk in de .app mappen zit niet, niks niet.
11) Je bestandssysteem is eenvoudig te begrijpen, gebruikt geen ingewikkelde acroniemen zoals /mnt en /opt, en is bovendien gelokaliseerd!
12) Je hebt slechts 1 Mac maar velen linux-distro's.
13) Zo closed-source als het maar kan zijn, niets kan je aanpassen (zie ook 8)
14) Je kan bijna niets doen met je linux-kennis.
15) ik kan nog wel wat bedenken, maar nu helaas niet :)

- SeySayux

Maar ik wil de discussie hier niet voortzetten, we gaan off-topic
I use a Unix-based system, that means I'll get laid as often as I have to reboot.
LibSylph
SeySayux.net

Offline ronney

  • Lid
Brandsnelheid K3b is erg laag
« Reactie #10 Gepost op: 2007/11/25, 18:57:45 »
Wat moet ik nou aanpassen in hdparm.conf? Kom er even geen wijs uit?

Offline ronney

  • Lid
Brandsnelheid K3b is erg laag
« Reactie #11 Gepost op: 2007/11/25, 21:39:39 »
Ik ben het even zat. Ik kom er niet uit met K3b. Heb Nero Linux 3 aangeschaft. Werkt prima.  Voor een gratis Distro en heel veel gratis software is 19.99 euro een koopje.  In ieder geval bedankt voor alle hulp!