Questions tagged [archlinux-arm]

Arch Linux ARM is a distribution of Linux for ARM computers. We provide targeted kernel and software support for soft-float ARMv5te, and hard-float ARMv6 and ARMv7 instruction sets on a variety of consumer devices and development platforms. Our collaboration with Arch Linux brings users the best platform, newest packages, and installation support.

70 questions
0
votes
1 answer

pygtk package for archlinux arm

Is the pygtk package available somewhere for archlinux arm? I'm trying to run chirp (https://chirp.danplanet.com/projects/chirp/wiki/Running_Under_Linux) on a raspberry pi 4 running archlinux. Seems most people are running rasbian and sounds like…
MattTheCat
  • 173
  • 9
0
votes
0 answers

k3s on arch linux ARM worker service not responding

Current setup: NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME cl01mtr01 Ready master 104m v1.18.2+k3s1 10.1.1.1 Debian…
Maarten
  • 41
  • 5
0
votes
1 answer

Scheme Programming Language Support with Manjaro Arm?

I am trying out Manjaro Arm on my Raspberry Pi 3, but surprisingly find only Guile as the only viable Scheme interpreter/REPL. I have tried the following: Racket, and Mit-Scheme not found by pacman in the repositories. Chicken Scheme seems to…
haziz
  • 12,994
  • 16
  • 54
  • 75
0
votes
1 answer

Set a password for PhpPgAdmin users

I've installed phpPgAdmin in my PostgreSQL server, and configured it on Apache to access through HTTP. The point is that, although it works OK, I see a security issue. As of now, I see only one server called "PostgreSQL" in the "Servers" side,…
Megver83
  • 185
  • 1
  • 11
0
votes
0 answers

No access to sqlite file since PHP-FPM Update

My SQLite3 file is in /tmp and I have been accessing it with nginx and php-fpm since last year. Since I updated my system recently from e. g. PHP 7.0->7.1 I can not access the datebase file in /tmp. If it is in current dir it works like a charm. I…
Timon
  • 31
  • 2
0
votes
0 answers

Archlinux on Cubieboard2 Nand

I would know if there is the possibile to migrate the operating system installed on SD to the Nand of the Cubieboard2. I have followed the official guide at enter link description here for install it on SD. Thanks in advance.
0
votes
1 answer

Linux device tree (AD5628)

I am trying to use AD5628 Digital to analog converter on my raspberry Pi 3 board . I have enabled the driver for that (http://lxr.free-electrons.com/source/drivers/iio/dac/ad5064.c) in the Yocto kernel . But when i opened the path…
0
votes
1 answer

How to use the NumPy installed by Pacman in virtualenv?

My system is Archlinux. My project will use NumPy, and my project is in a virtual environment created by virtualenv. As it is difficult to install NumPy by pip, I install it by Pacman: sudo pacman -S python-scikit-learn But how can I use it in…
Kingname
  • 1,302
  • 11
  • 25
0
votes
2 answers

Communication issues between Arch Linux and iPad

I'm running Arch Linux and the Bluez libraries on my computer, and I'm trying to connect to an iPad [w/ Retina] over BLE. I can see the iPad in bluetoothctl, pair it, trust it, and connect to it. My question is in two parts: 1) I want to be able to…
0
votes
1 answer

Exec format error when compiling C file for Python extension

I am trying to extend python using a simple C file. I succeeded in creating my own python module, but I also need the C file itself to compile and run as a standalone executable. I can successfully compile it, but when I try to run it I get the…
agruwell
  • 140
  • 2
  • 9
0
votes
2 answers

ImportError on ArchLinux ARM

I've made a python program that goes online and look for news on some site and if something is found it send me a message on Telegram. I've run my program on my Debian machine and it works, now I want put it on my Raspberry Pi and let it run... So I…
Malloc
  • 43
  • 1
  • 9
0
votes
0 answers

stressapps Unsupported CPU type: Unable to force cache flushes

I am trying to cross compile stressapptest for ARM and I am able to successfully cross compile. But I am seeing lot of warnings during compilation. For example, sattypes.h:231:2: warning: #warning "Unsupported CPU type." [-Wcpp] #warning…
msk
  • 135
  • 2
  • 13
0
votes
1 answer

UART4 with Pandaboard and Arch Linux

I'm trying to use UART4 in my Pandaboard with Arch Linux. I'm using the latest kernel (4.2.0-2-ARCH) so I can't configure MUX in the old way using omap_mux, I have to do it using Device Tree Overlay. This is new to me so it's hard, I've never done…
Andres
  • 6,080
  • 13
  • 60
  • 110
0
votes
1 answer

Arch Linux ARMv7 - Pi4J build with maven failed at JNI

I am trying to build Pi4J on Raspberry Pi2 model B with Arch linux ARM installed. Everything works fine, except for the build of the JNI natural libraries. Here is the error message (and part of the log): [INFO] --- maven-antrun-plugin:1.3:run…
Injinero
  • 33
  • 6
0
votes
1 answer

Host key verification failed using mpi4py

I am building a MPI application using mpi4py (1.3.1) and openmpi (1.8.6-1) in Arch Linux ARM (on a Raspberry Pi cluster, to be more specific). I've run my program successfully on 3 nodes (4 processes), and when trying to add a new node, here's what…
martinarroyo
  • 9,389
  • 3
  • 38
  • 75