Determinando se eu tenho wifi (Ubuntu 14.04)

0

Não tenho certeza se minha placa-mãe tem Wi-Fi embutido. Não vejo indicação de wifi em iwconfig . Isso realmente significa que não há hardware Wi-Fi disponível?

    
por matt 02.06.2015 / 20:16

2 respostas

1

Não necessariamente. Verifique a saída do seguinte comando para visualizar informações de hardware:

lspci -v
    
por mchid 02.06.2015 / 20:55
1

lshw é o comando a ser usado.

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

man lshw diz, em parte:

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.
    
por waltinator 02.06.2015 / 20:59