mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 14:57:20 +00:00
[doc] update devicenames in module/README.md
This commit is contained in:
parent
d018781537
commit
8ae39fd346
@ -33,15 +33,15 @@ Simply modprobe the module:
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
This will create the `/dev/uio0` node that represents the KVMFR interface.
|
This will create the `/dev/kvmfr0` node that represents the KVMFR interface.
|
||||||
To use the interface you need permission to access it by either creating a
|
To use the interface you need permission to access it by either creating a
|
||||||
udev rule to ensure your user can read and write to it, or simply change it's
|
udev rule to ensure your user can read and write to it, or simply change it's
|
||||||
ownership manually, ie:
|
ownership manually, ie:
|
||||||
|
|
||||||
sudo chown user:user /dev/uid0
|
sudo chown user:user /dev/kvmfr0
|
||||||
|
|
||||||
Usage with looking glass is simple, you only need to specify the path to the
|
Usage with looking glass is simple, you only need to specify the path to the
|
||||||
device node, for example:
|
device node, for example:
|
||||||
|
|
||||||
./looking-glass-client -f /dev/uio0 -L 16
|
./looking-glass-client -f /dev/kvmfr0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user