Gentoo Archives: gentoo-user

From: Christoph Gysin <cgysin@×××.ch>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Dumb `lspci -F` question...
Date: Fri, 28 Oct 2005 09:34:38
Message-Id: 4361EF8A.1060301@gmx.ch
In Reply to: [gentoo-user] Dumb `lspci -F` question... by Stroller
1 Stroller wrote:
2 > Can anyone explain to me how to use this, please? Try as I might I don't
3 > seem to be getting it right.
4
5 Seems to be a bug in lspci. It works here like it should.
6
7 > I have tried this on a couple of machines. The output produced by `lspci
8 > -x` _looks_ reasonable - I've attached foo.txt.
9
10 The difference to my output is the leading zeros.
11
12 > 0000:00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
13 ^^^^^
14 The following will work:
15
16 $ lspci -x | sed 's/^0000://' > foo.txt
17 $ lspci -F foo.txt
18
19 Nonetheless this seems like a bug and should be fixed. Could you file a bug and
20 reference it here?
21
22 Christoph
23 --
24 echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" org@fr33z3
25 --
26 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Dumb `lspci -F` question... Christoph Gysin <cgysin@×××.ch>