Hello all!
So I got an SLI card from a friend that went overseas for a while, and It worked fine in M$ windows 7, but when I went to turn linux on for work, I got a horrendous
virbr0 starting userspace stp failed
then when I took the 2nd card out, went into the system and did the following:
chkconfig libvirtd off
I got another error about eth1 not being detected or some crap.
Now I am really interested - how does my SLI card have anything to do with internet and networking?
so I went into linux with my original card, installed the kmod drivers (I am in Fedora 11 64 bit) and then enabled SLI in the xorg.conf menu
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Videocard0"
Option "SLI" "On"
SubSection "Display"
Modes "nvidia-auto-select"
EndSubSection
EndSection
and still the system is complaining about virbr0.
Can anyone please assist me?
Did I do something wrong with installing the SLI?