Bug 694320

Summary: [RFE] please add a search option from the smolt commandline and gui for vendor_name, vendor_id and device_name, device_id
Product: [Fedora] Fedora Reporter: shrek-m <shrek-m>
Component: smoltAssignee: Will Woods <wwoods>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description shrek-m 2011-04-07 00:16:19 UTC
Description of problem:
please add a search option from the smolt commandline and gui for vendor_name, vendor_id and device_name, device_id.

before you buy a new device or you get the infos from `lspci` or `lsusb` it would be helpful to check if a new device is linux compatible and you can query the smolt database from the commandline or the smolt-gui and which driver is needed. the query should be possible from any linux-installation, no matter if the device is in or out the computer.

ie.
# smolt -q v_name intel
Vendor Id: 0x8086 Short Name: Intel

# smolt -q v_id 0x8086
Vendor Id: 0x8086 Short Name: Intel

# smolt -q d_name 0x100E
Vendor Id: 0x8086 Short Name: Intel
0x100E Chip Number: 82540EM
Chip Description: Gigabit Ethernet Controller
driver: e1000

# smolt -q d_id 82540EM
Vendor Id: 0x8086 Short Name: Intel
0x100E Chip Number: 82540EM
Chip Description: Gigabit Ethernet Controller
driver: e1000


Steps to Reproduce:
1. not tested yet
  

Expected results:
vendor_id and device_id similiar to pcidatabase.com
http://www.pcidatabase.com/vendor_details.php?id=1302

Vendor Id: 0x8086 Short Name: Intel

0x100E Chip Number: 82540EM
Chip Description: Gigabit Ethernet Controller


Additional info:
----
http://smolts.org/static/stats/by_class_NETWORK.html

82540EM, Gigabit Ethernet Controller, pci, e1000, Intel Corporation, Intel
Corporation, PRO/1000 MT Desktop Adapter, 2007-11-03 10:22:48, 1.1 %
----