jfrancisco883
(usa Debian)
Enviado em 22/05/2016 - 11:25h
#rodando rfkill list all com wifi desligado
root@debian:/home/jfrancisco# rfkill list all
0: dell-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: dell-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: yes
root@debian:/home/jfrancisco#
root@debian:/home/jfrancisco# lspci -s $(lspci | grep Network | awk '{print $1}') -v
06:00.0 Network controller: Atheros Communications Inc. AR9565 Wireless Network Adapter (rev 01)
Subsystem: Dell Device 020c
Flags: bus master, fast devsel, latency 0, IRQ 3
Memory at f7d00000 (64-bit, non-prefetchable) [size=512K]
Expansion ROM at f7d80000 [disabled] [size=64K]
Capabilities: [40] Power Management version 2
Capabilities: [50] MSI: Enable- Count=1/4 Maskable+ 64bit+
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
#COMENTÁRIO
#Não consigo abrir o arquivo interface usando cat, somente com nano
root@debian:/home/jfrancisco# nano /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# This is an autoconfigured IPv6 interface
iface eth0 inet6 auto
#rodando rfkill list all com o botão do wifi ligado
root@debian:/home/jfrancisco# rfkill list all
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
root@debian:/home/jfrancisco#