From 8ae39fd346f7934a67947c23fe2570fc64aeab0c Mon Sep 17 00:00:00 2001 From: Michael Golisch Date: Fri, 1 Jan 2021 06:15:50 +0100 Subject: [PATCH] [doc] update devicenames in module/README.md --- module/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/README.md b/module/README.md index d8bcc894..44c1244f 100644 --- a/module/README.md +++ b/module/README.md @@ -33,15 +33,15 @@ Simply modprobe the module: ## 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 udev rule to ensure your user can read and write to it, or simply change it's 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 device node, for example: - ./looking-glass-client -f /dev/uio0 -L 16 + ./looking-glass-client -f /dev/kvmfr0