On Mon, Feb 03, 2014 at 07:38:33PM +0100, [email protected] wrote: > I made a typo in the first commando. Try this: > $ lspci | grep --p "VGA|3D" > > I wrote / instead of |, my bad.
1) i don't think grep has a --p, what do you think this does? 2) I don't think searching for the string "VGA|3D" is likely to find anything... perhaps in your specific case, but i doubt that is common
