Stroller wrote:
Can anyone explain to me how to use this, please? Try as I might I don't seem to be getting it right.

Seems to be a bug in lspci. It works here like it should.

I have tried this on a couple of machines. The output produced by `lspci -x` _looks_ reasonable - I've attached foo.txt.

The difference to my output is the leading zeros.

0000:00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host 
bridge (rev 03)
  ^^^^^
The following will work:

$ lspci -x | sed 's/^0000://' > foo.txt
$ lspci -F foo.txt

Nonetheless this seems like a bug and should be fixed. Could you file a bug and reference it here?

Christoph
--
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED]
--
[email protected] mailing list

Reply via email to