identify wireless network card

hi

Howto identify wireless network card using Live CD?

Did you try lspci -v?

use this command:

nm-tool 2>/dev/null|sed -n '/Type:[ ]*802.11 WiFi/,/IPv4 Settings/{ /State:[ ]*connected/,/IPv4 Settings/{ s/^[ ]*//;/^\*.Infra/ { s/^*//;s/:.//;p }}}'

1 Like