View Single Post

  #2 (permalink)  
Old 12-26-2006, 11:09 AM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Please update your pci.ids file. You can download latest file using wget command:
Code:
cd /tmp
wget http://pciids.sourceforge.net/pci.ids
Make backup of existing file
Code:
cp /usr/share/pci.ids /root/
Copy updated file
Code:
/bin/cp /tmp/pci.ids /usr/share/pci.ids
Now run lspci again and you should see your card listing
Code:
lspci
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote