From 6503d6f1ac901d6631761dba21a4b13adacc5d81 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 2 Jul 2015 14:29:18 +1000 Subject: [PATCH] Update the debian instructions. --- README.Debian | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/README.Debian b/README.Debian index f1c76a7..359a742 100644 --- a/README.Debian +++ b/README.Debian @@ -6,22 +6,15 @@ The original exar drivers were made for kernel 3.6 and lower. This package is intended for 3.7 and higher. Usage: -Build the package to create the module-source package: +# Build the vizzini-source package dpkg-buildpackage -rfakeroot -Put that source package in your public repository. - -To build a debian module for your kernel: - -dpkg -i - -cd -tar xvjf /usr/src/vizzini.tar.bz2 -C .. -export MODULE_LOC=$PWD/../modules -fakeroot make-kpkg modules_image - -This will create a suitable vizzini-module package to suit your debian kernel -package. +# Install the vizzini-source package +sudo dpkg --install ../vizzini-source_*_all.deb +sudo apt-get -f install +# Use module assistant to build and install a package containing modules for +# your current kernel. +sudo m-a b-i vizzini -- 2.39.2