X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-it1-f180.google.com (mail-it1-f180.google.com [209.85.166.180]) by lists.alpinelinux.org (Postfix) with ESMTP id 5D031F856F9 for ; Mon, 14 Jan 2019 19:00:33 +0000 (UTC) Received: by mail-it1-f180.google.com with SMTP id w18so1129116ite.1 for ; Mon, 14 Jan 2019 11:00:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=M9mxT8/Ef7VQeUYFPFx1t/DX+Mnrlok09ZcqqwvfESE=; b=MeJLxA0NLhVW00XkaGTvhrcpwwdr57DcEfvV2EkYEBnTPK86xj0Izikz7j2h9otTQx jaNVXRBlJp8Zsxf6Bzprfn9AZ5PfpfTZ76XYBkkHR+TsNyKD9XhcKeL5z+VzQIRO/duj Ecsdqn6FfE6VCGTv6raVuTrHHwtUycDYIit6NY7VGIe2mIl9W70u4tK9X0YrA3/lwg60 fMhEpXr1VfiBmtIZK5oC7r02mwtUc4A7aTIgHgQp+SOHvxfn8bfQPSTrBz8PLPCP3I2p Y+Y0/De/SAF31q6hUtrCDtBtCAFeHkWcT1Boa62RwVMxpqQfWiLYaFaRdtlgllwuIsIP DYbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=M9mxT8/Ef7VQeUYFPFx1t/DX+Mnrlok09ZcqqwvfESE=; b=CtLoRKsnwSgsqdgcr12PYD4XOxq2k0oMU2hZIdUH7yGEvYAc8iSzL8sm8ve+cR/ugu nNmA0Vuv+p/JKeGdnRtYeJjS6beQ4Q22t23tKhWIaUzXFXTDTrfHAlKAw+02fbHSghjO J52usniQmSlkOVJn24K28/VXVmhkmivPkdRBGPvLdjdqUwPqXUPLgRk655AbZn7wLw/y N4i/HPGvbJlntzBh69/Gc2o1AQ/Wvafa00hjFqpgoboqzZrSeCPdUMeZV9duwkSTjgpG I/ZoCBaTDFhLd/7rye4W33FK8IenJQUHRN+lg1mk9n9lZZvQpI9rZa8/b4SD+C0XYiSJ 9gWA== X-Gm-Message-State: AJcUukeccriGap6VFfQbBjd+xeSH5t539XxOFXVVQQF0uYPp3Msj+Jei bW9UofYPWTLAd2pszIwjNS514iOqLRejHh7OSwGbRi/zK6w= X-Google-Smtp-Source: ALg8bN4gWbSHBG7qpM2fqZlrBiawkdXrV65qrDLvQ26FFYn62iymqmi35+oUt6HQRGOPdD1SW0uLEBf7VxRVSUpnR18= X-Received: by 2002:a02:1509:: with SMTP id j9mr19228536jad.5.1547492432594; Mon, 14 Jan 2019 11:00:32 -0800 (PST) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 From: PICCORO McKAY Lenz Date: Mon, 14 Jan 2019 15:00:19 -0400 Message-ID: Subject: [alpine-user] passwordless wifi, To: alpine-user@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000bccbfa057f6fa8ac" --000000000000bccbfa057f6fa8ac Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable El lun., 14 de ene. de 2019 a la(s) 14:35, Cosmo Borsky (me@cosmoborsky.com= ) escribi=C3=B3: > Hi Gert, > As for passwordless wifi, try setting `key_mgmt=3DNONE` in your wpa_supplicant network entry. hi, i already do that! does permit scan and there's no connect.. network manager at desktop said: "device its not ready" and at the console if there's no desktop install said "device its busy" detailed steps here, some important notes, i added group netdev due so also networkmananger can manage too using "manager=3Dtrue" in ifupdown, see and tell me what are the bad steps here? echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 apk add dhcpcd wireless-tools wpa_supplicant wireless-tools-doc wpa_supplicant-doc rc-update add wpa_supplicant rc-update add dhcpcd ip link set wlan0 up iwlist wlan0 scanning iwconfig wlan0 essid PASSLESSNET cat > /etc/network/intefaces << EOF auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wireless-essid PASSLESSNET EOF cat > /etc/wpa_supplicant/wpa_supplicant.conf << EOF ctrl_interface=3DDIR=3D/var/run/wpa_supplicant GROUP=3Ddialout network=3D{ ssid=3DPASSLESSNET key_mgmt=3DNONE } EOF rc-service wpa_supplicant start rc-service dhcpcd start cat > /etc/NetworkManager/NetworkManager.conf << EOF [main] plugins=3Difupdown,keyfile [ifupdown] managed=3Dtrue EOF Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com --000000000000bccbfa057f6fa8ac Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

El lun., 14 de ene. de 2019 a la(s) 14:35, Cosmo Borsk= y (me@cosmoborsky.com) escribi=C3= =B3:
=20 =20 =20 =20 > Hi Gert,
> As for passwordless wifi, try setting `key_mgmt= =3DNONE` in your wpa_supplicant network entry.
hi, i alre= ady do that! does permit scan and there's no connect..=C2=A0 network ma= nager at desktop said: "device its not ready" and at the console = if there's no desktop install said "device its busy"

<= /div>
detailed ste= ps here, some important notes, i added group netdev due so also networkmana= nger can manage too using "manager=3Dtrue" in ifupdown, see and t= ell me what are the bad steps here?

<=
code>echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

apk add dhcpcd wireless-tools wpa_supplicant wireless-tools-doc wpa_supplic=
ant-doc
rc-update add wpa_supplicant
rc-update add dhcpcd

ip link set wlan0 up
iwlist wlan0 scanning
iwconfig wlan0 essid PASSLESSNET

cat > /etc/network/intefaces << EOF
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wireless-essid PASSLESSNET
EOF

cat > /etc/wpa_supplicant/wpa_supplicant.conf << = EOF ctrl_interface=3DDIR=3D/var/run/wpa_supplicant GROUP=3Dd= ialout
network=3D{ ssid=3D
PASSLESSNET
key_mgmt=3DNONE
=C2=A0} EOF rc-service wpa_supplicant start
rc-service dhcpcd sta= rt

cat > /etc/NetworkManager/NetworkManager.conf << EOF
= [main]
plugins=3Difupdown,keyfile

[ifupdown]
managed=3Dtrue
EOF

Lenz McKAY Gerardo (PICCORO)
--000000000000bccbfa057f6fa8ac-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---