aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2018-10-26 16:47:00 +0200
committerFedja Beader <fedja@protonmail.ch>2018-11-02 14:14:59 +0100
commit8461b3b7aff238a9f204f6df754076d26b661812 (patch)
treedec5f3fe44d691c91ca3887a55e59e9ad3c6204a /docs
parent050a5d10e810321b7999961030c5c8e09ae9bba2 (diff)
downloadlibrebootfr-8461b3b7aff238a9f204f6df754076d26b661812.tar.gz
librebootfr-8461b3b7aff238a9f204f6df754076d26b661812.zip
Reword the section on obtaining the MAC address and remove unnecessary
images .. but do not unlink them
Diffstat (limited to 'docs')
-rw-r--r--docs/hardware/mac_address.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/hardware/mac_address.md b/docs/hardware/mac_address.md
index 43ca1d2b..3bb966bb 100644
--- a/docs/hardware/mac_address.md
+++ b/docs/hardware/mac_address.md
@@ -29,16 +29,7 @@ Obtaining the existing MAC address
The existing MAC address may be obtained by the following methods:
-1. Read the white label on the bottom of the case. Note that this will only
- produce the correct address, if your motherboard has never been replaced.
- Examples:
-
- ![](../install/images/t400/macaddress0.jpg)
- ![](../install/images/t400/macaddress1.jpg)
- ![](../install/images/x200/disassembly/0002.jpg)
- ![](../install/images/x200/disassembly/0001.jpg)
-
-2. Run `ip link` or `ifconfig` in a terminal/console/shell;
+1. Run `ip link` or `ifconfig` in a terminal/console/shell;
look for your ethernet device (e.g., **enpXXX** in Arch-based distributions,
or **eth0** in Debian-based distributions),
and look for a set of colon-delimited hexadecimal (base 16) digits:
@@ -55,6 +46,14 @@ The existing MAC address may be obtained by the following methods:
`... ether ??:??:??:??:??:?? txqueuelen ...`
+2. Otherwise you can read the white label that is often found on the
+ motherboard under the memory sticks:
+ ![](../install/images/t400/macaddress1.jpg)
+
+3. The MAC address is usually listed on the laptop chassis as well. This one
+ will be incorrect if the motherboard was changed and the stickers were not
+ updated.
+
Changing the MAC address in the operating system
================================================