Slackware - ARM This forum is for the discussion of Slackware ARM. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
12-20-2020, 06:03 AM
|
#226
|
Member
Registered: Jul 2007
Posts: 731
|
Not sure it is not an "everyone knows" question, but on my Raspberry PI 4B Sarpi64+slarm64 seems to only display 1Gb of RAM instead of 8Gb.
Code:
root@darkstar:/boot# free -h
total used free shared buff/cache available
Mem: 924Mi 58Mi 660Mi 0.0Ki 205Mi 850Mi
Swap: 0B 0B 0B
root@darkstar:/boot# uname -a
Linux darkstar.example.net 5.4.40-v8-aarch64 #1 SMP PREEMPT Wed May 13 16:01:06 BST 2020 aarch64 GNU/Linux
As far as I know, there were no RPi versions with 1G of RAM, so it is unlikely that I have bought a counterfeit version.
Is there some trick that reclaims the rest of the 7G from whatever is holding it? (Video card?)
UPD:Ah, my bad. /boot/config.txt had the memory=1024 line. I don't remember writing it there, but perhaps I just forgot.
Last edited by Lockywolf; 12-20-2020 at 08:04 AM.
|
|
|
12-20-2020, 02:13 PM
|
#227
|
Member
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 304
Rep:
|
Quote:
Originally Posted by sndwvs
|
Congratulations on opening the website! Hopefully it will help to grow your project in popularity.
|
|
|
12-20-2020, 02:15 PM
|
#228
|
Senior Member
Registered: Aug 2014
Posts: 2,094
Original Poster
Rep:
|
Quote:
Originally Posted by wowbaggerHU
Congratulations on opening the website! Hopefully it will help to grow your project in popularity.
|
Thanks, let's see.
|
|
|
12-21-2020, 08:19 PM
|
#229
|
Member
Registered: Jul 2007
Posts: 731
|
Has anyone successfully compiled wireguard-linux-compat on slarm64?
The slackbuild works for me, but the resulting module does not load: "could not insert 'wireguard': Exec format error", although the arch seems to be the same, arm-v8.
|
|
|
12-22-2020, 01:14 AM
|
#230
|
Senior Member
Registered: Aug 2014
Posts: 2,094
Original Poster
Rep:
|
which kernel and board?
this module is included in the official kernel
|
|
|
12-22-2020, 01:17 AM
|
#231
|
Member
Registered: Jul 2007
Posts: 731
|
Sarpi64 kernel, the last one. Doesn't seem to have the module.
Board is Raspberry Pi 4B
|
|
|
12-22-2020, 01:22 AM
|
#232
|
Senior Member
Registered: Aug 2014
Posts: 2,094
Original Poster
Rep:
|
you have to look at mistakes.
in the kernel 5.9.12 it is enabled.
Code:
filename: /lib/modules/5.9.12/kernel/drivers/net/wireguard/wireguard.ko
alias: net-pf-16-proto-16-family-wireguard
alias: rtnl-link-wireguard
version: 1.0.0
author: Jason A. Donenfeld <Jason@zx2c4.com>
description: WireGuard secure network tunnel
license: GPL v2
srcversion: DC625E07ADB8583C33035A8
depends: libcurve25519-generic,ipv6,libblake2s,udp_tunnel,libchacha20poly1305,ip6_udp_tunnel
intree: Y
name: wireguard
vermagic: 5.9.12 SMP preempt mod_unload modversions aarch64
|
|
|
12-22-2020, 01:26 AM
|
#233
|
Member
Registered: Jul 2007
Posts: 731
|
Last edited by Lockywolf; 12-22-2020 at 01:30 AM.
|
|
|
12-22-2020, 01:31 AM
|
#234
|
Senior Member
Registered: Aug 2014
Posts: 2,094
Original Poster
Rep:
|
Quote:
Originally Posted by Lockywolf
|
need logs to identify the problem.
5.9.12 is also official from Raspberry Pi
|
|
|
12-22-2020, 01:33 AM
|
#235
|
Member
Registered: Jul 2007
Posts: 731
|
I'll try the 5.9.12 first
|
|
|
12-22-2020, 01:36 AM
|
#236
|
Senior Member
Registered: Aug 2014
Posts: 2,094
Original Poster
Rep:
|
don't forget to make changes in /boot/config.txt
|
|
|
12-23-2020, 12:43 AM
|
#237
|
Member
Registered: Jul 2007
Posts: 731
|
Quote:
Originally Posted by sndwvs
you have to look at mistakes.
in the kernel 5.9.12 it is enabled.
Code:
filename: /lib/modules/5.9.12/kernel/drivers/net/wireguard/wireguard.ko
alias: net-pf-16-proto-16-family-wireguard
alias: rtnl-link-wireguard
version: 1.0.0
author: Jason A. Donenfeld <Jason@zx2c4.com>
description: WireGuard secure network tunnel
license: GPL v2
srcversion: DC625E07ADB8583C33035A8
depends: libcurve25519-generic,ipv6,libblake2s,udp_tunnel,libchacha20poly1305,ip6_udp_tunnel
intree: Y
name: wireguard
vermagic: 5.9.12 SMP preempt mod_unload modversions aarch64
|
This kernel worked for me, thank you.
|
|
|
12-23-2020, 01:04 AM
|
#238
|
Senior Member
Registered: Aug 2014
Posts: 2,094
Original Poster
Rep:
|
Lockywolf, i have updated to the latest version 5.10.2
|
|
|
12-23-2020, 08:02 AM
|
#239
|
Member
Registered: Mar 2019
Distribution: Slackware
Posts: 302
Rep:
|
slackpkg update gpg
I am getting this, even after running slackpkg update gpg:
Code:
You need the GPG key of slarm64 AArch64 <mara@fail.pp.ua>.
To download and install that key, run:
# slackpkg update gpg
You can disable GPG checking too, but it is not a good idea.
To disable GPG, edit slackpkg.conf and change the value of the CHECKGPG
variable to off - you can see an example in the original slackpkg.conf.new
file distributed with slackpkg.
I can probably get it to work manually, but I thought you might like to know that something is happening with the gpg-key as is.
|
|
|
12-23-2020, 08:06 AM
|
#240
|
Senior Member
Registered: Aug 2014
Posts: 2,094
Original Poster
Rep:
|
Quote:
Originally Posted by shelldweller
I am getting this, even after running slackpkg update gpg:
Code:
You need the GPG key of slarm64 AArch64 <mara@fail.pp.ua>.
To download and install that key, run:
# slackpkg update gpg
You can disable GPG checking too, but it is not a good idea.
To disable GPG, edit slackpkg.conf and change the value of the CHECKGPG
variable to off - you can see an example in the original slackpkg.conf.new
file distributed with slackpkg.
I can probably get it to work manually, but I thought you might like to know that something is happening with the gpg-key as is.
|
Thanks, the information for checking gpg has been updated, so manually first you need to install the new slackpkg.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 08:07 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|