The officially official Devuan Forum!

You are not logged in.

#1 2019-11-20 21:38:44

walterbyrd
Member
Registered: 2018-07-30
Posts: 41  

Cannot login to wireless network

Trying to install ASCII 2.1 amd-64.

I first tried to install with the graphical installer. I did not have an ethernet cable attached, and I could not get past the network sign-in. It saw my network, and I feel certain I entered the network password correct (tried several times) but it would not connect.

I dropped back to the standard install, and installed without a network.

I was able to install. And later I set it up to work with the physical cable connected. But I don't know how to get the wireless network connected.

My system finds eth0 and wlan0. I have both setup the same in /etc/network/interfaces. I have them set to dhcp.

allow-hotplug eth0
auto eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp
# ifup wlan0
ifup: interface wlan0 already configured

Can I get some help getting my wireless working? Thanks in advance.

Offline

#2 2019-11-20 23:20:26

Excalibur
Member
Registered: 2019-03-07
Posts: 15  

Re: Cannot login to wireless network

In your 'interfaces' file you need to enter information about your wireless access point. Something like the following will do the trick:-

iface wlan0 inet dhcp
        wpa-ssid mywap
        wpa-psk "mySecretPassPhrase"
        metric 1

The above uses a passphrase in  plain ASCII, if you want more security, then use wpa_passphrase, which will create an encrypted passphrase. You can redirect its output to a text file and paste the passphrase component in to your 'interfaces'  file - see 'man wpa_passphrase'.

Depending on the type of installation you have done you may well find that network-manager has been installed. If so, you would be better off using that. As root try typing nmtui; if a dialog window appears then you can use this to set up your network. However, you will need to remove the entries in your 'interfaces' file first.

Good luck!

Offline

#3 2019-11-28 16:24:58

walterbyrd
Member
Registered: 2018-07-30
Posts: 41  

Re: Cannot login to wireless network

Thank you anyway, that is good to know.

I reinstalled, moving my laptop closer to my router, and it worked.

I was not very far away. Also, my laptop could see my wireless network. But for some reason, I could not connect.

After connecting to the network, the laptop works further away from the router now.

Last edited by walterbyrd (2019-11-28 16:25:39)

Offline

Board footer