kernel modules

  1. P

    Inquiry about loading order between modules according to Kbuild

    I would like to know why the loading order of the module varies depending on the directory declared to Kbuild in Android15.
  2. CoolerVoid

    Hidden Firewall in Kernel Module

    HiddenWall is a Linux kernel module generator for custom rules with netfilter. (block ports, Hidden mode, rootkit functions etc). The motivation: on bad situation, attacker can put your iptables/ufw to fall... but if you have HiddenWall, the attacker will not find the hidden kernel module that...
  3. N

    How to unload a kernel module which is in use and has a recursive module dependency?

    I have a driver for my ELM 327 an it uses the pl2303 module which depends on the usbserial and this again depends on the pl2303 module. What I tried: sudo modprobe -r usbserial pl2303 sudo modprobe -r pl2303 usbserial sudo modprobe -rf usbserial sudo modprobe -rf pl2303 sudo rmmod --force...
  4. U

    Realtek RTL8821CE support

    Hi everyone, This is my first post on linux.org, I'm glad to join the linux community ! :) I have a HP Pavilion laptop embedding a rtl8821ce chipset. As you may know, the linux kernel does not ship a dedicated driver for this WiFi card so I'm using this out-of-tree module...
  5. O

    kmon: Linux Kernel Manager and Activity Monitor [software release]

    kmon provides a text-based user interface for managing the Linux kernel modules and monitoring the kernel activities. By managing, it means loading, unloading, blacklisting and showing the information of a module. These updates in the kernel modules, logs about the hardware and other kernel...
  6. 5

    No Sound Modules After Kernel Update

    Hello there, I updated the Linux kernel from 5.4.12 to 5.4.13, after the kernel update, the sound drivers stopped working, because they are no sound modules installed. The operating system I'm on is Slackware 15(current). Is there any way to solve this?
Top