It is related to : https://bugzilla.redhat.com/show_bug.cgi?id=528392
In fact, the fusioninventory module execs lspci -vv which shuts the
broadcom nic down.
a quick workaround for this is to ask for less details in the
fusioninventory-agent controller perl module :
-----------------------SNIP------------------------------------
--- Controllers.pm.orig 2012-04-05 14:33:05.168806256 +0200
+++ Controllers.pm 2012-04-05 14:32:26.432808179 +0200
@@ -120,7 +120,7 @@
my $type;
my $version;
- foreach(`lspci -vvv -nn`){
+ foreach(`lspci -v -nn`){
if (/^(\S+)\s+(\w+.*?):\s(.*)/) {
$pcislot = $1;
$name = $2;
-----------------------SNIP------------------------------------
A firmware update of the nics should fix this bug from my understanding
Best regards,
Aurélien
--
Aurelien Domain Name Registrar
\o/ Hosting For Geeks and more...
Gandi.net No Bullshit !
signature.asc
Description: OpenPGP digital signature

