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.

関連情報