Re: Re: Choppy video in Ogle 9.1
Ray Warren <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Dec 19, 2003 at 11:21:49AM -0500, Bruce wrote:
> The question is how do I figure out what to substitute for "/dev/ide.."
> in the above to turn dma on for my drive; I set out the possible
> variations I could think of in my earlier post, none of which were
> successful in getting rid of the choppy video.
>
You can use tree /dev/scsi to see which paths end in cd.
/dev/scsi/
|-- host0
| `-- bus0
| `-- target4
| `-- lun0
`-- host1
`-- bus0
|-- target0
| `-- lun0
| `-- cd
`-- target1
`-- lun0
`-- cd
or if you don't have tre you can drill down manually.On my system the
larger target numbers correspond to higher letters. hdc-> target0 hdd ->
target1 etc.
HTH
Ray Warren