Skip to content

Instantly share code, notes, and snippets.

Error from installing zfs-on-linux for Raspberry Pi 4
Result of <modprobe zfs>
root@slack-server:4.19.69-v7l-arm # modprobe zfs
modprobe: ERROR: could not insert 'zfs': Exec format error
root@slack-server:4.19.69-v7l-arm # rm extras/zfs/zfs.ko
root@slack-server:4.19.69-v7l-arm # modprobe zfs
modprobe: ERROR: could not insert 'zfs': Unknown symbol in module, or unknown parameter (see dmesg)
root@slack-server:4.19.69-v7l-arm #
@ricemark20
ricemark20 / Recording_and_Playback_of_USB_Turntable.txt
Created December 27, 2021 11:03
Recording and Playback of USB Turntable
## Routing Audio from a USB Turntable to HDMI using a Raspberry Pi
https://www.rickmakes.com/routing-audio-from-a-usb-turntable-to-hdmi-using-a-raspberry-pi
List Audio Devices
aplay -L
Send input to output
alsaloop -t 500000 -C hw:CARD=CODEC,DEV=0 -P hw:CARD=ALSA,DEV=1
On October 8th 2020, I tested the above line and it didn’t work with the current version of Raspberry Pi OS on a Raspberry Pi 4. You can try the following:
@ricemark20
ricemark20 / Turntable_not_spinning.txt
Created December 28, 2021 10:14
DIY - Sony USB Turntable not spinning
I found a turntable at the thrift store, and the spindle ran, but the platter did not.
The belt had slipped of, and here is the fix.
https://www.youtube.com/watch?app=desktop&v=rXkOoaIVsvE
DIY - Sony Record player Stopped Spinning
May 17, 2021
@ricemark20
ricemark20 / Build_Tenacity_audio_editor_on_Fedora_Linux.txt
Created January 20, 2022 18:50
Build_Tenacity_audio_editor_on_Fedora_Linux.txt
Linux & Other OS
Clone Tenacity from the Tenacity GitHub project.
$ git clone https://github.com/tenacityteam/tenacity/
$ cd tenacity
Configure Tenacity using CMake:
$ mkdir build && cd build
What are some tech related podcasts for Podboat?
Here are some technology-related podcasts that you may find interesting:
"Reply All" by Gimlet Media - a podcast about internet culture, online communities, and technology.
"TED Radio Hour" by NPR - a podcast featuring TED talks on a variety of topics, including technology and innovation.
"Clockwise" by Relay FM - a podcast that covers four technology-related topics in 30 minutes or less.
@ricemark20
ricemark20 / update-metadata.sh
Created March 29, 2025 01:16
BASH script to change darkice metadata on the fly
#!/bin/bash
# Default values
HOST="localhost"
PORT="8000"
MOUNT="/stream"
USER="admin"
PASSWORD="hackme"
SONG="Unknown"