kmod

  1. JamesElstone

    15.1 FreeBSD-ports-kmods : Confusion and Misconfiguration?!

    OK, I have a FreeBSD 15.1 installed having just upgraded from 15.0 using the old school freebsd-update mechanism. root@hostname:/tmp # uname -a FreeBSD hostname 15.1-RELEASE-p1 FreeBSD 15.1-RELEASE-p1 #0 -dirty: Tue Jun 30 03:16:39 UTC 2026...
  2. fernandel

    Checking for upgrades (6candidates)

    Hi! I have a longer time problem with "candidates". It was on FreeBSD 15.-RE$LEASE and it is now on 15.1-RELEASE too. pkg upgrade Updating FreeBSD-ports repository catalogue... FreeBSD-ports repository is up to date. Updating FreeBSD-ports-kmods repository catalogue... FreeBSD-ports-kmods...
  3. D

    Solved Upgrade to freeBSD 13.2 causing trouble with vboxdrv.ko

    Hi, $ freebsd-version 13.2-RELEASE-p2 Since I upgraded to FreeBSD 13.2, vboxdrv.ko (virtualbox-ose-kmod-6.1.46) can't load : # dmesg . . . KLD vboxdrv.ko: depends on kernel - not available or version mismatch linker_load_file: /boot/modules/vboxdrv.ko - unsupported file type Curious because ...
  4. Sivan!

    src component not installed error blocking freebsd update installation.

    /usr/ports/graphics/gpu-firmware-amd-kmod$ doas make install clean ===> Building for gpu-firmware-amd-kmod-banks-20220511 make[1]: "/usr/ports/graphics/gpu-firmware-amd-kmod/work-banks/drm-kmod-firmware-20220511/Makefile" line 4: Cannot open /usr/src/sys/conf/kern.opts.mk make[1]: Fatal errors...
  5. E

    Adding additional libraries in kernel modules

    Hello, All, I am writting kernel module, which get information about all running processes in system (basically my own ps), but kernel has no access to needed libraries (like kvm) in user space(/usr/include). My question is what lines should I write in makefile to include standart libraries...
  6. fnoyanisi

    Solved Cannot compile simple kernel module

    Hi there, Using 10.3-RELEASE and trying to compile a simple kernel module. My Makefile is really simple.... ~/code/memstat % cat Makefile # Source files for kernel module SRCS=memstat_kmod.c # Declare Name of the kernel module KMOD=memstat # Include kernel module makefile .include...
Back
Top