Filippo Giunchedi <[email protected]> wrote: Hi,
> Changing the kernel doesn't affect the result, straces attached. >From the strace: mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0xd0100004) = -1 EINVAL (Invalid argument) The address should be 0xd010000*0* here, as we see in the lspci output. That value is taken verbatim by pommed from libpci, so libpci is giving us a bogus value. Filippo confirms that pommed works fine with the libpci3 from Lenny. JB. -- Julien BLACHE - Debian & GNU/Linux Developer - <[email protected]> Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

