This might be not the right forum I am posting on, no Y560 users might see this, but let's try. I ported the Linux kernel 3.10.108 to our device with various optimizations. Here's some that I've applied on @KonstaT's kernel: built with GCC 4.8 sched optimizations Disabled Gentle Fa...
The kernel was built by: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0You are using: gcc-11 (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0CC [M] /home/miro/Downloads/inteleth/e1000e-3.8.4/src/netdev.oIn file included from /home/miro/Downloads/inteleth/e1000e-3.8.4/src/e1...
IoSetCompletionRoutineEx Same as IoSetCompletionRoutine, except that it guarantees a non-Plug and Play driver is not unloaded before the IoCompletion routine exits. IoCallDriver Sends an IRP to a lower-level driver. IoFreeIrp Releases an IRP that was allocated by the caller. IoReuseIrp Reinit...
dpkg-buildpackage: error: version number does not start with digit make[1]: *** [scripts/Makefile.package:86: bindeb-pkg] Error 255 make: *** [Makefile:1656: bindeb-pkg] Error 2 The error seems to be from the line in the default config: CONFIG_LOCALVERSION="-v8_16k" My understandin...
Yes the kernel modules exists as I was looking at the wrong path. Oh very sorry I did not investigate the problem throughly. So my wifi driver problem appears to be symbol mismatch between kernel system map and rtlwifi module in the extra deb package : ...
Adds the custom function invocation filter to the services DI container, which will be used by the kernel once it is built. Exploring the filter implementation below: Copy this.output.WriteLine($"Invoking {context.Function.Name}"); await next(context); var metadata = context.Result?.Metadata;...
the kernel module that kubeadm cannot find can be used to obtain information of how the kernel was built while that same kernel is running. instead of a module it also looks for the configuration as a file written on disk. for me on Ubuntu 17.10 i can find it in the boot/ folder. th...
both the workstation and server versions of Whistler were essentially feature complete and used the same code base. The time between the release of Windows XP and Windows Server 2003 was primarily spent making it as robust as possible. Thus, it's not at all surprising that many of the new...
However, because not all applications may handle symbolic links correctly, creating a symbolic link requires the new Create Symbolic Link privilege that only administrators have by default.You can create a symbolic link from a command prompt with the Mklink command. The command prompt's built-in ...
If the above command was executed within an LXD environment, the resultant kernel snap can be extracted with the following commands: # exit $ lxc file pull path/to/kernal-snap-name_arm64.snap . The kernel snap has now been built and is ready to be integrated into an Ubuntu Core image....