Getting Subsystem ID/Vendor

Hey Guys ...

How I can look up Subsystem ID of the WIFI card under Ubuntu...

I did try lspci but its outputting only Vendor and Dev no subsys ...

I need same data as below ( Windows )

PCI\VEN_168C&DEV_001C&SUBSYS_04281468&REV_01\4&1BF192B7&0&0020

thank you
happy new year !

do you have Sysinfo installed? if not, install it using Synaptic Package Manager or

sudo apt-get install sysinfo

in the Sysinfo window, click Hardware in the left panel and select Network from the drop down box

Hello
try this

lshal | less

One of my entry is like this

udi = '/org/freedesktop/Hal/devices/pci_8086_2a00'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'Mobile PM965/GM965/GL960 Memory Controller Hub'  (string)
  info.subsystem = 'pci'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_2a00'  (string)
  info.vendor = 'Intel Corporation'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'pci'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:00.0'  (string)
  pci.device_class = 6  (0x6)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:00.0'  (string)
  pci.product = 'Mobile PM965/GM965/GL960 Memory Controller Hub'  (string)
  pci.product_id = 10752  (0x2a00)  (int)
  pci.subsys_product_id = 497  (0x1f1)  (int)
  pci.subsys_vendor = 'Dell'  (string)
  pci.subsys_vendor_id = 4136  (0x1028)  (int)
  pci.vendor = 'Intel Corporation'  (string)
  pci.vendor_id = 32902  (0x8086)  (int)

Happy New year,
cheers.
Regards.