Cached at:
04/21/26, 08:38 AM
# MNT Reform
Source: [http://mnt.stanleylieber.com/reform/](http://mnt.stanleylieber.com/reform/)

[MNT Reform](https://mntre.com/media/reform_md/2020-05-08-the-much-more-personal-computer.html)is an open hardware laptop, designed and assembled in Berlin, Germany\.
2021\.10\.08: ordered[mnt reform](https://shop.mntmn.com/products/mnt-reform)\.
2021\.12\.27: received mnt reform[\#000120](http://plan9.stanleylieber.com/hardware/mnt/reform/00120/)\.
2023\.04\.17: mnt reform \#000120 is now being offered as a[loaner](https://mastodon.sdf.org/@SDF/110234384479459611)by[sdf\.org](http://sdf.org/)\.
2023\.06\.02: ordered mnt reform \([2023 refresh](https://mastodon.social/@mntmn/110553905981406333)\)\.
2023\.06\.29: bought used mnt reform on ebay\.
2023\.07\.03: received used mnt reform[\#000158](http://plan9.stanleylieber.com/hardware/mnt/reform/000158/)\.
2024\.11\.05: sold mnt reform \#000158\.
2025\.02\.24: bought used mnt reform on ebay\.
2025\.03\.05: received used mnt reform[diy](http://plan9.stanleylieber.com/hardware/mnt/reform/diy/)\.
## screen

The trackball can press against the screen when the lid is closed, causing a[small mark to appear on the screen](https://community.mnt.re/t/small-mark-on-screen/553/9)\.
## case
Lid, screen bezel, keyboard frame, and wrist rest are made from milled aluminium\. Side panels and transparent bottom panel are made from acrylic\.
Screws in the LCD bezel are not covered, and over time the one in the center can start to rub the paint off of the wrist rest\.

[fabricate new side panels](https://source.mnt.re/reform/reform/-/tree/master/reform2-case-ports)\- forum thread
My friend kindly sent me a pair of metal replacement side panels\. First I tried painting them with a paint brush and a bottle of[Vanta Black](https://www.surreynanosystems.com/about/vantablack)\. This flaked off easily, so I sanded them down and repainted them with black spraypaint \(satin finish\)\. Managed to chip that as well during installation\. I don’t know what I’m doing\.


2022\.03\.03 Update: MNT has now made available[steel replacement side panels](https://shop.mntmn.com/products/mnt-reform-steel-port-covers)\.

## accessories
[usb\-c pd adapter \(female\)](https://amzn.to/3Exl2NN)\- bought one,[it works](https://community.mnt.re/t/will-we-be-able-to-usb-power-mnt-reform/241/2)
[usb\-c pd adaptor \(male, non\-amazon\)](https://www.adafruit.com/product/5450)\- reported to work
[lifepo4 replacement batteries \(affordable, out of stock\)](https://www.18650batterystore.com/collections/jgne-18650-batteries/products/jgne-18650-1800)
[lifepo4 replacement batteries \(expensive, in stock\)](https://enerprof.de/en/li-ion-lifepo4-cells/lifepo4-battery-cells/lifepo4-cells-18650/1311/enerpower-18650-lifepo4-3.2v-2000-mah-3c)
[lifepo4 external charger](https://amzn.to/3mFV1FL)\- for recovering depleted cells \(2\-bay\)
[lifepo4 external charger](https://amzn.to/3poqjG3)\- for recovering more depleted cells \(8\-bay\)
[laird wifi antenna](https://www.mouser.com/ProductDetail/Laird-Connectivity/EFD2455A3S-10MHF1)\-[improved reception](https://community.mnt.re/t/wifi-range-issue/322/9)
2022\.04\.27 Update: I ended up just stretching the original molex antenna down under the trackball, which improved reception even more than buying an expensive new antenna\. Because of its shape and the orientation of its cables, the Laird antenna wouldn’t quite reach\.

[iogear gwu637 ethernet to wifi n adapter](https://amzn.to/3w4UYrP)\- for operating systems where wifi doesn’t \(yet\) work
[piñatex sleeve](https://shop.mntmn.com/products/mnt-reform-sleeve-black-pinatex)\- note: pull tabs broke off in the first week
2022\.02\.22 Update: MNT sent me a replacement sleeve with new, all\-metal zipper pulls that are now standard equipment on the sleeve\.

2022\.07\.16 Update: One of the all\-metal zipper pulls shattered as I tried to unzip the sleeve\.

[mbk\-colors: 1u and 1\.5u homing](https://mkultra.click/mbk-colors/)\-[replacement key caps](http://sciops.net/information/technology/reform_school/keyboard/), some with raised edges to help with acclimating to the non\-standard keyboard layout


## operating systems

[9front](http://9front.org/)\-[howto](http://helpful.cat-v.org/Blog/2022/07/12/0/),[sdcard image](http://9front.org/iso/),[sysinfo](http://plan9.stanleylieber.com/hardware/mnt/reform/)
[alpine linux](https://www.alpinelinux.org/)\- fully functional \(howto pending\)
[void linux](https://voidlinux.org/)\-[sdcard image](https://github.com/ftrvxmtrx/void-packages/releases/tag/mntreform2-20220214)\(does not boot on my machine\)
[debian linux](https://www.debian.org/)\- pre\-installed
## keyboard
[http://mnt\.stanleylieber\.com/keyboard/](http://mnt.stanleylieber.com/keyboard/)
## audio in linux
[fix for speakers too quiet](https://community.mnt.re/t/speakers-too-quiet-try-this/375):
```
By default, the speaker output of MNT Reform is a bit quiet, and
changing the volume with PulseAudio won’t dramatically change it.
There’s one more knob you can turn up that is only accessible via
ALSA.
Open a Terminal and type alsamixer. Then press F6 and select
the wm8960-audio card. Navigate with Cursor keys to the Playback
slider and turn it up
```
Well, there is no`wm8960\-audio`listed on my system, only`\(default\)`\. And`Master`is already cranked to 100\. Investigating, I noticed:
```
sl@reform:~$ dmesg | grep 8960
[ 3.613559] wm8960 2-001a: Failed to issue reset
```
[edgineer](https://community.mnt.re/t/speakers-too-quiet-try-this/375/8)says:
```
Usually a reboot gets the audio going for me if I see failed to issue
reset (happens on booting from power off). Lukas speculates on a fix
here[1] and another person[2] provided this line in order to rebind the
device without a reboot:
echo 2-001a > /sys/bus/i2c/drivers/wm8960/bind
I was able to replicate the issue and test the above line out just
now. I had to “sudo su” first. Then the audio device showed up in
alsamixer again just fine.
```
[\[1\]](https://community.mnt.re/t/mnt-reform-faq-common-first-questions-and-little-problems/114)[\[2\]](https://community.mnt.re/t/wm8960-fix-without-reboot/660)
This worked for me, as well\.
Update 2022\.06\.20: After numerous updates, sound no longer works for me in Alpine Linux\.
## leds in linux

[turn off wifi led](https://community.mnt.re/t/power-leds-way-too-bright/658/3):
```
echo 0 > /sys/class/leds/ath9k-phy0/brightness # needs root permissions
```
## files
foot \-[foot\.ini](http://mnt.stanleylieber.com/reform/foot/foot.ini)\(sl\)
rofi \-[mnt\-reform\.rasi](https://source.mnt.re/reform/reform-system-image/-/blob/main/reform2-imx8mq/template-skel/.local/share/rofi/themes/mnt-reform.rasi)
sway \-[config](https://source.mnt.re/reform/reform-system-image/-/blob/main/reform2-imx8mq/template-skel/.config/sway/config)\(default\),[config](http://mnt.stanleylieber.com/reform/sway/config)\(sl\)
vga \-[font](http://sciops.net/downloads/vga/)\(download page\)
waybar \-[config](https://source.mnt.re/reform/reform-system-image/-/blob/main/reform2-imx8mq/template-skel/.config/waybar/config),[style\.css](https://source.mnt.re/reform/reform-system-image/-/blob/main/reform2-imx8mq/template-skel/.config/waybar/style.css)
## doc
operator handbook \-[buy](https://shop.mntmn.com/products/mnt-reform-operator-handbook),[pdf](https://mntre.com/media/reform_md/mnt-reform2-operator-handbook.pdf)
diy assembly manual \-[pdf](https://mntre.com/media/reform_md/mnt-reform2-diy-manual-r1.pdf)
interactive system diagram and interactive PCBs \-[html](https://mntre.com/reform2-handbook/system.html)
sources \(kicad, etc\.\) \-[repository](https://source.mnt.re/reform)
external usb keyboard manual \-[pdf](https://mntre.com/media/reform_md/reform-standalone-keyboard.pdf)
## reviews
[arstechnica](https://arstechnica.com/gadgets/2022/01/review-mnt-reform-laptop-has-fully-open-hardware-and-software-for-better-or-worse/)
## links
[buy](https://shop.mntmn.com/),[community](https://community.mnt.re/),[faq](https://community.mnt.re/t/mnt-reform-faq-common-first-questions-and-little-problems),[ifixit](https://www.ifixit.com/Device/MNT_Reform),[reform school](http://sciops.net/information/technology/reform_school/)
