On 2014-04-26 22:45 (GMT-0500) Ricardo Chung composed:
My dyslexic fingers misspelled it. s/lscpi/lspci/ (ls=list pci=pci-bus)
bash: s/lscpi/lspci/: No such file or directory
I think Felix wanted you to write:
/sbin/lspci -nn | grep VGA
or
su -c "lspci -nn | grep VGA
to display your system output
If you read the whole thread you shouldn't think that: lscpi | grep VGA # shell command + s/lscpi/lspci/ # fix misspelling = lspci | grep VGA # fixed shell command e.g. # lspci | grep VGA 01:00.0 VGA compatible controller: NVIDIA Corporation NV34GL [Quadro FX 500/600 PCI] (rev a1) # -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org