-
When scanning ID cards which are older than 2022 I get a Referenced data not found but in the middle of the stacktrace is a file not found error. Funnily id cards from 2022 and 2023 work fine as well …
-
Hi all, some fellow developers and me worked for some time now on making [APK](https://gitlab.alpinelinux.org/alpine/apk-tools) the new package manager for OpenWrt, replacing the unmaintained OPKG for…
-
Hi!
I‘m using evdi-1.9.1-git on a 5.13.x Kernel with ArchLinux gdm-prime and optimus-manager.
With intel driver is working flawless and out-of-box but when i change to nvidia the system freeze by …
-
Hi, I have been stuck on this issue for days where I built the linux for acorn board but cannot connect to bios or upload linux image via litex_term. More specifically my host computer would just lock…
-
crash version: x-wrt-docker-24.01-b202402242121-x86-64-generic-ext4-combined-efi.img
PVE host, cpu: intel n5000
KVM (x-wrt) cpu: 2 core (host), ram: 1GB, net: virtIO,
我還需要提供些什麼資料方便追查嗎?
--…
-
### Problem Description
I have epass2003 token:
`````
$ pkcs11-tool -T
Available slots:
Slot 0 (0x4): Feitian ePass2003 00 00
token label : OpenSC Card (User PIN)
token manufacture…
-
### Describe the bug
Full repo for my router is here: [DBLouis/openwrt](https://gitlab.com/DBLouis/openwrt). This is not a fork, only build config.
My build is working, except `libext2fs` which ha…
-
Hello,
We are hoping to use this pipeline with RNA sequencing from the PacBio Iso-Seq platform. I am using an egapx module on a SLURM scheduled cluster, and have confirmed it works with the provided…
-
Hi,
I have deployed a single server running Kasm, and I am able to access the Kasm portal from the internet. It's working perfectly for me.
However, my requirement is a bit different. I would li…
-
I modified the code to support Centos 8:
```#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0))```
to
```#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0) || RHEL_RELEASE_CODE >= RHEL_RELEASE_VER…