Gentoo Archives: gentoo-user

From: Rumen Yotov <rumen_yotov@×××.bg>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] setting "using_dma" on a BenQ DVD/RW drive
Date: Mon, 08 Aug 2005 17:59:46
Message-Id: 42F79BE8.9060109@dir.bg
In Reply to: Re: [gentoo-user] setting "using_dma" on a BenQ DVD/RW drive by Joseph
1 Joseph wrote:
2
3 >On Mon, 2005-08-08 at 10:03 -0600, Joseph wrote:
4 >
5 >
6 >>I have a BenQ DW1620 DVD/RW drive but DMA is not set, even though it
7 >>support it. When I try to set it using: using_dma -d 1
8 >>It will not let me.
9 >>
10 >>Was the limit set by the manufacture?
11 >>
12 >>--
13 >>#Joseph
14 >>
15 >>
16 >
17 >I think the issue might be the driver for BenQ writer units.
18 >Does anybody know what driver should be used with BenQ, if it is
19 >available at all?
20 >
21 >
22 >
23 Hi,
24 First thing to do is to make sure you have support for your mobos'
25 chipset into kernel-config.
26 Then emerge/install hdparm and have a customized '/etc/conf.s/hdparm' file.
27 Ex.(mine):
28 hda_args="-d1 -A1 -m16 -u1 -a64" // this is for my hard disk
29 all_args="-d1" // this is for all other
30 disks - DVD-R and DVD-RW
31 Think i took this mainly from install-guide.2005.0. Don't forget to
32 start "/etc/init.d/hdparm start" as root and if everything is OK,
33 "rc-update add hdparm default" to always have this at boot time.
34 Test with "hdparm -Tt /dev/hdX" X is a,b,c,d (for an IDE-disk) check
35 again "man hdparm" for the options ;)
36 HTH. Rumen

Attachments

File name MIME type
smime.p7s application/x-pkcs7-signature

Replies

Subject Author
Re: [gentoo-user] setting "using_dma" on a BenQ DVD/RW drive Joseph <syscon@×××××××××.com>
Re: [gentoo-user] setting "using_dma" on a BenQ DVD/RW drive Roy Wright <royw@×××××.com>