Skip to main content

Questions tagged [module]

Filter by
Sorted by
Tagged with
0 votes
1 answer
392 views

my .bashrc has a module add shared cmsh cmd slurm line, followed only by a module load slurm. how can I find the underlying configuration of the module program and specifically where the modules cmsh ...
ron's user avatar
  • 9,184
1 vote
2 answers
119 views

I’m an RSE working on a personal Linux machine and need to manage multiple compiler and MPI versions (e.g., GCC, Clang, Intel). I’m looking to use Lmod or Environment Modules to load and switch ...
Roberto_1986's user avatar
2 votes
1 answer
569 views

I have Debian GNU/Linux trixie/sid and I installed publican from repo of debian. (publican is doing write and publish for DocBook) When I run publican , It get the following messages: Attempt to call ...
PersianGulf's user avatar
  • 11.3k
1 vote
1 answer
39 views

While trying to install the Chart::Clicker perl module, I get a lot of dependency errors. When trying to resolve them, I get similar output for each module from the first to the last module listed in ...
Gene's user avatar
  • 11
1 vote
1 answer
272 views

I want to take leverage the existing kernel API/module to create packet layer abstraction for user space application to transfer "packets" via UART interface. So, the intention is a kernel ...
konradk's user avatar
  • 11
0 votes
1 answer
179 views

We have a Debian 8 (Jessie) cluster. I am trying to install a software which resulted error: ModuleNotFoundError: No module named '_ctypes' As a remedy, I attempted: sudo apt-get install libffi-dev ...
user654910's user avatar
1 vote
0 answers
544 views

I have an issue with our AlmaLinux 8.10 systems that they suddenly have issues with perl dependancies. It tuns out that the current active perl stream is 5.26 (dnf module list perl*) but some packages ...
Stefan Lelieveld's user avatar
0 votes
0 answers
1k views

I recently switched from bash to zsh on CentOS 7. I am using oh-my-zsh I'm encountering an issue where modules cannot be loaded from a script. When I manually load the module in the login shell, it ...
Adupa Vasista's user avatar
1 vote
2 answers
3k views

With pulseaudio, it was easy to load a module for microphone noise reduction. This link explains it clearly: https://askubuntu.com/questions/18958/realtime-noise-removal-with-pulseaudio I want to add ...
floupinette's user avatar
1 vote
0 answers
65 views

I want to run a shell script on a compute cluster but I get an error because at some point it is looking for a module that does not exist since a major update on the cluster a few months ago. This ...
Seb's user avatar
  • 11
0 votes
1 answer
83 views

I am customizing a Linux system with a Linux kernel version of 6.4.0. I executed mdev -s in rcS and checked the startup print, which was also successful. When I entered the live environment, I saw ...
just a student's user avatar
0 votes
1 answer
146 views

FYI: The driver's Linux specific content if GPL. Everything else is CC0. I made a virgin installation of Fedora 38. To verify that all was setup suitably, I went on to build one of my drivers. The ...
Don's user avatar
  • 11
0 votes
1 answer
848 views

In order to use Joomla! 4.3.1, I've compiled PHP 8.2 in an Oracle Linux 8.6 Server, with support for zlib compression: # php --ri zlib zlib ZLib Support => enabled Stream Wrapper => compress....
Juliano B. Nequirito's user avatar
0 votes
2 answers
233 views

Context : I installed (manually) the apparmor-utils and apparmor-profiles and apparmor-utils, since when trying apt-get install apparmor-utils apparmor-profiles can't find the packages. aa-status ...
Obscuree's user avatar
3 votes
0 answers
98 views

Some Background While I realize that my question is related to my original post over on Ask Ubuntu, it was never answered there, and I'm really hoping to refocus my question here (as it's really no ...
richbl's user avatar
  • 131
0 votes
1 answer
387 views

Help! I have installed on a Qubes Standalone Debian-11 VM which is running on a MacbookPro the Broadcom-sta-dkms package. The installation does NOT indicate any errors. lsmod shows the wl module: user@...
undigit's user avatar
  • 51
0 votes
1 answer
169 views

On our cluster we use LMOD to load specific pre-installed modules dynamically (like PyTorch or some other scientific packages). On top of that I want to run some code with the DeepSpeed framework ...
Bram Vanroy's user avatar
3 votes
0 answers
669 views

Running some 340 driver (with an nvidia.ko module loaded at init time) I moved to a 470 driver and discover half a dozen of kernel threads I failed to find any information about : 2 [nv_queue] : What ...
MC68020's user avatar
  • 8,665
0 votes
0 answers
35 views

I've been tasked with making a custom kernel module that reads the memory of a NIC device, from the family of Broadcom chipsets. In my case I'm using a BCM4311, have installed the firmware and the ...
as43z's user avatar
  • 11
0 votes
1 answer
183 views

I am trying to create custom private environment modules on an HPC cluster as shown here: https://researchcomputing.princeton.edu/support/knowledge-base/custom-modules My private modules appear in the ...
ansonthms's user avatar
  • 103
3 votes
0 answers
1k views

We know that # dnf module enable <module>:<stream> helps to enable a stream and # dnf module disable <module>:<stream> disables it. Also, # dnf module reset <module> ...
Aryan's user avatar
  • 41
0 votes
0 answers
205 views

I am trying to compile a very simple module, but it fails to create *.ko when i am not adding -g flag. Here is the source code: #include <linux/init.h> #include <linux/module.h> static ...
Sam______'s user avatar
0 votes
0 answers
2k views

I'm trying to load an out-of-tree module, exactly the same way I was doing it on past kernels with success. But with 5.15.27, it longer works: $ insmod /lib/modules/5.15.27custom/extra/mymodule.ko ...
Fabiano's user avatar
0 votes
1 answer
581 views

The KVM is a kernel module that is statically linked into the kernel, as you can see here. However, where does the kvm.ko get stored? Do I have to put it into my initramfs, or does it get included ...
MiGUE's user avatar
  • 21
3 votes
1 answer
967 views

The goal here is to dynamically construct a menu from an available variable file In this example I use ansible.builtin.pause module but I'm not sure this is the best way variable file: vars.yml --- ...
Rafal Niznik's user avatar
1 vote
0 answers
50 views

As can be seen on https://www.kernelconfig.io/search?q=wm8962&kernelversion=4.19.165&arch=arm64 there are seemingly two different kernel modules for the audio codec WM8962 and they have ...
stdcerr's user avatar
  • 2,109
-3 votes
1 answer
671 views

I create a Linux Kernel Module and I try to find a way to re-parent a given process or change a given process PID. Is there any way of doing that? I found the following link but I could not make it ...
superuser's user avatar
1 vote
0 answers
317 views

There is an error info when to boot my debian11 module efivars not found in modules.dep I can boot into my debian11 ,just want to remove the error info during booting stage.
showkey's user avatar
  • 601
3 votes
1 answer
591 views

I am learning Ansible from this book and it contains this lab: Write a playbook according to the following specifications: The cron module must be used to restart your managed servers at 2 a.m. each ...
jstar100x's user avatar
3 votes
1 answer
2k views

I'm looking for a way to replace my keyboard kernel module to a custom one. I have a Logitech MK710 keyboard + mouse set for this purpose, with a USB receiver with those 2 interfaces. Automatically, ...
pazdinho_'s user avatar
0 votes
0 answers
2k views

I'm trying to install the DateTime module. I went into CPAN from a terminal and started the install with make. It ran for hours and when it finally stopped, the last line simply said 'killed'. My perl ...
Kelly 's user avatar
1 vote
4 answers
15k views

I got that error already twice while having my laptop, and I previously were able to fix it after them google search and switching to AHCI in BIOS. However, this time it seems to be another problem ...
Yanis Wilbrand's user avatar
4 votes
4 answers
2k views

I'm using Cygwin 64 on Windows 10; just updated. Some relevant package versions: meld: 3.18.0-1 python3: 3.8.6-1 python2: 2.7.18-4 I'm also using MobaXTerm's X server (and it works - I can run ...
einpoklum's user avatar
  • 11.1k
0 votes
1 answer
2k views

I'm using ansible to scan hosts with clam antivirus and I'm receiving reports via email. Reports contain everything and I want only to receive stdout lines. Is there any way to accomplish this? I ...
shiva's user avatar
  • 3
1 vote
2 answers
2k views

As far as I can tell, some of the output generated by the command /usr/bin/modulecmd goes neither to stdout nor stderr, as illustrated by the following example: % /usr/bin/modulecmd bash help null >...
kjo's user avatar
  • 16.4k
1 vote
0 answers
674 views

How to force linux kernel to load my custom module instead of default one ? There is a file: /lib/modules/$(uname -r)/modules.order Seems like it is responsible to load modules in specific order. How ...
EdiD's user avatar
  • 342
1 vote
2 answers
1k views

I'm trying to parse audit.log with rsyslog by using a bash script in order to transform the hex part of proctitle to ascii. However I do not get ressults: the file audit_ascii.log do not have lines ...
Oecophylla's user avatar
0 votes
0 answers
563 views

I'm cross compiling a kernel and have an out of tree kernel modules provided by a device vendor. Originally the kernel was built, then the module which worked fine. Now I'm trying to enable initramfs ...
cj8scrambler's user avatar
1 vote
0 answers
226 views

datehook.mod provides variables such as $HOUR, $DAY - we use these to control the boot options. This module is not included in the signed grub binary, so when Secure Boot is enabled on the PC, our ...
Asasin554's user avatar
1 vote
0 answers
769 views

I run a Unix server that uses environment modules to handle different software packages. While installing JCVI I have been running into multiple errors. The most recent error I have gotten was this ...
mharper10114's user avatar
2 votes
0 answers
1k views

Has anybody successfully used the pps_gen_parport kernel module to generate PPS on a PC's printer output port? The module has been marked as broken almost since it appeared in the kernel at 2.6.38, on ...
Mark Morgan Lloyd's user avatar
2 votes
0 answers
206 views

My T400 laptop has an internal wifi adapter. It sometimes works and sometimes don't. I use an external wifi adapter, and want to disable the internal one so that it won't suddenly work again and ...
Ben's user avatar
  • 109
13 votes
2 answers
37k views

The libssh2 1.9 can't be installed from EPEL repository on RHEL 8.1 and newer (tested on RHEL 8.3): # dnf --enablerepo=epel install libssh2-1.9.0 ... All matches were filtered out by modular filtering ...
Jaroslav Kucera's user avatar
0 votes
1 answer
203 views

I'll start by stating I'm not a server admin by trade, so I've been struggling with this task. PHP 7.3.5 was already installed on RHEL7 running Apache. I have installed MySQL successfully and now I am ...
Dan's user avatar
  • 173
1 vote
0 answers
355 views

My soundcard won't reproduce any sound nor receive it. I was looking at the journalctl and this popped out: Mar 07 20:14:16 debian systemd-modules-load[204]: Inserted module 'snd_hda_intel' Mar 07 20:...
overclock351's user avatar
5 votes
2 answers
18k views

Trying to use veracrypt (console) in WSL. I make a volume, seems to work OK... but when I try to mount it: Done: 100.000% Speed: 5.0 MiB/s Left: 0 s The VeraCrypt volume has been successfully ...
mike rodent's user avatar
  • 1,226
0 votes
1 answer
196 views

When I try to compile the kernel modules for vmware Workstation 16 on my rhel8 host, I get the following: > sudo /usr/bin/vmware-config.pl *snip* Your kernel was built with "gcc" version &...
Howard Owen's user avatar
1 vote
3 answers
5k views

When trying to create vdo I get the following message: # vdo create --name=vdo1 --device=/dev/sdb2 --vdoLogicalSize=1T Creating VDO vdo1 vdo: ERROR - Kernel module kvdo not installed vdo: ERROR - ...
surilin3's user avatar
0 votes
0 answers
525 views

I used to compile patched kernel for my Arch Linux machine. Up until now, I compiled my kernel with ALL modules, or better, I have not customized it. The reason why is due to my inexperience of this ...
mattia.b89's user avatar
  • 3,418
0 votes
0 answers
29 views

I see Alpha & Beta mvn dependencies artifact libraries are available for Redhat Platform. But as part of JBoss EAP modules, I am bit worried how to organize it, if it all I go for some module ...
Inc Operations's user avatar