]> pere.pagekite.me Git - homepage.git/blob - blog/index.rss
Generated.
[homepage.git] / blog / index.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom="http://www.w3.org/2005/Atom">
3 <channel>
4 <title>Petter Reinholdtsen</title>
5 <description></description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7 <atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
8
9 <item>
10 <title>First prototype ready making hardware easier to use in Debian</title>
11 <link>http://people.skolelinux.org/pere/blog/First_prototype_ready_making_hardware_easier_to_use_in_Debian.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_prototype_ready_making_hardware_easier_to_use_in_Debian.html</guid>
13 <pubDate>Mon, 21 Jan 2013 12:00:00 +0100</pubDate>
14 <description>&lt;p&gt;Early this month I set out to try to
15 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html&quot;&gt;improve
16 the Debian support for pluggable hardware devices&lt;/a&gt;. Now my
17 prototype is working, and it is ready for a larger audience. To test
18 it, fetch the
19 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/&quot;&gt;source
20 from the Debian Edu subversion repository&lt;/a&gt;, build and install the
21 package. You might have to log out and in again activate the
22 autostart script.&lt;/p&gt;
23
24 &lt;p&gt;The design is simple:&lt;/p&gt;
25
26 &lt;ul&gt;
27
28 &lt;li&gt;Add desktop entry in /usr/share/autostart/ causing a program
29 hw-support-handlerd to start when the user log in.&lt;/li&gt;
30
31 &lt;li&gt;This program listen for kernel events about new hardware (directly
32 from the kernel like udev does), not using HAL dbus events as I
33 initially did.&lt;/li&gt;
34
35 &lt;li&gt;When new hardware is inserted, look up the hardware modalias in
36 the APT database, a database
37 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/modaliases?view=markup&quot;&gt;available
38 via HTTP&lt;/a&gt; and a database available as part of the package.&lt;/li&gt;
39
40 &lt;li&gt;If a package is mapped to the hardware in question, the package
41 isn&#39;t installed yet and this is the first time the hardware was
42 plugged in, show a desktop notification suggesting to install the
43 package or packages.&lt;/li&gt;
44
45 &lt;li&gt;If the user click on the &#39;install package now&#39; button, ask
46 aptdaemon via the PackageKit API to install the requrired package.&lt;/li&gt;
47
48 &lt;li&gt;aptdaemon ask for root password or sudo password, and install the
49 package while showing progress information in a window.&lt;/li&gt;
50
51 &lt;/ul&gt;
52
53 &lt;p&gt;I still need to come up with a better name for the system. Here
54 are some screen shots showing the prototype in action. First the
55 notification, then the password request, and finally the request to
56 approve all the dependencies. Sorry for the Norwegian Bokmål GUI.&lt;/p&gt;
57
58 &lt;p&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2013-01-21-hw-support-1-notification.png&quot;&gt;
59 &lt;br&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2013-01-21-hw-support-2-password.png&quot;&gt;
60 &lt;br&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2013-01-21-hw-support-3-dependencies.png&quot;&gt;
61 &lt;br&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2013-01-21-hw-support-4-installing.png&quot;&gt;
62 &lt;br&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2013-01-21-hw-support-5-installing-details.png&quot; width=&quot;70%&quot;&gt;&lt;/p&gt;
63
64 &lt;p&gt;The prototype still need to be improved with longer timeouts, but
65 is already useful. The database of hardware to package mappings also
66 need more work. It is currently compatible with the Ubuntu way of
67 storing such information in the package control file, but could be
68 changed to use other formats instead or in addition to the current
69 method. I&#39;ve dropped the use of discover for this mapping, as the
70 modalias approach is more flexible and easier to use on Linux as long
71 as the Linux kernel expose its modalias strings directly.&lt;/p&gt;
72 </description>
73 </item>
74
75 <item>
76 <title>Thank you Thinkpad X41, for your long and trustworthy service</title>
77 <link>http://people.skolelinux.org/pere/blog/Thank_you_Thinkpad_X41__for_your_long_and_trustworthy_service.html</link>
78 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Thank_you_Thinkpad_X41__for_your_long_and_trustworthy_service.html</guid>
79 <pubDate>Sat, 19 Jan 2013 09:20:00 +0100</pubDate>
80 <description>&lt;p&gt;This Christmas my trusty old laptop died. It died quietly and
81 suddenly in bed. With a quiet whimper, it went completely quiet and
82 black. The power button was no longer able to turn it on. It was a
83 IBM Thinkpad X41, and the best laptop I ever had. Better than both
84 Thinkpads X30, X31, X40, X60, X61 and X61S. Far better than the
85 Compaq I had before that. Now I need to find a replacement. To keep
86 going during Christmas, I moved the one year old SSD disk to my old
87 X40 where it fitted (only one I had left that could use it), but it is
88 not a durable solution.
89
90 &lt;p&gt;My laptop needs are fairly modest. This is my wishlist from when I
91 got a new one more than 10 years ago. It still holds true.:)&lt;/p&gt;
92
93 &lt;ul&gt;
94
95 &lt;li&gt;Lightweight (around 1 kg) and small volume (preferably smaller
96 than A4).&lt;/li&gt;
97 &lt;li&gt;Robust, it will be in my backpack every day.&lt;/li&gt;
98 &lt;li&gt;Three button mouse and a mouse pin instead of touch pad.&lt;/li&gt;
99 &lt;li&gt;Long battery life time. Preferable a week.&lt;/li&gt;
100 &lt;li&gt;Internal WIFI network card.&lt;/li&gt;
101 &lt;li&gt;Internal Twisted Pair network card.&lt;/li&gt;
102 &lt;li&gt;Some USB slots (2-3 is plenty)&lt;/li&gt;
103 &lt;li&gt;Good keyboard - similar to the Thinkpad.&lt;/li&gt;
104 &lt;li&gt;Video resolution at least 1024x768, with size around 12&quot; (A4 paper
105 size).&lt;/li&gt;
106 &lt;li&gt;Hardware supported by Debian Stable, ie the default kernel and
107 X.org packages.&lt;/li&gt;
108 &lt;li&gt;Quiet, preferably fan free (or at least not using the fan most of
109 the time).
110
111 &lt;/ul&gt;
112
113 &lt;p&gt;You will notice that there are no RAM and CPU requirements in the
114 list. The reason is simply that the specifications on laptops the
115 last 10-15 years have been sufficient for my needs, and I have to look
116 at other features to choose my laptop. But are there still made as
117 robust laptops as my X41? The Thinkpad X60/X61 proved to be less
118 robust, and Thinkpads seem to be heading in the wrong direction since
119 Lenovo took over. But I&#39;ve been told that X220 and X1 Carbon might
120 still be useful.&lt;/p&gt;
121
122 &lt;p&gt;Perhaps I should rethink my needs, and look for a pad with an
123 external keyboard? I&#39;ll have to check the
124 &lt;a href=&quot;http://www.linux-laptop.net/&quot;&gt;Linux Laptops site&lt;/a&gt; for
125 well-supported laptops, or perhaps just buy one preinstalled from one
126 of the vendors listed on the &lt;a href=&quot;http://linuxpreloaded.com/&quot;&gt;Linux
127 Pre-loaded site&lt;/a&gt;.&lt;/p&gt;
128 </description>
129 </item>
130
131 <item>
132 <title>How to find a browser plugin supporting a given MIME type</title>
133 <link>http://people.skolelinux.org/pere/blog/How_to_find_a_browser_plugin_supporting_a_given_MIME_type.html</link>
134 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_find_a_browser_plugin_supporting_a_given_MIME_type.html</guid>
135 <pubDate>Fri, 18 Jan 2013 10:40:00 +0100</pubDate>
136 <description>&lt;p&gt;Some times I try to figure out which Iceweasel browser plugin to
137 install to get support for a given MIME type. Thanks to
138 &lt;a href=&quot;https://wiki.ubuntu.com/MozillaTeam/Plugins&quot;&gt;specifications
139 done by Ubuntu&lt;/a&gt; and Mozilla, it is possible to do this in Debian.
140 Unfortunately, not very many packages provide the needed meta
141 information, Anyway, here is a small script to look up all browser
142 plugin packages announcing ther MIME support using this specification:&lt;/p&gt;
143
144 &lt;pre&gt;
145 #!/usr/bin/python
146 import sys
147 import apt
148 def pkgs_handling_mimetype(mimetype):
149 cache = apt.Cache()
150 cache.open(None)
151 thepkgs = []
152 for pkg in cache:
153 version = pkg.candidate
154 if version is None:
155 version = pkg.installed
156 if version is None:
157 continue
158 record = version.record
159 if not record.has_key(&#39;Npp-MimeType&#39;):
160 continue
161 mime_types = record[&#39;Npp-MimeType&#39;].split(&#39;,&#39;)
162 for t in mime_types:
163 t = t.rstrip().strip()
164 if t == mimetype:
165 thepkgs.append(pkg.name)
166 return thepkgs
167 mimetype = &quot;audio/ogg&quot;
168 if 1 &lt; len(sys.argv):
169 mimetype = sys.argv[1]
170 print &quot;Browser plugin packages supporting %s:&quot; % mimetype
171 for pkg in pkgs_handling_mimetype(mimetype):
172 print &quot; %s&quot; %pkg
173 &lt;/pre&gt;
174
175 &lt;p&gt;It can be used like this to look up a given MIME type:&lt;/p&gt;
176
177 &lt;pre&gt;
178 % ./apt-find-browserplug-for-mimetype
179 Browser plugin packages supporting audio/ogg:
180 gecko-mediaplayer
181 % ./apt-find-browserplug-for-mimetype application/x-shockwave-flash
182 Browser plugin packages supporting application/x-shockwave-flash:
183 browser-plugin-gnash
184 %
185 &lt;/pre&gt;
186
187 &lt;p&gt;In Ubuntu this mechanism is combined with support in the browser
188 itself to query for plugins and propose to install the needed
189 packages. It would be great if Debian supported such feature too. Is
190 anyone working on adding it?&lt;/p&gt;
191
192 &lt;p&gt;&lt;strong&gt;Update 2013-01-18 14:20&lt;/strong&gt;: The Debian BTS
193 request for icweasel support for this feature is
194 &lt;a href=&quot;http://bugs.debian.org/484010&quot;&gt;#484010&lt;/a&gt; from 2008 (and
195 &lt;a href=&quot;http://bugs.debian.org/698426&quot;&gt;#698426&lt;/a&gt; from today). Lack
196 of manpower and wish for a different design is the reason thus feature
197 is not yet in iceweasel from Debian.&lt;/p&gt;
198 </description>
199 </item>
200
201 <item>
202 <title>What is the most supported MIME type in Debian?</title>
203 <link>http://people.skolelinux.org/pere/blog/What_is_the_most_supported_MIME_type_in_Debian_.html</link>
204 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_is_the_most_supported_MIME_type_in_Debian_.html</guid>
205 <pubDate>Wed, 16 Jan 2013 10:10:00 +0100</pubDate>
206 <description>&lt;p&gt;The &lt;a href=&quot;http://wiki.debian.org/AppStreamDebianProposal&quot;&gt;DEP-11
207 proposal to add AppStream information to the Debian archive&lt;/a&gt;, is a
208 proposal to make it possible for a Desktop application to propose to
209 the user some package to install to gain support for a given MIME
210 type, font, library etc. that is currently missing. With such
211 mechanism in place, it would be possible for the desktop to
212 automatically propose and install leocad if some LDraw file is
213 downloaded by the browser.&lt;/p&gt;
214
215 &lt;p&gt;To get some idea about the current content of the archive, I decided
216 to write a simple program to extract all .desktop files from the
217 Debian archive and look up the claimed MIME support there. The result
218 can be found on the
219 &lt;a href=&quot;http://ftp.skolelinux.org/pub/AppStreamTest&quot;&gt;Skolelinux FTP
220 site&lt;/a&gt;. Using the collected information, it become possible to
221 answer the question in the title. Here are the 20 most supported MIME
222 types in Debian stable (Squeeze), testing (Wheezy) and unstable (Sid).
223 The complete list is available from the link above.&lt;/p&gt;
224
225 &lt;p&gt;&lt;strong&gt;Debian Stable:&lt;/strong&gt;&lt;/p&gt;
226
227 &lt;pre&gt;
228 count MIME type
229 ----- -----------------------
230 32 text/plain
231 30 audio/mpeg
232 29 image/png
233 28 image/jpeg
234 27 application/ogg
235 26 audio/x-mp3
236 25 image/tiff
237 25 image/gif
238 22 image/bmp
239 22 audio/x-wav
240 20 audio/x-flac
241 19 audio/x-mpegurl
242 18 video/x-ms-asf
243 18 audio/x-musepack
244 18 audio/x-mpeg
245 18 application/x-ogg
246 17 video/mpeg
247 17 audio/x-scpls
248 17 audio/ogg
249 16 video/x-ms-wmv
250 &lt;/pre&gt;
251
252 &lt;p&gt;&lt;strong&gt;Debian Testing:&lt;/strong&gt;&lt;/p&gt;
253
254 &lt;pre&gt;
255 count MIME type
256 ----- -----------------------
257 33 text/plain
258 32 image/png
259 32 image/jpeg
260 29 audio/mpeg
261 27 image/gif
262 26 image/tiff
263 26 application/ogg
264 25 audio/x-mp3
265 22 image/bmp
266 21 audio/x-wav
267 19 audio/x-mpegurl
268 19 audio/x-mpeg
269 18 video/mpeg
270 18 audio/x-scpls
271 18 audio/x-flac
272 18 application/x-ogg
273 17 video/x-ms-asf
274 17 text/html
275 17 audio/x-musepack
276 16 image/x-xbitmap
277 &lt;/pre&gt;
278
279 &lt;p&gt;&lt;strong&gt;Debian Unstable:&lt;/strong&gt;&lt;/p&gt;
280
281 &lt;pre&gt;
282 count MIME type
283 ----- -----------------------
284 31 text/plain
285 31 image/png
286 31 image/jpeg
287 29 audio/mpeg
288 28 application/ogg
289 27 image/gif
290 26 image/tiff
291 26 audio/x-mp3
292 23 audio/x-wav
293 22 image/bmp
294 21 audio/x-flac
295 20 audio/x-mpegurl
296 19 audio/x-mpeg
297 18 video/x-ms-asf
298 18 video/mpeg
299 18 audio/x-scpls
300 18 application/x-ogg
301 17 audio/x-musepack
302 16 video/x-ms-wmv
303 16 video/x-msvideo
304 &lt;/pre&gt;
305
306 &lt;p&gt;I am told that PackageKit can provide an API to access the kind of
307 information mentioned in DEP-11. I have not yet had time to look at
308 it, but hope the PackageKit people in Debian are on top of these
309 issues.&lt;/p&gt;
310
311 &lt;p&gt;&lt;strong&gt;Update 2013-01-16 13:35&lt;/strong&gt;: Updated numbers after
312 discovering a typo in my script.&lt;/p&gt;
313 </description>
314 </item>
315
316 <item>
317 <title>Using modalias info to find packages handling my hardware</title>
318 <link>http://people.skolelinux.org/pere/blog/Using_modalias_info_to_find_packages_handling_my_hardware.html</link>
319 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Using_modalias_info_to_find_packages_handling_my_hardware.html</guid>
320 <pubDate>Tue, 15 Jan 2013 08:00:00 +0100</pubDate>
321 <description>&lt;p&gt;Yesterday, I wrote about the
322 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Modalias_strings___a_practical_way_to_map__stuff__to_hardware.html&quot;&gt;modalias
323 values provided by the Linux kernel&lt;/a&gt; following my hope for
324 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html&quot;&gt;better
325 dongle support in Debian&lt;/a&gt;. Using this knowledge, I have tested how
326 modalias values attached to package names can be used to map packages
327 to hardware. This allow the system to look up and suggest relevant
328 packages when I plug in some new hardware into my machine, and replace
329 discover and discover-data as the database used to map hardware to
330 packages.&lt;/p&gt;
331
332 &lt;p&gt;I create a modaliases file with entries like the following,
333 containing package name, kernel module name (if relevant, otherwise
334 the package name) and globs matching the relevant hardware
335 modalias.&lt;/p&gt;
336
337 &lt;p&gt;&lt;blockquote&gt;
338 Package: package-name
339 &lt;br&gt;Modaliases: module(modaliasglob, modaliasglob, modaliasglob)&lt;/p&gt;
340 &lt;/blockquote&gt;&lt;/p&gt;
341
342 &lt;p&gt;It is fairly trivial to write code to find the relevant packages
343 for a given modalias value using this file.&lt;/p&gt;
344
345 &lt;p&gt;An entry like this would suggest the video and picture application
346 cheese for many USB web cameras (interface bus class 0E01):&lt;/p&gt;
347
348 &lt;p&gt;&lt;blockquote&gt;
349 Package: cheese
350 &lt;br&gt;Modaliases: cheese(usb:v*p*d*dc*dsc*dp*ic0Eisc01ip*)&lt;/p&gt;
351 &lt;/blockquote&gt;&lt;/p&gt;
352
353 &lt;p&gt;An entry like this would suggest the pcmciautils package when a
354 CardBus bridge (bus class 0607) PCI device is present:&lt;/p&gt;
355
356 &lt;p&gt;&lt;blockquote&gt;
357 Package: pcmciautils
358 &lt;br&gt;Modaliases: pcmciautils(pci:v*d*sv*sd*bc06sc07i*)
359 &lt;/blockquote&gt;&lt;/p&gt;
360
361 &lt;p&gt;An entry like this would suggest the package colorhug-client when
362 plugging in a ColorHug with USB IDs 04D8:F8DA:&lt;/p&gt;
363
364 &lt;p&gt;&lt;blockquote&gt;
365 Package: colorhug-client
366 &lt;br&gt;Modaliases: colorhug-client(usb:v04D8pF8DAd*)&lt;/p&gt;
367 &lt;/blockquote&gt;&lt;/p&gt;
368
369 &lt;p&gt;I believe the format is compatible with the format of the Packages
370 file in the Debian archive. Ubuntu already uses their Packages file
371 to store their mappings from packages to hardware.&lt;/p&gt;
372
373 &lt;p&gt;By adding a XB-Modaliases: header in debian/control, any .deb can
374 announce the hardware it support in a way my prototype understand.
375 This allow those publishing packages in an APT source outside the
376 Debian archive as well as those backporting packages to make sure the
377 hardware mapping are included in the package meta information. I&#39;ve
378 tested such header in the pymissile package, and its modalias mapping
379 is working as it should with my prototype. It even made it to Ubuntu
380 Raring.&lt;/p&gt;
381
382 &lt;p&gt;To test if it was possible to look up supported hardware using only
383 the shell tools available in the Debian installer, I wrote a shell
384 implementation of the lookup code. The idea is to create files for
385 each modalias and let the shell do the matching. Please check out and
386 try the
387 &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;
388 shell script. It run without any extra dependencies and fetch the
389 hardware mappings from the Debian archive and the subversion
390 repository where I currently work on my prototype.&lt;/p&gt;
391
392 &lt;p&gt;When I use it on a machine with a yubikey inserted, it suggest to
393 install yubikey-personalization:&lt;/p&gt;
394
395 &lt;p&gt;&lt;blockquote&gt;
396 % ./hw-support-lookup
397 &lt;br&gt;yubikey-personalization
398 &lt;br&gt;%
399 &lt;/blockquote&gt;&lt;/p&gt;
400
401 &lt;p&gt;When I run it on my Thinkpad X40 with a PCMCIA/CardBus slot, it
402 propose to install the pcmciautils package:&lt;/p&gt;
403
404 &lt;p&gt;&lt;blockquote&gt;
405 % ./hw-support-lookup
406 &lt;br&gt;pcmciautils
407 &lt;br&gt;%
408 &lt;/blockquote&gt;&lt;/p&gt;
409
410 &lt;p&gt;If you know of any hardware-package mapping that should be added to
411 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/modaliases?view=co&quot;&gt;my
412 database&lt;/a&gt;, please tell me about it.&lt;/p&gt;
413
414 &lt;p&gt;It could be possible to generate several of the mappings between
415 packages and hardware. One source would be to look at packages with
416 kernel modules, ie packages with *.ko files in /lib/modules/, and
417 extract their modalias information. Another would be to look at
418 packages with udev rules, ie packages with files in
419 /lib/udev/rules.d/, and extract their vendor/model information to
420 generate a modalias matching rule. I have not tested any of these to
421 see if it work.&lt;/p&gt;
422
423 &lt;p&gt;If you want to help implementing a system to let us propose what
424 packages to install when new hardware is plugged into a Debian
425 machine, please send me an email or talk to me on
426 &lt;a href=&quot;irc://irc.debian.org/%23debian-devel&quot;&gt;#debian-devel&lt;/a&gt;.&lt;/p&gt;
427 </description>
428 </item>
429
430 <item>
431 <title>Modalias strings - a practical way to map &quot;stuff&quot; to hardware</title>
432 <link>http://people.skolelinux.org/pere/blog/Modalias_strings___a_practical_way_to_map__stuff__to_hardware.html</link>
433 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Modalias_strings___a_practical_way_to_map__stuff__to_hardware.html</guid>
434 <pubDate>Mon, 14 Jan 2013 11:20:00 +0100</pubDate>
435 <description>&lt;p&gt;While looking into how to look up Debian packages based on hardware
436 information, to find the packages that support a given piece of
437 hardware, I refreshed my memory regarding modalias values, and decided
438 to document the details. Here are my findings so far, also available
439 in
440 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/&quot;&gt;the
441 Debian Edu subversion repository&lt;/a&gt;:
442
443 &lt;p&gt;&lt;strong&gt;Modalias decoded&lt;/strong&gt;&lt;/p&gt;
444
445 &lt;p&gt;This document try to explain what the different types of modalias
446 values stands for. It is in part based on information from
447 &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;,
448 &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;,
449 &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
450 &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;.
451
452 &lt;p&gt;The modalias entries for a given Linux machine can be found using
453 this shell script:&lt;/p&gt;
454
455 &lt;pre&gt;
456 find /sys -name modalias -print0 | xargs -0 cat | sort -u
457 &lt;/pre&gt;
458
459 &lt;p&gt;The supported modalias globs for a given kernel module can be found
460 using modinfo:&lt;/p&gt;
461
462 &lt;pre&gt;
463 % /sbin/modinfo psmouse | grep alias:
464 alias: serio:ty05pr*id*ex*
465 alias: serio:ty01pr*id*ex*
466 %
467 &lt;/pre&gt;
468
469 &lt;p&gt;&lt;strong&gt;PCI subtype&lt;/strong&gt;&lt;/p&gt;
470
471 &lt;p&gt;A typical PCI entry can look like this. This is an Intel Host
472 Bridge memory controller:&lt;/p&gt;
473
474 &lt;p&gt;&lt;blockquote&gt;
475 pci:v00008086d00002770sv00001028sd000001ADbc06sc00i00
476 &lt;/blockquote&gt;&lt;/p&gt;
477
478 &lt;p&gt;This represent these values:&lt;/p&gt;
479
480 &lt;pre&gt;
481 v 00008086 (vendor)
482 d 00002770 (device)
483 sv 00001028 (subvendor)
484 sd 000001AD (subdevice)
485 bc 06 (bus class)
486 sc 00 (bus subclass)
487 i 00 (interface)
488 &lt;/pre&gt;
489
490 &lt;p&gt;The vendor/device values are the same values outputted from &#39;lspci
491 -n&#39; as 8086:2770. The bus class/subclass is also shown by lspci as
492 0600. The 0600 class is a host bridge. Other useful bus values are
493 0300 (VGA compatible card) and 0200 (Ethernet controller).&lt;/p&gt;
494
495 &lt;p&gt;Not sure how to figure out the interface value, nor what it
496 means.&lt;/p&gt;
497
498 &lt;p&gt;&lt;strong&gt;USB subtype&lt;/strong&gt;&lt;/p&gt;
499
500 &lt;p&gt;Some typical USB entries can look like this. This is an internal
501 USB hub in a laptop:&lt;/p&gt;
502
503 &lt;p&gt;&lt;blockquote&gt;
504 usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00
505 &lt;/blockquote&gt;&lt;/p&gt;
506
507 &lt;p&gt;Here is the values included in this alias:&lt;/p&gt;
508
509 &lt;pre&gt;
510 v 1D6B (device vendor)
511 p 0001 (device product)
512 d 0206 (bcddevice)
513 dc 09 (device class)
514 dsc 00 (device subclass)
515 dp 00 (device protocol)
516 ic 09 (interface class)
517 isc 00 (interface subclass)
518 ip 00 (interface protocol)
519 &lt;/pre&gt;
520
521 &lt;p&gt;The 0900 device class/subclass means hub. Some times the relevant
522 class is in the interface class section. For a simple USB web camera,
523 these alias entries show up:&lt;/p&gt;
524
525 &lt;p&gt;&lt;blockquote&gt;
526 usb:v0AC8p3420d5000dcEFdsc02dp01ic01isc01ip00
527 &lt;br&gt;usb:v0AC8p3420d5000dcEFdsc02dp01ic01isc02ip00
528 &lt;br&gt;usb:v0AC8p3420d5000dcEFdsc02dp01ic0Eisc01ip00
529 &lt;br&gt;usb:v0AC8p3420d5000dcEFdsc02dp01ic0Eisc02ip00
530 &lt;/blockquote&gt;&lt;/p&gt;
531
532 &lt;p&gt;Interface class 0E01 is video control, 0E02 is video streaming (aka
533 camera), 0101 is audio control device and 0102 is audio streaming (aka
534 microphone). Thus this is a camera with microphone included.&lt;/p&gt;
535
536 &lt;p&gt;&lt;strong&gt;ACPI subtype&lt;/strong&gt;&lt;/p&gt;
537
538 &lt;p&gt;The ACPI type is used for several non-PCI/USB stuff. This is an IR
539 receiver in a Thinkpad X40:&lt;/p&gt;
540
541 &lt;p&gt;&lt;blockquote&gt;
542 acpi:IBM0071:PNP0511:
543 &lt;/blockquote&gt;&lt;/p&gt;
544
545 &lt;p&gt;The values between the colons are IDs.&lt;/p&gt;
546
547 &lt;p&gt;&lt;strong&gt;DMI subtype&lt;/strong&gt;&lt;/p&gt;
548
549 &lt;p&gt;The DMI table contain lots of information about the computer case
550 and model. This is an entry for a IBM Thinkpad X40, fetched from
551 /sys/devices/virtual/dmi/id/modalias:&lt;/p&gt;
552
553 &lt;p&gt;&lt;blockquote&gt;
554 dmi:bvnIBM:bvr1UETB6WW(1.66):bd06/15/2005:svnIBM:pn2371H4G:pvrThinkPadX40:rvnIBM:rn2371H4G:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
555 &lt;/blockquote&gt;&lt;/p&gt;
556
557 &lt;p&gt;The values present are&lt;/p&gt;
558
559 &lt;pre&gt;
560 bvn IBM (BIOS vendor)
561 bvr 1UETB6WW(1.66) (BIOS version)
562 bd 06/15/2005 (BIOS date)
563 svn IBM (system vendor)
564 pn 2371H4G (product name)
565 pvr ThinkPadX40 (product version)
566 rvn IBM (board vendor)
567 rn 2371H4G (board name)
568 rvr NotAvailable (board version)
569 cvn IBM (chassis vendor)
570 ct 10 (chassis type)
571 cvr NotAvailable (chassis version)
572 &lt;/pre&gt;
573
574 &lt;p&gt;The chassis type 10 is Notebook. Other interesting values can be
575 found in the dmidecode source:&lt;/p&gt;
576
577 &lt;pre&gt;
578 3 Desktop
579 4 Low Profile Desktop
580 5 Pizza Box
581 6 Mini Tower
582 7 Tower
583 8 Portable
584 9 Laptop
585 10 Notebook
586 11 Hand Held
587 12 Docking Station
588 13 All In One
589 14 Sub Notebook
590 15 Space-saving
591 16 Lunch Box
592 17 Main Server Chassis
593 18 Expansion Chassis
594 19 Sub Chassis
595 20 Bus Expansion Chassis
596 21 Peripheral Chassis
597 22 RAID Chassis
598 23 Rack Mount Chassis
599 24 Sealed-case PC
600 25 Multi-system
601 26 CompactPCI
602 27 AdvancedTCA
603 28 Blade
604 29 Blade Enclosing
605 &lt;/pre&gt;
606
607 &lt;p&gt;The chassis type values are not always accurately set in the DMI
608 table. For example my home server is a tower, but the DMI modalias
609 claim it is a desktop.&lt;/p&gt;
610
611 &lt;p&gt;&lt;strong&gt;SerIO subtype&lt;/strong&gt;&lt;/p&gt;
612
613 &lt;p&gt;This type is used for PS/2 mouse plugs. One example is from my
614 test machine:&lt;/p&gt;
615
616 &lt;p&gt;&lt;blockquote&gt;
617 serio:ty01pr00id00ex00
618 &lt;/blockquote&gt;&lt;/p&gt;
619
620 &lt;p&gt;The values present are&lt;/p&gt;
621
622 &lt;pre&gt;
623 ty 01 (type)
624 pr 00 (prototype)
625 id 00 (id)
626 ex 00 (extra)
627 &lt;/pre&gt;
628
629 &lt;p&gt;This type is supported by the psmouse driver. I am not sure what
630 the valid values are.&lt;/p&gt;
631
632 &lt;p&gt;&lt;strong&gt;Other subtypes&lt;/strong&gt;&lt;/p&gt;
633
634 &lt;p&gt;There are heaps of other modalias subtypes according to
635 file2alias.c. There is the rest of the list from that source: amba,
636 ap, bcma, ccw, css, eisa, hid, i2c, ieee1394, input, ipack, isapnp,
637 mdio, of, parisc, pcmcia, platform, scsi, sdio, spi, ssb, vio, virtio,
638 vmbus, x86cpu and zorro. I did not spend time documenting all of
639 these, as they do not seem relevant for my intended use with mapping
640 hardware to packages when new stuff is inserted during run time.&lt;/p&gt;
641
642 &lt;p&gt;&lt;strong&gt;Looking up kernel modules using modalias values&lt;/strong&gt;&lt;/p&gt;
643
644 &lt;p&gt;To check which kernel modules provide support for a given modalias,
645 one can use the following shell script:&lt;/p&gt;
646
647 &lt;pre&gt;
648 for id in $(find /sys -name modalias -print0 | xargs -0 cat | sort -u); do \
649 echo &quot;$id&quot; ; \
650 /sbin/modprobe --show-depends &quot;$id&quot;|sed &#39;s/^/ /&#39; ; \
651 done
652 &lt;/pre&gt;
653
654 &lt;p&gt;The output can look like this (only the first few entries as the
655 list is very long on my test machine):&lt;/p&gt;
656
657 &lt;pre&gt;
658 acpi:ACPI0003:
659 insmod /lib/modules/2.6.32-5-686/kernel/drivers/acpi/ac.ko
660 acpi:device:
661 FATAL: Module acpi:device: not found.
662 acpi:IBM0068:
663 insmod /lib/modules/2.6.32-5-686/kernel/drivers/char/nvram.ko
664 insmod /lib/modules/2.6.32-5-686/kernel/drivers/leds/led-class.ko
665 insmod /lib/modules/2.6.32-5-686/kernel/net/rfkill/rfkill.ko
666 insmod /lib/modules/2.6.32-5-686/kernel/drivers/platform/x86/thinkpad_acpi.ko
667 acpi:IBM0071:PNP0511:
668 insmod /lib/modules/2.6.32-5-686/kernel/lib/crc-ccitt.ko
669 insmod /lib/modules/2.6.32-5-686/kernel/net/irda/irda.ko
670 insmod /lib/modules/2.6.32-5-686/kernel/drivers/net/irda/nsc-ircc.ko
671 [...]
672 &lt;/pre&gt;
673
674 &lt;p&gt;If you want to help implementing a system to let us propose what
675 packages to install when new hardware is plugged into a Debian
676 machine, please send me an email or talk to me on
677 &lt;a href=&quot;irc://irc.debian.org/%23debian-devel&quot;&gt;#debian-devel&lt;/a&gt;.&lt;/p&gt;
678
679 &lt;p&gt;&lt;strong&gt;Update 2013-01-15:&lt;/strong&gt; Rewrite &quot;cat $(find ...)&quot; to
680 &quot;find ... -print0 | xargs -0 cat&quot; to make sure it handle directories
681 in /sys/ with space in them.&lt;/p&gt;
682 </description>
683 </item>
684
685 <item>
686 <title>Moved the pymissile Debian packaging to collab-maint</title>
687 <link>http://people.skolelinux.org/pere/blog/Moved_the_pymissile_Debian_packaging_to_collab_maint.html</link>
688 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Moved_the_pymissile_Debian_packaging_to_collab_maint.html</guid>
689 <pubDate>Thu, 10 Jan 2013 20:40:00 +0100</pubDate>
690 <description>&lt;p&gt;As part of my investigation on how to improve the support in Debian
691 for hardware dongles, I dug up my old Mark and Spencer USB Rocket
692 Launcher and updated the Debian package
693 &lt;a href=&quot;http://packages.qa.debian.org/pymissile&quot;&gt;pymissile&lt;/a&gt; to make
694 sure udev will fix the device permissions when it is plugged in. I
695 also added a &quot;Modaliases&quot; header to test it in the Debian archive and
696 hopefully make the package be proposed by jockey in Ubuntu when a user
697 plug in his rocket launcher. In the process I moved the source to a
698 git repository under collab-maint, to make it easier for any DD to
699 contribute. &lt;a href=&quot;http://code.google.com/p/pymissile/&quot;&gt;Upstream&lt;/a&gt;
700 is not very active, but the software still work for me even after five
701 years of relative silence. The new git repository is not listed in
702 the uploaded package yet, because I want to test the other changes a
703 bit more before I upload the new version. If you want to check out
704 the new version with a .desktop file included, visit the
705 &lt;a href=&quot;http://anonscm.debian.org/gitweb/?p=collab-maint/pymissile.git&quot;&gt;gitweb
706 view&lt;/a&gt; or use &quot;&lt;tt&gt;git clone
707 git://anonscm.debian.org/collab-maint/pymissile.git&lt;/tt&gt;&quot;.&lt;/p&gt;
708 </description>
709 </item>
710
711 <item>
712 <title>Lets make hardware dongles easier to use in Debian</title>
713 <link>http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html</link>
714 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html</guid>
715 <pubDate>Wed, 9 Jan 2013 15:40:00 +0100</pubDate>
716 <description>&lt;p&gt;One thing that annoys me with Debian and Linux distributions in
717 general, is that there is a great package management system with the
718 ability to automatically install software packages by downloading them
719 from the distribution mirrors, but no way to get it to automatically
720 install the packages I need to use the hardware I plug into my
721 machine. Even if the package to use it is easily available from the
722 Linux distribution. When I plug in a LEGO Mindstorms NXT, it could
723 suggest to automatically install the python-nxt, nbc and t2n packages
724 I need to talk to it. When I plug in a Yubikey, it could propose the
725 yubikey-personalization package. The information required to do this
726 is available, but no-one have pulled all the pieces together.&lt;/p&gt;
727
728 &lt;p&gt;Some years ago, I proposed to
729 &lt;a href=&quot;http://lists.debian.org/debian-devel/2010/05/msg01206.html&quot;&gt;use
730 the discover subsystem to implement this&lt;/a&gt;. The idea is fairly
731 simple:
732
733 &lt;ul&gt;
734
735 &lt;li&gt;Add a desktop entry in /usr/share/autostart/ pointing to a program
736 starting when a user log in.&lt;/li&gt;
737
738 &lt;li&gt;Set this program up to listen for kernel events emitted when new
739 hardware is inserted into the computer.&lt;/li&gt;
740
741 &lt;li&gt;When new hardware is inserted, look up the hardware ID in a
742 database mapping to packages, and take note of any non-installed
743 packages.&lt;/li&gt;
744
745 &lt;li&gt;Show a message to the user proposing to install the discovered
746 package, and make it easy to install it.&lt;/li&gt;
747
748 &lt;/ul&gt;
749
750 &lt;p&gt;I am not sure what the best way to implement this is, but my
751 initial idea was to use dbus events to discover new hardware, the
752 discover database to find packages and
753 &lt;a href=&quot;http://www.packagekit.org/&quot;&gt;PackageKit&lt;/a&gt; to install
754 packages.&lt;/p&gt;
755
756 &lt;p&gt;Yesterday, I found time to try to implement this idea, and the
757 draft package is now checked into
758 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/&quot;&gt;the
759 Debian Edu subversion repository&lt;/a&gt;. In the process, I updated the
760 &lt;a href=&quot;http://packages.qa.debian.org/d/discover-data.html&quot;&gt;discover-data&lt;/a&gt;
761 package to map the USB ids of LEGO Mindstorms and Yubikey devices to
762 the relevant packages in Debian, and uploaded a new version
763 2.2013.01.09 to unstable. I also discovered that the current
764 &lt;a href=&quot;http://packages.qa.debian.org/d/discover.html&quot;&gt;discover&lt;/a&gt;
765 package in Debian no longer discovered any USB devices, because
766 /proc/bus/usb/devices is no longer present. I ported it to use
767 libusb as a fall back option to get it working. The fixed package
768 version 2.1.2-6 is now in experimental (didn&#39;t upload it to unstable
769 because of the freeze).&lt;/p&gt;
770
771 &lt;p&gt;With this prototype in place, I can insert my Yubikey, and get this
772 desktop notification to show up (only once, the first time it is
773 inserted):&lt;/p&gt;
774
775 &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;
776
777 &lt;p&gt;For this prototype to be really useful, some way to automatically
778 install the proposed packages by pressing the &quot;Please install
779 program(s)&quot; button should to be implemented.&lt;/p&gt;
780
781 &lt;p&gt;If this idea seem useful to you, and you want to help make it
782 happen, please help me update the discover-data database with mappings
783 from hardware to Debian packages. Check if &#39;discover-pkginstall -l&#39;
784 list the package you would like to have installed when a given
785 hardware device is inserted into your computer, and report bugs using
786 reportbug if it isn&#39;t. Or, if you know of a better way to provide
787 such mapping, please let me know.&lt;/p&gt;
788
789 &lt;p&gt;This prototype need more work, and there are several questions that
790 should be considered before it is ready for production use. Is dbus
791 the correct way to detect new hardware? At the moment I look for HAL
792 dbus events on the system bus, because that is the events I could see
793 on my Debian Squeeze KDE desktop. Are there better events to use?
794 How should the user be notified? Is the desktop notification
795 mechanism the best option, or should the background daemon raise a
796 popup instead? How should packages be installed? When should they
797 not be installed?&lt;/p&gt;
798
799 &lt;p&gt;If you want to help getting such feature implemented in Debian,
800 please send me an email. :)&lt;/p&gt;
801 </description>
802 </item>
803
804 <item>
805 <title>New IRC channel for LEGO designers using Debian</title>
806 <link>http://people.skolelinux.org/pere/blog/New_IRC_channel_for_LEGO_designers_using_Debian.html</link>
807 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/New_IRC_channel_for_LEGO_designers_using_Debian.html</guid>
808 <pubDate>Wed, 2 Jan 2013 15:40:00 +0100</pubDate>
809 <description>&lt;p&gt;During Christmas, I have worked a bit on the Debian support for
810 &lt;a href=&quot;http://mindstorms.lego.com/en-us/Default.aspx&quot;&gt;LEGO Mindstorm
811 NXT&lt;/a&gt;. My son and I have played a bit with my NXT set, and I
812 discovered I had to build all the tools myself because none were
813 already in Debian Squeeze. If Debian support for LEGO is something
814 you care about, please join me on the IRC channel
815 &lt;a href=&quot;irc://irc.debian.org/%23debian-lego&quot;&gt;#debian-lego&lt;/a&gt; (server
816 irc.debian.org). There is a lot that could be done to improve the
817 Debian support for LEGO designers. For example both CAD software
818 and Mindstorm compilers are missing. :)&lt;/p&gt;
819
820 &lt;p&gt;Update 2012-01-03: A
821 &lt;a href=&quot;http://wiki.debian.org/LegoDesigners&quot;&gt;project page&lt;/a&gt;
822 including links to Lego related packages is now available.&lt;/p&gt;
823 </description>
824 </item>
825
826 <item>
827 <title>Lenker for 2013-01-01</title>
828 <link>http://people.skolelinux.org/pere/blog/Lenker_for_2013_01_01.html</link>
829 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenker_for_2013_01_01.html</guid>
830 <pubDate>Tue, 1 Jan 2013 09:20:00 +0100</pubDate>
831 <description>&lt;p&gt;Her er noen lenker til tekster jeg har satt pris på å lese den
832 siste måneden.&lt;/p&gt;
833
834 &lt;ul&gt;
835
836 &lt;li&gt;2012-12-07
837 &lt;a href=&quot;http://www.idg.no/computerworld/article262047.ece&quot;&gt;Myter og
838 FUD om fri programvare&lt;/a&gt; av min venn Christer Gundersen som
839 kommenterer noen av de påstandene som er spredt via Computerworld
840 Norge de siste månedene.&lt;/li&gt;
841
842 &lt;li&gt;BankID er et opplegg der utsteder (dvs. banken eller dens
843 leverandør) sitter på alt som trengs for å bruke BankID, men har
844 lovet å ikke bruke den unntatt på oppdrag fra deg. Det er greit nok
845 for banktjenester, der banken allerede har full kontroll over
846 resultatet, men problematisk når det gjelder tilgang til
847 helseopplysninger og avtaleinngåelse med andre enn banken. Jeg
848 håper protestene brer om seg.
849
850 &lt;ul&gt;
851
852 &lt;li&gt;2012-12-11 &lt;a href=&quot;http://www.aftenposten.no/meninger/debatt/BankID-blottlegger-helseopplysninger-7067148.html&quot;&gt;BankID
853 blottlegger helseopplysninger&lt;/a&gt;&lt;/li&gt;
854
855 &lt;li&gt;2012-12-07 &lt;a href=&quot;http://www.nrk.no/nyheter/norge/1.9695027&quot;&gt;-
856 Helseopplysningene ikke sikre med Bank-ID&lt;/a&gt;&lt;/li&gt;
857
858 &lt;li&gt;2012-12-07
859 &lt;a href=&quot;https://www.bankid.no/Presse-og-nyheter/Nyhetsarkiv/2012/Papeker-alvorlige-men-kjente-utfordringer/&quot;&gt;Påpeker
860 alvorlige, men kjente utfordringer&lt;/a&gt; er den offisielle
861 holdningen til de som lager BankID.&lt;/li&gt;
862
863 &lt;li&gt;2012-12-08
864 &lt;a href=&quot;http://www.tnp.no/norway/panorama/3419-ntnu-researcher-warns-against-security-of-bank-id-password&quot;&gt;NTNU
865 Researcher Warns against Security of Bank ID Password&lt;/a&gt;
866
867 &lt;/ul&gt;
868
869 &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;
870
871 &lt;li&gt;2012-12-11
872 &lt;a href=&quot;http://www.aftenposten.no/meninger/debatt/Realfagsdodaren-7067173.html&quot;&gt;Realfagsdødaren&lt;/a&gt;
873
874 &lt;li&gt;2012-12-21
875 &lt;a href=&quot;http://www.bt.no/nyheter/innenriks/112/--Forventningene-er-for-hoye-2816450.html&quot;&gt;-
876 Noen må bli skuffet&lt;/a&gt; - Politiet i Bergen forteller hvor lavt de
877 prioriterer hverdagskriminalitet.&lt;/li&gt;
878
879 &lt;li&gt;2012-05-03
880 &lt;a href=&quot;http://e24.no/jobb/kripos-ansatt-doemt-for-snoking-for-venn/20208585&quot;&gt;
881 Kripos-ansatt dømt for snoking for venn&lt;/A&gt; - viser hvor svak
882 reaksjonen blir når politiet misbruker innsamlet informasjon. En
883 forvarsel på konsekvensene av nasjonal brev- og besøkskontroll -
884 ofte kalt Datalagringsdirektivet.&lt;/li&gt;
885
886 &lt;li&gt;2012-12-14
887 &lt;a href=&quot;http://www.dagbladet.no/2012/12/14/kultur/debatt/kronikk/jul/ensomhet/24838541/&quot;&gt;Å
888 smøre en forskjell&lt;/a&gt; - om ensomhet og jul.&lt;/li&gt;
889
890 &lt;li&gt;2012-12-18
891 &lt;a href=&quot;http://www.aftenposten.no/meninger/kronikker/n-krise-av-gangen_-takk-7072452.html&quot;&gt;Én
892 krise av gangen, takk!&lt;/a&gt;
893
894
895 &lt;li&gt;2012-12-17
896 &lt;a href=&quot;http://www.aftenposten.no/meninger/NAV-Et-mangehodet-monster--7072165.html&quot;&gt;NAV:
897 Et mangehodet monster&lt;/a&gt;&lt;/li&gt;
898
899 &lt;li&gt;2011-01-12
900 &lt;a href=&quot;http://www.dagbladet.no/2011/01/12/kultur/debatt/kronikk/personvern/15027203/&quot;&gt;Pasienter
901 uten vern&lt;/a&gt; - forteller litt om hvordan Norsk Pasientregister og
902 andre helseregister raderer bort pasienters privatsfære.&lt;/li&gt;
903
904
905 &lt;li&gt;2012-12-19
906 &lt;a href=&quot;http://www.aftenposten.no/meninger/debatt/Hvorfor-er-barnefamilier-fattige-7073951.html&quot;&gt;Hvorfor
907 er barnefamilier fattige?&lt;/a&gt;&lt;/li&gt;
908
909 &lt;li&gt;2012-12-25
910 &lt;a href=&quot;http://www.aftenposten.no/meninger/spaltister/Den-skjulte-minoriteten--konservative-kristne-i-Norge-7075518.html&quot;&gt;Den
911 skjulte minoriteten – konservative kristne i Norge&lt;/a&gt; - kronikk av
912 Bjørn Stærk fra aftenposten&lt;/li&gt;
913
914 &lt;li&gt;2009-05-04
915 &lt;a href=&quot;http://deltemeninger.no/-/bulletin/show/303429_folkebiblioteket-2-0?ref=checkpoint&quot;&gt;Folkebiblioteket
916 2.0&lt;/a&gt; - Min venn Sturle om opphavsrett og Internett, i debatt med
917 Olav Torvund.&lt;/li&gt;
918
919 &lt;/ul&gt;
920
921 &lt;p&gt;Og et godt nytt år til dere alle!&lt;/p&gt;
922 </description>
923 </item>
924
925 </channel>
926 </rss>