HI
I discovered the acpi_fujitsu.ko kernelmodule, and Preloaded it to the kernel using /boot/loader.conf
Later in the verbose boot log I get these messages :
the SYSCTL tunables added manually to /etc/sysctl.conf is not accepted.
According to the Man-Page for acpi_fujitsu these tunables is expected to be usable after starting the acpi_fujitsu kernel driver ???
Is this a BUG or documentation error ?
regards
//Lars
I discovered the acpi_fujitsu.ko kernelmodule, and Preloaded it to the kernel using /boot/loader.conf
Code:
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff829a6000.
Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff829afc18.
Preloaded boot_entropy_cache "/boot/entropy" at 0xffffffff829b0500.
Preloaded elf obj module "/boot/modules/vboxdrv.ko" at 0xffffffff829b0558.
Preloaded elf obj module "/boot/kernel/geom_eli.ko" at 0xffffffff829b0b48.
Preloaded elf obj module "/boot/kernel/acpi_fujitsu.ko" at 0xffffffff829b12b8.
Preloaded hostuuid "/etc/hostid" at 0xffffffff829b1928.
Preloaded boot_entropy_platform "efi_rng_seed" at 0xffffffff829b1978.
Code:
sysctl: unknown oid 'hw.acpi.fujitsu.lcd_brightness' at line 19
sysctl: unknown oid 'hw.acpi.fujitsu.pointer_enable' at line 20
sysctl: unknown oid 'hw.acpi.fujitsu.volume' at line 21
sysctl: unknown oid 'hw.acpi.fujitsu.mute' at line 22
According to the Man-Page for acpi_fujitsu these tunables is expected to be usable after starting the acpi_fujitsu kernel driver ???
Is this a BUG or documentation error ?
regards
//Lars