<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nomar</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nomar"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Nomar"/>
	<updated>2026-04-05T16:52:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Help:Editing&amp;diff=28282</id>
		<title>Help:Editing</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Help:Editing&amp;diff=28282"/>
		<updated>2007-02-18T08:02:30Z</updated>

		<summary type="html">&lt;p&gt;Nomar: Added QUOTE template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==general help==&lt;br /&gt;
&lt;br /&gt;
For general help in editing please read [[Wikipedia:How_to_edit_a_page | Wikipedias &amp;quot;How to edit a page&amp;quot; page]].&lt;br /&gt;
&lt;br /&gt;
==ThinkWiki editing policies==&lt;br /&gt;
&lt;br /&gt;
===write with other users in your mind===&lt;br /&gt;
When you write an article, keep the following things in mind...&lt;br /&gt;
*Respect others. Try sticking to a [http://en.wikipedia.org/wiki/Npov neutral point of view]. Respect the work of other writers. Respect your (potential) readers.&lt;br /&gt;
*ThinkWiki is not only about the newest models. Try to write in a way that is open for older, newer and future models. This especially regards the structuring of the information you provide.&lt;br /&gt;
*ThinkWiki is not only about your Distro. Try to make clear if something you write is valid only for your specific linux distribution.&lt;br /&gt;
*Even though the article is written by you, it is a piece of information others might work on later. Try to avoid personal remarks in your articles.&lt;br /&gt;
&lt;br /&gt;
===naming policies for new pages===&lt;br /&gt;
If you create a new page, please consider the following page naming policies. This is important to keep a persistent page naming scheme and hence to ensure that ThinkWiki still works well when it has grown more complex.&lt;br /&gt;
&lt;br /&gt;
Page names (the links you create to point to the page) are used as the page Title. Considering these policies has the following advantages:&lt;br /&gt;
*the pages will have self-explaining titles&lt;br /&gt;
*in Category views like the Model view the links to the pages are expressively labeled and similar pages are sorted together&lt;br /&gt;
*the pages are more easily found in search engines like google&lt;br /&gt;
&lt;br /&gt;
====general policies====&lt;br /&gt;
*It is allowed and in fact wanted that you use spaces within your page titles.&lt;br /&gt;
*The name you choose for the page should be as specific as its content will be. In other words...it should not be possible to write another page with more general content about the topic that your page title indicates.&lt;br /&gt;
&lt;br /&gt;
====specific kinds of pages====&lt;br /&gt;
To sort similar pages together in the Model views, we start specific pages in defined ways.&lt;br /&gt;
The following table shows the naming schemes for several kinds of pages...&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|+page naming schemes&lt;br /&gt;
! page type !! naming scheme !! example&lt;br /&gt;
|-&lt;br /&gt;
| Installation instructions overview for a model || Installation instructions for the &amp;lt;model&amp;gt; || Installation instructions for the ThinkPad T41p&lt;br /&gt;
|-&lt;br /&gt;
| Installation instructions for a specific distro on a model || Installing &amp;lt;distro&amp;gt; on a &amp;lt;model&amp;gt; || Installing Gentoo on a ThinkPad T41p&lt;br /&gt;
|-&lt;br /&gt;
| other HowTos || How to ... || How to get special keys to work&lt;br /&gt;
|-&lt;br /&gt;
| Problem descriptions || Problem with ... || Problem with lm-sensors&lt;br /&gt;
|-&lt;br /&gt;
| Drivers and Tools pages || &amp;lt;name of driver/tool&amp;gt; || ibm-acpi&lt;br /&gt;
|-&lt;br /&gt;
| Patches || Patch ... || Patch disabling ACPI C3&lt;br /&gt;
|-&lt;br /&gt;
| Components || &amp;lt;name of component as used by IBM&amp;gt; || IBM 11a/b/g Wireless LAN Mini PCI Adapter II&lt;br /&gt;
|-&lt;br /&gt;
| Distro pages || Category:&amp;lt;distro&amp;gt; || Category:SUSE&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad Models || Category:&amp;lt;Model without &amp;quot;ThinkPad&amp;quot;&amp;gt; || Category:T41p&lt;br /&gt;
|-&lt;br /&gt;
| Specifications || &amp;lt;type number-model number&amp;gt; || 2373-GHG&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== use semantic formatting ===&lt;br /&gt;
Please prefer semantic formatting over beauty. To help maintaining a formatting standard, you can use the following templates.&lt;br /&gt;
{{NOTE|&lt;br /&gt;
Unfortunately, nesting templates is not possible. I.e. you can't put a cmd template inside a NOTE template.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! syntax !! resulting output&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{cmduser|command}}&amp;lt;/nowiki&amp;gt; || {{cmduser|command}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{cmdroot|command}}&amp;lt;/nowiki&amp;gt; || {{cmdroot|command}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{cmdgrub|command}}&amp;lt;/nowiki&amp;gt; || {{cmdgrub|command}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{cmdresult|shell output}}&amp;lt;/nowiki&amp;gt; || {{cmdresult|shell output}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{cmd|command|prefix&amp;gt;}}&amp;lt;/nowiki&amp;gt; || {{cmd|command|prefix&amp;gt;}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{bootparm|parameter|value}}&amp;lt;/nowiki&amp;gt; || {{bootparm|parameter|value}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{path|/etc/config.cfg}}&amp;lt;/nowiki&amp;gt; || {{path|/etc/config.cfg}}&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
#&amp;lt;nowiki&amp;gt;{{kernelconf|CONFIG_SCSI|[M]|SCSI device support|SCSI device support|Device Drivers||}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#&amp;lt;nowiki&amp;gt;{{kernelconf|CONFIG_SCSI|[M]|SCSI device support||||}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#&amp;lt;nowiki&amp;gt;{{kernelconf|CONFIG_SCSI|[M]|||||}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#&amp;lt;nowiki&amp;gt;{{kernelconf|CONFIG_SCSI||||||}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#&amp;lt;nowiki&amp;gt;{{kernelconf||[M]|SCSI device support||||}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''specify the menuconfig path in reverse order and fill with empty parameters to at least a total of seven''&lt;br /&gt;
|&lt;br /&gt;
#{{kernelconf|CONFIG_SCSI|[M]|SCSI device support|SCSI device support|Device Drivers||}}&lt;br /&gt;
#{{kernelconf|CONFIG_SCSI|[M]|SCSI device support||||}}&lt;br /&gt;
#{{kernelconf|CONFIG_SCSI|[M]|||||}}&lt;br /&gt;
#{{kernelconf|CONFIG_SCSI||||||}}&lt;br /&gt;
#{{kernelconf||[M]|SCSI device support||||}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{HINT|A suggestion.}}&amp;lt;/nowiki&amp;gt; || {{HINT|A suggestion.}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NOTE|Take notice!}}&amp;lt;/nowiki&amp;gt; || {{NOTE|Take notice!}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{WARN|Be careful!}}&amp;lt;/nowiki&amp;gt; || {{WARN|Be careful!}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{HELP|Request for help}}&amp;lt;/nowiki&amp;gt; || {{HELP|Request for help}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{QUOTE|Master Foo|zen-devel|Your theories on the sound of one hand clapping are quite interesting.}}&amp;lt;/nowiki&amp;gt; || {{QUOTE|Master Foo|zen-devel|Your theories on the sound of one hand clapping are quite interesting.}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{key|Fn}}{{key|F4}}&amp;lt;/nowiki&amp;gt; || {{key|Fn}}{{key|F4}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{ibmkey|Access IBM|#495988}} = {{ibmkey|ThinkPad|#494949}}&amp;lt;/nowiki&amp;gt; || {{ibmkey|Access IBM|#495988}} = {{ibmkey|ThinkPad|#494949}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;to be commented{{footnote|1}}&amp;lt;/nowiki&amp;gt; || to be commented{{footnote|1}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{footnotes|&amp;lt;/nowiki&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#first footnote&amp;lt;/nowiki&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#second footnote&amp;lt;/nowiki&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|| {{footnotes|&lt;br /&gt;
#first footnote&lt;br /&gt;
#second footnote&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== use our Link&amp;amp;Categorization Templates===&lt;br /&gt;
To ease editing and to provide a standardized way of linking to a category and categorizing the page at the same time in that category, we introduced the following Templates. So far there are two types of these:&lt;br /&gt;
*Model Templates. Just write the model number surrounded by winged brackets, like i.e. &amp;lt;nowiki&amp;gt;{{T40}}&amp;lt;/nowiki&amp;gt;. This will be equivalent to &amp;lt;nowiki&amp;gt;[[:Category:T40|T40]] [[Category:T40]]&amp;lt;/nowiki&amp;gt;. Hence the result will be a link like this: [[:Category:T40|T40]], but at the same time, the page will be categorized under that category.&lt;br /&gt;
*Distribution Templates. They work the same way as Model Templates, except that for them you need to specify the Distribution name (simplest, shortest variant of it). It will create a link to that distributions category page and also categorize the page you used the template on under that category.&lt;br /&gt;
&lt;br /&gt;
=== use our Editorial Templates===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! syntax !! resulting output&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{Stub}}&amp;lt;/nowiki&amp;gt;&amp;lt;br /&amp;gt;(Use only at the beginning of pages!)||{{Stub}} &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{Todo|needs editing}}&amp;lt;/nowiki&amp;gt;||{{Todo|needs editing}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{Fixme|preliminary information}}&amp;lt;/nowiki&amp;gt;||{{Fixme|preliminary information}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{Usage|do this and that}}&amp;lt;/nowiki&amp;gt;&amp;lt;br /&amp;gt;(Use only at the beginning of pages!)||{{Usage|Do this and that}}&lt;br /&gt;
|}&lt;br /&gt;
'''Have fun editing!'''&lt;/div&gt;</summary>
		<author><name>Nomar</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Problem_with_USB_2.0&amp;diff=28281</id>
		<title>Problem with USB 2.0</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Problem_with_USB_2.0&amp;diff=28281"/>
		<updated>2007-02-18T07:59:52Z</updated>

		<summary type="html">&lt;p&gt;Nomar: Updated to reflect changed QUOTE template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Problem description==&lt;br /&gt;
On various (early?) T40 models, USB 2.0 may not function, or may function only at USB 1.1 speeds. Symptoms include inability to connect to USB 2.0 devices at USB 2.0 speeds, the &amp;quot;This device can perform faster&amp;quot; pop-up in Windows XP, device ID assignment error messages from the Linux kernel, and frequent reboots of the USB bus and connected devices.&lt;br /&gt;
&lt;br /&gt;
==Possible Causes==&lt;br /&gt;
So far, two possible causes have been suggested. In both cases, replacing the system board is the only solution.&lt;br /&gt;
&lt;br /&gt;
===Fried Southbridge USB controller===&lt;br /&gt;
The Southbridge chip (containing the USB controller) may have been damaged by static electricity:&lt;br /&gt;
&lt;br /&gt;
{{QUOTE|Matthias Himber|[http://mailman.linux-thinkpad.org/pipermail/linux-thinkpad/2005-June/026884.html linux-thinkpad]|&lt;br /&gt;
Short answer: your southbridge is about to die, get your system board replaced. Hopefully its still under warranty.&lt;br /&gt;
&lt;br /&gt;
Long answer: a number of Intel chipsets for Pentium IV and Pentium M processors have a design flaw that makes the southbridge (which contains the USB host controllers) especially sensitive to static electricity. As a result &lt;br /&gt;
there is a (small) risk that when plugging in or removing a USB device causes damage to the chip. Usually, the first symptom is broken USB 2.0, behaving in exactly the way you described (ie, works under Windows, but only after some waiting and as if it was connected to a USB 1.1 controller, not a USB 2.0 one, and not at all under Linux unless you unload the USB 2.0 driver). This tends to lead to a completely dead chipset a short time later, so better get it serviced NOW.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Mechanical Damage to Mainboard===&lt;br /&gt;
Mechanical damage (from bending, dropping or vibrating the laptop) can lead to components becoming desoldered from the mainboard and no longer having reliable electrical contact:&lt;br /&gt;
{{QUOTE|?|?|&lt;br /&gt;
My T41 shows the same symptoms. USB 2.0 works if I (gently) push the USB plug, or if I slightly flex my thinkpad. For example, it works when I put a pencil under the harddrive on an otherwise flat desk, so that the thinkpad only makes contact with the desk at 3 points (I type on an external keyboard). If I flex the other way, USB 2.0 never works. USB 1.1 always works reliably, irregardless of flexing / pushing the plug.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Clearly, this is an electrical problem and not static electricity.&lt;br /&gt;
&lt;br /&gt;
==Solutions==&lt;br /&gt;
This seems to be a hardware problem with the USB controller on Intel's chip or related electronics. Sending the laptop in for service may help.&lt;br /&gt;
&lt;br /&gt;
If the Linux kernel refuses to register the USB device, &amp;quot;modprobe -r ehci_hcd&amp;quot; may help. This disables USB 2.0 functionality for the session.&lt;br /&gt;
&lt;br /&gt;
Unloading ehci_hcd as per above confirmed to work on T41 running Ubuntu Edgy.&lt;/div&gt;</summary>
		<author><name>Nomar</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Template:QUOTE&amp;diff=28280</id>
		<title>Template:QUOTE</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Template:QUOTE&amp;diff=28280"/>
		<updated>2007-02-18T07:56:17Z</updated>

		<summary type="html">&lt;p&gt;Nomar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin:10px 20px 0 20px; border: 1px solid #BBBBBB; padding: 0px 0px 0 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0 1em 0em 1em; background-color:#DDDDDD;&amp;quot;&amp;gt;{{{1}}} &amp;lt;b&amp;gt;wrote on&amp;lt;/b&amp;gt; {{{2}}}&amp;lt;b&amp;gt;:&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 2px 1em 2px 1em;&amp;quot;&amp;gt;{{{3}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nomar</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Problem_with_USB_2.0&amp;diff=28279</id>
		<title>Problem with USB 2.0</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Problem_with_USB_2.0&amp;diff=28279"/>
		<updated>2007-02-18T07:54:21Z</updated>

		<summary type="html">&lt;p&gt;Nomar: Created subsections for possible causes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Problem description==&lt;br /&gt;
On various (early?) T40 models, USB 2.0 may not function, or may function only at USB 1.1 speeds. Symptoms include inability to connect to USB 2.0 devices at USB 2.0 speeds, the &amp;quot;This device can perform faster&amp;quot; pop-up in Windows XP, device ID assignment error messages from the Linux kernel, and frequent reboots of the USB bus and connected devices.&lt;br /&gt;
&lt;br /&gt;
==Possible Causes==&lt;br /&gt;
So far, two possible causes have been suggested. In both cases, replacing the system board is the only solution.&lt;br /&gt;
&lt;br /&gt;
===Fried Southbridge USB controller===&lt;br /&gt;
The Southbridge chip (containing the USB controller) may have been damaged. This source of the problem was described by Matthias Himber on the  http://mailman.linux-thinkpad.org/pipermail/linux-thinkpad/2005-June/026884.html linux-thinkpad mailing list]&lt;br /&gt;
as follows:&lt;br /&gt;
&lt;br /&gt;
{{QUOTE|&lt;br /&gt;
Short answer: your southbridge is about to die, get your system board replaced. Hopefully its still under warranty.&lt;br /&gt;
&lt;br /&gt;
Long answer: a number of Intel chipsets for Pentium IV and Pentium M processors have a design flaw that makes the southbridge (which contains the USB host controllers) especially sensitive to static electricity. As a result &lt;br /&gt;
there is a (small) risk that when plugging in or removing a USB device causes damage to the chip. Usually, the first symptom is broken USB 2.0, behaving in exactly the way you described (ie, works under Windows, but only after some waiting and as if it was connected to a USB 1.1 controller, not a USB 2.0 one, and not at all under Linux unless you unload the USB 2.0 driver). This tends to lead to a completely dead chipset a short time later, so better get it serviced NOW.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Mechanical Damage to Mainboard===&lt;br /&gt;
Mechanical damage (from bending, dropping or vibrating the laptop) can lead to components becoming desoldered from the mainboard and no longer having reliable electrical contact:&lt;br /&gt;
{{QUOTE|&lt;br /&gt;
My T41 shows the same symptoms. USB 2.0 works if I (gently) push the USB plug, or if I slightly flex my thinkpad. For example, it works when I put a pencil under the harddrive on an otherwise flat desk, so that the thinkpad only makes contact with the desk at 3 points (I type on an external keyboard). If I flex the other way, USB 2.0 never works. USB 1.1 always works reliably, irregardless of flexing / pushing the plug.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Clearly, this is an electrical problem and not static electricity.&lt;br /&gt;
&lt;br /&gt;
==Solutions==&lt;br /&gt;
This seems to be a hardware problem with the USB controller on Intel's chip or related electronics. Sending the laptop in for service may help.&lt;br /&gt;
&lt;br /&gt;
If the Linux kernel refuses to register the USB device, &amp;quot;modprobe -r ehci_hcd&amp;quot; may help. This disables USB 2.0 functionality for the session.&lt;br /&gt;
&lt;br /&gt;
Unloading ehci_hcd as per above confirmed to work on T41 running Ubuntu Edgy.&lt;/div&gt;</summary>
		<author><name>Nomar</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Template:QUOTE&amp;diff=28278</id>
		<title>Template:QUOTE</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Template:QUOTE&amp;diff=28278"/>
		<updated>2007-02-18T07:47:39Z</updated>

		<summary type="html">&lt;p&gt;Nomar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin:10px 20px 0 20px; border: 1px solid #BBBBBB; padding: 0px 0px 0 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0 1em 0em 1em; background-color:#DDDDDD;&amp;quot;&amp;gt;'''Qoute:'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 2px 1em 2px 1em;&amp;quot;&amp;gt;{{{1}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nomar</name></author>
		
	</entry>
</feed>