lspci -vnn | grep 14e4 [SOLVED]

About writing shell scripts and making the most of your shell
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
leirbæk

lspci -vnn | grep 14e4 [SOLVED]

Post by leirbæk »

Code: Select all

lspci -vnn | grep 14e4


Do this command show the network card on any PC? Is the number 14e4 the same on any device or just on B43 cards?

If so, do the same apply on the rest of the numbers embedded in [ ] in the lspci-list?

Do I understand this at all? :)

Tnx
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: lspci -vnn | grep 14e4

Post by remoulder »

Ny way of answer, have a look at http://www.pcidatabase.com/
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
leirbæk

Re: lspci -vnn | grep 14e4 [SOLVED]

Post by leirbæk »

Ok, thanks.. I actually think I get it now!
Locked

Return to “Scripts & Bash”