linux 랜카드(wifi) 모델 확인하기(lshw -C network) 기본적으로 리눅스에서 네트워크 모델 확인 하는 방법은 lspci 를 이용한다. # lspci 하면 위와 같이 나온다. # lspci | grep Ethernet 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05) 하면 네트워크가 1개 밖에 안나오는데 # ifconfig enp0s20f0: flags=4099 mtu 1500 ether 00:e0: txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame ..