show_pci help

hi, I’m newbie of forum ed qnx4
I need help in show_pci -v, when I did command to many information go
up in screen and very fast… can’t read anythig, existe a command
for save it in a file.

regards.

Easy:

show_pci -v >out.txt


Bert Menkveld
P. Eng.
B&E Technologies
bert@betech.biz
Ph: 519-669-0950

“cisanet” <cisanet@libero-dot-it.no-spam.invalid> wrote in message
news:d7ksib$jk2$1@inn.qnx.com

hi, I’m newbie of forum ed qnx4
I need help in show_pci -v, when I did command to many information go
up in screen and very fast… can’t read anythig, existe a command
for save it in a file.

regards.

Bert Menkveld <bert@betech.biz> wrote:

Easy:

show_pci -v >out.txt

You can also send it to the “less” program, which shows it one page at
a time:

show_pci -v | less

Press Space to go to the next page, Ctrl-B to go back one page, and
Q to quit.


Steve Reid stever@qnx.com
Technical Editor
QNX Software Systems

Ok… go fine.
I did whit “vedit” in menù “misc”

“capture command”…very nice.
and all my log show_pci is in a file…

tanks to all.

tanks at all…
…I have other little problem…now…
I can read on log the base addres IO of my Parallel card…
In according Dev.par -p 278 -N /dev/par2 in sysinit.node haven’t
result.
When I reboot, this line, stop bootup.
The base addres can I read on show_pci is followed:

Base Address = IO@9000h length 8 bytes IO@9400h length 8 bytes
IO@9800h length 8 bytes IO@9c00h length 8 bytes IO@a000h length 8
bytes IO@a400h length 16 bytes

how can i configure my parallel port for print?

regards.