UP | HOME

uConsole

The ClockworkPi uConsole makes for a handy little Emacs machine. Large swaths of this site have been written on this machine; it is my main org-mode machine.

uconsole.jpg
Figure 1: hosaka, my uConsole

Issues

  • Occasionally, the WLAN will crash: it'll appear to be connected, but it won't pass traffic. The uConsole uses the brcmfmac kernel module. The following script can be used to reset the WLAN:
#!/usr/bin/env bash

KMOD_WLAN="brcmfmac"

sudo rmmod "${KMOD_WLAN}" && sudo modprobe "${KMOD_WLAN}"
  • After a while the screen will go to sleep, and it won't respond after. The device will need to be hard restarted. You can put it in presentation mode but that will keep the screen on the whole time.

Links