limbo127

Results 34 comments of limbo127

this one : https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz fyi, we are using our env test to compiling all modules we are using, and we use this : curl https://www.kernel.org/releases.json 2>/dev/null |jq -r .latest_stable.version to...

Yes it's working, thanks for your help. ls -Rl /lib/modules/5.15.0/extra/ /lib/modules/5.15.0/extra/: total 1264 drwxr-xr-x 1 root root 240 Nov 3 15:15 dev_handlers -rw-r--r-- 1 root root 222889 Nov 3 17:57...

Ok I'm trying to investigate. Nicolas Le jeu. 14 oct. 2021 à 06:23, Bart Van Assche ***@***.***> a écrit : > That's weird. I took a quick look at the...

Hello, my compilation result, error at this end Regards, Nicolas [root@archlinux scst]# make -j8 2perf make -j8 scst make scst_install make scst_install make -j8 iscsi make iscsi_install cd scst &&...

So it's INFINIBAND Kernel module that's seems the issue. I can compile scst without issue after suppress INFINIBAND to false. Nicolas ( Infiniband is not used in our case :)

Hello, Ok for the debug process, i'm trying . Command line for evdev : -device virtio-input-host-pci,id=input0,evdev=/dev/input/event4,bus=pci.0,addr=0x11 \ -device virtio-input-host-pci,id=input1,evdev=/dev/input/event3,bus=pci.0,addr=0x13 \ The exact command line is : 019-11-26 15:04:35.111+0000: starting up...

Hello again, attach log ( extract from etl ) during using touchpad, trying to move cursor from top left to bottom right. [FmtFile.txt](https://github.com/virtio-win/kvm-guest-drivers-windows/files/3897445/FmtFile.txt) [FmtSum.txt](https://github.com/virtio-win/kvm-guest-drivers-windows/files/3897446/FmtSum.txt) Regards, Nicolas

Hello, I'm sorry i do not understand what do you want. Touchpad is working on recent linux distribution Touchpad is working with linux guest as passthrought Touchpas is not working...

Ok, log when evtest6 is passthrought, and after vm quit : [!HP-Elitbook-Thalgo-86eb3b5b-b8f1-30c3-6f52-71022845e53e]evtest /dev/input/event6 Input driver version is 1.0.1 Input device ID: bus 0x11 vendor 0x2 product 0x7 version 0x1a1 Input...

Hello, I can confirm that now the touchpad works well except that the mouse cursor is always repositionning from the touchpad, not keeping the last position from the screen. This...