The BIOS from an 8th generation ThinkPad

Reboot to the BIOS from Linux

On systemd-based distributions it’s possible to boot to the BIOS from Linux Have you ever found yourself working on a computer that’s just so blindingly fast that you just cannot mash the key you need to get into the BIOS fast enough? It might be possible to reboot from your Linux system into the BIOS of your computer. Not all systems support this feature. On the one system we tested this on which didn’t boot to the BIOS the error message mentioned something about the EFI partition. But I was able to successfully run the command on a couple of systems, a 4th gen and 8th gen system. ...

May 30, 2024 · 1 min
A modified version of Xubuntu

Cannot click after laptop lid closed and re-opened - Xubuntu Linux

The problem is power management (workaround) You’ve installed Xubuntu 22.04 on your laptop and things are going smoothly… Then you close the lid on your laptop and discover when you open it back up again that when you move the mouse it moves, but you cannot right or left click for some reason? The issue appears to be with power management. The work around we found that appears to fix this is to edit the file: ...

May 28, 2024 · 1 min
HP LaserJet 1320 laser printer close up

Adding a laser printer as a shared network printer in Xubuntu Linux

Switching printers at home Other than running out of toner, there was nothing wrong with the HP Laserjet P1102w printer we have at home. The printer printed cleanly, was compact, and was connected to our wireless network, so any machine on our network could print to it. In fact, I was planning on buying more toner this evening after we did our usual scouring of thrift shops. I thought there was a small chance I might find the right HP 85A toner at one of the stores we planned to go to. I did find some other toner at one of the thrift shops, and the $5.95 price tag wasn’t bad, but it was for a different model in the same line of printers. But this was actually after spotting an even better deal, an HP Laserjet 1320 duplex printer for a whopping $10.95. ...

May 5, 2024 · 4 min
The PDF created by the script of monitor information

A Linux BASH shell script to create a PDF of monitor information - findmonitor.sh

About findmonitor.sh Note: Note: This script is NOT compatible with systems running Wayland. We use Xubuntu Linux at our project. The Working Centre’s not-for-profit Computer Recycling Project sometimes receives donations of many monitors all at once. Our previous method for handling monitors was to set them up, run them through a bunch of tests, print a label on our label printer, and enter the monitor into our point of sale. This method hasn’t worked very well for us when we’ve received a lot of monitors all at once. Large amounts of monitors were sitting untested for awhile because we didn’t have the resources to do the old process for each monitor. We needed a faster way to figure out some of the details of monitors, and make them easier to sell without needing to create labels and enter everything into the point of sale. ...

March 27, 2023 · 8 min
The PDF that gets created showing the hardware specifications

Hardware detection script for Linux refurbishers

About the script I wrote the hardware.sh BASH script to make it a bit simpler for volunteers at The Working Centre’s Computer Recycling Project to figure out what hardware was in a computer. For more than a dozen years we’ve been asking volunteers to gather information from the BIOS, or using phoronix-test-suite under our PXE booted Debian Live environment. Volunteers would write the information on quarter page-sized sheets we would attach to each computer. While this was a useful function to help volunteers get to know hardware in a computer, there were a few problems with this method: ...

February 15, 2023 · 6 min