1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <rss version='
2.0' xmlns:lj='http://www.livejournal.org/rss/lj/
1.0/'
>
4 <title>Petter Reinholdtsen - Entries tagged isenkram
</title>
5 <description>Entries tagged isenkram
</description>
6 <link>http://www.hungry.com/~pere/blog/
</link>
10 <title>What is the most supported MIME type in Debian in
2025?
</title>
11 <link>http://www.hungry.com/~pere/blog/What_is_the_most_supported_MIME_type_in_Debian_in_2025_.html
</link>
12 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/What_is_the_most_supported_MIME_type_in_Debian_in_2025_.html
</guid>
13 <pubDate>Sat,
18 Jan
2025 10:
30:
00 +
0100</pubDate>
14 <description><p
><a href=
"http://www.hungry.com/~pere/blog/What_is_the_most_supported_MIME_type_in_Debian_in_2018_.html
">Seven
</a
>
16 <a href=
"http://www.hungry.com/~pere/blog/What_is_the_most_supported_MIME_type_in_Debian_.html
">twelve
</a
>
17 years ago, I measured what the most supported MIME type in Debian
18 was
</a
>, first by analysing the desktop files in all packages in the
19 archive, then by analysing the DEP-
11 AppStream data set. I guess it
20 is time to repeat the measurement, only for unstable as last time:
</p
>
22 <p
><strong
>Debian Unstable:
</strong
></p
>
26 ----- -----------------------
49 <p
>The list was created like this using a sid chroot:
</p
>
52 cat /var/lib/apt/lists/*sid*_dep11_Components-amd64.yml.gz | \
53 zcat | awk
'/^ - \S+\/\S+$/ {print $
2 }
' | sort | \
54 uniq -c | sort -nr | head -
20
57 <p
>It is nice to see that the same number of packages now support PNG
58 and JPEG. Last time JPEG had more support than PNG. Most of the MIME
59 types are known to me, but the
'audio/x-scpls
' one I have no idea what
60 represent, except it being an audio format. To find the packages
61 claiming support for this format, the appstreamcli command from the
62 appstream package can be used:
65 % appstreamcli what-provides mediatype audio/x-scpls | grep Package: | sort -u
66 Package: alsaplayer-common
73 Package: cynthiune.app
80 Package: mediaconch-gui
81 Package: mediainfo-gui
93 Package: soundconverter
100 <p
>Look like several video and auto tools understand the format.
101 Similarly one can check out the number of packages supporting the STL
102 format commonly used for
3D printing:
</p
>
105 % appstreamcli what-provides mediatype model/stl | grep Package: | sort -u
108 Package: open3d-viewer
112 <p
>How strange the
113 <a href=
"https://tracker.debian.org/pkg/slic3r
">slic3r
</a
> and
114 <a href=
"https://tracker.debian.org/pkg/slic3r-prusa
">prusa-slicer
</a
>
115 packages do not support STL. Perhaps just missing package metadata?
116 Luckily the amount of package metadata in Debian is getting better,
117 and hopefully this way of locating relevant packages for any file
118 format will be the preferred one soon.
120 <p
>As usual, if you use Bitcoin and want to show your support of my
121 activities, please send Bitcoin donations to my address
122 <b
><a href=
"bitcoin:
15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a
></b
>.
</p
>
127 <title>RAID status from LSI Megaraid controllers in Debian
</title>
128 <link>http://www.hungry.com/~pere/blog/RAID_status_from_LSI_Megaraid_controllers_in_Debian.html
</link>
129 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/RAID_status_from_LSI_Megaraid_controllers_in_Debian.html
</guid>
130 <pubDate>Wed,
17 Apr
2024 17:
00:
00 +
0200</pubDate>
131 <description><p
>I am happy to report that
132 <a href=
"https://github.com/namiltd/megactl
">the megactl package
</a
>,
133 useful to fetch RAID status when using the LSI Megaraid controller,
134 now is available in Debian. It passed NEW a few days ago, and is now
135 <a href=
"https://tracker.debian.org/pkg/megactl
">available in
136 unstable
</a
>, and probably showing up in testing in a weeks time. The
137 new version should provide Appstream hardware mapping and should
138 integrate nicely with isenkram.
</p
>
140 <p
>As usual, if you use Bitcoin and want to show your support of my
141 activities, please send Bitcoin donations to my address
142 <b
><a href=
"bitcoin:
15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a
></b
>.
</p
>
148 <title>RAID status from LSI Megaraid controllers using free software
</title>
149 <link>http://www.hungry.com/~pere/blog/RAID_status_from_LSI_Megaraid_controllers_using_free_software.html
</link>
150 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/RAID_status_from_LSI_Megaraid_controllers_using_free_software.html
</guid>
151 <pubDate>Sun,
3 Mar
2024 22:
40:
00 +
0100</pubDate>
152 <description><p
>The last few days I have revisited RAID setup using the LSI
153 Megaraid controller. These are a family of controllers called PERC by
154 Dell, and is present in several old PowerEdge servers, and I recently
155 got my hands on one of these. I had forgotten how to handle this RAID
156 controller in Debian, so I had to take a peek in the
157 <a href=
"https://wiki.debian.org/LinuxRaidForAdmins
">Debian wiki page
158 "Linux and Hardware RAID: an administrator
's summary
"</a
> to remember
159 what kind of software is available to configure and monitor the disks
160 and controller. I prefer Free Software alternatives to proprietary
161 tools, as the later tend to fall into disarray once the manufacturer
162 loose interest, and often do not work with newer Linux Distributions.
163 Sadly there is no free software tool to configure the RAID setup, only
164 to monitor it. RAID can provide improved reliability and resilience in
165 a storage solution, but only if it is being regularly checked and any
166 broken disks are being replaced in time. I thus want to ensure some
167 automatic monitoring is available.
</p
>
169 <p
>In the discovery process, I came across a old free software tool to
170 monitor PERC2, PERC3, PERC4 and PERC5 controllers, which to my
171 surprise is not present in debian. To help change that I created a
172 <a href=
"https://bugs.debian.org/
1065322">request for packaging of the
173 megactl package
</a
>, and tried to track down a usable version.
174 <a href=
"https://sourceforge.net/p/megactl/
">The original project
175 site
</a
> is on Sourceforge, but as far as I can tell that project has
176 been dead for more than
15 years. I managed to find a
177 <a href=
"https://github.com/hmage/megactl
">more recent fork on
178 github
</a
> from user hmage, but it is unclear to me if this is still
179 being maintained. It has not seen much improvements since
2016. A
180 <a href=
"https://github.com/namiltd/megactl
">more up to date
181 edition
</a
> is a git fork from the original github fork by user
182 namiltd, and this newer fork seem a lot more promising. The owner of
183 this github repository has replied to change proposals within hours,
184 and had already added some improvements and support for more hardware.
185 Sadly he is reluctant to commit to maintaining the tool and stated in
186 <a href=
"https://github.com/namiltd/megactl/pull/
1">my first pull
187 request
</A
> that he think a new release should be made based on the
188 git repository owned by hmage. I perfectly understand this
189 reluctance, as I feel the same about maintaining yet another package
190 in Debian when I barely have time to take care of the ones I already
191 maintain, but do not really have high hopes that hmage will have time
192 to spend on it and hope namiltd will change his mind.
</p
>
194 <p
>In any case, I created
195 <a href=
"https://salsa.debian.org/debian/megactl
">a draft package
</a
>
196 based on the namiltd edition and put it under the debian group on
197 salsa.debian.org. If you own a Dell PowerEdge server with one of the
198 PERC controllers, or any other RAID controller using the megaraid or
199 megaraid_sas Linux kernel modules, you might want to check it out. If
200 enough people are interested, perhaps the package will make it into
201 the Debian archive.
</p
>
203 <p
>There are two tools provided, megactl for the megaraid Linux kernel
204 module, and megasasctl for the megaraid_sas Linux kernel module. The
205 simple output from the command on one of my machines look like this
206 (yes, I know some of the disks have problems. :).
</p
>
210 a0 PERC H730 Mini encl:
1 ldrv:
2 batt:good
211 a0d0
558GiB RAID
1 1x2 optimal
212 a0d1
3067GiB RAID
0 1x11 optimal
213 a0e32s0
558GiB a0d0 online errs: media:
0 other:
19
214 a0e32s1
279GiB a0d1 online
215 a0e32s2
279GiB a0d1 online
216 a0e32s3
279GiB a0d1 online
217 a0e32s4
279GiB a0d1 online
218 a0e32s5
279GiB a0d1 online
219 a0e32s6
279GiB a0d1 online
220 a0e32s8
558GiB a0d0 online errs: media:
0 other:
17
221 a0e32s9
279GiB a0d1 online
222 a0e32s10
279GiB a0d1 online
223 a0e32s11
279GiB a0d1 online
224 a0e32s12
279GiB a0d1 online
225 a0e32s13
279GiB a0d1 online
230 <p
>In addition to displaying a simple status report, it can also test
231 individual drives and print the various event logs. Perhaps you too
232 find it useful?
</p
>
234 <p
>In the packaging process I provided some patches upstream to
235 improve installation and ensure
236 <ahref=
"https://github.com/namiltd/megactl/pull/
2">a Appstream
237 metainfo file is provided
</a
> to list all supported HW, to allow
238 <a href=
"https://tracker.debian.org/isenkram
">isenkram
</a
> to propose
239 the package on all servers with a relevant PCI card.
</p
>
241 <p
>As usual, if you use Bitcoin and want to show your support of my
242 activities, please send Bitcoin donations to my address
243 <b
><a href=
"bitcoin:
15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a
></b
>.
</p
>
249 <title>What is the most supported MIME type in Debian in
2018?
</title>
250 <link>http://www.hungry.com/~pere/blog/What_is_the_most_supported_MIME_type_in_Debian_in_2018_.html
</link>
251 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/What_is_the_most_supported_MIME_type_in_Debian_in_2018_.html
</guid>
252 <pubDate>Mon,
9 Jul
2018 08:
05:
00 +
0200</pubDate>
253 <description><p
>Five years ago,
254 <a href=
"http://www.hungry.com/~pere/blog/What_is_the_most_supported_MIME_type_in_Debian_.html
">I
255 measured what the most supported MIME type in Debian was
</a
>, by
256 analysing the desktop files in all packages in the archive. Since
257 then, the DEP-
11 AppStream system has been put into production, making
258 the task a lot easier. This made me want to repeat the measurement,
259 to see how much things changed. Here are the new numbers, for
260 unstable only this time:
262 <p
><strong
>Debian Unstable:
</strong
></p
>
266 ----- -----------------------
278 30 audio/x-vorbis+ogg
279 29 image/x-portable-pixmap
281 27 image/x-portable-bitmap
289 <p
>The list was created like this using a sid chroot:
"cat
290 /var/lib/apt/lists/*sid*_dep11_Components-amd64.yml.gz| zcat | awk
'/^
291 - \S+\/\S+$/ {print $
2 }
' | sort | uniq -c | sort -nr | head -
20"</p
>
293 <p
>It is interesting to see how image formats have passed text/plain
294 as the most announced supported MIME type. These days, thanks to the
295 AppStream system, if you run into a file format you do not know, and
296 want to figure out which packages support the format, you can find the
297 MIME type of the file using
"file --mime
&lt;filename
&gt;
", and then
298 look up all packages announcing support for this format in their
299 AppStream metadata (XML or .desktop file) using
"appstreamcli
300 what-provides mimetype
&lt;mime-type
&gt;. For example if you, like
301 me, want to know which packages support inode/directory, you can get a
302 list like this:
</p
>
304 <p
><blockquote
><pre
>
305 % appstreamcli what-provides mimetype inode/directory | grep Package: | sort
312 Package: doublecmd-common
314 Package: enlightenment
334 </pre
></blockquote
></p
>
336 <p
>Using the same method, I can quickly discover that the Sketchup file
337 format is not yet supported by any package in Debian:
</p
>
339 <p
><blockquote
><pre
>
340 % appstreamcli what-provides mimetype application/vnd.sketchup.skp
341 Could not find component providing
'mimetype::application/vnd.sketchup.skp
'.
343 </pre
></blockquote
></p
>
345 <p
>Yesterday I used it to figure out which packages support the STL
3D
348 <p
><blockquote
><pre
>
349 % appstreamcli what-provides mimetype application/sla|grep Package
354 </pre
></blockquote
></p
>
356 <p
>PS: A new version of Cura was uploaded to Debian yesterday.
</p
>
358 <p
>As usual, if you use Bitcoin and want to show your support of my
359 activities, please send Bitcoin donations to my address
360 <b
><a href=
"bitcoin:
15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a
></b
>.
</p
>
365 <title>Appstream just learned how to map hardware to packages too!
</title>
366 <link>http://www.hungry.com/~pere/blog/Appstream_just_learned_how_to_map_hardware_to_packages_too_.html
</link>
367 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Appstream_just_learned_how_to_map_hardware_to_packages_too_.html
</guid>
368 <pubDate>Fri,
23 Dec
2016 10:
30:
00 +
0100</pubDate>
369 <description><p
>I received a very nice Christmas present today. As my regular
370 readers probably know, I have been working on the
371 <a href=
"http://packages.qa.debian.org/isenkram
">the Isenkram
372 system
</a
> for many years. The goal of the Isenkram system is to make
373 it easier for users to figure out what to install to get a given piece
374 of hardware to work in Debian, and a key part of this system is a way
375 to map hardware to packages. Isenkram have its own mapping database,
376 and also uses data provided by each package using the AppStream
377 metadata format. And today,
378 <a href=
"https://tracker.debian.org/pkg/appstream
">AppStream
</a
> in
379 Debian learned to look up hardware the same way Isenkram is doing it,
380 ie using fnmatch():
</p
>
383 % appstreamcli what-provides modalias \
384 usb:v1130p0202d0100dc00dsc00dp00ic03isc00ip00in00
385 Identifier: pymissile [generic]
387 Summary: Control original Striker USB Missile Launcher
389 % appstreamcli what-provides modalias usb:v0694p0002d0000
390 Identifier: libnxt [generic]
392 Summary: utility library for talking to the LEGO Mindstorms NXT brick
395 Identifier: t2n [generic]
397 Summary: Simple command-line tool for Lego NXT
400 Identifier: python-nxt [generic]
402 Summary: Python driver/interface/wrapper for the Lego Mindstorms NXT robot
405 Identifier: nbc [generic]
407 Summary: C compiler for LEGO Mindstorms NXT bricks
410 </pre
></p
>
412 <p
>A similar query can be done using the combined AppStream and
413 Isenkram databases using the isenkram-lookup tool:
</p
>
416 % isenkram-lookup usb:v1130p0202d0100dc00dsc00dp00ic03isc00ip00in00
418 % isenkram-lookup usb:v0694p0002d0000
424 </pre
></p
>
426 <p
>You can find modalias values relevant for your machine using
427 <tt
>cat $(find /sys/devices/ -name modalias)
</tt
>.
429 <p
>If you want to make this system a success and help Debian users
430 make the most of the hardware they have, please help
431 <a href=
"https://wiki.debian.org/AppStream/Guidelines
">add AppStream
432 metadata for your package following the guidelines
</a
> documented in
433 the wiki. So far only
11 packages provide such information, among the
434 several hundred hardware specific packages in Debian. The Isenkram
435 database on the other hand contain
101 packages, mostly related to USB
436 dongles. Most of the packages with hardware mapping in AppStream are
437 LEGO Mindstorms related, because I have, as part of my involvement in
438 <a href=
"https://wiki.debian.org/LegoDesigners
">the Debian LEGO
439 team
</a
> given priority to making sure LEGO users get proposed the
440 complete set of packages in Debian for that particular hardware. The
441 team also got a nice Christmas present today. The
442 <a href=
"https://tracker.debian.org/pkg/nxt-firmware
">nxt-firmware
443 package
</a
> made it into Debian. With this package in place, it is
444 now possible to use the LEGO Mindstorms NXT unit with only free
445 software, as the nxt-firmware package contain the source and firmware
446 binaries for the NXT brick.
</p
>
448 <p
>As usual, if you use Bitcoin and want to show your support of my
449 activities, please send Bitcoin donations to my address
450 <b
><a href=
"bitcoin:
15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a
></b
>.
</p
>
455 <title>Isenkram updated with a lot more hardware-package mappings
</title>
456 <link>http://www.hungry.com/~pere/blog/Isenkram_updated_with_a_lot_more_hardware_package_mappings.html
</link>
457 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Isenkram_updated_with_a_lot_more_hardware_package_mappings.html
</guid>
458 <pubDate>Tue,
20 Dec
2016 11:
55:
00 +
0100</pubDate>
459 <description><p
><a href=
"http://packages.qa.debian.org/isenkram
">The Isenkram
460 system
</a
> I wrote two years ago to make it easier in Debian to find
461 and install packages to get your hardware dongles to work, is still
462 going strong. It is a system to look up the hardware present on or
463 connected to the current system, and map the hardware to Debian
464 packages. It can either be done using the tools in isenkram-cli or
465 using the user space daemon in the isenkram package. The latter will
466 notify you, when inserting new hardware, about what packages to
467 install to get the dongle working. It will even provide a button to
468 click on to ask packagekit to install the packages.
</p
>
470 <p
>Here is an command line example from my Thinkpad laptop:
</p
>
489 </pre
></p
>
491 <p
>It can also list the firware package providing firmware requested
492 by the load kernel modules, which in my case is an empty list because
493 I have all the firmware my machine need:
496 % /usr/sbin/isenkram-autoinstall-firmware -l
497 info: did not find any firmware files requested by loaded kernel modules. exiting
499 </pre
></p
>
501 <p
>The last few days I had a look at several of the around
250
502 packages in Debian with udev rules. These seem like good candidates
503 to install when a given hardware dongle is inserted, and I found
504 several that should be proposed by isenkram. I have not had time to
505 check all of them, but am happy to report that now there are
97
506 packages packages mapped to hardware by Isenkram.
11 of these
507 packages provide hardware mapping using AppStream, while the rest are
508 listed in the modaliases file provided in isenkram.
</p
>
510 <p
>These are the packages with hardware mappings at the moment. The
511 <strong
>marked packages
</strong
> are also announcing their hardware
512 support using AppStream, for everyone to use:
</p
>
514 <p
>air-quality-sensor, alsa-firmware-loaders, argyll,
515 <strong
>array-info
</strong
>, avarice, avrdude, b43-fwcutter,
516 bit-babbler, bluez, bluez-firmware,
<strong
>brltty
</strong
>,
517 <strong
>broadcom-sta-dkms
</strong
>, calibre, cgminer, cheese, colord,
518 <strong
>colorhug-client
</strong
>, dahdi-firmware-nonfree, dahdi-linux,
519 dfu-util, dolphin-emu, ekeyd, ethtool, firmware-ipw2x00, fprintd,
520 fprintd-demo,
<strong
>galileo
</strong
>, gkrellm-thinkbat, gphoto2,
521 gpsbabel, gpsbabel-gui, gpsman, gpstrans, gqrx-sdr, gr-fcdproplus,
522 gr-osmosdr, gtkpod, hackrf, hdapsd, hdmi2usb-udev, hpijs-ppds, hplip,
523 ipw3945-source, ipw3945d, kde-config-tablet, kinect-audio-setup,
524 <strong
>libnxt
</strong
>, libpam-fprintd,
<strong
>lomoco
</strong
>,
525 madwimax, minidisc-utils, mkgmap, msi-keyboard, mtkbabel,
526 <strong
>nbc
</strong
>,
<strong
>nqc
</strong
>, nut-hal-drivers, ola,
527 open-vm-toolbox, open-vm-tools, openambit, pcgminer, pcmciautils,
528 pcscd, pidgin-blinklight, printer-driver-splix,
529 <strong
>pymissile
</strong
>, python-nxt, qlandkartegt,
530 qlandkartegt-garmin, rosegarden, rt2x00-source, sispmctl,
531 soapysdr-module-hackrf, solaar, squeak-plugins-scratch, sunxi-tools,
532 <strong
>t2n
</strong
>, thinkfan, thinkfinger-tools, tlp, tp-smapi-dkms,
533 tp-smapi-source, tpb, tucnak, uhd-host, usbmuxd, viking,
534 virtualbox-ose-guest-x11, w1retap, xawtv, xserver-xorg-input-vmmouse,
535 xserver-xorg-input-wacom, xserver-xorg-video-qxl,
536 xserver-xorg-video-vmware, yubikey-personalization and
537 zd1211-firmware
</p
>
539 <p
>If you know of other packages, please let me know with a wishlist
540 bug report against the isenkram-cli package, and ask the package
542 <a href=
"https://wiki.debian.org/AppStream/Guidelines
">add AppStream
543 metadata according to the guidelines
</a
> to provide the information
544 for everyone. In time, I hope to get rid of the isenkram specific
545 hardware mapping and depend exclusively on AppStream.
</p
>
547 <p
>Note, the AppStream metadata for broadcom-sta-dkms is matching too
548 much hardware, and suggest that the package with with any ethernet
549 card. See
<a href=
"http://bugs.debian.org/
838735">bug #
838735</a
> for
550 the details. I hope the maintainer find time to address it soon. In
551 the mean time I provide an override in isenkram.
</p
>
556 <title>Isenkram, Appstream and udev make life as a LEGO builder easier
</title>
557 <link>http://www.hungry.com/~pere/blog/Isenkram__Appstream_and_udev_make_life_as_a_LEGO_builder_easier.html
</link>
558 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Isenkram__Appstream_and_udev_make_life_as_a_LEGO_builder_easier.html
</guid>
559 <pubDate>Fri,
7 Oct
2016 09:
50:
00 +
0200</pubDate>
560 <description><p
><a href=
"http://packages.qa.debian.org/isenkram
">The Isenkram
561 system
</a
> provide a practical and easy way to figure out which
562 packages support the hardware in a given machine. The command line
563 tool
<tt
>isenkram-lookup
</tt
> and the tasksel options provide a
564 convenient way to list and install packages relevant for the current
565 hardware during system installation, both user space packages and
566 firmware packages. The GUI background daemon on the other hand provide
567 a pop-up proposing to install packages when a new dongle is inserted
568 while using the computer. For example, if you plug in a smart card
569 reader, the system will ask if you want to install
<tt
>pcscd
</tt
> if
570 that package isn
't already installed, and if you plug in a USB video
571 camera the system will ask if you want to install
<tt
>cheese
</tt
> if
572 cheese is currently missing. This already work just fine.
</p
>
574 <p
>But Isenkram depend on a database mapping from hardware IDs to
575 package names. When I started no such database existed in Debian, so
576 I made my own data set and included it with the isenkram package and
577 made isenkram fetch the latest version of this database from git using
578 http. This way the isenkram users would get updated package proposals
579 as soon as I learned more about hardware related packages.
</p
>
581 <p
>The hardware is identified using modalias strings. The modalias
582 design is from the Linux kernel where most hardware descriptors are
583 made available as a strings that can be matched using filename style
584 globbing. It handle USB, PCI, DMI and a lot of other hardware related
585 identifiers.
</p
>
587 <p
>The downside to the Isenkram specific database is that there is no
588 information about relevant distribution / Debian version, making
589 isenkram propose obsolete packages too. But along came AppStream, a
590 cross distribution mechanism to store and collect metadata about
591 software packages. When I heard about the proposal, I contacted the
592 people involved and suggested to add a hardware matching rule using
593 modalias strings in the specification, to be able to use AppStream for
594 mapping hardware to packages. This idea was accepted and AppStream is
595 now a great way for a package to announce the hardware it support in a
596 distribution neutral way. I wrote
597 <a href=
"http://www.hungry.com/~pere/blog/Using_appstream_with_isenkram_to_install_hardware_related_packages_in_Debian.html
">a
598 recipe on how to add such meta-information
</a
> in a blog post last
599 December. If you have a hardware related package in Debian, please
600 announce the relevant hardware IDs using AppStream.
</p
>
602 <p
>In Debian, almost all packages that can talk to a LEGO Mindestorms
603 RCX or NXT unit, announce this support using AppStream. The effect is
604 that when you insert such LEGO robot controller into your Debian
605 machine, Isenkram will propose to install the packages needed to get
606 it working. The intention is that this should allow the local user to
607 start programming his robot controller right away without having to
608 guess what packages to use or which permissions to fix.
</p
>
610 <p
>But when I sat down with my son the other day to program our NXT
611 unit using his Debian Stretch computer, I discovered something
612 annoying. The local console user (ie my son) did not get access to
613 the USB device for programming the unit. This used to work, but no
614 longer in Jessie and Stretch. After some investigation and asking
615 around on #debian-devel, I discovered that this was because udev had
616 changed the mechanism used to grant access to local devices. The
617 ConsoleKit mechanism from
<tt
>/lib/udev/rules.d/
70-udev-acl.rules
</tt
>
618 no longer applied, because LDAP users no longer was added to the
619 plugdev group during login. Michael Biebl told me that this method
620 was obsolete and the new method used ACLs instead. This was good
621 news, as the plugdev mechanism is a mess when using a remote user
622 directory like LDAP. Using ACLs would make sure a user lost device
623 access when she logged out, even if the user left behind a background
624 process which would retain the plugdev membership with the ConsoleKit
625 setup. Armed with this knowledge I moved on to fix the access problem
626 for the LEGO Mindstorms related packages.
</p
>
628 <p
>The new system uses a udev tag,
'uaccess
'. It can either be
629 applied directly for a device, or is applied in
630 /lib/udev/rules.d/
70-uaccess.rules for classes of devices. As the
631 LEGO Mindstorms udev rules did not have a class, I decided to add the
632 tag directly in the udev rules files included in the packages. Here
633 is one example. For the nqc C compiler for the RCX, the
634 <tt
>/lib/udev/rules.d/
60-nqc.rules
</tt
> file now look like this:
637 SUBSYSTEM==
"usb
", ACTION==
"add
", ATTR{idVendor}==
"0694", ATTR{idProduct}==
"0001", \
638 SYMLINK+=
"rcx-%k
", TAG+=
"uaccess
"
639 </pre
></p
>
641 <p
>The key part is the
'TAG+=
"uaccess
"' at the end. I suspect all
642 packages using plugdev in their /lib/udev/rules.d/ files should be
643 changed to use this tag (either directly or indirectly via
644 <tt
>70-uaccess.rules
</tt
>). Perhaps a lintian check should be created
645 to detect this?
</p
>
647 <p
>I
've been unable to find good documentation on the uaccess feature.
648 It is unclear to me if the uaccess tag is an internal implementation
649 detail like the udev-acl tag used by
650 <tt
>/lib/udev/rules.d/
70-udev-acl.rules
</tt
>. If it is, I guess the
651 indirect method is the preferred way. Michael
652 <a href=
"https://github.com/systemd/systemd/issues/
4288">asked for more
653 documentation from the systemd project
</a
> and I hope it will make
654 this clearer. For now I use the generic classes when they exist and
655 is already handled by
<tt
>70-uaccess.rules
</tt
>, and add the tag
656 directly if no such class exist.
</p
>
658 <p
>To learn more about the isenkram system, please check out
659 <a href=
"http://www.hungry.com/~pere/blog/tags/isenkram/
">my
660 blog posts tagged isenkram
</a
>.
</p
>
662 <p
>To help out making life for LEGO constructors in Debian easier,
663 please join us on our IRC channel
664 <a href=
"irc://irc.debian.org/%
23debian-lego
">#debian-lego
</a
> and join
665 the
<a href=
"https://alioth.debian.org/projects/debian-lego/
">Debian
666 LEGO team
</a
> in the Alioth project we created yesterday. A mailing
667 list is not yet created, but we are working on it. :)
</p
>
669 <p
>As usual, if you use Bitcoin and want to show your support of my
670 activities, please send Bitcoin donations to my address
671 <b
><a href=
"bitcoin:
15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a
></b
>.
</p
>
676 <title>Isenkram with PackageKit support - new version
0.23 available in Debian unstable
</title>
677 <link>http://www.hungry.com/~pere/blog/Isenkram_with_PackageKit_support___new_version_0_23_available_in_Debian_unstable.html
</link>
678 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Isenkram_with_PackageKit_support___new_version_0_23_available_in_Debian_unstable.html
</guid>
679 <pubDate>Wed,
25 May
2016 10:
20:
00 +
0200</pubDate>
680 <description><p
><a href=
"https://tracker.debian.org/pkg/isenkram
">The isenkram
681 system
</a
> is a user-focused solution in Debian for handling hardware
682 related packages. The idea is to have a database of mappings between
683 hardware and packages, and pop up a dialog suggesting for the user to
684 install the packages to use a given hardware dongle. Some use cases
685 are when you insert a Yubikey, it proposes to install the software
686 needed to control it; when you insert a braille reader list it
687 proposes to install the packages needed to send text to the reader;
688 and when you insert a ColorHug screen calibrator it suggests to
689 install the driver for it. The system work well, and even have a few
690 command line tools to install firmware packages and packages for the
691 hardware already in the machine (as opposed to hotpluggable hardware).
</p
>
693 <p
>The system was initially written using aptdaemon, because I found
694 good documentation and example code on how to use it. But aptdaemon
695 is going away and is generally being replaced by
696 <a href=
"http://www.freedesktop.org/software/PackageKit/
">PackageKit
</a
>,
697 so Isenkram needed a rewrite. And today, thanks to the great patch
698 from my college Sunil Mohan Adapa in the FreedomBox project, the
699 rewrite finally took place. I
've just uploaded a new version of
700 Isenkram into Debian Unstable with the patch included, and the default
701 for the background daemon is now to use PackageKit. To check it out,
702 install the
<tt
>isenkram
</tt
> package and insert some hardware dongle
703 and see if it is recognised.
</p
>
705 <p
>If you want to know what kind of packages isenkram would propose for
706 the machine it is running on, you can check out the isenkram-lookup
707 program. This is what it look like on a Thinkpad X230:
</p
>
709 <p
><blockquote
><pre
>
725 </pre
></blockquote
></p
>
727 <p
>The hardware mappings come from several places. The preferred way
728 is for packages to announce their hardware support using
729 <a href=
"https://www.freedesktop.org/software/appstream/docs/
">the
730 cross distribution appstream system
</a
>.
732 <a href=
"http://www.hungry.com/~pere/blog/tags/isenkram/
">previous
733 blog posts about isenkram
</a
> to learn how to do that.
</p
>
738 <title>Using appstream with isenkram to install hardware related packages in Debian
</title>
739 <link>http://www.hungry.com/~pere/blog/Using_appstream_with_isenkram_to_install_hardware_related_packages_in_Debian.html
</link>
740 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Using_appstream_with_isenkram_to_install_hardware_related_packages_in_Debian.html
</guid>
741 <pubDate>Sun,
20 Dec
2015 12:
20:
00 +
0100</pubDate>
742 <description><p
>Around three years ago, I created
743 <a href=
"http://packages.qa.debian.org/isenkram
">the isenkram
744 system
</a
> to get a more practical solution in Debian for handing
745 hardware related packages. A GUI system in the isenkram package will
746 present a pop-up dialog when some hardware dongle supported by
747 relevant packages in Debian is inserted into the machine. The same
748 lookup mechanism to detect packages is available as command line
749 tools in the isenkram-cli package. In addition to mapping hardware,
750 it will also map kernel firmware files to packages and make it easy to
751 install needed firmware packages automatically. The key for this
752 system to work is a good way to map hardware to packages, in other
753 words, allow packages to announce what hardware they will work
756 <p
>I started by providing data files in the isenkram source, and
757 adding code to download the latest version of these data files at run
758 time, to ensure every user had the most up to date mapping available.
759 I also added support for storing the mapping in the Packages file in
760 the apt repositories, but did not push this approach because while I
761 was trying to figure out how to best store hardware/package mappings,
762 <a href=
"http://www.freedesktop.org/software/appstream/docs/
">the
763 appstream system
</a
> was announced. I got in touch and suggested to
764 add the hardware mapping into that data set to be able to use
765 appstream as a data source, and this was accepted at least for the
766 Debian version of appstream.
</p
>
768 <p
>A few days ago using appstream in Debian for this became possible,
769 and today I uploaded a new version
0.20 of isenkram adding support for
770 appstream as a data source for mapping hardware to packages. The only
771 package so far using appstream to announce its hardware support is my
772 pymissile package. I got help from Matthias Klumpp with figuring out
773 how do add the required
774 <a href=
"https://appstream.debian.org/html/sid/main/metainfo/pymissile.html
">metadata
775 in pymissile
</a
>. I added a file debian/pymissile.metainfo.xml with
776 this content:
</p
>
778 <blockquote
><pre
>
779 &lt;?xml version=
"1.0" encoding=
"UTF-
8"?
&gt;
780 &lt;component
&gt;
781 &lt;id
&gt;pymissile
&lt;/id
&gt;
782 &lt;metadata_license
&gt;MIT
&lt;/metadata_license
&gt;
783 &lt;name
&gt;pymissile
&lt;/name
&gt;
784 &lt;summary
&gt;Control original Striker USB Missile Launcher
&lt;/summary
&gt;
785 &lt;description
&gt;
787 Pymissile provides a curses interface to control an original
788 Marks and Spencer / Striker USB Missile Launcher, as well as a
789 motion control script to allow a webcamera to control the
792 &lt;/description
&gt;
793 &lt;provides
&gt;
794 &lt;modalias
&gt;usb:v1130p0202d*
&lt;/modalias
&gt;
795 &lt;/provides
&gt;
796 &lt;/component
&gt;
797 </pre
></blockquote
>
799 <p
>The key for isenkram is the component/provides/modalias value,
800 which is a glob style match rule for hardware specific strings
801 (modalias strings) provided by the Linux kernel. In this case, it
802 will map to all USB devices with vendor code
1130 and product code
805 <p
>Note, it is important that the license of all the metadata files
806 are compatible to have permissions to aggregate them into archive wide
807 appstream files. Matthias suggested to use MIT or BSD licenses for
808 these files. A challenge is figuring out a good id for the data, as
809 it is supposed to be globally unique and shared across distributions
810 (in other words, best to coordinate with upstream what to use). But
811 it can be changed later or, so we went with the package name as
812 upstream for this project is dormant.
</p
>
814 <p
>To get the metadata file installed in the correct location for the
815 mirror update scripts to pick it up and include its content the
816 appstream data source, the file must be installed in the binary
817 package under /usr/share/appdata/. I did this by adding the following
818 line to debian/pymissile.install:
</p
>
820 <blockquote
><pre
>
821 debian/pymissile.metainfo.xml usr/share/appdata
822 </pre
></blockquote
>
824 <p
>With that in place, the command line tool isenkram-lookup will list
825 all packages useful on the current computer automatically, and the GUI
826 pop-up handler will propose to install the package not already
827 installed if a hardware dongle is inserted into the machine in
830 <p
>Details of the modalias field in appstream is available from the
831 <a href=
"https://wiki.debian.org/DEP-
11">DEP-
11</a
> proposal.
</p
>
833 <p
>To locate the modalias values of all hardware present in a machine,
834 try running this command on the command line:
</p
>
836 <blockquote
><pre
>
837 cat $(find /sys/devices/|grep modalias)
838 </pre
></blockquote
>
840 <p
>To learn more about the isenkram system, please check out
841 <a href=
"http://www.hungry.com/~pere/blog/tags/isenkram/
">my
842 blog posts tagged isenkram
</a
>.
</p
>
847 <title>Debian Jessie, PXE and automatic firmware installation
</title>
848 <link>http://www.hungry.com/~pere/blog/Debian_Jessie__PXE_and_automatic_firmware_installation.html
</link>
849 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Debian_Jessie__PXE_and_automatic_firmware_installation.html
</guid>
850 <pubDate>Fri,
17 Oct
2014 14:
10:
00 +
0200</pubDate>
851 <description><p
>When PXE installing laptops with Debian, I often run into the
852 problem that the WiFi card require some firmware to work properly.
853 And it has been a pain to fix this using preseeding in Debian.
854 Normally something more is needed. But thanks to
855 <a href=
"https://packages.qa.debian.org/i/isenkram.html
">my isenkram
856 package
</a
> and its recent tasksel extension, it has now become easy
857 to do this using simple preseeding.
</p
>
859 <p
>The isenkram-cli package provide tasksel tasks which will install
860 firmware for the hardware found in the machine (actually, requested by
861 the kernel modules for the hardware). (It can also install user space
862 programs supporting the hardware detected, but that is not the focus
863 of this story.)
</p
>
865 <p
>To get this working in the default installation, two preeseding
866 values are needed. First, the isenkram-cli package must be installed
867 into the target chroot (aka the hard drive) before tasksel is executed
868 in the pkgsel step of the debian-installer system. This is done by
869 preseeding the base-installer/includes debconf value to include the
870 isenkram-cli package. The package name is next passed to debootstrap
871 for installation. With the isenkram-cli package in place, tasksel
872 will automatically use the isenkram tasks to detect hardware specific
873 packages for the machine being installed and install them, because
874 isenkram-cli contain tasksel tasks.
</p
>
876 <p
>Second, one need to enable the non-free APT repository, because
877 most firmware unfortunately is non-free. This is done by preseeding
878 the apt-mirror-setup step. This is unfortunate, but for a lot of
879 hardware it is the only option in Debian.
</p
>
881 <p
>The end result is two lines needed in your preseeding file to get
882 firmware installed automatically by the installer:
</p
>
884 <p
><blockquote
><pre
>
885 base-installer base-installer/includes string isenkram-cli
886 apt-mirror-setup apt-setup/non-free boolean true
887 </pre
></blockquote
></p
>
889 <p
>The current version of isenkram-cli in testing/jessie will install
890 both firmware and user space packages when using this method. It also
891 do not work well, so use version
0.15 or later. Installing both
892 firmware and user space packages might give you a bit more than you
893 want, so I decided to split the tasksel task in two, one for firmware
894 and one for user space programs. The firmware task is enabled by
895 default, while the one for user space programs is not. This split is
896 implemented in the package currently in unstable.
</p
>
898 <p
>If you decide to give this a go, please let me know (via email) how
899 this recipe work for you. :)
</p
>
901 <p
>So, I bet you are wondering, how can this work. First and
902 foremost, it work because tasksel is modular, and driven by whatever
903 files it find in /usr/lib/tasksel/ and /usr/share/tasksel/. So the
904 isenkram-cli package place two files for tasksel to find. First there
905 is the task description file (/usr/share/tasksel/descs/isenkram.desc):
</p
>
907 <p
><blockquote
><pre
>
908 Task: isenkram-packages
910 Description: Hardware specific packages (autodetected by isenkram)
911 Based on the detected hardware various hardware specific packages are
913 Test-new-install: show show
915 Packages: for-current-hardware
917 Task: isenkram-firmware
919 Description: Hardware specific firmware packages (autodetected by isenkram)
920 Based on the detected hardware various hardware specific firmware
921 packages are proposed.
922 Test-new-install: mark show
924 Packages: for-current-hardware-firmware
925 </pre
></blockquote
></p
>
927 <p
>The key parts are Test-new-install which indicate how the task
928 should be handled and the Packages line referencing to a script in
929 /usr/lib/tasksel/packages/. The scripts use other scripts to get a
930 list of packages to install. The for-current-hardware-firmware script
931 look like this to list relevant firmware for the machine:
933 <p
><blockquote
><pre
>
938 isenkram-autoinstall-firmware -l
939 </pre
></blockquote
></p
>
941 <p
>With those two pieces in place, the firmware is installed by
942 tasksel during the normal d-i run. :)
</p
>
944 <p
>If you want to test what tasksel will install when isenkram-cli is
945 installed, run
<tt
>DEBIAN_PRIORITY=critical tasksel --test
946 --new-install
</tt
> to get the list of packages that tasksel would
949 <p
><a href=
"https://wiki.debian.org/DebianEdu/
">Debian Edu
</a
> will be
950 pilots in testing this feature, as isenkram is used there now to
951 install firmware, replacing the earlier scripts.
</p
>
956 <title>Install hardware dependent packages using tasksel (Isenkram
0.7)
</title>
957 <link>http://www.hungry.com/~pere/blog/Install_hardware_dependent_packages_using_tasksel__Isenkram_0_7_.html
</link>
958 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Install_hardware_dependent_packages_using_tasksel__Isenkram_0_7_.html
</guid>
959 <pubDate>Wed,
23 Apr
2014 14:
50:
00 +
0200</pubDate>
960 <description><p
>It would be nice if it was easier in Debian to get all the hardware
961 related packages relevant for the computer installed automatically.
962 So I implemented one, using
963 <a href=
"http://packages.qa.debian.org/isenkram
">my Isenkram
964 package
</a
>. To use it, install the tasksel and isenkram packages and
965 run tasksel as user root. You should be presented with a new option,
966 "Hardware specific packages (autodetected by isenkram)
". When you
967 select it, tasksel will install the packages isenkram claim is fit for
968 the current hardware, hot pluggable or not.
<p
>
970 <p
>The implementation is in two files, one is the tasksel menu entry
971 description, and the other is the script used to extract the list of
972 packages to install. The first part is in
973 <tt
>/usr/share/tasksel/descs/isenkram.desc
</tt
> and look like
976 <p
><blockquote
><pre
>
979 Description: Hardware specific packages (autodetected by isenkram)
980 Based on the detected hardware various hardware specific packages are
982 Test-new-install: mark show
984 Packages: for-current-hardware
985 </pre
></blockquote
></p
>
987 <p
>The second part is in
988 <tt
>/usr/lib/tasksel/packages/for-current-hardware
</tt
> and look like
991 <p
><blockquote
><pre
>
996 isenkram-autoinstall-firmware -l
998 </pre
></blockquote
></p
>
1000 <p
>All in all, a very short and simple implementation making it
1001 trivial to install the hardware dependent package we all may want to
1002 have installed on our machines. I
've not been able to find a way to
1003 get tasksel to tell you exactly which packages it plan to install
1004 before doing the installation. So if you are curious or careful,
1005 check the output from the isenkram-* command line tools first.
</p
>
1007 <p
>The information about which packages are handling which hardware is
1008 fetched either from the isenkram package itself in
1009 /usr/share/isenkram/, from git.debian.org or from the APT package
1010 database (using the Modaliases header). The APT package database
1011 parsing have caused a nasty resource leak in the isenkram daemon (bugs
1012 <a href=
"http://bugs.debian.org/
719837">#
719837</a
> and
1013 <a href=
"http://bugs.debian.org/
730704">#
730704</a
>). The cause is in
1014 the python-apt code (bug
1015 <a href=
"http://bugs.debian.org/
745487">#
745487</a
>), but using a
1016 workaround I was able to get rid of the file descriptor leak and
1017 reduce the memory leak from ~
30 MiB per hardware detection down to
1018 around
2 MiB per hardware detection. It should make the desktop
1019 daemon a lot more useful. The fix is in version
0.7 uploaded to
1020 unstable today.
</p
>
1022 <p
>I believe the current way of mapping hardware to packages in
1023 Isenkram is is a good draft, but in the future I expect isenkram to
1024 use the AppStream data source for this. A proposal for getting proper
1025 AppStream support into Debian is floating around as
1026 <a href=
"https://wiki.debian.org/DEP-
11">DEP-
11</a
>, and
1027 <a href=
"https://wiki.debian.org/SummerOfCode2014/Projects#SummerOfCode2014.2FProjects
.2FAppStreamDEP11Implementation.AppStream
.2FDEP-
11_for_the_Debian_Archive
">GSoC
1028 project
</a
> will take place this summer to improve the situation. I
1029 look forward to seeing the result, and welcome patches for isenkram to
1030 start using the information when it is ready.
</p
>
1032 <p
>If you want your package to map to some specific hardware, either
1033 add a
"Xb-Modaliases
" header to your control file like I did in
1034 <a href=
"http://packages.qa.debian.org/pymissile
">the pymissile
1035 package
</a
> or submit a bug report with the details to the isenkram
1037 <a href=
"http://www.hungry.com/~pere/blog/tags/isenkram/
">all my
1038 blog posts tagged isenkram
</a
> for details on the notation. I expect
1039 the information will be migrated to AppStream eventually, but for the
1040 moment I got no better place to store it.
</p
>
1045 <title>Automatically locate and install required firmware packages on Debian (Isenkram
0.4)
</title>
1046 <link>http://www.hungry.com/~pere/blog/Automatically_locate_and_install_required_firmware_packages_on_Debian__Isenkram_0_4_.html
</link>
1047 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Automatically_locate_and_install_required_firmware_packages_on_Debian__Isenkram_0_4_.html
</guid>
1048 <pubDate>Tue,
25 Jun
2013 11:
50:
00 +
0200</pubDate>
1049 <description><p
>It annoys me when the computer fail to do automatically what it is
1050 perfectly capable of, and I have to do it manually to get things
1051 working. One such task is to find out what firmware packages are
1052 needed to get the hardware on my computer working. Most often this
1053 affect the wifi card, but some times it even affect the RAID
1054 controller or the ethernet card. Today I pushed version
0.4 of the
1055 <a href=
"http://packages.qa.debian.org/isenkram
">Isenkram package
</a
>
1056 including a new script isenkram-autoinstall-firmware handling the
1057 process of asking all the loaded kernel modules what firmware files
1058 they want, find debian packages providing these files and install the
1059 debian packages. Here is a test run on my laptop:
</p
>
1061 <p
><pre
>
1062 # isenkram-autoinstall-firmware
1063 info: kernel drivers requested extra firmware: ipw2200-bss.fw ipw2200-ibss.fw ipw2200-sniffer.fw
1064 info: fetching http://http.debian.net/debian/dists/squeeze/Contents-i386.gz
1065 info: locating packages with the requested firmware files
1066 info: Updating APT sources after adding non-free APT source
1067 info: trying to install firmware-ipw2x00
1070 Preconfiguring packages ...
1071 Selecting previously deselected package firmware-ipw2x00.
1072 (Reading database ...
259727 files and directories currently installed.)
1073 Unpacking firmware-ipw2x00 (from .../firmware-ipw2x00_0.28+squeeze1_all.deb) ...
1074 Setting up firmware-ipw2x00 (
0.28+squeeze1) ...
1076 </pre
></p
>
1078 <p
>When all the requested firmware is present, a simple message is
1079 printed instead:
</p
>
1081 <p
><pre
>
1082 # isenkram-autoinstall-firmware
1083 info: did not find any firmware files requested by loaded kernel modules. exiting
1085 </pre
></p
>
1087 <p
>It could use some polish, but it is already working well and saving
1088 me some time when setting up new machines. :)
</p
>
1090 <p
>So, how does it work? It look at the set of currently loaded
1091 kernel modules, and look up each one of them using modinfo, to find
1092 the firmware files listed in the module meta-information. Next, it
1093 download the Contents file from a nearby APT mirror, and search for
1094 the firmware files in this file to locate the package with the
1095 requested firmware file. If the package is in the non-free section, a
1096 non-free APT source is added and the package is installed using
1097 <tt
>apt-get install
</tt
>. The end result is a slightly better working
1100 <p
>I hope someone find time to implement a more polished version of
1101 this script as part of the hw-detect debian-installer module, to
1102 finally fix
<a href=
"http://bugs.debian.org/
655507">BTS report
1103 #
655507</a
>. There really is no need to insert USB sticks with
1104 firmware during a PXE install when the packages already are available
1105 from the nearby Debian mirror.
</p
>
1110 <title>Isenkram
0.2 finally in the Debian archive
</title>
1111 <link>http://www.hungry.com/~pere/blog/Isenkram_0_2_finally_in_the_Debian_archive.html
</link>
1112 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Isenkram_0_2_finally_in_the_Debian_archive.html
</guid>
1113 <pubDate>Wed,
3 Apr
2013 23:
40:
00 +
0200</pubDate>
1114 <description><p
>Today the
<a href=
"http://packages.qa.debian.org/isenkram
">Isenkram
1115 package
</a
> finally made it into the archive, after lingering in NEW
1116 for many months. I uploaded it to the Debian experimental suite
1117 2013-
01-
27, and today it was accepted into the archive.
</p
>
1119 <p
>Isenkram is a system for suggesting to users what packages to
1120 install to work with a pluggable hardware device. The suggestion pop
1121 up when the device is plugged in. For example if a Lego Mindstorm NXT
1122 is inserted, it will suggest to install the program needed to program
1123 the NXT controller. Give it a go, and report bugs and suggestions to
1129 <title>Welcome to the world, Isenkram!
</title>
1130 <link>http://www.hungry.com/~pere/blog/Welcome_to_the_world__Isenkram_.html
</link>
1131 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Welcome_to_the_world__Isenkram_.html
</guid>
1132 <pubDate>Tue,
22 Jan
2013 22:
00:
00 +
0100</pubDate>
1133 <description><p
>Yesterday, I
1134 <a href=
"http://www.hungry.com/~pere/blog/First_prototype_ready_making_hardware_easier_to_use_in_Debian.html
">asked
1135 for testers
</a
> for my prototype for making Debian better at handling
1136 pluggable hardware devices, which I
1137 <a href=
"http://www.hungry.com/~pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html
">set
1138 out to create
</a
> earlier this month. Several valuable testers showed
1139 up, and caused me to really want to to open up the development to more
1140 people. But before I did this, I want to come up with a sensible name
1141 for this project. Today I finally decided on a new name, and I have
1142 renamed the project from hw-support-handler to this new name. In the
1143 process, I moved the source to git and made it available as a
1144 <a href=
"http://anonscm.debian.org/gitweb/?p=collab-maint/isenkram.git
">collab-maint
</a
>
1145 repository in Debian. The new name? It is
<strong
>Isenkram
</strong
>.
1146 To fetch and build the latest version of the source, use
</p
>
1149 git clone http://anonscm.debian.org/git/collab-maint/isenkram.git
1150 cd isenkram
&& git-buildpackage -us -uc
1153 <p
>I have not yet adjusted all files to use the new name yet. If you
1154 want to hack on the source or improve the package, please go ahead.
1155 But please talk to me first on IRC or via email before you do major
1156 changes, to make sure we do not step on each others toes. :)
</p
>
1158 <p
>If you wonder what
'isenkram
' is, it is a Norwegian word for iron
1159 stuff, typically meaning tools, nails, screws, etc. Typical hardware
1160 stuff, in other words. I
've been told it is the Norwegian variant of
1161 the German word eisenkram, for those that are familiar with that
1164 <p
><strong
>Update
2013-
01-
26</strong
>: Added -us -us to build
1165 instructions, to avoid confusing people with an error from the signing
1168 <p
><strong
>Update
2013-
01-
27</strong
>: Switch to HTTP URL for the git
1169 clone argument to avoid the need for authentication.
</p
>
1174 <title>First prototype ready making hardware easier to use in Debian
</title>
1175 <link>http://www.hungry.com/~pere/blog/First_prototype_ready_making_hardware_easier_to_use_in_Debian.html
</link>
1176 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/First_prototype_ready_making_hardware_easier_to_use_in_Debian.html
</guid>
1177 <pubDate>Mon,
21 Jan
2013 12:
00:
00 +
0100</pubDate>
1178 <description><p
>Early this month I set out to try to
1179 <a href=
"http://www.hungry.com/~pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html
">improve
1180 the Debian support for pluggable hardware devices
</a
>. Now my
1181 prototype is working, and it is ready for a larger audience. To test
1183 <a href=
"http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/
">source
1184 from the Debian Edu subversion repository
</a
>, build and install the
1185 package. You might have to log out and in again activate the
1186 autostart script.
</p
>
1188 <p
>The design is simple:
</p
>
1192 <li
>Add desktop entry in /usr/share/autostart/ causing a program
1193 hw-support-handlerd to start when the user log in.
</li
>
1195 <li
>This program listen for kernel events about new hardware (directly
1196 from the kernel like udev does), not using HAL dbus events as I
1197 initially did.
</li
>
1199 <li
>When new hardware is inserted, look up the hardware modalias in
1200 the APT database, a database
1201 <a href=
"http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/modaliases?view=markup
">available
1202 via HTTP
</a
> and a database available as part of the package.
</li
>
1204 <li
>If a package is mapped to the hardware in question, the package
1205 isn
't installed yet and this is the first time the hardware was
1206 plugged in, show a desktop notification suggesting to install the
1207 package or packages.
</li
>
1209 <li
>If the user click on the
'install package now
' button, ask
1210 aptdaemon via the PackageKit API to install the requrired package.
</li
>
1212 <li
>aptdaemon ask for root password or sudo password, and install the
1213 package while showing progress information in a window.
</li
>
1217 <p
>I still need to come up with a better name for the system. Here
1218 are some screen shots showing the prototype in action. First the
1219 notification, then the password request, and finally the request to
1220 approve all the dependencies. Sorry for the Norwegian Bokmål GUI.
</p
>
1222 <p
><img src=
"http://www.hungry.com/~pere/blog/images/
2013-
01-
21-hw-support-
1-notification.png
">
1223 <br
><img src=
"http://www.hungry.com/~pere/blog/images/
2013-
01-
21-hw-support-
2-password.png
">
1224 <br
><img src=
"http://www.hungry.com/~pere/blog/images/
2013-
01-
21-hw-support-
3-dependencies.png
">
1225 <br
><img src=
"http://www.hungry.com/~pere/blog/images/
2013-
01-
21-hw-support-
4-installing.png
">
1226 <br
><img src=
"http://www.hungry.com/~pere/blog/images/
2013-
01-
21-hw-support-
5-installing-details.png
" width=
"70%
"></p
>
1228 <p
>The prototype still need to be improved with longer timeouts, but
1229 is already useful. The database of hardware to package mappings also
1230 need more work. It is currently compatible with the Ubuntu way of
1231 storing such information in the package control file, but could be
1232 changed to use other formats instead or in addition to the current
1233 method. I
've dropped the use of discover for this mapping, as the
1234 modalias approach is more flexible and easier to use on Linux as long
1235 as the Linux kernel expose its modalias strings directly.
</p
>
1237 <p
><strong
>Update
2013-
01-
21 16:
50</strong
>: Due to popular demand,
1238 here is the command required to check out and build the source: Use
1239 '<tt
>svn checkout
1240 svn://svn.debian.org/debian-edu/trunk/src/hw-support-handler/; cd
1241 hw-support-handler; debuild
</tt
>'. If you lack debuild, install the
1242 devscripts package.
</p
>
1244 <p
><strong
>Update
2013-
01-
23 12:
00</strong
>: The project is now
1245 renamed to Isenkram and the source moved from the Debian Edu
1246 subversion repository to a Debian collab-maint git repository. See
1247 <a href=
"http://www.hungry.com/~pere/blog/Welcome_to_the_world__Isenkram_.html
">build
1248 instructions
</a
> for details.
</p
>
1253 <title>Using modalias info to find packages handling my hardware
</title>
1254 <link>http://www.hungry.com/~pere/blog/Using_modalias_info_to_find_packages_handling_my_hardware.html
</link>
1255 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Using_modalias_info_to_find_packages_handling_my_hardware.html
</guid>
1256 <pubDate>Tue,
15 Jan
2013 08:
00:
00 +
0100</pubDate>
1257 <description><p
>Yesterday, I wrote about the
1258 <a href=
"http://www.hungry.com/~pere/blog/Modalias_strings___a_practical_way_to_map__stuff__to_hardware.html
">modalias
1259 values provided by the Linux kernel
</a
> following my hope for
1260 <a href=
"http://www.hungry.com/~pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html
">better
1261 dongle support in Debian
</a
>. Using this knowledge, I have tested how
1262 modalias values attached to package names can be used to map packages
1263 to hardware. This allow the system to look up and suggest relevant
1264 packages when I plug in some new hardware into my machine, and replace
1265 discover and discover-data as the database used to map hardware to
1268 <p
>I create a modaliases file with entries like the following,
1269 containing package name, kernel module name (if relevant, otherwise
1270 the package name) and globs matching the relevant hardware
1273 <p
><blockquote
>
1274 Package: package-name
1275 <br
>Modaliases: module(modaliasglob, modaliasglob, modaliasglob)
</p
>
1276 </blockquote
></p
>
1278 <p
>It is fairly trivial to write code to find the relevant packages
1279 for a given modalias value using this file.
</p
>
1281 <p
>An entry like this would suggest the video and picture application
1282 cheese for many USB web cameras (interface bus class
0E01):
</p
>
1284 <p
><blockquote
>
1286 <br
>Modaliases: cheese(usb:v*p*d*dc*dsc*dp*ic0Eisc01ip*)
</p
>
1287 </blockquote
></p
>
1289 <p
>An entry like this would suggest the pcmciautils package when a
1290 CardBus bridge (bus class
0607) PCI device is present:
</p
>
1292 <p
><blockquote
>
1293 Package: pcmciautils
1294 <br
>Modaliases: pcmciautils(pci:v*d*sv*sd*bc06sc07i*)
1295 </blockquote
></p
>
1297 <p
>An entry like this would suggest the package colorhug-client when
1298 plugging in a ColorHug with USB IDs
04D8:F8DA:
</p
>
1300 <p
><blockquote
>
1301 Package: colorhug-client
1302 <br
>Modaliases: colorhug-client(usb:v04D8pF8DAd*)
</p
>
1303 </blockquote
></p
>
1305 <p
>I believe the format is compatible with the format of the Packages
1306 file in the Debian archive. Ubuntu already uses their Packages file
1307 to store their mappings from packages to hardware.
</p
>
1309 <p
>By adding a XB-Modaliases: header in debian/control, any .deb can
1310 announce the hardware it support in a way my prototype understand.
1311 This allow those publishing packages in an APT source outside the
1312 Debian archive as well as those backporting packages to make sure the
1313 hardware mapping are included in the package meta information. I
've
1314 tested such header in the pymissile package, and its modalias mapping
1315 is working as it should with my prototype. It even made it to Ubuntu
1318 <p
>To test if it was possible to look up supported hardware using only
1319 the shell tools available in the Debian installer, I wrote a shell
1320 implementation of the lookup code. The idea is to create files for
1321 each modalias and let the shell do the matching. Please check out and
1323 <a href=
"http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/hw-support-lookup?view=co
">hw-support-lookup
</a
>
1324 shell script. It run without any extra dependencies and fetch the
1325 hardware mappings from the Debian archive and the subversion
1326 repository where I currently work on my prototype.
</p
>
1328 <p
>When I use it on a machine with a yubikey inserted, it suggest to
1329 install yubikey-personalization:
</p
>
1331 <p
><blockquote
>
1332 % ./hw-support-lookup
1333 <br
>yubikey-personalization
1335 </blockquote
></p
>
1337 <p
>When I run it on my Thinkpad X40 with a PCMCIA/CardBus slot, it
1338 propose to install the pcmciautils package:
</p
>
1340 <p
><blockquote
>
1341 % ./hw-support-lookup
1342 <br
>pcmciautils
1344 </blockquote
></p
>
1346 <p
>If you know of any hardware-package mapping that should be added to
1347 <a href=
"http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/modaliases?view=co
">my
1348 database
</a
>, please tell me about it.
</p
>
1350 <p
>It could be possible to generate several of the mappings between
1351 packages and hardware. One source would be to look at packages with
1352 kernel modules, ie packages with *.ko files in /lib/modules/, and
1353 extract their modalias information. Another would be to look at
1354 packages with udev rules, ie packages with files in
1355 /lib/udev/rules.d/, and extract their vendor/model information to
1356 generate a modalias matching rule. I have not tested any of these to
1357 see if it work.
</p
>
1359 <p
>If you want to help implementing a system to let us propose what
1360 packages to install when new hardware is plugged into a Debian
1361 machine, please send me an email or talk to me on
1362 <a href=
"irc://irc.debian.org/%
23debian-devel
">#debian-devel
</a
>.
</p
>
1367 <title>Modalias strings - a practical way to map
"stuff
" to hardware
</title>
1368 <link>http://www.hungry.com/~pere/blog/Modalias_strings___a_practical_way_to_map__stuff__to_hardware.html
</link>
1369 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Modalias_strings___a_practical_way_to_map__stuff__to_hardware.html
</guid>
1370 <pubDate>Mon,
14 Jan
2013 11:
20:
00 +
0100</pubDate>
1371 <description><p
>While looking into how to look up Debian packages based on hardware
1372 information, to find the packages that support a given piece of
1373 hardware, I refreshed my memory regarding modalias values, and decided
1374 to document the details. Here are my findings so far, also available
1376 <a href=
"http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/
">the
1377 Debian Edu subversion repository
</a
>:
1379 <p
><strong
>Modalias decoded
</strong
></p
>
1381 <p
>This document try to explain what the different types of modalias
1382 values stands for. It is in part based on information from
1383 &lt;URL:
<a href=
"https://wiki.archlinux.org/index.php/Modalias
">https://wiki.archlinux.org/index.php/Modalias
</a
> &gt;,
1384 &lt;URL:
<a href=
"http://unix.stackexchange.com/questions/
26132/how-to-assign-usb-driver-to-device
">http://unix.stackexchange.com/questions/
26132/how-to-assign-usb-driver-to-device
</a
> &gt;,
1385 &lt;URL:
<a href=
"http://code.metager.de/source/history/linux/stable/scripts/mod/file2alias.c
">http://code.metager.de/source/history/linux/stable/scripts/mod/file2alias.c
</a
> &gt; and
1386 &lt;URL:
<a href=
"http://cvs.savannah.gnu.org/viewvc/dmidecode/dmidecode.c?root=dmidecode
&view=markup
">http://cvs.savannah.gnu.org/viewvc/dmidecode/dmidecode.c?root=dmidecode
&view=markup
</a
> &gt;.
1388 <p
>The modalias entries for a given Linux machine can be found using
1389 this shell script:
</p
>
1392 find /sys -name modalias -print0 | xargs -
0 cat | sort -u
1395 <p
>The supported modalias globs for a given kernel module can be found
1396 using modinfo:
</p
>
1399 % /sbin/modinfo psmouse | grep alias:
1400 alias: serio:ty05pr*id*ex*
1401 alias: serio:ty01pr*id*ex*
1405 <p
><strong
>PCI subtype
</strong
></p
>
1407 <p
>A typical PCI entry can look like this. This is an Intel Host
1408 Bridge memory controller:
</p
>
1410 <p
><blockquote
>
1411 pci:v00008086d00002770sv00001028sd000001ADbc06sc00i00
1412 </blockquote
></p
>
1414 <p
>This represent these values:
</p
>
1419 sv
00001028 (subvendor)
1420 sd
000001AD (subdevice)
1422 sc
00 (bus subclass)
1426 <p
>The vendor/device values are the same values outputted from
'lspci
1427 -n
' as
8086:
2770. The bus class/subclass is also shown by lspci as
1428 0600. The
0600 class is a host bridge. Other useful bus values are
1429 0300 (VGA compatible card) and
0200 (Ethernet controller).
</p
>
1431 <p
>Not sure how to figure out the interface value, nor what it
1434 <p
><strong
>USB subtype
</strong
></p
>
1436 <p
>Some typical USB entries can look like this. This is an internal
1437 USB hub in a laptop:
</p
>
1439 <p
><blockquote
>
1440 usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00
1441 </blockquote
></p
>
1443 <p
>Here is the values included in this alias:
</p
>
1446 v
1D6B (device vendor)
1447 p
0001 (device product)
1449 dc
09 (device class)
1450 dsc
00 (device subclass)
1451 dp
00 (device protocol)
1452 ic
09 (interface class)
1453 isc
00 (interface subclass)
1454 ip
00 (interface protocol)
1457 <p
>The
0900 device class/subclass means hub. Some times the relevant
1458 class is in the interface class section. For a simple USB web camera,
1459 these alias entries show up:
</p
>
1461 <p
><blockquote
>
1462 usb:v0AC8p3420d5000dcEFdsc02dp01ic01isc01ip00
1463 <br
>usb:v0AC8p3420d5000dcEFdsc02dp01ic01isc02ip00
1464 <br
>usb:v0AC8p3420d5000dcEFdsc02dp01ic0Eisc01ip00
1465 <br
>usb:v0AC8p3420d5000dcEFdsc02dp01ic0Eisc02ip00
1466 </blockquote
></p
>
1468 <p
>Interface class
0E01 is video control,
0E02 is video streaming (aka
1469 camera),
0101 is audio control device and
0102 is audio streaming (aka
1470 microphone). Thus this is a camera with microphone included.
</p
>
1472 <p
><strong
>ACPI subtype
</strong
></p
>
1474 <p
>The ACPI type is used for several non-PCI/USB stuff. This is an IR
1475 receiver in a Thinkpad X40:
</p
>
1477 <p
><blockquote
>
1478 acpi:IBM0071:PNP0511:
1479 </blockquote
></p
>
1481 <p
>The values between the colons are IDs.
</p
>
1483 <p
><strong
>DMI subtype
</strong
></p
>
1485 <p
>The DMI table contain lots of information about the computer case
1486 and model. This is an entry for a IBM Thinkpad X40, fetched from
1487 /sys/devices/virtual/dmi/id/modalias:
</p
>
1489 <p
><blockquote
>
1490 dmi:bvnIBM:bvr1UETB6WW(
1.66):bd06/
15/
2005:svnIBM:pn2371H4G:pvrThinkPadX40:rvnIBM:rn2371H4G:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
1491 </blockquote
></p
>
1493 <p
>The values present are
</p
>
1496 bvn IBM (BIOS vendor)
1497 bvr
1UETB
6WW(
1.66) (BIOS version)
1498 bd
06/
15/
2005 (BIOS date)
1499 svn IBM (system vendor)
1500 pn
2371H4G (product name)
1501 pvr ThinkPadX40 (product version)
1502 rvn IBM (board vendor)
1503 rn
2371H4G (board name)
1504 rvr NotAvailable (board version)
1505 cvn IBM (chassis vendor)
1506 ct
10 (chassis type)
1507 cvr NotAvailable (chassis version)
1510 <p
>The chassis type
10 is Notebook. Other interesting values can be
1511 found in the dmidecode source:
</p
>
1515 4 Low Profile Desktop
1528 17 Main Server Chassis
1529 18 Expansion Chassis
1531 20 Bus Expansion Chassis
1532 21 Peripheral Chassis
1534 23 Rack Mount Chassis
1543 <p
>The chassis type values are not always accurately set in the DMI
1544 table. For example my home server is a tower, but the DMI modalias
1545 claim it is a desktop.
</p
>
1547 <p
><strong
>SerIO subtype
</strong
></p
>
1549 <p
>This type is used for PS/
2 mouse plugs. One example is from my
1550 test machine:
</p
>
1552 <p
><blockquote
>
1553 serio:ty01pr00id00ex00
1554 </blockquote
></p
>
1556 <p
>The values present are
</p
>
1565 <p
>This type is supported by the psmouse driver. I am not sure what
1566 the valid values are.
</p
>
1568 <p
><strong
>Other subtypes
</strong
></p
>
1570 <p
>There are heaps of other modalias subtypes according to
1571 file2alias.c. There is the rest of the list from that source: amba,
1572 ap, bcma, ccw, css, eisa, hid, i2c, ieee1394, input, ipack, isapnp,
1573 mdio, of, parisc, pcmcia, platform, scsi, sdio, spi, ssb, vio, virtio,
1574 vmbus, x86cpu and zorro. I did not spend time documenting all of
1575 these, as they do not seem relevant for my intended use with mapping
1576 hardware to packages when new stuff is inserted during run time.
</p
>
1578 <p
><strong
>Looking up kernel modules using modalias values
</strong
></p
>
1580 <p
>To check which kernel modules provide support for a given modalias,
1581 one can use the following shell script:
</p
>
1584 for id in $(find /sys -name modalias -print0 | xargs -
0 cat | sort -u); do \
1585 echo
"$id
" ; \
1586 /sbin/modprobe --show-depends
"$id
"|sed
's/^/ /
' ; \
1590 <p
>The output can look like this (only the first few entries as the
1591 list is very long on my test machine):
</p
>
1595 insmod /lib/modules/
2.6.32-
5-
686/kernel/drivers/acpi/ac.ko
1597 FATAL: Module acpi:device: not found.
1599 insmod /lib/modules/
2.6.32-
5-
686/kernel/drivers/char/nvram.ko
1600 insmod /lib/modules/
2.6.32-
5-
686/kernel/drivers/leds/led-class.ko
1601 insmod /lib/modules/
2.6.32-
5-
686/kernel/net/rfkill/rfkill.ko
1602 insmod /lib/modules/
2.6.32-
5-
686/kernel/drivers/platform/x86/thinkpad_acpi.ko
1603 acpi:IBM0071:PNP0511:
1604 insmod /lib/modules/
2.6.32-
5-
686/kernel/lib/crc-ccitt.ko
1605 insmod /lib/modules/
2.6.32-
5-
686/kernel/net/irda/irda.ko
1606 insmod /lib/modules/
2.6.32-
5-
686/kernel/drivers/net/irda/nsc-ircc.ko
1610 <p
>If you want to help implementing a system to let us propose what
1611 packages to install when new hardware is plugged into a Debian
1612 machine, please send me an email or talk to me on
1613 <a href=
"irc://irc.debian.org/%
23debian-devel
">#debian-devel
</a
>.
</p
>
1615 <p
><strong
>Update
2013-
01-
15:
</strong
> Rewrite
"cat $(find ...)
" to
1616 "find ... -print0 | xargs -
0 cat
" to make sure it handle directories
1617 in /sys/ with space in them.
</p
>
1622 <title>Moved the pymissile Debian packaging to collab-maint
</title>
1623 <link>http://www.hungry.com/~pere/blog/Moved_the_pymissile_Debian_packaging_to_collab_maint.html
</link>
1624 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Moved_the_pymissile_Debian_packaging_to_collab_maint.html
</guid>
1625 <pubDate>Thu,
10 Jan
2013 20:
40:
00 +
0100</pubDate>
1626 <description><p
>As part of my investigation on how to improve the support in Debian
1627 for hardware dongles, I dug up my old Mark and Spencer USB Rocket
1628 Launcher and updated the Debian package
1629 <a href=
"http://packages.qa.debian.org/pymissile
">pymissile
</a
> to make
1630 sure udev will fix the device permissions when it is plugged in. I
1631 also added a
"Modaliases
" header to test it in the Debian archive and
1632 hopefully make the package be proposed by jockey in Ubuntu when a user
1633 plug in his rocket launcher. In the process I moved the source to a
1634 git repository under collab-maint, to make it easier for any DD to
1635 contribute.
<a href=
"http://code.google.com/p/pymissile/
">Upstream
</a
>
1636 is not very active, but the software still work for me even after five
1637 years of relative silence. The new git repository is not listed in
1638 the uploaded package yet, because I want to test the other changes a
1639 bit more before I upload the new version. If you want to check out
1640 the new version with a .desktop file included, visit the
1641 <a href=
"http://anonscm.debian.org/gitweb/?p=collab-maint/pymissile.git
">gitweb
1642 view
</a
> or use
"<tt
>git clone
1643 git://anonscm.debian.org/collab-maint/pymissile.git
</tt
>".
</p
>
1648 <title>Lets make hardware dongles easier to use in Debian
</title>
1649 <link>http://www.hungry.com/~pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html
</link>
1650 <guid isPermaLink=
"true">http://www.hungry.com/~pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html
</guid>
1651 <pubDate>Wed,
9 Jan
2013 15:
40:
00 +
0100</pubDate>
1652 <description><p
>One thing that annoys me with Debian and Linux distributions in
1653 general, is that there is a great package management system with the
1654 ability to automatically install software packages by downloading them
1655 from the distribution mirrors, but no way to get it to automatically
1656 install the packages I need to use the hardware I plug into my
1657 machine. Even if the package to use it is easily available from the
1658 Linux distribution. When I plug in a LEGO Mindstorms NXT, it could
1659 suggest to automatically install the python-nxt, nbc and t2n packages
1660 I need to talk to it. When I plug in a Yubikey, it could propose the
1661 yubikey-personalization package. The information required to do this
1662 is available, but no-one have pulled all the pieces together.
</p
>
1664 <p
>Some years ago, I proposed to
1665 <a href=
"http://lists.debian.org/debian-devel/
2010/
05/msg01206.html
">use
1666 the discover subsystem to implement this
</a
>. The idea is fairly
1671 <li
>Add a desktop entry in /usr/share/autostart/ pointing to a program
1672 starting when a user log in.
</li
>
1674 <li
>Set this program up to listen for kernel events emitted when new
1675 hardware is inserted into the computer.
</li
>
1677 <li
>When new hardware is inserted, look up the hardware ID in a
1678 database mapping to packages, and take note of any non-installed
1679 packages.
</li
>
1681 <li
>Show a message to the user proposing to install the discovered
1682 package, and make it easy to install it.
</li
>
1686 <p
>I am not sure what the best way to implement this is, but my
1687 initial idea was to use dbus events to discover new hardware, the
1688 discover database to find packages and
1689 <a href=
"http://www.packagekit.org/
">PackageKit
</a
> to install
1692 <p
>Yesterday, I found time to try to implement this idea, and the
1693 draft package is now checked into
1694 <a href=
"http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/
">the
1695 Debian Edu subversion repository
</a
>. In the process, I updated the
1696 <a href=
"http://packages.qa.debian.org/d/discover-data.html
">discover-data
</a
>
1697 package to map the USB ids of LEGO Mindstorms and Yubikey devices to
1698 the relevant packages in Debian, and uploaded a new version
1699 2.2013.01.09 to unstable. I also discovered that the current
1700 <a href=
"http://packages.qa.debian.org/d/discover.html
">discover
</a
>
1701 package in Debian no longer discovered any USB devices, because
1702 /proc/bus/usb/devices is no longer present. I ported it to use
1703 libusb as a fall back option to get it working. The fixed package
1704 version
2.1.2-
6 is now in experimental (didn
't upload it to unstable
1705 because of the freeze).
</p
>
1707 <p
>With this prototype in place, I can insert my Yubikey, and get this
1708 desktop notification to show up (only once, the first time it is
1709 inserted):
</p
>
1711 <p align=
"center
"><img src=
"http://www.hungry.com/~pere/blog/images/
2013-
01-
09-hw-autoinstall.png
"></p
>
1713 <p
>For this prototype to be really useful, some way to automatically
1714 install the proposed packages by pressing the
"Please install
1715 program(s)
" button should to be implemented.
</p
>
1717 <p
>If this idea seem useful to you, and you want to help make it
1718 happen, please help me update the discover-data database with mappings
1719 from hardware to Debian packages. Check if
'discover-pkginstall -l
'
1720 list the package you would like to have installed when a given
1721 hardware device is inserted into your computer, and report bugs using
1722 reportbug if it isn
't. Or, if you know of a better way to provide
1723 such mapping, please let me know.
</p
>
1725 <p
>This prototype need more work, and there are several questions that
1726 should be considered before it is ready for production use. Is dbus
1727 the correct way to detect new hardware? At the moment I look for HAL
1728 dbus events on the system bus, because that is the events I could see
1729 on my Debian Squeeze KDE desktop. Are there better events to use?
1730 How should the user be notified? Is the desktop notification
1731 mechanism the best option, or should the background daemon raise a
1732 popup instead? How should packages be installed? When should they
1733 not be installed?
</p
>
1735 <p
>If you want to help getting such feature implemented in Debian,
1736 please send me an email. :)
</p
>