debian from ethernet to wifi

Jude DaShiell <[email protected]>
Newsgroups gmane.linux.redhat.blinux.general
Message-ID <[email protected]>
Script started on Mon 14 Sep 2015 08:44:24 PM EDT
jude@iceberg:~$ cat /etc/netwrwork/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
iface wlan2 inet dhcp
pre-up wpa_supplicant -iwlan2 -B -c /etc/wpa_supplicant/wpa_supplicant.conf
post-down killall -q wpa_supplicant
auto wlan2
jude@iceberg:~$ 
jude@iceberg:~$ sudo 0-H ifup wlan2
Successfully initialized wpa_supplicant
rfkill: WLAN soft blocked
Internet Systems Consortium DHCP Client 4.3.1
Copyright 2004-2014 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

RTNETLINK answers: Operation not possible due to RF-kill
Listening on LPF/wlan2/00:c0:ca:36:4b:d2
Sending on   LPF/wlan2/00:c0:ca:36:4b:d2
Sending on   Socket/fallback
DHCPDISCOVER on wlan2 to 255.255.255.255 port 67 interval 7
send_packet: Network is down
dhclient.c:1966: Failed to send 300 byte long packet over wlan2 interface.
receive_packet failed on wlan2: Network is down
DHCPDISCOVER on wlan2 to 255.255.255.255 port 67 interval 20
send_packet: Network is down
dhclient.c:1966: Failed to send 300 byte long packet over wlan2 interface.
DHCPDISCOVER on wlan2 to 255.255.255.255 port 67 interval 9
send_packet: Network is down
dhclient.c:1966: Failed to send 300 byte long packet over wlan2 interface.
DHCPDISCOVER on wlan2 to 255.255.255.255 port 67 interval 7
send_packet: Network is down
dhclient.c:1966: Failed to send 300 byte long packet over wlan2 interface.
DHCPDISCOVER on wlan2 to 255.255.255.255 port 67 interval 7
send_packet: Network is down
dhclient.c:1966: Failed to send 300 byte long packet over wlan2 interface.
DHCPDISCOVER on wlan2 to 255.255.255.255 port 67 interval 7
send_packet: Network is down
dhclient.c:1966: Failed to send 300 byte long packet over wlan2 interface.
DHCPDISCOVER on wlan2 to 255.255.255.255 port 67 interval 3
send_packet: Network is down
dhclient.c:1966: Failed to send 300 byte long packet over wlan2 interface.
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
RTNETLINK answers: Network is down
run-parts: /etc/network/if-up.d/avahi-autoipd exited with return code 2
Failed to bring up wlan2.
jude@iceberg:~$ 
jude@iceberg:~$ exit
exit

Script done on Mon 14 Sep 2015 08:46:52 PM EDT

Can this set  of errors be cleared?


--
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.