How to connect with wifi ?
#19
(05-16-2016, 02:12 PM)I followed your modification, but still cannot get online. It just shows rename4 - device not managed. Any idea I can fix this issue?Thanks jl_678 Wrote: I found a solution to this that works for me.  It requires a couple of file modifications.  Here you go.

/etc/network/interfaces.d - Add the following:

Code:
#rename4/wlan0
auto rename4
iface rename4 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface pine64 inet dhcp
/etc/wpa_supplicant - create the file (if it is not already there) and put in the following:

Code:
network={
       ssid="YourNetworkName"
       psk="YourNetworkKey"
       proto=RSN
       key_mgmt=WPA-PSK
       pairwise=CCMP
       group=CCMP
       auth_alg=OPEN
       priority=9
       id_str="pine64"
}

Then you need to restart the the rename4 interface or reboot.  To restart to the following.  (If you are missing ifconfig, you can get it with apt-get install net-tools):

Code:
sudo ifconfig rename4 down
sudo ifconfig rename4 up

This solution worked for me....
  Reply


Messages In This Thread
How to connect with wifi ? - by yirmidokuz - 04-27-2016, 02:06 AM
RE: How to connect with wifi ? - by baryluk - 04-27-2016, 02:41 PM
RE: How to connect with wifi ? - by yirmidokuz - 04-29-2016, 12:18 AM
RE: How to connect with wifi ? - by Bio - 04-29-2016, 12:00 PM
RE: How to connect with wifi ? - by yirmidokuz - 04-30-2016, 09:02 AM
RE: How to connect with wifi ? - by Webtest - 05-07-2016, 07:12 AM
RE: How to connect with wifi ? - by Webtest - 05-07-2016, 11:45 AM
RE: How to connect with wifi ? - by Webtest - 05-07-2016, 01:52 PM
RE: How to connect with wifi ? - by yirmidokuz - 05-11-2016, 12:47 AM
RE: How to connect with wifi ? - by yirmidokuz - 05-11-2016, 12:52 PM
RE: How to connect with wifi ? - by yirmidokuz - 05-13-2016, 12:00 PM
RE: How to connect with wifi ? - by jl_678 - 05-16-2016, 09:36 AM
RE: How to connect with wifi ? - by jl_678 - 05-16-2016, 12:09 PM
RE: How to connect with wifi ? - by jl_678 - 05-16-2016, 02:12 PM
RE: How to connect with wifi ? - by miffy_bf - 05-22-2016, 10:11 AM
RE: How to connect with wifi ? - by jl_678 - 05-22-2016, 01:49 PM
RE: How to connect with wifi ? - by miffy_bf - 05-22-2016, 08:49 PM
RE: How to connect with wifi ? - by jl_678 - 05-23-2016, 09:59 AM
RE: How to connect with wifi ? - by miffy_bf - 05-23-2016, 11:22 PM
RE: How to connect with wifi ? - by jl_678 - 05-24-2016, 07:20 AM
RE: How to connect with wifi ? - by JamesHarris - 05-25-2016, 05:55 PM
RE: How to connect with wifi ? - by miffy_bf - 05-25-2016, 11:20 PM
RE: How to connect with wifi ? - by miffy_bf - 05-26-2016, 04:44 AM
RE: How to connect with wifi ? - by jl_678 - 05-28-2016, 07:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Q4OS WiFi Dongle not working cheezmeister 3 4,800 04-07-2017, 08:01 AM
Last Post: iccoldbeer
  Wifi connect through terminal? cheezmeister 0 2,074 04-02-2017, 09:44 AM
Last Post: cheezmeister
  Bringing up wifi dongle m16bishop 2 4,285 07-04-2016, 03:24 PM
Last Post: m16bishop

Forum Jump:


Users browsing this thread: 1 Guest(s)