I'm configuring my pci nvidia 8400 gs card, and I was told to go to my hardware manager to find out what bus my card is on. Well, there isn't anything called a hardware manager that I could find. So what should I do to find out where my card is?|||Open a terminal and type:
ls /proc/bus/pci/$(lspci | grep VGA | cut -d ' ' -f1 | sed -e 's/:/\//')
No comments:
Post a Comment