<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=186502&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Clavier rétro éclairé]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=186502</link>
		<description><![CDATA[Les sujets les plus récents dans Clavier rétro éclairé.]]></description>
		<lastBuildDate>Sat, 14 Nov 2009 18:36:42 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3068200#p3068200</link>
			<description><![CDATA[<p><img src="http://forum.ubuntu-fr.org/img/smilies/lol.png" width="15" height="15" alt="lol" /></p><p>T&#039;es sur un forum Linux ici, on résous pas de problème windows ici, donc oui, c&#039;est pour Ubuntu la procédure qu&#039;on te donnes.</p><p>Windows et Linux, ca communique pas du tout pareil. Les lignes de commande sont pas du tout les mêmes.</p>]]></description>
			<author><![CDATA[dummy@example.com (bob88)]]></author>
			<pubDate>Sat, 14 Nov 2009 18:36:42 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3068200#p3068200</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3067094#p3067094</link>
			<description><![CDATA[<p>Merci pour t&#039;as réponses mais le problème c&#039;est que je sais pas où il faut aller sous Windows pour le faire ... </p><p>Application sa se trouve ou ? Si tu peut me détailler le chemin sa serais génial avec une petite explication d&#039;une console et du terminal.</p><p>Merci beaucoup !</p>]]></description>
			<author><![CDATA[dummy@example.com (maxter)]]></author>
			<pubDate>Sat, 14 Nov 2009 12:05:13 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3067094#p3067094</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3066973#p3066973</link>
			<description><![CDATA[<p>Tu dois d&#039;abord coller le code qui commence par cd dans une console.</p><p>Pour cela, tu vas dans applications-accessoires-terminal et tu copies - colles la ligne complète.</p><p>Ensuite, il va s&#039;ouvrir un fichier vierge où tu devras colle les codes qu&#039;il y a dans la case avec le texte qui commence par #</p><p>tu enregistres et tu suis le reste de l&#039;explication.</p>]]></description>
			<author><![CDATA[dummy@example.com (bob88)]]></author>
			<pubDate>Sat, 14 Nov 2009 11:15:49 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3066973#p3066973</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3066777#p3066777</link>
			<description><![CDATA[<p>Bonjour, je relance le post car j&#039;ai le même problème, mais j&#039;ai un clavier Bluestork.<br />Le rétro éclairage s&#039;allume avec la touche &quot;Arret défil&quot;.</p><p>On vas ou pour faire cette ligne de code ?</p><div class="codebox"><pre><code>#!/bin/bash
if [ -f /tmp/keyboard_light ] then
     xset -led 3 &amp;&amp; rm /tmp/keyboard_light
else
     xset led 3 &amp;&amp; touch /tmp/keyboard_light
fi</code></pre></div><p>Faut il ubuntu 7.10 pour faire cette ligne de code ou le Document texte suffi ? (si oui on l&#039;enregistre comment : exemple.???) J&#039;ai pas compris ce que c&#039;était se fichier : </p><div class="codebox"><pre><code>cd /usr/bin &amp;&amp; touch keyb_switch_light &amp;&amp; sudo chmod +x keyb_switch_light &amp;&amp; sudo gedit keyb_switch_light</code></pre></div><p>J&#039;ai pas bien compris la manipulation...<br />Si un personne pouvais m&#039;aider sa serais super sympa !</p><p>Merci d&#039;avance pour vos réponses !</p>]]></description>
			<author><![CDATA[dummy@example.com (maxter)]]></author>
			<pubDate>Sat, 14 Nov 2009 09:59:33 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3066777#p3066777</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1763745#p1763745</link>
			<description><![CDATA[<p>bah un petit cadeau de fin :<br />1- on créer un fichier </p><div class="codebox"><pre><code>cd /usr/bin &amp;&amp; touch keyb_switch_light &amp;&amp; sudo chmod +x keyb_switch_light &amp;&amp; sudo gedit keyb_switch_light</code></pre></div><p>2- on copie cela dedans</p><div class="codebox"><pre><code>#!/bin/bash
if [ -f /tmp/keyboard_light ] then
     xset -led 3 &amp;&amp; rm /tmp/keyboard_light
else
     xset led 3 &amp;&amp; touch /tmp/keyboard_light
fi</code></pre></div><p>qui est un script qui va te permettre t&#039;activer et de désactiver successivement le rétroéclairage de ton clavier. on sauvegarde le tout.</p><p>Ensuite, tu vas dans le SytèmePréférences&gt;Raccourcis claviers, et tu rajoutes sous le raccourcis que tu veux la commande : &quot;/usr/bin/keyb_switch_light&quot;.<br />l&#039;appuie sur la combinaison désirée activera ou désactivera le rétroéclairage ! <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (yleetiny)]]></author>
			<pubDate>Mon, 12 May 2008 19:21:01 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1763745#p1763745</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1763161#p1763161</link>
			<description><![CDATA[<p>Un grand merci à yleetiny,<br />Donc pour l&#039;allumage:</p><div class="codebox"><pre><code>xset led 3</code></pre></div><p>Pour l&#039;eteindre:</p><div class="codebox"><pre><code>xset -led 3</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (paulnux)]]></author>
			<pubDate>Mon, 12 May 2008 16:22:30 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1763161#p1763161</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1752121#p1752121</link>
			<description><![CDATA[<p>@paulnux<br />Bravo pour ta trouvaille!<br />En regardant la documentation je pense savoir pourquoi tu as un petit bug avec ton lanceur : tu allumes toutes les leds y compris celle du pavé numérique, ce qui causerait un bug.</p><p>En effet &quot;xset led&quot; ou &quot;xset -led&quot; prend un integer en 3ème paramètre qui correspond au numéro du led du clavier (caps lock, pavé numérique, etc. et aussi le led de l&#039;éclairage clavier). Sans le numéro celui-ci va tout activer (ce qui n&#039;est pas très bien).</p><p>Donc pour résoudre ton problème il te faudra faire des tests pour connaitre le numéro du led &quot;allumer le clavier&quot; (ce nombre est compris entre 1 et 32).<br />ensuite il te suffira de modifier ton lanceur...ou meme mieux faire un lanceur qui switche les deux, et mettre le tout sous un raccourcis clavier!</p>]]></description>
			<author><![CDATA[dummy@example.com (yleetiny)]]></author>
			<pubDate>Thu, 08 May 2008 21:30:49 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1752121#p1752121</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1724409#p1724409</link>
			<description><![CDATA[<p>Bonjour,<br />J&#039;ai avancé un peu,</p><p>Pour allumer le clavier créer un lanceur avec dedans:</p><div class="codebox"><pre><code>xset led</code></pre></div><p>Pour éteindre le clavier créer un lanceur avec dedans:</p><div class="codebox"><pre><code>xset -led</code></pre></div><p>Par contre quand le clavier est allumé j&#039;ai plus de pavé numérique, si une personne peux me dire pourquoi ou me mettre sur une piste, merci</p>]]></description>
			<author><![CDATA[dummy@example.com (paulnux)]]></author>
			<pubDate>Wed, 30 Apr 2008 13:05:45 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1724409#p1724409</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1674773#p1674773</link>
			<description><![CDATA[<p>Bonjour, je relance le post car j&#039;ai le meme probleme avec ce satané clavier Sangha...<br />Si une ame charitable pouvait nous venir en aide, je lui en serai eternellement reconnaissant (si, si, c&#039;est vrai!! <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> )<br />Merci par avance!</p>]]></description>
			<author><![CDATA[dummy@example.com (Ee3kiel)]]></author>
			<pubDate>Mon, 14 Apr 2008 19:03:04 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1674773#p1674773</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1505732#p1505732</link>
			<description><![CDATA[<p>Non, désolé, j&#039;ai pas les compétences techniques...<br />Les claviers rétroéclairés je sais même pas comment ils fonctionnent...faudrait se documenter sur le net et tout (j&#039;ai pas mal de boulot en ce moment donc exit les recherches extra)</p>]]></description>
			<author><![CDATA[dummy@example.com (yleetiny)]]></author>
			<pubDate>Fri, 01 Feb 2008 21:37:32 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1505732#p1505732</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1504628#p1504628</link>
			<description><![CDATA[<p>Bonjour,<br />J&#039;ai aussi acheté un clavier retro eclairé Sangha K100EL et impossible aussi de faire fonctionner le retro eclairage.<br />yleetiny tu a reussi a resoudre le probleme ?<br />Sinon ya t&#039;il quelqu&#039;un pour nous aider ?, merci&#160; <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (paulnux)]]></author>
			<pubDate>Fri, 01 Feb 2008 15:49:11 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1504628#p1504628</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1495175#p1495175</link>
			<description><![CDATA[<p>bah si cela marche dans un terminal cela provient peut-être de Xorg.<br />Par contre là  j&#039;ai jamais rencontré ce genre de problèmes donc je peut pas t&#039;aider plus.<br />A part chercher un peu dans les logs, et les descriptifs...<br />pourrais-tu faire un &quot;lshal&quot; repérer ton clavier usb, et m&#039;envoyer les informations (hal = Hardware Abstraction Layer : c&#039;est par là  que le requêtes gnome sont envoyés aux hardwares normalement...pour vérifier que le réglage de la luminosité est bien présent)<br />sinon, c&#039;est aussi peut-être un problème d&#039;&quot;udev&quot; (j&#039;en sais rien) ou de X comme je le disais plus haut (avec une préférence pour X car c&#039;est une couche importante à  elle-seule)...</p><p>En tout cas bon courage,... (je sais pas du tout si tu pourras faire fonctionner ce rétroéclairage)<br />as-tu tenter de l&#039;allumer dans un terminal (Ctrl+Alt+F1) puis de reswitcher sur l&#039;interface graphique (ctrl + alt + F7) ? ou sinon dans un terminal gnome ?<br />pour voir si au moins ta configuration reste...</p>]]></description>
			<author><![CDATA[dummy@example.com (yleetiny)]]></author>
			<pubDate>Mon, 28 Jan 2008 14:40:54 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1495175#p1495175</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1495057#p1495057</link>
			<description><![CDATA[<p>Salut et merci pour ta réponse <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Alors, j&#039;ai regardé les clés, elles sont correctes : <br />/apps/gnome-power-manager/keyboard/brightness_battery à  50<br />/apps/gnome-power-manager/keyboard/brightness_ac à  100<br />sachant que c&#039;est un pc fixe donc toujours sur le courant <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>J&#039;avais djà  regardé ce que me disait xev, mais en fait la touche est associée a Sroll-Lock et c&#039;est tout. Il la reconnait bien et fait surement très bien le scroll lock, mais ca n&#039;allume pas. J&#039;aurais aimé pouvoir tester ca en console, mais xev a besoin de l&#039;interface graphique et donc mon clavier ne s&#039;allume jamais quand j&#039;utilise xev, alors je ne peux pas voir le code &quot;qui allume&quot;. Ma question de départ était donc celle la : y&#039;a t&#039;il un xev qui n&#039;a pas besoin d&#039;interface graphique?</p><p>Sinon, mon fichier /var/log/acpid (acpi n&#039;existe pas) est complétement vide, comme les précédents (acpid.1.gz...)</p><p>Voici dmesg : </p><div class="codebox"><pre class="vscroll"><code>[    0.000000] Linux version 2.6.22-14-generic (buildd@terranova) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Tue Dec 18 08:02:57 UTC 2007 (Ubuntu 2.6.22-14.47-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000dfff0000 (usable)
[    0.000000]  BIOS-e820: 00000000dfff0000 - 00000000dfff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000dfff3000 - 00000000e0000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000f0000000 - 00000000f2000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] 2687MB HIGHMEM available.
[    0.000000] 896MB LOWMEM available.
[    0.000000] found SMP MP-table at 000f5240
[    0.000000] Entering add_active_range(0, 0, 917488) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 -&gt;     4096
[    0.000000]   Normal       4096 -&gt;   229376
[    0.000000]   HighMem    229376 -&gt;   917488
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 -&gt;   917488
[    0.000000] On node 0 totalpages: 917488
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 1760 pages used for memmap
[    0.000000]   Normal zone: 223520 pages, LIFO batch:31
[    0.000000]   HighMem zone: 5375 pages used for memmap
[    0.000000]   HighMem zone: 682737 pages, LIFO batch:31
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP signature @ 0xC00F6BF0 checksum 0
[    0.000000] ACPI: RSDP 000F6BF0, 0014 (r0 GBT   )
[    0.000000] ACPI: RSDT DFFF3000, 0030 (r1 GBT    AWRDACPI 42302E31 AWRD  1010101)
[    0.000000] ACPI: FACP DFFF3040, 0074 (r1 GBT    AWRDACPI 42302E31 AWRD  1010101)
[    0.000000] ACPI: DSDT DFFF30C0, 4D95 (r1 GBT    AWRDACPI     1000 MSFT  100000C)
[    0.000000] ACPI: FACS DFFF0000, 0040
[    0.000000] ACPI: MCFG DFFF7F00, 003C (r1 GBT    AWRDACPI 42302E31 AWRD  1010101)
[    0.000000] ACPI: APIC DFFF7E80, 0072 (r1 GBT    AWRDACPI 42302E31 AWRD  1010101)
[    0.000000] Nvidia board detected. Ignoring ACPI timer override.
[    0.000000] If you got timer trouble try acpi_use_timer_override
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] Processor #0 15:11 APIC version 16
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] Processor #1 15:11 APIC version 16
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at e1000000 (gap: e0000000:10000000)
[    0.000000] Built 1 zonelists.  Total pages: 910321
[    0.000000] Kernel command line: root=UUID=a7d3e9c3-db74-419e-81c8-7b5003989236 ro quiet splash
[    0.000000] mapped APIC to ffffd000 (fee00000)
[    0.000000] mapped IOAPIC to ffffc000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Detected 2210.049 MHz processor.
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 3627980k/3669952k available (2015k kernel code, 40740k reserved, 916k data, 364k init, 2752448k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff4d000 - 0xfffff000   ( 712 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[    0.000000]       .init : 0xc03e3000 - 0xc043e000   ( 364 kB)
[    0.000000]       .data : 0xc02f7de6 - 0xc03dce84   ( 916 kB)
[    0.000000]       .text : 0xc0100000 - 0xc02f7de6   (2015 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[    0.000000] SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1
[    0.084000] Calibrating delay using timer specific routine.. 4424.10 BogoMIPS (lpj=8848202)
[    0.084000] Security Framework v1.0.0 initialized
[    0.084000] SELinux:  Disabled at boot.
[    0.084000] Mount-cache hash table entries: 512
[    0.084000] CPU: After generic identify, caps: 178bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000003
[    0.084000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.084000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.084000] CPU 0(2) -&gt; Core 0
[    0.084000] CPU: After all inits, caps: 178bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000003
[    0.084000] Compat vDSO mapped to ffffe000.
[    0.084000] Checking &#039;hlt&#039; instruction... OK.
[    0.100000] SMP alternatives: switching to UP code
[    0.100000] Early unpacking initramfs... done
[    0.368000] ACPI: Core revision 20070126
[    0.368000] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[    0.372000] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 01
[    0.372000] SMP alternatives: switching to SMP code
[    0.372000] Booting processor 1/1 eip 3000
[    0.380000] Initializing CPU#1
[    0.464000] Calibrating delay using timer specific routine.. 4420.45 BogoMIPS (lpj=8840905)
[    0.464000] CPU: After generic identify, caps: 178bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000003
[    0.464000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.464000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.464000] CPU 1(2) -&gt; Core 1
[    0.464000] CPU: After all inits, caps: 178bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000003
[    0.464000] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 01
[    0.464000] Total of 2 processors activated (8844.55 BogoMIPS).
[    0.464000] ENABLING IO-APIC IRQs
[    0.464000] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[    0.508000] Brought up 2 CPUs
[    0.584000] migration_cost=4000
[    0.584000] Booting paravirtualized kernel on bare hardware
[    0.584000] Time: 20:55:42  Date: 00/27/108
[    0.584000] NET: Registered protocol family 16
[    0.584000] EISA bus registered
[    0.584000] ACPI: bus type pci registered
[    0.592000] PCI: PCI BIOS revision 3.00 entry at 0xfb4a0, last bus=4
[    0.592000] PCI: Using configuration type 1
[    0.592000] Setting up standard PCI resources
[    0.596000] ACPI: EC: Look up EC in DSDT
[    0.604000] ACPI: Interpreter enabled
[    0.604000] ACPI: (supports S0 S1 S4 S5)
[    0.604000] ACPI: Using IOAPIC for interrupt routing
[    0.612000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.612000] PCI: Probing PCI hardware (bus 00)
[    0.612000] PCI: Transparent bridge - 0000:00:10.0
[    0.612000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.612000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.696000] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.696000] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 *11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [LNK3] (IRQs *5 7 9 10 11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 *11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 *11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.696000] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.696000] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.696000] ACPI: PCI Interrupt Link [LUBA] (IRQs *5 7 9 10 11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [LUBB] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.696000] ACPI: PCI Interrupt Link [LMAC] (IRQs *5 7 9 10 11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [LACI] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.696000] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.696000] ACPI: PCI Interrupt Link [LMCI] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.696000] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 *10 11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 *10 11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.696000] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
[    0.696000] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[    0.696000] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0
[    0.696000] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[    0.696000] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0
[    0.700000] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0
[    0.700000] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[    0.700000] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[    0.700000] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[    0.700000] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
[    0.700000] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[    0.700000] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[    0.700000] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
[    0.700000] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
[    0.700000] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0
[    0.700000] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[    0.700000] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[    0.700000] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
[    0.700000] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
[    0.700000] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[    0.700000] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[    0.700000] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[    0.700000] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.700000] pnp: PnP ACPI init
[    0.700000] ACPI: bus type pnp registered
[    0.704000] pnp: PnP ACPI: found 13 devices
[    0.704000] ACPI: ACPI bus type pnp unregistered
[    0.704000] PnPBIOS: Disabled by ACPI PNP
[    0.704000] PCI: Using ACPI for IRQ routing
[    0.704000] PCI: If a device doesn&#039;t work, try &quot;pci=routeirq&quot;.  If it helps, post a report
[    0.796000] NET: Registered protocol family 8
[    0.796000] NET: Registered protocol family 20
[    0.796000] pnp: 00:01: ioport range 0x1000-0x107f has been reserved
[    0.796000] pnp: 00:01: ioport range 0x1080-0x10ff has been reserved
[    0.796000] pnp: 00:01: ioport range 0x1400-0x147f has been reserved
[    0.796000] pnp: 00:01: ioport range 0x1480-0x14ff has been reserved
[    0.796000] pnp: 00:01: ioport range 0x1800-0x187f has been reserved
[    0.796000] pnp: 00:01: ioport range 0x1880-0x18ff has been reserved
[    0.796000] pnp: 00:01: ioport range 0x2000-0x207f has been reserved
[    0.796000] pnp: 00:01: ioport range 0x2080-0x20ff has been reserved
[    0.796000] pnp: 00:01: iomem range 0xfefe0000-0xfefe01ff could not be reserved
[    0.796000] pnp: 00:01: iomem range 0x0-0x0 could not be reserved
[    0.796000] pnp: 00:01: iomem range 0xf0000000-0xf1ffffff could not be reserved
[    0.796000] pnp: 00:0c: iomem range 0xd0000-0xd3fff has been reserved
[    0.796000] pnp: 00:0c: iomem range 0xf0000-0xf7fff could not be reserved
[    0.796000] pnp: 00:0c: iomem range 0xf8000-0xfbfff could not be reserved
[    0.796000] pnp: 00:0c: iomem range 0xfc000-0xfffff could not be reserved
[    0.824000] PCI: Bridge: 0000:00:02.0
[    0.824000]   IO window: 7000-7fff
[    0.824000]   MEM window: disabled.
[    0.824000]   PREFETCH window: disabled.
[    0.824000] PCI: Bridge: 0000:00:03.0
[    0.824000]   IO window: 8000-8fff
[    0.824000]   MEM window: disabled.
[    0.824000]   PREFETCH window: disabled.
[    0.824000] PCI: Bridge: 0000:00:04.0
[    0.824000]   IO window: a000-afff
[    0.824000]   MEM window: f2000000-f4ffffff
[    0.824000]   PREFETCH window: e0000000-efffffff
[    0.824000] PCI: Bridge: 0000:00:10.0
[    0.824000]   IO window: 9000-9fff
[    0.824000]   MEM window: f5000000-f50fffff
[    0.824000]   PREFETCH window: disabled.
[    0.824000] PCI: Setting latency timer of device 0000:00:02.0 to 64
[    0.824000] PCI: Setting latency timer of device 0000:00:03.0 to 64
[    0.824000] PCI: Setting latency timer of device 0000:00:04.0 to 64
[    0.824000] PCI: Setting latency timer of device 0000:00:10.0 to 64
[    0.824000] NET: Registered protocol family 2
[    0.828000] Time: acpi_pm clocksource has been installed.
[    0.828000] Switched to high resolution mode on CPU 0
[    0.828000] Switched to high resolution mode on CPU 1
[    0.872000] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.872000] TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
[    0.872000] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.872000] TCP: Hash tables configured (established 131072 bind 65536)
[    0.872000] TCP reno registered
[    0.888000] checking if image is initramfs... it is
[    1.416000] Freeing initrd memory: 7307k freed
[    1.420000] audit: initializing netlink socket (disabled)
[    1.420000] audit(1201467342.328:1): initialized
[    1.420000] highmem bounce pool size: 64 pages
[    1.420000] VFS: Disk quotas dquot_6.5.1
[    1.420000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.420000] io scheduler noop registered
[    1.420000] io scheduler anticipatory registered
[    1.420000] io scheduler deadline registered
[    1.420000] io scheduler cfq registered (default)
[    1.436000] Boot video device is 0000:02:00.0
[    1.436000] PCI: Setting latency timer of device 0000:00:02.0 to 64
[    1.436000] assign_interrupt_mode Found MSI capability
[    1.436000] Allocate Port Service[0000:00:02.0:pcie00]
[    1.436000] PCI: Setting latency timer of device 0000:00:03.0 to 64
[    1.436000] assign_interrupt_mode Found MSI capability
[    1.436000] Allocate Port Service[0000:00:03.0:pcie00]
[    1.436000] PCI: Setting latency timer of device 0000:00:04.0 to 64
[    1.436000] assign_interrupt_mode Found MSI capability
[    1.436000] Allocate Port Service[0000:00:04.0:pcie00]
[    1.436000] isapnp: Scanning for PnP cards...
[    1.788000] isapnp: No Plug &amp; Play device found
[    1.808000] Real Time Clock Driver v1.12ac
[    1.808000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    1.808000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.808000] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.808000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[    1.808000] input: Macintosh mouse button emulation as /class/input/input0
[    1.808000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.812000] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.812000] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.812000] mice: PS/2 mouse device common for all mice
[    1.812000] EISA: Probing bus 0 at eisa.0
[    1.812000] Cannot allocate resource for EISA slot 1
[    1.812000] Cannot allocate resource for EISA slot 2
[    1.812000] Cannot allocate resource for EISA slot 7
[    1.812000] Cannot allocate resource for EISA slot 8
[    1.812000] EISA: Detected 0 cards.
[    1.812000] TCP cubic registered
[    1.812000] NET: Registered protocol family 1
[    1.812000] Using IPI No-Shortcut mode
[    1.812000]   Magic number: 8:12:954
[    1.812000]   hash matches device ttya9
[    1.812000]   hash matches device ptyzb
[    1.812000] Freeing unused kernel memory: 364k freed
[    1.844000] input: AT Translated Set 2 keyboard as /class/input/input1
[    3.008000] AppArmor: AppArmor initialized&lt;5&gt;audit(1201467343.828:2):  type=1505 info=&quot;AppArmor initialized&quot; pid=1262
[    3.016000] fuse init (API version 7.8)
[    3.020000] Failure registering capabilities with primary security module.
[    3.068000] md: linear personality registered for level -1
[    3.068000] md: multipath personality registered for level -4
[    3.072000] md: raid0 personality registered for level 0
[    3.076000] md: raid1 personality registered for level 1
[    3.080000] raid5: automatically using best checksumming function: pIII_sse
[    3.100000]    pIII_sse  :  7015.000 MB/sec
[    3.100000] raid5: using function: pIII_sse (7015.000 MB/sec)
[    3.168000] raid6: int32x1    944 MB/s
[    3.236000] raid6: int32x2    957 MB/s
[    3.304000] raid6: int32x4    805 MB/s
[    3.372000] raid6: int32x8    581 MB/s
[    3.440000] raid6: mmxx1     1791 MB/s
[    3.508000] raid6: mmxx2     3289 MB/s
[    3.576000] raid6: sse1x1    1684 MB/s
[    3.644000] raid6: sse1x2    2744 MB/s
[    3.712000] raid6: sse2x1    2794 MB/s
[    3.780000] raid6: sse2x2    3739 MB/s
[    3.780000] raid6: using algorithm sse2x2 (3739 MB/s)
[    3.780000] md: raid6 personality registered for level 6
[    3.780000] md: raid5 personality registered for level 5
[    3.780000] md: raid4 personality registered for level 4
[    3.796000] md: raid10 personality registered for level 10
[    4.312000] SCSI subsystem initialized
[    4.316000] libata version 2.21 loaded.
[    4.316000] sata_nv 0000:00:0e.0: version 3.4
[    4.316000] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[    4.316000] ACPI: PCI Interrupt 0000:00:0e.0[A] -&gt; Link [APSI] -&gt; GSI 23 (level, low) -&gt; IRQ 16
[    4.320000] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    4.320000] scsi0 : sata_nv
[    4.320000] scsi1 : sata_nv
[    4.320000] ata1: SATA max UDMA/133 cmd 0x000109f0 ctl 0x00010bf2 bmdma 0x0001d400 irq 16
[    4.320000] ata2: SATA max UDMA/133 cmd 0x00010970 ctl 0x00010b72 bmdma 0x0001d408 irq 16
[    4.340000] forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60.
[    4.352000] usbcore: registered new interface driver usbfs
[    4.352000] usbcore: registered new interface driver hub
[    4.352000] usbcore: registered new device driver usb
[    4.352000] ohci_hcd: 2006 August 04 USB 1.1 &#039;Open&#039; Host Controller (OHCI) Driver
[    4.424000] Floppy drive(s): fd0 is 1.44M
[    4.440000] FDC 0 is a post-1991 82077
[    4.788000] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.796000] ata1.00: Host Protected Area detected:
[    4.796000]  current size: 398294975 sectors
[    4.796000]  native size: 398297088 sectors
[    4.804000] ata1.00: native size increased to 398297088 sectors
[    4.804000] ata1.00: ATA-7: Maxtor 6L200S0, BACE1G10, max UDMA/133
[    4.804000] ata1.00: 398297088 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    4.820000] ata1.00: configured for UDMA/133
[    5.288000] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.332000] ata2.00: ATA-7: ST3300622AS, 3.AAH, max UDMA/133
[    5.332000] ata2.00: 586072368 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    5.404000] ata2.00: configured for UDMA/133
[    5.404000] scsi 0:0:0:0: Direct-Access     ATA      Maxtor 6L200S0   BACE PQ: 0 ANSI: 5
[    5.404000] scsi 1:0:0:0: Direct-Access     ATA      ST3300622AS      3.AA PQ: 0 ANSI: 5
[    5.408000] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 22
[    5.408000] ACPI: PCI Interrupt 0000:00:0f.0[A] -&gt; Link [APSJ] -&gt; GSI 22 (level, low) -&gt; IRQ 17
[    5.408000] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[    5.408000] scsi2 : sata_nv
[    5.408000] scsi3 : sata_nv
[    5.408000] ata3: SATA max UDMA/133 cmd 0x000109e0 ctl 0x00010be2 bmdma 0x0001c000 irq 17
[    5.408000] ata4: SATA max UDMA/133 cmd 0x00010960 ctl 0x00010b62 bmdma 0x0001c008 irq 17
[    5.876000] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.920000] ata3.00: ATA-7: ST3500630AS, 3.AAK, max UDMA/133
[    5.920000] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    5.992000] ata3.00: configured for UDMA/133
[    6.304000] ata4: SATA link down (SStatus 0 SControl 300)
[    6.312000] scsi 2:0:0:0: Direct-Access     ATA      ST3500630AS      3.AA PQ: 0 ANSI: 5
[    6.312000] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[    6.312000] ACPI: PCI Interrupt 0000:00:0b.1[b] -&gt; Link [APCL] -&gt; GSI 21 (level, low) -&gt; IRQ 18
[    6.312000] PCI: Setting latency timer of device 0000:00:0b.1 to 64
[    6.312000] ehci_hcd 0000:00:0b.1: EHCI Host Controller
[    6.312000] ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 1
[    6.312000] ehci_hcd 0000:00:0b.1: debug port 1
[    6.312000] PCI: cache line size of 64 is not supported by device 0000:00:0b.1
[    6.312000] ehci_hcd 0000:00:0b.1: irq 18, io mem 0xf5106000
[    6.312000] ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    6.312000] usb usb1: configuration #1 chosen from 1 choice
[    6.312000] hub 1-0:1.0: USB hub found
[    6.312000] hub 1-0:1.0: 8 ports detected
[    6.416000] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[    6.416000] ACPI: PCI Interrupt 0000:01:07.2[C] -&gt; Link [APC4] -&gt; GSI 19 (level, low) -&gt; IRQ 19
[    6.416000] ehci_hcd 0000:01:07.2: EHCI Host Controller
[    6.416000] ehci_hcd 0000:01:07.2: new USB bus registered, assigned bus number 2
[    6.416000] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 20
[    6.416000] ACPI: PCI Interrupt 0000:00:0b.0[A] -&gt; Link [APCF] -&gt; GSI 20 (level, low) -&gt; IRQ 20
[    6.416000] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[    6.416000] ohci_hcd 0000:00:0b.0: OHCI Host Controller
[    6.416000] ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 3
[    6.416000] ohci_hcd 0000:00:0b.0: irq 20, io mem 0xf5105000
[    6.440000] ehci_hcd 0000:01:07.2: irq 19, io mem 0xf5002000
[    6.440000] ehci_hcd 0000:01:07.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    6.440000] usb usb2: configuration #1 chosen from 1 choice
[    6.440000] hub 2-0:1.0: USB hub found
[    6.440000] hub 2-0:1.0: 5 ports detected
[    6.544000] usb usb3: configuration #1 chosen from 1 choice
[    6.544000] hub 3-0:1.0: USB hub found
[    6.544000] hub 3-0:1.0: 8 ports detected
[    6.648000] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[    6.648000] ACPI: PCI Interrupt 0000:01:07.0[A] -&gt; Link [APC2] -&gt; GSI 17 (level, low) -&gt; IRQ 21
[    6.648000] ohci_hcd 0000:01:07.0: OHCI Host Controller
[    6.648000] ohci_hcd 0000:01:07.0: new USB bus registered, assigned bus number 4
[    6.648000] ohci_hcd 0000:01:07.0: irq 21, io mem 0xf5000000
[    6.656000] usb 1-2: new high speed USB device using ehci_hcd and address 2
[    6.732000] usb usb4: configuration #1 chosen from 1 choice
[    6.732000] hub 4-0:1.0: USB hub found
[    6.732000] hub 4-0:1.0: 3 ports detected
[    6.792000] usb 1-2: configuration #1 chosen from 1 choice
[    6.836000] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[    6.836000] ACPI: PCI Interrupt 0000:01:07.1[b] -&gt; Link [APC3] -&gt; GSI 18 (level, low) -&gt; IRQ 22
[    6.836000] ohci_hcd 0000:01:07.1: OHCI Host Controller
[    6.836000] ohci_hcd 0000:01:07.1: new USB bus registered, assigned bus number 5
[    6.836000] ohci_hcd 0000:01:07.1: irq 22, io mem 0xf5001000
[    6.920000] usb usb5: configuration #1 chosen from 1 choice
[    6.920000] hub 5-0:1.0: USB hub found
[    6.920000] hub 5-0:1.0: 2 ports detected
[    7.024000] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
[    7.024000] ACPI: PCI Interrupt 0000:00:14.0[A] -&gt; Link [APCH] -&gt; GSI 23 (level, low) -&gt; IRQ 16
[    7.024000] PCI: Setting latency timer of device 0000:00:14.0 to 64
[    7.024000] forcedeth: using HIGHDMA
[    7.280000] usb 3-4: new low speed USB device using ohci_hcd and address 2
[    7.488000] usb 3-4: configuration #1 chosen from 1 choice
[    7.492000] usbcore: registered new interface driver libusual
[    7.496000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[    7.496000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[    7.500000] Initializing USB Mass Storage driver...
[    7.500000] scsi4 : SCSI emulation for USB Mass Storage devices
[    7.500000] usb-storage: device found at 2
[    7.500000] usb-storage: waiting for device to settle before scanning
[    7.500000] usbcore: registered new interface driver usb-storage
[    7.500000] USB Mass Storage support registered.
[    7.508000] usbcore: registered new interface driver hiddev
[    7.516000] input: USB-compliant keyboard as /class/input/input2
[    7.516000] input: USB HID v1.10 Keyboard [USB-compliant keyboard] on usb-0000:00:0b.0-4
[    7.524000] input: USB-compliant keyboard as /class/input/input3
[    7.524000] input,hiddev96: USB HID v1.10 Mouse [USB-compliant keyboard] on usb-0000:00:0b.0-4
[    7.524000] usbcore: registered new interface driver usbhid
[    7.524000] /build/buildd/linux-source-2.6.22-2.6.22/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[    7.544000] eth0: forcedeth.c: subsystem: 01458:e000 bound to 0000:00:14.0
[    7.544000] ACPI: PCI Interrupt 0000:01:0e.0[A] -&gt; Link [APC3] -&gt; GSI 18 (level, low) -&gt; IRQ 22
[    7.596000] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[22]  MMIO=[f5003000-f50037ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    7.600000] NFORCE-MCP51: IDE controller at PCI slot 0000:00:0d.0
[    7.600000] NFORCE-MCP51: chipset revision 161
[    7.600000] NFORCE-MCP51: not 100% native mode: will probe irqs later
[    7.600000] NFORCE-MCP51: BIOS didn&#039;t set cable bits correctly. Enabling workaround.
[    7.600000] NFORCE-MCP51: 0000:00:0d.0 (rev a1) UDMA133 controller
[    7.600000]     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
[    7.600000]     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
[    7.600000] Probing IDE interface ide0...
[    8.340000] hda: SAMSUNG DVD-ROM SD-616E, ATAPI CD/DVD-ROM drive
[    8.872000] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0000148500f50c11]
[    9.124000] hdb: PIONEER DVD-RW DVR-108, ATAPI CD/DVD-ROM drive
[    9.180000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    9.180000] Probing IDE interface ide1...
[    9.468000] hdc: Maxtor 6L200P0, ATA DISK drive
[    9.748000] hdd: Maxtor 6Y120L0, ATA DISK drive
[    9.808000] ide1 at 0x170-0x177,0x376 on irq 15
[    9.848000] sd 0:0:0:0: [sda] 398297088 512-byte hardware sectors (203928 MB)
[    9.848000] sd 0:0:0:0: [sda] Write Protect is off
[    9.848000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    9.848000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[    9.848000] sd 0:0:0:0: [sda] 398297088 512-byte hardware sectors (203928 MB)
[    9.848000] sd 0:0:0:0: [sda] Write Protect is off
[    9.848000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    9.848000] hda: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
[    9.848000] Uniform CD-ROM driver Revision: 3.20
[    9.848000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[    9.848000]  sda:&lt;6&gt;hdb: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(66)
[    9.864000]  sda1
[    9.864000] sd 0:0:0:0: [sda] Attached SCSI disk
[    9.864000] sd 1:0:0:0: [sdb] 586072368 512-byte hardware sectors (300069 MB)
[    9.864000] sd 1:0:0:0: [sdb] Write Protect is off
[    9.864000] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    9.864000] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[    9.864000] sd 1:0:0:0: [sdb] 586072368 512-byte hardware sectors (300069 MB)
[    9.864000] sd 1:0:0:0: [sdb] Write Protect is off
[    9.864000] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    9.864000] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[    9.864000]  sdb:&lt;6&gt;hdc: max request size: 512KiB
[    9.876000] hdc: Host Protected Area detected.
[    9.876000]  current capacity is 398294975 sectors (203927 MB)
[    9.876000]  native  capacity is 398297088 sectors (203928 MB)
[    9.880000]  sdb1
[    9.880000] sd 1:0:0:0: [sdb] Attached SCSI disk
[    9.880000] sd 2:0:0:0: [sdc] 976773168 512-byte hardware sectors (500108 MB)
[    9.880000] sd 2:0:0:0: [sdc] Write Protect is off
[    9.880000] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    9.880000] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[    9.880000] sd 2:0:0:0: [sdc] 976773168 512-byte hardware sectors (500108 MB)
[    9.880000] sd 2:0:0:0: [sdc] Write Protect is off
[    9.880000] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    9.880000] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn&#039;t support DPO or FUA
[    9.880000]  sdc: sdc1
[    9.900000] sd 2:0:0:0: [sdc] Attached SCSI disk
[    9.904000] hdc: Host Protected Area disabled.
[    9.904000] hdc: 398297088 sectors (203928 MB) w/8192KiB Cache, CHS=24792/255/63, UDMA(133)
[    9.904000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.904000] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    9.904000] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    9.904000] hdc: cache flushes supported
[    9.904000]  hdc: hdc1 hdc2 hdc3 &lt; hdc5 hdc6 hdc7 &gt; hdc4
[    9.976000] hdd: max request size: 128KiB
[    9.976000] hdd: Host Protected Area detected.
[    9.976000]  current capacity is 240119615 sectors (122941 MB)
[    9.976000]  native  capacity is 240121728 sectors (122942 MB)
[   10.008000] hdd: Host Protected Area disabled.
[   10.008000] hdd: 240121728 sectors (122942 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(133)
[   10.008000] hdd: cache flushes supported
[   10.008000]  hdd: hdd1
[   10.120000] md: md0 stopped.
[   10.520000] md: bind&lt;sdb1&gt;
[   10.520000] md: bind&lt;sda1&gt;
[   10.524000] md0: setting max_sectors to 128, segment boundary to 32767
[   10.524000] raid0: looking at sda1
[   10.524000] raid0:   comparing sda1(199141632) with sda1(199141632)
[   10.524000] raid0:   END
[   10.524000] raid0:   ==&gt; UNIQUE
[   10.524000] raid0: 1 zones
[   10.524000] raid0: looking at sdb1
[   10.524000] raid0:   comparing sdb1(293033536) with sda1(199141632)
[   10.524000] raid0:   NOT EQUAL
[   10.524000] raid0:   comparing sdb1(293033536) with sdb1(293033536)
[   10.524000] raid0:   END
[   10.524000] raid0:   ==&gt; UNIQUE
[   10.524000] raid0: 2 zones
[   10.524000] raid0: FINAL 2 zones
[   10.524000] raid0: zone 1
[   10.524000] raid0: checking sda1 ... nope.
[   10.524000] raid0: checking sdb1 ... contained as device 0
[   10.524000]   (293033536) is smallest!.
[   10.524000] raid0: zone-&gt;nb_dev: 1, size: 93891904
[   10.524000] raid0: current zone offset: 293033536
[   10.524000] raid0: done.
[   10.524000] raid0 : md_size is 492175168 blocks.
[   10.524000] raid0 : conf-&gt;hash_spacing is 398283264 blocks.
[   10.524000] raid0 : nb_zone is 2.
[   10.524000] raid0 : Allocating 8 bytes for hash.
[   10.544000] Attempting manual resume
[   10.544000] swsusp: Resume From Partition 22:4
[   10.544000] PM: Checking swsusp image.
[   10.568000] PM: Resume from disk failed.
[   10.576000] ReiserFS: hdc5: found reiserfs format &quot;3.6&quot; with standard journal
[   10.576000] ReiserFS: hdc5: using ordered data mode
[   10.596000] ReiserFS: hdc5: journal params: device hdc5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   10.596000] ReiserFS: hdc5: checking transaction log (hdc5)
[   12.500000] usb-storage: device scan complete
[   12.500000] scsi 4:0:0:0: Direct-Access     Generic  IC1210        CF 1.9C PQ: 0 ANSI: 0 CCS
[   12.500000] scsi 4:0:0:1: Direct-Access     Generic  IC1210        MS 1.9C PQ: 0 ANSI: 0 CCS
[   12.504000] scsi 4:0:0:2: Direct-Access     Generic  IC1210    MMC/SD 1.9C PQ: 0 ANSI: 0 CCS
[   12.504000] scsi 4:0:0:3: Direct-Access     Generic  IC1210        SM 1.9C PQ: 0 ANSI: 0 CCS
[   12.508000] sd 4:0:0:0: [sdd] Attached SCSI removable disk
[   12.508000] sd 4:0:0:0: Attached scsi generic sg3 type 0
[   12.508000] sd 4:0:0:1: [sde] Attached SCSI removable disk
[   12.508000] sd 4:0:0:1: Attached scsi generic sg4 type 0
[   12.512000] sd 4:0:0:2: [sdf] Attached SCSI removable disk
[   12.512000] sd 4:0:0:2: Attached scsi generic sg5 type 0
[   12.512000] sd 4:0:0:3: [sdg] Attached SCSI removable disk
[   12.512000] sd 4:0:0:3: Attached scsi generic sg6 type 0
[   16.056000] ReiserFS: hdc5: replayed 40 transactions in 5 seconds
[   16.056000] ReiserFS: hdc5: Using r5 hash to sort names
[   23.520000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   23.524000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   23.672000] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x1c00
[   23.672000] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x1c80
[   23.856000] input: PC Speaker as /class/input/input4
[   24.040000] Linux agpgart interface v0.102 (c) Dave Jones
[   24.104000] logips2pp: Detected unknown logitech mouse model 127
[   24.164000] nvidia: module license &#039;NVIDIA&#039; taints kernel.
[   24.416000] ACPI: PCI Interrupt Link [APC5] enabled at IRQ 16
[   24.416000] ACPI: PCI Interrupt 0000:02:00.0[A] -&gt; Link [APC5] -&gt; GSI 16 (level, low) -&gt; IRQ 23
[   24.416000] PCI: Setting latency timer of device 0000:02:00.0 to 64
[   24.420000] NVRM: loading NVIDIA UNIX x86 Kernel Module  100.14.19  Wed Sep 12 14:12:24 PDT 2007
[   24.572000] input: ImExPS/2 Logitech Explorer Mouse as /class/input/input5
[   24.576000] parport_pc 00:09: reported by Plug and Play ACPI
[   24.576000] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[   24.680000] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 22
[   24.680000] ACPI: PCI Interrupt 0000:00:10.1[b] -&gt; Link [AAZA] -&gt; GSI 22 (level, low) -&gt; IRQ 17
[   24.680000] PCI: Setting latency timer of device 0000:00:10.1 to 64
[   25.080000] loop: module loaded
[   25.092000] lp0: using parport0 (interrupt-driven).
[   25.196000] Adding 2048276k swap on /dev/hdc4.  Priority:-1 extents:1 across:2048276k
[   36.384000] ReiserFS: hdc5: Removing [282 12543 0x0 SD]..done
[   36.384000] ReiserFS: hdc5: Removing [282 12513 0x0 SD]..done
[   36.384000] ReiserFS: hdc5: Removing [282 12505 0x0 SD]..done
[   36.384000] ReiserFS: hdc5: Removing [282 12121 0x0 SD]..done
[   36.384000] ReiserFS: hdc5: Removing [282 12103 0x0 SD]..done
[   36.384000] ReiserFS: hdc5: There were 5 uncompleted unlinks/truncates. Completed
[   36.696000] kjournald starting.  Commit interval 5 seconds
[   36.696000] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
[   36.696000] EXT3 FS on hdd1, internal journal
[   36.696000] EXT3-fs: recovery complete.
[   36.696000] EXT3-fs: mounted filesystem with ordered data mode.
[   36.716000] ReiserFS: hdc6: found reiserfs format &quot;3.6&quot; with standard journal
[   36.716000] ReiserFS: hdc6: using ordered data mode
[   36.724000] ReiserFS: hdc6: journal params: device hdc6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   36.724000] ReiserFS: hdc6: checking transaction log (hdc6)
[   36.736000] ReiserFS: hdc6: replayed 1 transactions in 0 seconds
[   36.796000] ReiserFS: hdc6: Using r5 hash to sort names
[   37.148000] ReiserFS: sdc1: found reiserfs format &quot;3.6&quot; with standard journal
[   37.148000] ReiserFS: sdc1: using ordered data mode
[   37.152000] ReiserFS: sdc1: journal params: device sdc1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   37.152000] ReiserFS: sdc1: checking transaction log (sdc1)
[   37.168000] ReiserFS: sdc1: replayed 2 transactions in 0 seconds
[   37.220000] ReiserFS: sdc1: Using r5 hash to sort names
[   37.264000] ReiserFS: md0: found reiserfs format &quot;3.6&quot; with standard journal
[   37.264000] ReiserFS: md0: using ordered data mode
[   37.268000] ReiserFS: md0: journal params: device md0, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   37.268000] ReiserFS: md0: checking transaction log (md0)
[   37.276000] ReiserFS: md0: replayed 2 transactions in 0 seconds
[   37.328000] ReiserFS: md0: Using r5 hash to sort names
[   38.036000] NET: Registered protocol family 17
[   39.932000] powernow-k8: Found 2 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ processors (version 2.00.00)
[   39.932000] powernow-k8:    0 : fid 0xe (2200 MHz), vid 0x8
[   39.932000] powernow-k8:    1 : fid 0x2 (1000 MHz), vid 0x12
[   40.804000] NET: Registered protocol family 10
[   40.804000] lo: Disabled Privacy Extensions
[   40.964000] ppdev: user-space parallel port driver
[   41.196000] audit(1201463782.825:3):  type=1503 operation=&quot;inode_permission&quot; requested_mask=&quot;a&quot; denied_mask=&quot;a&quot; name=&quot;/dev/tty&quot; pid=5816 profile=&quot;/usr/sbin/cupsd&quot;
[   42.856000] Failure registering capabilities with primary security module.
[   43.324000] Clocksource tsc unstable (delta = -98192489 ns)</code></pre></div><p>lsusb :</p><div class="codebox"><pre><code>Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 002: ID 062a:0201 Creative Labs 
Bus 003 Device 001: ID 0000:0000  
Bus 005 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 002: ID 0dda:2026 Integrated Circuit Solution, Inc. 
Bus 001 Device 001: ID 0000:0000</code></pre></div><p>je posterais lsusb-v si ca peut aider plus <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Merci encore du temps passé a m&#039;aider</p><p>Amandine</p>]]></description>
			<author><![CDATA[dummy@example.com (fab4am)]]></author>
			<pubDate>Mon, 28 Jan 2008 13:46:31 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1495057#p1495057</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1494773#p1494773</link>
			<description><![CDATA[<p>Euh zut c&#039;est pas backlight mais brigthness qu&#039;il faut chercher :<br />les deux clés sont :<br />/apps/gnome-power-manager/keyboard/brightness_battery<br />/apps/gnome-power-manager/keyboard/brightness_ac</p><p>qui contrà´le la luminosité de ton clavier quand tu es sur batterie ou sur le secteur.<br />Après c&#039;est peut-être pas là  non plus, si c&#039;est le cas après une tentative de changement:<br />1- poste le fichier /var/log/acpi <br />2- le resultat de &quot;dmesg&quot;<br />3- regarde si tu as quelquechose dans &quot;xev&quot; (voir la documentation Ubuntu pour voir comment faire)<br />4- les résultats de &quot;lsusb&quot;, (et peut-être &quot;lsusb -v&quot; (très long))&#160; </p><p>Voilà </p>]]></description>
			<author><![CDATA[dummy@example.com (yleetiny)]]></author>
			<pubDate>Mon, 28 Jan 2008 11:43:33 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1494773#p1494773</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Clavier rétro éclairé]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=1494390#p1494390</link>
			<description><![CDATA[<p>vas faire un tour dans gconf-editor, il me semble avoir vu un truc ou deux là  dessus...<br />Tu peux faire une recherche du terme &quot;backlight&quot; (rétroéclairage)...</p><p>Il y a alors une liste de paramètres concernant le rétroéclairage des claviers...<br />Après ton pb peut ne pas venir de là  mais c&#039;est définitivement une piste!</p>]]></description>
			<author><![CDATA[dummy@example.com (yleetiny)]]></author>
			<pubDate>Mon, 28 Jan 2008 07:24:24 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=1494390#p1494390</guid>
		</item>
	</channel>
</rss>
