Tagged Questions
2
votes
1answer
86 views
Is there a way to disable a particular PCI port?
I have a MB with 2 NICs on it. A switch burned up and took out one of them. There is no way to turn them off individually in the BIOS. Is there a way to turn off one of the ports? Can I unmap it, ...
1
vote
0answers
93 views
BT Voyager 1065 on Lubuntu 12.04 [closed]
I have just installed Lubuntu 12.04 on an old Inspiron 2650. The installer did not boot with the PCI Wi-Fi card nor does the installed system. They both boot fine without it. I have tried inserting ...
1
vote
1answer
295 views
Which table of pci codes shall I use?
I have downloaded from http://pciids.sourceforge.net/v2.2/pci.ids the last pci.id file and I updated my /usr/share/misc/pci.ids file with it.
OLD PCI.IDS FILE, March 2010: lspci -nn outputs:
00:00.0 ...
1
vote
0answers
131 views
how can I install this new pci card with sata ports? [closed]
I am trying to install this new PCI card:
http://www.nilox.es/scheda/nilox/PCI-1SATA.htm
But I do not know how to identify it when running the lspci command, it does not seem to be in the list. ...
1
vote
4answers
673 views
What PCI WiFi cards Work with 11.04?
I'm looking for a stable wifi card that will work with Ubuntu 11.04 64 bits without not too many steps to configure it correctly..just install and start up.
I found this list but there isn't any ...
3
votes
1answer
1k views
How can I read information set with setpci?
I'm using setpci to set the clockspeed of my Intel 945GME like so:
setpci -s 00:02.0 f0.b=00,60
setpci -s 00:02.0 f0.b=33,05
However I'm stuck on how to read the information back, I tried:
setpci ...