From 7b984e3047ae9416b28f0b83447979e7b497dc1f Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Wed, 9 Jan 2013 14:07:13 +0000 Subject: [PATCH] Draft post. --- blog/data/2013-01-09-hw-autoinstall.txt | 76 +++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 blog/data/2013-01-09-hw-autoinstall.txt diff --git a/blog/data/2013-01-09-hw-autoinstall.txt b/blog/data/2013-01-09-hw-autoinstall.txt new file mode 100644 index 0000000000..7996751d18 --- /dev/null +++ b/blog/data/2013-01-09-hw-autoinstall.txt @@ -0,0 +1,76 @@ +Title: Why isn't Linux desktops installing the hw support packages automatically? +Tags: english, +Date: 2013-01-09 09:20 + +

One thing that annoys me with Debian and Linux distributions in +general, is that there is a great package management system with the +ability to automatically install software packages by downloading them +from the distribution mirrors, but no way to get it to automatically +install the packages I need to run the hardware I plug into my +machine. When I plug in a LEGO Mindstorms NXT, it could suggest to +automatically install the python-nxt, nbc and t2n packages I need to +talk to it. When I plug in a Yubikey, it could propose the +yubikey-personalization package. The information required to do this +is available, but no-one pulled all the pieces together yet. + +

Many years ago, I proposed to use the discover subsystem to +implement this. The idea is fairly simple: + +