The officially official Devuan Forum!

You are not logged in.

#1 Re: ARM Builds » Which Raspberry Pi ? » 2023-08-17 02:20:29

c0rnelius wrote:

The Zero2W is basically a PI3 in a Zero form factor, so use a Pi3 img.

It worked, thank you very much.

#2 Re: ARM Builds » Which Raspberry Pi ? » 2023-08-12 19:54:29

Hi to everyone,

I'm not sure if I should create a new topic or it's OK to get back to life this one.

I'm unable to boot the devuan rpi4 64 bits image in the raspberry pi zero 2w. I understand that's the right one for that version of raspberry.

Is it right or I should use the 32 bits image instead?

#3 Re: ARM Builds » [SOLVED] Wifi problems in chimaera in raspberry pi 4 » 2022-07-19 02:00:58

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

#4 Re: ARM Builds » [SOLVED] Wifi problems in chimaera in raspberry pi 4 » 2022-07-18 23:28:11

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?

#5 ARM Builds » [SOLVED] Wifi problems in chimaera in raspberry pi 4 » 2022-07-17 22:36:51

vladomiro
Replies: 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.

#6 Re: ARM Builds » Is any work planned for devuan on the raspberry pi 4? » 2021-05-03 02:56:56

c0rnelius wrote:
vladomiro wrote:
c0rnelius wrote:

I can't speak for LXDE, but Xfce appears to be working just fine: screenshot
Only thing that really needed adjusting was adding pulseaudio -D to Session and Startup

XFCE is working fine, but only have a small problem: pulse audio doesn't detect stereo sound, only plays mono analogic. Do you know a way to tell pulse audio there is a stereo option?

Everything else works great, I use it as a desktop PC and even have used it to broadcast audio to an icescast server (of course, without using the audio card).

Edit the following file: /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf
Example: https://github.com/pyavitz/rpi-img-buil … .conf#L104 to L109

Then reboot. After which it should default to stereo.

It works. Thank you very much.

#7 Re: ARM Builds » Is any work planned for devuan on the raspberry pi 4? » 2021-05-01 23:40:46

c0rnelius wrote:

I can't speak for LXDE, but Xfce appears to be working just fine: screenshot
Only thing that really needed adjusting was adding pulseaudio -D to Session and Startup

XFCE is working fine, but only have a small problem: pulse audio doesn't detect stereo sound, only plays mono analogic. Do you know a way to tell pulse audio there is a stereo option?

Everything else works great, I use it as a desktop PC and even have used it to broadcast audio to an icescast server (of course, without using the audio card).

Board footer

Forum Software