Wi-Fi가 있는지 확인(Ubuntu 14.04)

Wi-Fi가 있는지 확인(Ubuntu 14.04)

내 마더보드에 Wi-Fi가 내장되어 있는지 잘 모르겠습니다. 에 Wi-Fi가 표시되지 않습니다 iwconfig. 그렇다면 실제로 Wi-Fi 하드웨어를 사용할 수 없다는 뜻인가요?

답변1

반드시 그런 것은 아닙니다. 하드웨어 정보를 보려면 다음 명령의 출력을 확인하세요.

lspci -v

답변2

lshw사용하는 명령입니다.

$ apt-cache search lshw  
lshw - information about hardware configuration  
lshw-gtk - graphical information about hardware configuration  

man lshw부분적으로는 다음과 같이 말합니다.

NAME
   lshw - list hardware

...  

DESCRIPTION
   lshw is a small tool to extract detailed information on the hardware configuration of the machine. It can report exact memory config‐
   uration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 or
   IA-64 systems and on some PowerPC machines (PowerMac G4 is known to work).

   It currently supports DMI (x86 and IA-64 only), OpenFirmware device tree (PowerPC only), PCI/AGP, CPUID (x86), IDE/ATA/ATAPI,  PCMCIA
   (only tested on x86), SCSI and USB.

관련 정보