]> pere.pagekite.me Git - homepage.git/blob - blog/archive/2013/01/01.rss
Generated.
[homepage.git] / blog / archive / 2013 / 01 / 01.rss
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
4 <title>Petter Reinholdtsen - Entries from January 2013</title>
5 <description>Entries from January 2013</description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7
8
9 <item>
10 <title>What is the most supported MIME type in Debian?</title>
11 <link>http://people.skolelinux.org/pere/blog/What_is_the_most_supported_MIME_type_in_Debian_.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_is_the_most_supported_MIME_type_in_Debian_.html</guid>
13 <pubDate>Wed, 16 Jan 2013 10:10:00 +0100</pubDate>
14 <description>&lt;p&gt;The &lt;a href=&quot;http://wiki.debian.org/AppStreamDebianProposal&quot;&gt;DEP-11
15 proposal to add AppStream information to the Debian archive&lt;/a&gt;, is a
16 proposal to make it possible for a Desktop application to propose to
17 the user some package to install to gain support for a given MIME
18 type, font, library etc. that is currently missing. With such
19 mechanism in place, it would be possible for the desktop to
20 automatically propose and install leocad if some LDraw file is
21 downloaded by the browser.&lt;/p&gt;
22
23 &lt;p&gt;To get some idea about the current content of the archive, I decided
24 to write a simple program to extract all .desktop files from the
25 Debian archive and look up the claimed MIME support there. The result
26 can be found on the
27 &lt;a href=&quot;http://ftp.skolelinux.org/pub/AppStreamTest&quot;&gt;Skolelinux FTP
28 site&lt;/a&gt;. Using the collected information, it become possible to
29 answer the question in the title. Here are the 20 most supported MIME
30 types in Debian stable (Squeeze), testing (Wheezy) and unstable (Sid).
31 The complete list is available from the link above.&lt;/p&gt;
32
33 &lt;p&gt;&lt;strong&gt;Debian Stable:&lt;/strong&gt;&lt;/p&gt;
34
35 &lt;pre&gt;
36 count MIME type
37 ----- -----------------------
38 25 audio/mpeg
39 24 audio/x-mp3
40 24 application/ogg
41 23 text/plain
42 21 image/tiff
43 20 image/jpeg
44 20 audio/x-flac
45 19 image/png
46 19 image/gif
47 19 audio/x-wav
48 19 audio/x-mpegurl
49 18 image/bmp
50 18 audio/x-scpls
51 18 audio/x-mpeg
52 16 audio/x-musepack
53 16 application/x-ogg
54 14 image/x-portable-pixmap
55 14 image/x-portable-bitmap
56 13 video/x-ms-asf
57 13 video/mpeg
58 &lt;/pre&gt;
59
60 &lt;p&gt;&lt;strong&gt;Debian Testing:&lt;/strong&gt;&lt;/p&gt;
61
62 &lt;pre&gt;
63 count MIME type
64 ----- -----------------------
65 21 text/plain
66 21 audio/x-mp3
67 21 audio/mpeg
68 20 application/ogg
69 19 audio/x-wav
70 18 image/tiff
71 18 image/jpeg
72 18 audio/x-flac
73 17 image/png
74 17 image/gif
75 17 audio/x-mpegurl
76 16 audio/x-scpls
77 15 image/bmp
78 15 audio/x-mpeg
79 14 application/x-ogg
80 13 video/x-ms-asf
81 13 audio/x-musepack
82 12 video/x-ms-wmv
83 12 video/x-msvideo
84 12 video/quicktime
85 &lt;/pre&gt;
86
87 &lt;p&gt;&lt;strong&gt;Debian Unstable:&lt;/strong&gt;&lt;/p&gt;
88
89 &lt;pre&gt;
90 count MIME type
91 ----- -----------------------
92 23 audio/mpeg
93 22 text/plain
94 21 audio/x-mp3
95 21 application/ogg
96 20 audio/x-wav
97 19 image/tiff
98 19 audio/x-flac
99 18 image/jpeg
100 17 image/png
101 17 image/gif
102 17 audio/x-mpegurl
103 16 image/bmp
104 16 audio/x-scpls
105 16 audio/x-mpeg
106 14 audio/x-musepack
107 14 application/x-ogg
108 13 video/x-ms-asf
109 13 video/mpeg
110 13 audio/mp4
111 12 video/x-ms-wmv
112 &lt;/pre&gt;
113
114 &lt;p&gt;I am told that PackageKit can provide an API to access the kind of
115 information mentioned in DEP-11. I have not yet had time to look at
116 it, but hope the PackageKit people in Debian are on top of these
117 issues.&lt;/p&gt;
118 </description>
119 </item>
120
121 <item>
122 <title>Using modalias info to find packages handling my hardware</title>
123 <link>http://people.skolelinux.org/pere/blog/Using_modalias_info_to_find_packages_handling_my_hardware.html</link>
124 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Using_modalias_info_to_find_packages_handling_my_hardware.html</guid>
125 <pubDate>Tue, 15 Jan 2013 08:00:00 +0100</pubDate>
126 <description>&lt;p&gt;Yesterday, I wrote about the
127 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Modalias_strings___a_practical_way_to_map__stuff__to_hardware.html&quot;&gt;modalias
128 values provided by the Linux kernel&lt;/a&gt; following my hope for
129 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html&quot;&gt;better
130 dongle support in Debian&lt;/a&gt;. Using this knowledge, I have tested how
131 modalias values attached to package names can be used to map packages
132 to hardware. This allow the system to look up and suggest relevant
133 packages when I plug in some new hardware into my machine, and replace
134 discover and discover-data as the database used to map hardware to
135 packages.&lt;/p&gt;
136
137 &lt;p&gt;I create a modaliases file with entries like the following,
138 containing package name, kernel module name (if relevant, otherwise
139 the package name) and globs matching the relevant hardware
140 modalias.&lt;/p&gt;
141
142 &lt;p&gt;&lt;blockquote&gt;
143 Package: package-name
144 &lt;br&gt;Modaliases: module(modaliasglob, modaliasglob, modaliasglob)&lt;/p&gt;
145 &lt;/blockquote&gt;&lt;/p&gt;
146
147 &lt;p&gt;It is fairly trivial to write code to find the relevant packages
148 for a given modalias value using this file.&lt;/p&gt;
149
150 &lt;p&gt;An entry like this would suggest the video and picture application
151 cheese for many USB web cameras (interface bus class 0E01):&lt;/p&gt;
152
153 &lt;p&gt;&lt;blockquote&gt;
154 Package: cheese
155 &lt;br&gt;Modaliases: cheese(usb:v*p*d*dc*dsc*dp*ic0Eisc01ip*)&lt;/p&gt;
156 &lt;/blockquote&gt;&lt;/p&gt;
157
158 &lt;p&gt;An entry like this would suggest the pcmciautils package when a
159 CardBus bridge (bus class 0607) PCI device is present:&lt;/p&gt;
160
161 &lt;p&gt;&lt;blockquote&gt;
162 Package: pcmciautils
163 &lt;br&gt;Modaliases: pcmciautils(pci:v*d*sv*sd*bc06sc07i*)
164 &lt;/blockquote&gt;&lt;/p&gt;
165
166 &lt;p&gt;An entry like this would suggest the package colorhug-client when
167 plugging in a ColorHug with USB IDs 04D8:F8DA:&lt;/p&gt;
168
169 &lt;p&gt;&lt;blockquote&gt;
170 Package: colorhug-client
171 &lt;br&gt;Modaliases: colorhug-client(usb:v04D8pF8DAd*)&lt;/p&gt;
172 &lt;/blockquote&gt;&lt;/p&gt;
173
174 &lt;p&gt;I believe the format is compatible with the format of the Packages
175 file in the Debian archive. Ubuntu already uses their Packages file
176 to store their mappings from packages to hardware.&lt;/p&gt;
177
178 &lt;p&gt;By adding a XB-Modaliases: header in debian/control, any .deb can
179 announce the hardware it support in a way my prototype understand.
180 This allow those publishing packages in an APT source outside the
181 Debian archive as well as those backporting packages to make sure the
182 hardware mapping are included in the package meta information. I&#39;ve
183 tested such header in the pymissile package, and its modalias mapping
184 is working as it should with my prototype. It even made it to Ubuntu
185 Raring.&lt;/p&gt;
186
187 &lt;p&gt;To test if it was possible to look up supported hardware using only
188 the shell tools available in the Debian installer, I wrote a shell
189 implementation of the lookup code. The idea is to create files for
190 each modalias and let the shell do the matching. Please check out and
191 try the
192 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/hw-support-lookup?view=co&quot;&gt;hw-support-lookup&lt;/a&gt;
193 shell script. It run without any extra dependencies and fetch the
194 hardware mappings from the Debian archive and the subversion
195 repository where I currently work on my prototype.&lt;/p&gt;
196
197 &lt;p&gt;When I use it on a machine with a yubikey inserted, it suggest to
198 install yubikey-personalization:&lt;/p&gt;
199
200 &lt;p&gt;&lt;blockquote&gt;
201 % ./hw-support-lookup
202 &lt;br&gt;yubikey-personalization
203 &lt;br&gt;%
204 &lt;/blockquote&gt;&lt;/p&gt;
205
206 &lt;p&gt;When I run it on my Thinkpad X40 with a PCMCIA/CardBus slot, it
207 propose to install the pcmciautils package:&lt;/p&gt;
208
209 &lt;p&gt;&lt;blockquote&gt;
210 % ./hw-support-lookup
211 &lt;br&gt;pcmciautils
212 &lt;br&gt;%
213 &lt;/blockquote&gt;&lt;/p&gt;
214
215 &lt;p&gt;If you know of any hardware-package mapping that should be added to
216 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/modaliases?view=co&quot;&gt;my
217 database&lt;/a&gt;, please tell me about it.&lt;/p&gt;
218
219 &lt;p&gt;It could be possible to generate several of the mappings between
220 packages and hardware. One source would be to look at packages with
221 kernel modules, ie packages with *.ko files in /lib/modules/, and
222 extract their modalias information. Another would be to look at
223 packages with udev rules, ie packages with files in
224 /lib/udev/rules.d/, and extract their vendor/model information to
225 generate a modalias matching rule. I have not tested any of these to
226 see if it work.&lt;/p&gt;
227
228 &lt;p&gt;If you want to help implementing a system to let us propose what
229 packages to install when new hardware is plugged into a Debian
230 machine, please send me an email or talk to me on
231 &lt;a href=&quot;irc://irc.debian.org/%23debian-devel&quot;&gt;#debian-devel&lt;/a&gt;.&lt;/p&gt;
232 </description>
233 </item>
234
235 <item>
236 <title>Modalias strings - a practical way to map &quot;stuff&quot; to hardware</title>
237 <link>http://people.skolelinux.org/pere/blog/Modalias_strings___a_practical_way_to_map__stuff__to_hardware.html</link>
238 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Modalias_strings___a_practical_way_to_map__stuff__to_hardware.html</guid>
239 <pubDate>Mon, 14 Jan 2013 11:20:00 +0100</pubDate>
240 <description>&lt;p&gt;While looking into how to look up Debian packages based on hardware
241 information, to find the packages that support a given piece of
242 hardware, I refreshed my memory regarding modalias values, and decided
243 to document the details. Here are my findings so far, also available
244 in
245 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/&quot;&gt;the
246 Debian Edu subversion repository&lt;/a&gt;:
247
248 &lt;p&gt;&lt;strong&gt;Modalias decoded&lt;/strong&gt;&lt;/p&gt;
249
250 &lt;p&gt;This document try to explain what the different types of modalias
251 values stands for. It is in part based on information from
252 &amp;lt;URL: &lt;a href=&quot;https://wiki.archlinux.org/index.php/Modalias&quot;&gt;https://wiki.archlinux.org/index.php/Modalias&lt;/a&gt; &amp;gt;,
253 &amp;lt;URL: &lt;a href=&quot;http://unix.stackexchange.com/questions/26132/how-to-assign-usb-driver-to-device&quot;&gt;http://unix.stackexchange.com/questions/26132/how-to-assign-usb-driver-to-device&lt;/a&gt; &amp;gt;,
254 &amp;lt;URL: &lt;a href=&quot;http://code.metager.de/source/history/linux/stable/scripts/mod/file2alias.c&quot;&gt;http://code.metager.de/source/history/linux/stable/scripts/mod/file2alias.c&lt;/a&gt; &amp;gt; and
255 &amp;lt;URL: &lt;a href=&quot;http://cvs.savannah.gnu.org/viewvc/dmidecode/dmidecode.c?root=dmidecode&amp;view=markup&quot;&gt;http://cvs.savannah.gnu.org/viewvc/dmidecode/dmidecode.c?root=dmidecode&amp;view=markup&lt;/a&gt; &amp;gt;.
256
257 &lt;p&gt;The modalias entries for a given Linux machine can be found using
258 this shell script:&lt;/p&gt;
259
260 &lt;pre&gt;
261 find /sys -name modalias -print0 | xargs -0 cat | sort -u
262 &lt;/pre&gt;
263
264 &lt;p&gt;The supported modalias globs for a given kernel module can be found
265 using modinfo:&lt;/p&gt;
266
267 &lt;pre&gt;
268 % /sbin/modinfo psmouse | grep alias:
269 alias: serio:ty05pr*id*ex*
270 alias: serio:ty01pr*id*ex*
271 %
272 &lt;/pre&gt;
273
274 &lt;p&gt;&lt;strong&gt;PCI subtype&lt;/strong&gt;&lt;/p&gt;
275
276 &lt;p&gt;A typical PCI entry can look like this. This is an Intel Host
277 Bridge memory controller:&lt;/p&gt;
278
279 &lt;p&gt;&lt;blockquote&gt;
280 pci:v00008086d00002770sv00001028sd000001ADbc06sc00i00
281 &lt;/blockquote&gt;&lt;/p&gt;
282
283 &lt;p&gt;This represent these values:&lt;/p&gt;
284
285 &lt;pre&gt;
286 v 00008086 (vendor)
287 d 00002770 (device)
288 sv 00001028 (subvendor)
289 sd 000001AD (subdevice)
290 bc 06 (bus class)
291 sc 00 (bus subclass)
292 i 00 (interface)
293 &lt;/pre&gt;
294
295 &lt;p&gt;The vendor/device values are the same values outputted from &#39;lspci
296 -n&#39; as 8086:2770. The bus class/subclass is also shown by lspci as
297 0600. The 0600 class is a host bridge. Other useful bus values are
298 0300 (VGA compatible card) and 0200 (Ethernet controller).&lt;/p&gt;
299
300 &lt;p&gt;Not sure how to figure out the interface value, nor what it
301 means.&lt;/p&gt;
302
303 &lt;p&gt;&lt;strong&gt;USB subtype&lt;/strong&gt;&lt;/p&gt;
304
305 &lt;p&gt;Some typical USB entries can look like this. This is an internal
306 USB hub in a laptop:&lt;/p&gt;
307
308 &lt;p&gt;&lt;blockquote&gt;
309 usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00
310 &lt;/blockquote&gt;&lt;/p&gt;
311
312 &lt;p&gt;Here is the values included in this alias:&lt;/p&gt;
313
314 &lt;pre&gt;
315 v 1D6B (device vendor)
316 p 0001 (device product)
317 d 0206 (bcddevice)
318 dc 09 (device class)
319 dsc 00 (device subclass)
320 dp 00 (device protocol)
321 ic 09 (interface class)
322 isc 00 (interface subclass)
323 ip 00 (interface protocol)
324 &lt;/pre&gt;
325
326 &lt;p&gt;The 0900 device class/subclass means hub. Some times the relevant
327 class is in the interface class section. For a simple USB web camera,
328 these alias entries show up:&lt;/p&gt;
329
330 &lt;p&gt;&lt;blockquote&gt;
331 usb:v0AC8p3420d5000dcEFdsc02dp01ic01isc01ip00
332 &lt;br&gt;usb:v0AC8p3420d5000dcEFdsc02dp01ic01isc02ip00
333 &lt;br&gt;usb:v0AC8p3420d5000dcEFdsc02dp01ic0Eisc01ip00
334 &lt;br&gt;usb:v0AC8p3420d5000dcEFdsc02dp01ic0Eisc02ip00
335 &lt;/blockquote&gt;&lt;/p&gt;
336
337 &lt;p&gt;Interface class 0E01 is video control, 0E02 is video streaming (aka
338 camera), 0101 is audio control device and 0102 is audio streaming (aka
339 microphone). Thus this is a camera with microphone included.&lt;/p&gt;
340
341 &lt;p&gt;&lt;strong&gt;ACPI subtype&lt;/strong&gt;&lt;/p&gt;
342
343 &lt;p&gt;The ACPI type is used for several non-PCI/USB stuff. This is an IR
344 receiver in a Thinkpad X40:&lt;/p&gt;
345
346 &lt;p&gt;&lt;blockquote&gt;
347 acpi:IBM0071:PNP0511:
348 &lt;/blockquote&gt;&lt;/p&gt;
349
350 &lt;p&gt;The values between the colons are IDs.&lt;/p&gt;
351
352 &lt;p&gt;&lt;strong&gt;DMI subtype&lt;/strong&gt;&lt;/p&gt;
353
354 &lt;p&gt;The DMI table contain lots of information about the computer case
355 and model. This is an entry for a IBM Thinkpad X40, fetched from
356 /sys/devices/virtual/dmi/id/modalias:&lt;/p&gt;
357
358 &lt;p&gt;&lt;blockquote&gt;
359 dmi:bvnIBM:bvr1UETB6WW(1.66):bd06/15/2005:svnIBM:pn2371H4G:pvrThinkPadX40:rvnIBM:rn2371H4G:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
360 &lt;/blockquote&gt;&lt;/p&gt;
361
362 &lt;p&gt;The values present are&lt;/p&gt;
363
364 &lt;pre&gt;
365 bvn IBM (BIOS vendor)
366 bvr 1UETB6WW(1.66) (BIOS version)
367 bd 06/15/2005 (BIOS date)
368 svn IBM (system vendor)
369 pn 2371H4G (product name)
370 pvr ThinkPadX40 (product version)
371 rvn IBM (board vendor)
372 rn 2371H4G (board name)
373 rvr NotAvailable (board version)
374 cvn IBM (chassis vendor)
375 ct 10 (chassis type)
376 cvr NotAvailable (chassis version)
377 &lt;/pre&gt;
378
379 &lt;p&gt;The chassis type 10 is Notebook. Other interesting values can be
380 found in the dmidecode source:&lt;/p&gt;
381
382 &lt;pre&gt;
383 3 Desktop
384 4 Low Profile Desktop
385 5 Pizza Box
386 6 Mini Tower
387 7 Tower
388 8 Portable
389 9 Laptop
390 10 Notebook
391 11 Hand Held
392 12 Docking Station
393 13 All In One
394 14 Sub Notebook
395 15 Space-saving
396 16 Lunch Box
397 17 Main Server Chassis
398 18 Expansion Chassis
399 19 Sub Chassis
400 20 Bus Expansion Chassis
401 21 Peripheral Chassis
402 22 RAID Chassis
403 23 Rack Mount Chassis
404 24 Sealed-case PC
405 25 Multi-system
406 26 CompactPCI
407 27 AdvancedTCA
408 28 Blade
409 29 Blade Enclosing
410 &lt;/pre&gt;
411
412 &lt;p&gt;The chassis type values are not always accurately set in the DMI
413 table. For example my home server is a tower, but the DMI modalias
414 claim it is a desktop.&lt;/p&gt;
415
416 &lt;p&gt;&lt;strong&gt;SerIO subtype&lt;/strong&gt;&lt;/p&gt;
417
418 &lt;p&gt;This type is used for PS/2 mouse plugs. One example is from my
419 test machine:&lt;/p&gt;
420
421 &lt;p&gt;&lt;blockquote&gt;
422 serio:ty01pr00id00ex00
423 &lt;/blockquote&gt;&lt;/p&gt;
424
425 &lt;p&gt;The values present are&lt;/p&gt;
426
427 &lt;pre&gt;
428 ty 01 (type)
429 pr 00 (prototype)
430 id 00 (id)
431 ex 00 (extra)
432 &lt;/pre&gt;
433
434 &lt;p&gt;This type is supported by the psmouse driver. I am not sure what
435 the valid values are.&lt;/p&gt;
436
437 &lt;p&gt;&lt;strong&gt;Other subtypes&lt;/strong&gt;&lt;/p&gt;
438
439 &lt;p&gt;There are heaps of other modalias subtypes according to
440 file2alias.c. There is the rest of the list from that source: amba,
441 ap, bcma, ccw, css, eisa, hid, i2c, ieee1394, input, ipack, isapnp,
442 mdio, of, parisc, pcmcia, platform, scsi, sdio, spi, ssb, vio, virtio,
443 vmbus, x86cpu and zorro. I did not spend time documenting all of
444 these, as they do not seem relevant for my intended use with mapping
445 hardware to packages when new stuff is inserted during run time.&lt;/p&gt;
446
447 &lt;p&gt;&lt;strong&gt;Looking up kernel modules using modalias values&lt;/strong&gt;&lt;/p&gt;
448
449 &lt;p&gt;To check which kernel modules provide support for a given modalias,
450 one can use the following shell script:&lt;/p&gt;
451
452 &lt;pre&gt;
453 for id in $(find /sys -name modalias -print0 | xargs -0 cat | sort -u); do \
454 echo &quot;$id&quot; ; \
455 /sbin/modprobe --show-depends &quot;$id&quot;|sed &#39;s/^/ /&#39; ; \
456 done
457 &lt;/pre&gt;
458
459 &lt;p&gt;The output can look like this (only the first few entries as the
460 list is very long on my test machine):&lt;/p&gt;
461
462 &lt;pre&gt;
463 acpi:ACPI0003:
464 insmod /lib/modules/2.6.32-5-686/kernel/drivers/acpi/ac.ko
465 acpi:device:
466 FATAL: Module acpi:device: not found.
467 acpi:IBM0068:
468 insmod /lib/modules/2.6.32-5-686/kernel/drivers/char/nvram.ko
469 insmod /lib/modules/2.6.32-5-686/kernel/drivers/leds/led-class.ko
470 insmod /lib/modules/2.6.32-5-686/kernel/net/rfkill/rfkill.ko
471 insmod /lib/modules/2.6.32-5-686/kernel/drivers/platform/x86/thinkpad_acpi.ko
472 acpi:IBM0071:PNP0511:
473 insmod /lib/modules/2.6.32-5-686/kernel/lib/crc-ccitt.ko
474 insmod /lib/modules/2.6.32-5-686/kernel/net/irda/irda.ko
475 insmod /lib/modules/2.6.32-5-686/kernel/drivers/net/irda/nsc-ircc.ko
476 [...]
477 &lt;/pre&gt;
478
479 &lt;p&gt;If you want to help implementing a system to let us propose what
480 packages to install when new hardware is plugged into a Debian
481 machine, please send me an email or talk to me on
482 &lt;a href=&quot;irc://irc.debian.org/%23debian-devel&quot;&gt;#debian-devel&lt;/a&gt;.&lt;/p&gt;
483
484 &lt;p&gt;&lt;strong&gt;Update 2013-01-15:&lt;/strong&gt; Rewrite &quot;cat $(find ...)&quot; to
485 &quot;find ... -print0 | xargs -0 cat&quot; to make sure it handle directories
486 in /sys/ with space in them.&lt;/p&gt;
487 </description>
488 </item>
489
490 <item>
491 <title>Moved the pymissile Debian packaging to collab-maint</title>
492 <link>http://people.skolelinux.org/pere/blog/Moved_the_pymissile_Debian_packaging_to_collab_maint.html</link>
493 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Moved_the_pymissile_Debian_packaging_to_collab_maint.html</guid>
494 <pubDate>Thu, 10 Jan 2013 20:40:00 +0100</pubDate>
495 <description>&lt;p&gt;As part of my investigation on how to improve the support in Debian
496 for hardware dongles, I dug up my old Mark and Spencer USB Rocket
497 Launcher and updated the Debian package
498 &lt;a href=&quot;http://packages.qa.debian.org/pymissile&quot;&gt;pymissile&lt;/a&gt; to make
499 sure udev will fix the device permissions when it is plugged in. I
500 also added a &quot;Modaliases&quot; header to test it in the Debian archive and
501 hopefully make the package be proposed by jockey in Ubuntu when a user
502 plug in his rocket launcher. In the process I moved the source to a
503 git repository under collab-maint, to make it easier for any DD to
504 contribute. &lt;a href=&quot;http://code.google.com/p/pymissile/&quot;&gt;Upstream&lt;/a&gt;
505 is not very active, but the software still work for me even after five
506 years of relative silence. The new git repository is not listed in
507 the uploaded package yet, because I want to test the other changes a
508 bit more before I upload the new version. If you want to check out
509 the new version with a .desktop file included, visit the
510 &lt;a href=&quot;http://anonscm.debian.org/gitweb/?p=collab-maint/pymissile.git&quot;&gt;gitweb
511 view&lt;/a&gt; or use &quot;&lt;tt&gt;git clone
512 git://anonscm.debian.org/collab-maint/pymissile.git&lt;/tt&gt;&quot;.&lt;/p&gt;
513 </description>
514 </item>
515
516 <item>
517 <title>Lets make hardware dongles easier to use in Debian</title>
518 <link>http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html</link>
519 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html</guid>
520 <pubDate>Wed, 9 Jan 2013 15:40:00 +0100</pubDate>
521 <description>&lt;p&gt;One thing that annoys me with Debian and Linux distributions in
522 general, is that there is a great package management system with the
523 ability to automatically install software packages by downloading them
524 from the distribution mirrors, but no way to get it to automatically
525 install the packages I need to use the hardware I plug into my
526 machine. Even if the package to use it is easily available from the
527 Linux distribution. When I plug in a LEGO Mindstorms NXT, it could
528 suggest to automatically install the python-nxt, nbc and t2n packages
529 I need to talk to it. When I plug in a Yubikey, it could propose the
530 yubikey-personalization package. The information required to do this
531 is available, but no-one have pulled all the pieces together.&lt;/p&gt;
532
533 &lt;p&gt;Some years ago, I proposed to
534 &lt;a href=&quot;http://lists.debian.org/debian-devel/2010/05/msg01206.html&quot;&gt;use
535 the discover subsystem to implement this&lt;/a&gt;. The idea is fairly
536 simple:
537
538 &lt;ul&gt;
539
540 &lt;li&gt;Add a desktop entry in /usr/share/autostart/ pointing to a program
541 starting when a user log in.&lt;/li&gt;
542
543 &lt;li&gt;Set this program up to listen for kernel events emitted when new
544 hardware is inserted into the computer.&lt;/li&gt;
545
546 &lt;li&gt;When new hardware is inserted, look up the hardware ID in a
547 database mapping to packages, and take note of any non-installed
548 packages.&lt;/li&gt;
549
550 &lt;li&gt;Show a message to the user proposing to install the discovered
551 package, and make it easy to install it.&lt;/li&gt;
552
553 &lt;/ul&gt;
554
555 &lt;p&gt;I am not sure what the best way to implement this is, but my
556 initial idea was to use dbus events to discover new hardware, the
557 discover database to find packages and
558 &lt;a href=&quot;http://www.packagekit.org/&quot;&gt;PackageKit&lt;/a&gt; to install
559 packages.&lt;/p&gt;
560
561 &lt;p&gt;Yesterday, I found time to try to implement this idea, and the
562 draft package is now checked into
563 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/&quot;&gt;the
564 Debian Edu subversion repository&lt;/a&gt;. In the process, I updated the
565 &lt;a href=&quot;http://packages.qa.debian.org/d/discover-data.html&quot;&gt;discover-data&lt;/a&gt;
566 package to map the USB ids of LEGO Mindstorms and Yubikey devices to
567 the relevant packages in Debian, and uploaded a new version
568 2.2013.01.09 to unstable. I also discovered that the current
569 &lt;a href=&quot;http://packages.qa.debian.org/d/discover.html&quot;&gt;discover&lt;/a&gt;
570 package in Debian no longer discovered any USB devices, because
571 /proc/bus/usb/devices is no longer present. I ported it to use
572 libusb as a fall back option to get it working. The fixed package
573 version 2.1.2-6 is now in experimental (didn&#39;t upload it to unstable
574 because of the freeze).&lt;/p&gt;
575
576 &lt;p&gt;With this prototype in place, I can insert my Yubikey, and get this
577 desktop notification to show up (only once, the first time it is
578 inserted):&lt;/p&gt;
579
580 &lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2013-01-09-hw-autoinstall.png&quot;&gt;&lt;/p&gt;
581
582 &lt;p&gt;For this prototype to be really useful, some way to automatically
583 install the proposed packages by pressing the &quot;Please install
584 program(s)&quot; button should to be implemented.&lt;/p&gt;
585
586 &lt;p&gt;If this idea seem useful to you, and you want to help make it
587 happen, please help me update the discover-data database with mappings
588 from hardware to Debian packages. Check if &#39;discover-pkginstall -l&#39;
589 list the package you would like to have installed when a given
590 hardware device is inserted into your computer, and report bugs using
591 reportbug if it isn&#39;t. Or, if you know of a better way to provide
592 such mapping, please let me know.&lt;/p&gt;
593
594 &lt;p&gt;This prototype need more work, and there are several questions that
595 should be considered before it is ready for production use. Is dbus
596 the correct way to detect new hardware? At the moment I look for HAL
597 dbus events on the system bus, because that is the events I could see
598 on my Debian Squeeze KDE desktop. Are there better events to use?
599 How should the user be notified? Is the desktop notification
600 mechanism the best option, or should the background daemon raise a
601 popup instead? How should packages be installed? When should they
602 not be installed?&lt;/p&gt;
603
604 &lt;p&gt;If you want to help getting such feature implemented in Debian,
605 please send me an email. :)&lt;/p&gt;
606 </description>
607 </item>
608
609 <item>
610 <title>New IRC channel for LEGO designers using Debian</title>
611 <link>http://people.skolelinux.org/pere/blog/New_IRC_channel_for_LEGO_designers_using_Debian.html</link>
612 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/New_IRC_channel_for_LEGO_designers_using_Debian.html</guid>
613 <pubDate>Wed, 2 Jan 2013 15:40:00 +0100</pubDate>
614 <description>&lt;p&gt;During Christmas, I have worked a bit on the Debian support for
615 &lt;a href=&quot;http://mindstorms.lego.com/en-us/Default.aspx&quot;&gt;LEGO Mindstorm
616 NXT&lt;/a&gt;. My son and I have played a bit with my NXT set, and I
617 discovered I had to build all the tools myself because none were
618 already in Debian Squeeze. If Debian support for LEGO is something
619 you care about, please join me on the IRC channel
620 &lt;a href=&quot;irc://irc.debian.org/%23debian-lego&quot;&gt;#debian-lego&lt;/a&gt; (server
621 irc.debian.org). There is a lot that could be done to improve the
622 Debian support for LEGO designers. For example both CAD software
623 and Mindstorm compilers are missing. :)&lt;/p&gt;
624
625 &lt;p&gt;Update 2012-01-03: A
626 &lt;a href=&quot;http://wiki.debian.org/LegoDesigners&quot;&gt;project page&lt;/a&gt;
627 including links to Lego related packages is now available.&lt;/p&gt;
628 </description>
629 </item>
630
631 <item>
632 <title>Lenker for 2013-01-01</title>
633 <link>http://people.skolelinux.org/pere/blog/Lenker_for_2013_01_01.html</link>
634 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenker_for_2013_01_01.html</guid>
635 <pubDate>Tue, 1 Jan 2013 09:20:00 +0100</pubDate>
636 <description>&lt;p&gt;Her er noen lenker til tekster jeg har satt pris på å lese den
637 siste måneden.&lt;/p&gt;
638
639 &lt;ul&gt;
640
641 &lt;li&gt;2012-12-07
642 &lt;a href=&quot;http://www.idg.no/computerworld/article262047.ece&quot;&gt;Myter og
643 FUD om fri programvare&lt;/a&gt; av min venn Christer Gundersen som
644 kommenterer noen av de påstandene som er spredt via Computerworld
645 Norge de siste månedene.&lt;/li&gt;
646
647 &lt;li&gt;BankID er et opplegg der utsteder (dvs. banken eller dens
648 leverandør) sitter på alt som trengs for å bruke BankID, men har
649 lovet å ikke bruke den unntatt på oppdrag fra deg. Det er greit nok
650 for banktjenester, der banken allerede har full kontroll over
651 resultatet, men problematisk når det gjelder tilgang til
652 helseopplysninger og avtaleinngåelse med andre enn banken. Jeg
653 håper protestene brer om seg.
654
655 &lt;ul&gt;
656
657 &lt;li&gt;2012-12-11 &lt;a href=&quot;http://www.aftenposten.no/meninger/debatt/BankID-blottlegger-helseopplysninger-7067148.html&quot;&gt;BankID
658 blottlegger helseopplysninger&lt;/a&gt;&lt;/li&gt;
659
660 &lt;li&gt;2012-12-07 &lt;a href=&quot;http://www.nrk.no/nyheter/norge/1.9695027&quot;&gt;-
661 Helseopplysningene ikke sikre med Bank-ID&lt;/a&gt;&lt;/li&gt;
662
663 &lt;li&gt;2012-12-07
664 &lt;a href=&quot;https://www.bankid.no/Presse-og-nyheter/Nyhetsarkiv/2012/Papeker-alvorlige-men-kjente-utfordringer/&quot;&gt;Påpeker
665 alvorlige, men kjente utfordringer&lt;/a&gt; er den offisielle
666 holdningen til de som lager BankID.&lt;/li&gt;
667
668 &lt;li&gt;2012-12-08
669 &lt;a href=&quot;http://www.tnp.no/norway/panorama/3419-ntnu-researcher-warns-against-security-of-bank-id-password&quot;&gt;NTNU
670 Researcher Warns against Security of Bank ID Password&lt;/a&gt;
671
672 &lt;/ul&gt;
673
674 &lt;li&gt;2012-12-11 &lt;a href=&quot;http://www.aftenposten.no/nyheter/iriks/Norske-elever-er-darligst-i-Europa-pa-algebra-7066752.html&quot;&gt;Norske elever er dårligst i Europa på algebra&lt;/a&gt;
675
676 &lt;li&gt;2012-12-11
677 &lt;a href=&quot;http://www.aftenposten.no/meninger/debatt/Realfagsdodaren-7067173.html&quot;&gt;Realfagsdødaren&lt;/a&gt;
678
679 &lt;li&gt;2012-12-21
680 &lt;a href=&quot;http://www.bt.no/nyheter/innenriks/112/--Forventningene-er-for-hoye-2816450.html&quot;&gt;-
681 Noen må bli skuffet&lt;/a&gt; - Politiet i Bergen forteller hvor lavt de
682 prioriterer hverdagskriminalitet.&lt;/li&gt;
683
684 &lt;li&gt;2012-05-03
685 &lt;a href=&quot;http://e24.no/jobb/kripos-ansatt-doemt-for-snoking-for-venn/20208585&quot;&gt;
686 Kripos-ansatt dømt for snoking for venn&lt;/A&gt; - viser hvor svak
687 reaksjonen blir når politiet misbruker innsamlet informasjon. En
688 forvarsel på konsekvensene av nasjonal brev- og besøkskontroll -
689 ofte kalt Datalagringsdirektivet.&lt;/li&gt;
690
691 &lt;li&gt;2012-12-14
692 &lt;a href=&quot;http://www.dagbladet.no/2012/12/14/kultur/debatt/kronikk/jul/ensomhet/24838541/&quot;&gt;Å
693 smøre en forskjell&lt;/a&gt; - om ensomhet og jul.&lt;/li&gt;
694
695 &lt;li&gt;2012-12-18
696 &lt;a href=&quot;http://www.aftenposten.no/meninger/kronikker/n-krise-av-gangen_-takk-7072452.html&quot;&gt;Én
697 krise av gangen, takk!&lt;/a&gt;
698
699
700 &lt;li&gt;2012-12-17
701 &lt;a href=&quot;http://www.aftenposten.no/meninger/NAV-Et-mangehodet-monster--7072165.html&quot;&gt;NAV:
702 Et mangehodet monster&lt;/a&gt;&lt;/li&gt;
703
704 &lt;li&gt;2011-01-12
705 &lt;a href=&quot;http://www.dagbladet.no/2011/01/12/kultur/debatt/kronikk/personvern/15027203/&quot;&gt;Pasienter
706 uten vern&lt;/a&gt; - forteller litt om hvordan Norsk Pasientregister og
707 andre helseregister raderer bort pasienters privatsfære.&lt;/li&gt;
708
709
710 &lt;li&gt;2012-12-19
711 &lt;a href=&quot;http://www.aftenposten.no/meninger/debatt/Hvorfor-er-barnefamilier-fattige-7073951.html&quot;&gt;Hvorfor
712 er barnefamilier fattige?&lt;/a&gt;&lt;/li&gt;
713
714 &lt;li&gt;2012-12-25
715 &lt;a href=&quot;http://www.aftenposten.no/meninger/spaltister/Den-skjulte-minoriteten--konservative-kristne-i-Norge-7075518.html&quot;&gt;Den
716 skjulte minoriteten – konservative kristne i Norge&lt;/a&gt; - kronikk av
717 Bjørn Stærk fra aftenposten&lt;/li&gt;
718
719 &lt;li&gt;2009-05-04
720 &lt;a href=&quot;http://deltemeninger.no/-/bulletin/show/303429_folkebiblioteket-2-0?ref=checkpoint&quot;&gt;Folkebiblioteket
721 2.0&lt;/a&gt; - Min venn Sturle om opphavsrett og Internett, i debatt med
722 Olav Torvund.&lt;/li&gt;
723
724 &lt;/ul&gt;
725
726 &lt;p&gt;Og et godt nytt år til dere alle!&lt;/p&gt;
727 </description>
728 </item>
729
730 </channel>
731 </rss>