Announcement

Collapse
No announcement yet.

hdparm problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    hdparm problem

    Every time I run k3b i get message saying dma is turned off on /dev/hda.
    here is my hdparm.conf file:
    /dev/cdrom {
    using_dma = on
    interrupt_unmask = on
    io32_support = 1
    transfer_mode = 66
    }

    /dev/hda {
    using_dma = on
    interrupt_unmask = on
    io32_support = 1
    transfer_mode = 66
    }

    /dev/hdb {
    using_dma = on
    interrupt_unmask = on
    io32_support = 1
    transfer_mode = 66
    }
    any reason why dma is off?
    charlie
    I tried Enlightenment once, it was pretty cool.

    #2
    Re: hdparm problem

    add this on the bottom

    command_line {
    hdparm -c3 -m16 /dev/hda
    }

    Comment

    Working...
    X