<?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=Dider</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=Dider"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Dider"/>
	<updated>2026-05-25T12:55:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=WakeOnLAN&amp;diff=43767</id>
		<title>WakeOnLAN</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=WakeOnLAN&amp;diff=43767"/>
		<updated>2009-08-01T09:43:31Z</updated>

		<summary type="html">&lt;p&gt;Dider: Wake On Lan on T21&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T21]]&lt;br /&gt;
== Wake On Lan with Ubuntu 9.04 (Jaunty Jackalope) ==&lt;br /&gt;
Finally Wake On Lan (WoL) works on my old T21 Thinkpad. I spent a few days with Google and here are my results for Ubuntu 9.04 (maybe working with other versions).&lt;br /&gt;
&lt;br /&gt;
==Wake On LAN from shutdown ==&lt;br /&gt;
There are a lot of tutorials what to do:&lt;br /&gt;
* Enable Wake On LAN in the BIOS&lt;br /&gt;
* edit /etc/default/acpi-support&lt;br /&gt;
* edit /etc/pm/config.d/00sleep_module&lt;br /&gt;
* enable in /proc/acpi/wakeup the devices&lt;br /&gt;
&lt;br /&gt;
==Wake On LAN from suspend==&lt;br /&gt;
This was the hardest step to get this activated. Sometimes it worked on my T21, but after changing the haddisk Wake On LAN didn't work anymore. This surprised me a lot, because I didn't change any configuration files. The solution worked for me is:&lt;br /&gt;
&lt;br /&gt;
 lspci -nn | grep Ethernet&lt;br /&gt;
 00:03.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 09)&lt;br /&gt;
&lt;br /&gt;
shows on which PCI bus the ethernet card is working. In my case (first two digits 00) PCI bus 0 and the identifier number is 8086:1229.&lt;br /&gt;
Now with  the command (replace the zero with your PCI bus):&lt;br /&gt;
&lt;br /&gt;
 sudo pci-config -B 0&lt;br /&gt;
 Device #1 at bus 0 device/function 0/0, 71908086.&lt;br /&gt;
 Device #2 at bus 0 device/function 1/0, 71918086.&lt;br /&gt;
 Device #3 at bus 0 device/function 2/0, ac1b104c.&lt;br /&gt;
 Device #4 at bus 0 device/function 2/1, ac1b104c.&lt;br /&gt;
 Device #5 at bus 0 device/function 3/0, 12298086.&lt;br /&gt;
 Device #6 at bus 0 device/function 3/1, 000c115d.&lt;br /&gt;
 Device #7 at bus 0 device/function 5/0, 60031013.&lt;br /&gt;
 Device #8 at bus 0 device/function 7/0, 71108086.&lt;br /&gt;
 Device #9 at bus 0 device/function 7/1, 71118086.&lt;br /&gt;
 Device #10 at bus 0 device/function 7/2, 71128086.&lt;br /&gt;
 Device #11 at bus 0 device/function 7/3, 71138086.&lt;br /&gt;
&lt;br /&gt;
I found my network card as device #5, the last number is the identifier number in different order (8086:1229 becomes 12298086)&lt;br /&gt;
Now put the device to Sleep when changing the power state to S3.&lt;br /&gt;
 sudo pci-config -B 0 -#5 -S&lt;br /&gt;
&lt;br /&gt;
And now run &lt;br /&gt;
 sudo pm-suspend&lt;br /&gt;
and try to wake up your T21 with Wake On Lan from a different machine.&lt;br /&gt;
&lt;br /&gt;
If it is nor working try &lt;br /&gt;
 sudo pci-config -B 0 -#5 -S&lt;br /&gt;
 sudo pci-config -B 0 -#5 -W&lt;br /&gt;
before sending the machine to suspend. This workaround works fine for me and now I am able to wake up the T21 from suspend over LAN.&lt;br /&gt;
&lt;br /&gt;
{{HINT|Add your model to the category if this workaround works for you.}}&lt;/div&gt;</summary>
		<author><name>Dider</name></author>
		
	</entry>
</feed>