gnif / LookingGlass

An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
GNU General Public License v2.0
4.74k stars 261 forks source link

looking-glass-client doesn't detect /dev/kvmfr0 #1130

Closed PannaratWiriyaarritham closed 3 months ago

PannaratWiriyaarritham commented 3 months ago

Here is the error

image

File is found but looking glass not detect it

image

netboy3 commented 3 months ago

Please note that GitHub issues in this project are reserved for discussions about verified bugs. You have a support issue. We are happy to assist users with such problems on the proper channels which are the looking-glass forum and the discord server (see the project website for details). With that in mind, the error you get is very clear. You have an invalid value of app:shmFile in your config file. You can quickly test this out by running looking-glass-client -f /dev/kvmfr0 which will override whatever you have in your config. Your config file should contain the following:

[app]
shmFile = /dev/kvmfr0
PannaratWiriyaarritham commented 3 months ago

got it working thanks you so much.