From: Tim 'mithro' Ansell Date: Thu, 2 Jul 2015 04:29:18 +0000 (+1000) Subject: Update the debian instructions. X-Git-Url: https://git.decadent.org.uk/gitweb/?p=exar-uart-driver.git;a=commitdiff_plain;h=6503d6f1ac901d6631761dba21a4b13adacc5d81 Update the debian instructions. --- 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