Re: [gentoo-user] hdparm and ide-scsi

2003-10-30 Thread Spider
begin  quote
On Thu, 30 Oct 2003 11:34:16 +0100
Guy Van Sanden [EMAIL PROTECTED] wrote:

 I can't run hdparm on the ide versions of my ide-scsi devices anymore 
 hdparm /dev/hdc
 /dev/hdc: No such file or directory
 
 I want to check if dma is enabled on my DVD and CDRW devices.

Look in /proc/ide/ide1/hdc/settings for this value:
cat /proc/ide/ide1/hdc/settings | grep dma 
name value   minmax   mode
using_dma  1  0  1   rw





//Spider

-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] hdparm and ide-scsi

2003-10-30 Thread Guy Van Sanden
Thanks, that works, and DMA is on.
I do want to make some extra settings (irq-unmasking etc), any idea why
/dev/hdc does not exist?

Guy

On Thu, 2003-10-30 at 13:27, Spider wrote:
 begin  quote
 On Thu, 30 Oct 2003 11:34:16 +0100
 Guy Van Sanden [EMAIL PROTECTED] wrote:
 
  I can't run hdparm on the ide versions of my ide-scsi devices anymore 
  hdparm /dev/hdc
  /dev/hdc: No such file or directory
  
  I want to check if dma is enabled on my DVD and CDRW devices.
 
 Look in /proc/ide/ide1/hdc/settings for this value:
 cat /proc/ide/ide1/hdc/settings | grep dma 
 name value   minmax   mode
 using_dma  1  0  1   rw
 
 
 
 
 
 //Spider
-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] hdparm and ide-scsi

2003-10-30 Thread Spider
begin  quote
On Thu, 30 Oct 2003 13:35:43 +0100
Guy Van Sanden [EMAIL PROTECTED] wrote:

 Thanks, that works, and DMA is on.
 I do want to make some extra settings (irq-unmasking etc), any idea
 why /dev/hdc does not exist?


hdc doesn't exist because ide-scsi takes predecense and therefore you
cannot address the disk as an ide one. 


As for extra settings.. I haven't bothered looking really. Checking the
sectors count and transfer size might be an idea, but I'm not sure. Not
my field of expertiese.


//Spider

-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] hdparm and ide-scsi

2003-10-30 Thread Guy Van Sanden
That's strange, on mandrake it still exists, but only for settings with
hdparm, you cannot mount it anymore.

On Thu, 2003-10-30 at 13:45, Spider wrote:
 begin  quote
 On Thu, 30 Oct 2003 13:35:43 +0100
 Guy Van Sanden [EMAIL PROTECTED] wrote:
 
  Thanks, that works, and DMA is on.
  I do want to make some extra settings (irq-unmasking etc), any idea
  why /dev/hdc does not exist?
 
 
 hdc doesn't exist because ide-scsi takes predecense and therefore you
 cannot address the disk as an ide one. 
 
 
 As for extra settings.. I haven't bothered looking really. Checking the
 sectors count and transfer size might be an idea, but I'm not sure. Not
 my field of expertiese.
 
 
 //Spider
-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__


--
[EMAIL PROTECTED] mailing list