You are not logged in.
Hello,
I use this python script https://pastebin.com/iFQ5Hkha found here https://www.reddit.com/r/VFIO/comments/ … d_sharing/ it was working without problems, but I made system update (using pacman -Syu) and that script doesnt work anymore, can someone help me where can be problem? Im not python programmer ![]()
L_CTRL+R_CTRL for switching between guest and host doesnt work anymore, my mouse is stuck in guest and keyboard in host ![]()
I use several linux distros like: Archlinux, Ubuntu, Fedora, Linux Mint
Offline
How are you running the script? Does it print any errors when run in a shell?
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Was systemd 247.1-1 in the update after which the script no longer worked?
Offline
How are you running the script? Does it print any errors when run in a shell?
I run script like:
sudo ./evdev /dev/input/by-id/usb-Razer_Razer_BlackWidow_Chroma_V2-if01-event-kbd &and there is no errors, script runs just fine
Was systemd 247.1-1 in the update after which the script no longer worked?
I dont know I was updating whole system about 2GB of update
Last edited by tomsk (2020-12-04 12:10:10)
I use several linux distros like: Archlinux, Ubuntu, Fedora, Linux Mint
Offline
You can check /var/log/pacman.log to see what was in the update.
Offline
This was in update: https://pastebin.com/agkJh5LJ
there was systemd too --> systemd (246.3-1 -> 246.6-1)
I use several linux distros like: Archlinux, Ubuntu, Fedora, Linux Mint
Offline
Fixed it by changing it from:
sudo ./evdev /dev/input/by-id/usb-Razer_Razer_BlackWidow_Chroma_V2-if01-event-kbd &to
sudo ./evdev /dev/input/by-id/usb-Razer_Razer_BlackWidow_Chroma_V2-event-kbd &I don't know why it stopped working because I was using usb-Razer_Razer_BlackWidow_Chroma_V2-if01-event-kbd over half of year without any issues, but usb-Razer_Razer_BlackWidow_Chroma_V2-event-kbd works just fine.
I use several linux distros like: Archlinux, Ubuntu, Fedora, Linux Mint
Offline