Successfully Setting Up Wake-on-LAN (WOL) on Lenovo T400: A Week-long Journey
Wake-on-LAN (WOL) is a powerful feature that allows a network-connected device to be turned on remotely. This article will guide you through the process of configuring WOL on a Lenovo T400 laptop, sharing the lessons learned during a week-long journey.
Prerequisites
To follow this guide, ensure that you have the following:
- A Lenovo T400 laptop
- Another network-connected device to send the magic packet
- A basic understanding of network configurations
Step 1: BIOS Configuration
First, you need to enable WOL in the BIOS settings:
- Restart your Lenovo T400 and press F1 or F2 during startup to enter the BIOS setup.
- Navigate to the Power or Configuration tab.
- Find the Wake on LAN or Wake on PCIe option and enable it.
- Save and exit the BIOS setup.
Step 2: Network Interface Card (NIC) Configuration
Next, configure the NIC to send the magic packet:
- Press Windows key + X and select Device Manager.
- Expand the Network adapters category.
- Right-click on your NIC and select Properties.
- Go to the Power Management tab.
- Check the box for Allow this device to wake the computer.
- Click OK to save the changes.
Step 3: Magic Packet Sender
Now, you need a tool to send the magic packet. There are many free tools available online. For this example, we will use an open-source tool called wakeonlan.
# Install the wakeonlan package
sudo apt-get install wakeonlan
# Send the magic packet
wakeonlan -i 192.168.1.100 -p 9 MAC_ADDRESSLessons Learned
Throughout this week-long journey, several key concepts were covered:
- The importance of enabling WOL in the BIOS settings
- Configuring the NIC to send the magic packet
- Using a magic packet sender tool
Configuring Wake-on-LAN on a Lenovo T400 involves enabling the feature in the BIOS settings and configuring the NIC to send the magic packet. With the right tools, you can easily send the magic packet and turn on your Lenovo T400 remotely.
References
- Lenovo T400 BIOS Setup
- wakeonlan (magic packet sender tool)
--endarticle--