The officially official Devuan Forum!

You are not logged in.

#1 2022-07-17 22:36:51

vladomiro
Member
Registered: 2021-04-02
Posts: 7  

[SOLVED] Wifi problems in chimaera in raspberry pi 4

I had to reinstall devuan chimaera in a ssd for my raspberry pi 4. Now I'm not able to see wifi connections.

I installed wicd, in the wireless section it says something like "the device is not ready" (translation, it's in spanish). Trying with nmcli dev it says:

DEVICE  TYPE      STATE          CONNECTION      
eth0    ethernet  connected      Ifupdown (eth0) 
wlan0   wifi         unavailable  --  

With [iw]iw[/iw] sometimes I even see the SSID of the nearest wifi connections available, some other times it says

command failed: Device or resource busy (-16)

.

I've tried changing the configuration in wpa_suplicant configuration, but there is no difference.

Does anyone had have this same problem? When I installed on a sd card didn't have this trouble.

Offline

#2 2022-07-18 16:11:07

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: [SOLVED] Wifi problems in chimaera in raspberry pi 4

Is wlan0 listed in /etc/network/interfaces? If so then NetworkManager will ignore it.


Brianna Ghey — Rest In Power

Offline

#3 2022-07-18 23:28:11

vladomiro
Member
Registered: 2021-04-02
Posts: 7  

Re: [SOLVED] Wifi problems in chimaera in raspberry pi 4

Head_on_a_Stick wrote:

Is wlan0 listed in /etc/network/interfaces? If so then NetworkManager will ignore it.

Yes, it's listed in /etc/network/interfaces:

### Wifi
allow-hotplug wlan0
iface wlan0 inet dhcp
	wireless-power off
	#address 10.0.0.10
	#netmask 255.255.255.0
	#gateway 10.0.0.1
	#dns-nameservers 8.8.8.8 8.8.4.4
	wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

wpa_suplicant.conf contents the next lines:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
p2p_disabled=1
country=US

network={
	ssid="ssid_private_network"
	scan_ssid=1
	key_mgmt=WPA-PSK
	psk="passphrase"
}

Should I comment wlan0 in the /etc/network/interfaces?

Offline

#4 2022-07-19 02:00:58

vladomiro
Member
Registered: 2021-04-02
Posts: 7  

Re: [SOLVED] Wifi problems in chimaera in raspberry pi 4

I found it, thanks for the advice. Yes, I just commented the lines about wifi in /etc/network/interfaces.

So I make a small summary about this. I installed chimaera in an ssd via the raspberry pi imager. Follow the instructions to install xfce given in:
https://www.devuan.org/os/documentation … stall.html (there's a spanish version https://www.devuan.org/os/documentation … stall.html).

In my case I needed to install xinit too, but everything else is complete.

After that installed network-manager with some extras to make it more comfortable. And just commented the line before mentioned. And it works.

Thanks

Offline

#5 2022-07-19 12:14:04

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: [SOLVED] Wifi problems in chimaera in raspberry pi 4

I think dumping NetworkManager and using /etc/network/interfaces would make more sense on a Raspberry Pi. Or anything else for that matter.


Brianna Ghey — Rest In Power

Offline

Board footer