The officially official Devuan Forum!

You are not logged in.

#1 Re: ARM Builds » [SOLVED] beowulf Pi 3B onboard wifi issues » 2021-09-19 16:45:30

mark0x01 wrote:

The issue would seem to be resolved after running for more than a week without failing.

So the firmware I have used looks to be good on a RPi3B smile

Nice to hear that smile
In my opinion, your missing NVRAM file could very well had being the culprit smile

#2 Re: ARM Builds » [SOLVED] beowulf Pi 3B onboard wifi issues » 2021-09-06 19:23:28

mark0x01 wrote:

[    6.023803] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[    6.035938] usbcore: registered new interface driver brcmfmac
[    6.113164] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt failed with error -2
[    6.367776] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[    6.400889] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Sep 11 2018 09:22:09 version 7.45.98.65 (r707797 CY) FWID 01-b54727f
[    6.785619] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   44.549152] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled

hello, were to you got the NVRAM file 'brcmfmac43430-sdio.raspberrypi,3-model-b.txt' from?
try to find that file in the '/lib/firmware' folder, I don't know if its relevant for your error,but that file has configurations for the device..
does you changed it?

[    6.113164] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt failed with error -2

#3 Re: ARM Builds » DHCP client problems after upgrade to Chimaera » 2021-09-02 18:58:01

hello user9898,

yeah you have 2 lines for the same thing, so you will receive warnings about that smile
If you upgraded to Chimaera, its 'chimaera' that you should have there..

For now, since Chimaera was not yet released as stable,
You should pick only one entry, comment the others:

#deb http://deb.devuan.org/merged chimaera-security main
#deb-src http://deb.devuan.org/merged chimaera-security main
 
#deb http://deb.devuan.org/merged chimaera-updates main
#deb-src http://deb.devuan.org/merged chimaera-updates main

deb http://deb.devuan.org/merged chimaera main non-free contrib

so 'deb http://deb.devuan.org/merged chimaera main non-free contrib' is the line you want smile

After Chimaera release as stable,
'chimaera-security' and 'chimaera-updates' will also be available, until then, its only one line that you will need smile

#4 Re: ARM Builds » DHCP client problems after upgrade to Chimaera » 2021-08-28 18:48:31

hello user9898,

For what I understand you have done it right.. smile
Editing the sources.list and substituting 'beowulf' by 'chimaera' and doing:

apt-get update
apt-get dist-upgrade

Maybe the problem was that you didn´t had 'non-free' in the sources.list..

For Chimaera, the sources.list, with 'contrib' and 'non-free' is

deb http://deb.devuan.org/merged chimaera main non-free contrib

ho, I found this online, which suggests that all RJ45 ports are connected to the Switch( BCM 53125 ):
     4+1 ports 10/100/1000 Ethernet RJ45 (BCM 53125)

I believe the kernel driver for that switch is the b53, and I found some Documentation for it:
https://www.kernel.org/doc/html/latest/ … a/b53.html

I don´t have this board..

#5 Re: ARM Builds » DHCP client problems after upgrade to Chimaera » 2021-08-27 18:31:54

hello user9898,

How have you done the upgrade from beowulf to chimaera?
It should have been there the drivers  for the hardware, if you were previously in beowulf..

What is your hardware board?
Maybe you can set WIFI, if you have the driver for it( its also realtek ), and you need non-free in sources.list.

For the RTC, you need to have a daemon running the 'ntp' package does that, and it starts on boot, but if you don´t have Ethernet or WIFI it will not update sad
'ntp' package depends on:

# apt-cache depends ntp
ntp
  Depends: adduser
  Depends: lsb-base
  Depends: netbase
  Depends: tzdata
  Depends: libc6
  Depends: libcap2
  Depends: libedit2
  Depends: libopts25
  Depends: libssl1.1

It could be that you have 'ntpdate' package installed?
if you have you can do a:

ntpdate 0.pool.ntp.org

For the firmware 'firmware-realtek', doesn´t depend on nothing else, not even on the Architecture you are running, its just firmware to be loaded by the network device.. so you can grab him smile

This is the Initial page for the packages: https://www.devuan.org/os/packages

I am assuming that you are using armhf, right?

For Chimaera, I believe you want this:
https://pkginfo.devuan.org/cgi-bin/pack … 20210315-3

Click to download in " Filename: pool/DEBIAN/non-free/f/firmware-nonfree/firmware-realtek_20210315-3_all.deb" smile

Then on the board as root:

dpkg -i /path/to/firmware-realtek_20210315-3_all.deb
sync
reboot

smile

#6 Re: ARM Builds » DHCP client problems after upgrade to Chimaera » 2021-08-27 13:49:03

helo user9898,
Does you managed to succeed getting dhcp leases?
for what I understand you have a r1, it has a switch embedded

Does you have more than eth0 interfaces like wan, etc?

#7 Re: ARM Builds » [SOLVED] rtl8192cu firmware problems » 2021-08-12 17:22:41

hello user9898,

Like yeti said above,
yeah, you need the date to be more or less updated to use apt.. smile

Since you have installed 'ntp' package,
Any time that you loose the date( by any reason.. ), you can just update it, before using apt smile

ntpq -p

yeah your problem from the beginning was that you didn't had the 'firmware-realtek' package..
Don't worry,
The most important thing is that you already solved the problem smile

#8 Re: ARM Builds » [SOLVED] rtl8192cu firmware problems » 2021-08-11 18:00:55

hello,

It seems that is ends loading it..

But you should have those files in '/lib/firmware', and from the listing you have done there, I don't see them there sad
find were they are..

find / -maxdepth 4 -name rtl8192cufw_TMSC.bin -o -name rtl8192cufw.bin

Probably in '/etc/firmware' ?

Have you installed the package 'firmware-realtek' ?
you will need 'non-free' in your '/etc/apt/sources.list'

apt-get update
apt-get install firmware-realtek

If nothing above solves it,
Sometimes the userpace helpers in devuan point to '/etc/firmware', so the symlink should work, but only if the above doesn't..
try to create a symbolic link in '/etc':

ln -s /lib/firmware /etc/firmware

#9 Re: ARM Builds » [SOLVED] rtl8192cu firmware problems » 2021-08-10 18:07:18

hello user9898,

can you do a output of 'dmesg' to see if there are any problems loading the firmware on boot..?
also
a 'ls -l /lib/firmware' to see the firmware files you have..

does you have a initramfs?
if yes, maybe you need to update the initramfs( 'update-initramfs -u' )..

#10 Re: ARM Builds » Testimage: RaspberryPi 3+, Chimaera + TDE 14.1 » 2021-08-05 13:52:33

samhain wrote:

I uploaded a new chimaera image for RaspberryPi: https://dev1galaxy.org/viewtopic.php?pid=30913#p30913 - version with TDE will come in some days.

nice smile

#11 Re: ARM Builds » [SOLVED] Banana Pi R1 Board - confused about SDcard bulding instructions » 2021-08-05 13:48:00

user9898 wrote:

Thx for your answers guys.

If upgrading is too dangerous though, how about doing a clean install with chimaera from scratch ?
I already dug a bit through ftp server's directory's, however without any luck locating a installer for chimaera.

hello user9898,
You can upgrade to chimaera safely smile

Like you have done..
1) change in '/etc/apt/sources.list' 'beowulf' to 'chimaera'.
2)'apt-get update'
3) 'apt-get dist-upgrade'
afetr that, you are in Chimaera.. smile

The only thing that is not good to update is the kernel,
Because each device is different, and it needed drivers are also different, with also different device trees..

afaik, Installers for Chimaera are not yet ready.. sad
I believe they will appear when Chimaera will be released as stable.. smile

But you can update the userspace without any problems, I also do that sometimes smile

#12 Re: ARM Builds » [SOLVED] Banana Pi R1 Board - confused about SDcard bulding instructions » 2021-08-04 17:27:59

hello user9898,

You can go from 'beowulf' to 'chimaera' following the process you did..
But you shouldn't update the kernel, since you will lose almost everything..

There are some kernels available, but for them to work, they need to be board specific.. sad

That is one of the motives why installing a kernel is done in manual mode..
So if you don't find a specific kernel for your board, don't update the kernel..

Upgrade just the userspace like you did from 'beowulf' to 'chimaera'..

#13 Re: ARM Builds » [SOLVED] Banana Pi R1 Board - confused about SDcard bulding instructions » 2021-07-16 00:49:00

user9898 wrote:

1. Which image do I need to use ?
    Do I need to use the u-boot image ?

2. Once I extracted both files, in which order do I need to write both files to my sdcard ?

hello user9898,
Welcome to Devuan.

1) You need to get 2 files from http://deb.devuan.org/devuan/dists/beow … rd-images/ :
    firmware.Lamobo_R1.img.gz
    partition.img.gz

2) No, dont extract them separately just follow the section 'NETBOOT IMAGE CREATION' on  http://arm-files.devuan.org/README.txt:
    After you downloaded those files, you will create the final image following this command, in the order bellow:
    zcat firmware.Lamobo_R1.img.gz partition.img.gz > Lamobo_R1.img
   
    then, you have a final Image ready to be flashed to a sdcard( Lamobo_R1.img )

    To flash this final image to sdcard, you just need todo:
    Verify what disk is your sdcard carefully, and then,
    sudo dd if=PATH_TO/Lamobo_R1.img of=/dev/sd_card conv=sync

And that's it, you have a sdcard image, it already has uboot and all the necessary stuff in it smile
just put it on your device, and power it up smile

ho, check the section 'NETBOOT INSTALLATION', on the README.txt..
The better way to install it, is doing it via a usb/serial daptor, using lets say picocom for the serial connection..
but you can also try to load attach a keyboard/mouse and connect hdmi to display..

try what is the best option for you..

Let us now how it went smile

#14 Re: ARM Builds » Installer images for armel, armhf and ppc64 need testing » 2021-07-08 21:58:46

markosc wrote:

Please will it be possible to compile for RK3229 (img) ?
https://github.com/jhswartz/rk3229

hello markosc,
What is your Idea, compile a kernel for some hardware?
it seems to be doable, but I don't really know about the device tree for your device..
What is your device?

#15 Re: ARM Builds » Question regarding mnt reform, again, but different! » 2021-06-11 02:58:12

zapper wrote:

In these two pictures below it appears the developer of MNT Reform is developing a pocket version of the MNT Reform
My question, is, do bigger screen sizes use more cpu processing, and if so, by how much?

I also wondered if Devuan will have support for this device, although it probably depends on Debian supporting it right?

hello zapper,
yes bigger screens in number of pixels, use more processing power, but that nowadays has very little to do with screen physical size..
A mobile phone nowadays have bigger screens than some laptop displays..

because screens are measured in pixels smile
the more you have, the more processing power is needed, but how much is relative, it will depend on so many factors..

Nowadays SoCs already incorporate a lot of hardware to deal with lots of stuff, but that will mean that the driver will have to support that ideally well..
I didn't knew a ultra mobile platform was in the works.. smile
its a nice concept..

In relation to support,
If Debian manage to get support for it, that would mean its a lot easier for Devuan..
If not, Devuan can support it,
but for that, Devuan would have to gain access to the device, so that developers can work..

The level of support is not certain, because its unknown how much that project will progress.. smile

I hope all ends well smile
The ultra mobile device seems very nice smile

#16 Re: ARM Builds » [SOLVED] Raspberry Pi 3B+ (Arm-64 image) boots but no GUI after setup » 2021-04-27 19:46:44

zen253230 wrote:

Hello !
Then it shows Ext4-fs error on and on.
Is it because of my SD Card? Very recently I could install last Ubuntu Mate on the same Raspberry without any problem.
Thank you in advance !

EDIT: I had the same error using tasksel while unpacking libsane-common.
It says apt-get failed (100).
It would look like a SD-Card failure but Ubuntu Mate I reinstalled functions perfectly
[screenshot ][https://i.postimg.cc/LsdT7VLn/Screensho … allery.jpg]

hello zen253230,
yeah.. it seems your sdcard has bad sectors already sad

When you hit those zones, this errors appear..

Insert the sdcard into your main computer and run:

fsck /dev/your_sdcard

But I suspect that you already have bad sectors sad

#17 Re: ARM Builds » Is a Devuan build for the new Apple M1 chip possible? » 2021-04-27 19:34:58

Head_on_a_Stick wrote:

Linux will gain some M1 support for v5.13:

https://git.kernel.org/pub/scm/linux/ke … 9e9ceffe13

Indeed, but it is still precarious support.. smile
But is better than nothing.. with time I believe support will come,
The Graphics driver will be the most difficult challenge..

#18 Re: ARM Builds » [SOLVED] Raspberry Pi 3B+ (Arm-64 image) boots but no GUI after setup » 2021-04-25 01:37:09

hello nevderd,
The Images as far as I know come with no X, so that the user can choose what he wants smile

Perhaps the easy way would be to use tasksel?

bootup, login, then switch to root, and run:

tasksel

Chose the environment, you want, from the available ones, reboot, and you should be ok smile

#19 Re: ARM Builds » I2C, Devuan and Raspberry PI 4B (8GB) » 2021-03-22 03:02:37

hello Johnnie390,

Can you mark this thread as Solved? smile

#20 Re: ARM Builds » [Solved] Devuan and Raspberry Pi 3B+ hardware » 2021-03-22 02:58:37

Hello Altoid,
You can use Devuan Image for RPi3,
It should Work..

Hello Yeti,
I just downloaded last Devuan Image for RPi1,
And the RaspBerryPi userland is working, I manage to get Camera working and a lot of commands, smile

I also believe that this not a problem any more,
Since Devuan has support for RPi{0,1,,2,3,4} smile

#21 Re: ARM Builds » Raspberry Camera raspistill/raspivid » 2021-03-21 00:04:07

Hello alphalpha,
How are you?

Just to tell you that my Pi Camera arrived, its a V1 version.. smile

I just downloaded the latest version of Devuan for RPi v1 here,
And everything seems to work out of the box... yeah very very nice, no tricks smile

You just need to make sure, in '/boot/config.txt' that you enable:

gpu_mem=128
start_x=1
# then reboot

And that's it, don't need any more tweaks smile

Some commands to test wink

vcgencmd version
vcgencmd measure_volts
vcgencmd measure_temp
vcgencmd pm_get_status
mmal_vc_diag stats
mmal_vc_diag camerainfo
mmal_vc_diag mmal-stats
vchiq_test -p 1
vchiq_test -f 1
vchiq_test -b 10

Commands to take pictures and videos:

# basic command for pictures..see list of options..
raspistill -o test.jpg
# basic command for video 1280*720( 720p ) 60 fps, of 10 seconds h264..see list of options..
raspivid -w 1280 -h 720 -fps 60 -t 10000 -o video.h264

For me it is working nicely smile

#22 Re: ARM Builds » armhf not possible on cubietruck » 2021-03-15 02:42:40

hello hoschi,
I was asking me if you succeed booting the installer via Serial? smile

#23 Re: ARM Builds » [Solved] Devuan and Raspberry Pi 3B+ hardware » 2021-03-15 02:26:21

yeti wrote:

Would grabbing the deb-src from RasPIan and rebuilding it on Devuan work?
You'd have a deb (apt-ftparchive?) then for a local repo () or to dpkg -i it.
You'd notice incompatible updates then, which you won't get if installed without the OS's knowledge.

hello  yeti,
I believe that at some point the userland deb packages from Raspbian, need uboot packages or so..
I saw already here a problem related with it..

I believe the easier way will be to compile from source, lets say in '/opt/userland_or_so',
Shortie has above some good comments about what's needed, and maybe those udev rules are needed.

I didn't tested yet, I am waiting orders that are in the mail, but will later do a nice test, "from top to bottom", on camera, and maybe display smile

To check temperatures and such, it already works!
there are some commands that enquire the Videocore about a lot of things, some work, and some don't;
I never managed to put some to work, but again, without the hardware attached, its difficult to test( waiting very impatiently for my mail orders smile  )..

#25 Re: ARM Builds » Is any work planned for devuan on the raspberry pi 4? » 2021-02-24 17:51:23

Johnnie390 wrote:

Tux3dv, appreciate the reply thanks.
Is there an imager to write this thing to an SD-Card? Is this image USB-Boot capable?

You welcome,
Yes its bootable..

You can flash it using 'dd'. smile

# uncompress the image
unxz /home/user_home/Desktop/yourimage.img.xz
# check what disk is your sdcard
lsblk
# write image to sdcard
dd if=/home/user_home/Desktop/yourimage.img of=/dev/sdx_your_sdcard conv=notrunc,fdatasynk

substitute above the correct locations smile
make sure to flash to the correct sdcard disk, because if you flash to your OS disk, you will ruin that partition..
Do it with precaution.. wink

Board footer

Forum Software