A while ago I've acquired an old Tektronix TDS784D oscilloscope. Originally, it came with these enabled options:
05
- Video Trigger
13
- Centronics and RS232 interface
1F
- Floppy disk drive
1M
- Memory upgrade x1
2F
- Maths/FFT, differentiation features
While this already is a lot, there's still option 2C
(Comm signal analyser) which is a pure-software option. (In later production runs, the device might also already contain the necessary hardware for the bigger memory option 2M
. Check whether your serial number starts with B4xxx
. Mine didn't.)
Continue reading "Pimp my scope: Unlocking Software Features in a Tektronix TDS784D"
For an older oscilloscope I wanted to replace the 3.5" floppy drive with USB. After checking for the required connector and available USB emulators, the one that I needed was the GOTEK SFR1M44-DU26 - an 1.44 MB floppy emulator with a 26pin FFC/FPC connector. (There's also the SFR1M44-TU26 - which has the connector mounted the other way around but should also work.)

The emulator fit almost perfectly, but since it was meant to be used with some embroidery machine it was a bit short on one side. But that's nothing to worry about - it still functions as it should.
Continue reading "GOTEK Slim Floppy Emulator SFR1M44-DU26"
My dad has an old Panasonic MiniDV camcorder and wanted to import old tapes into his cutting tool
on Windows 10. After hooking up the camcorder via Firewire, the import dialog showed the time code
of the running tape, but instead of the video, the preview was black and there was no audio.
Continue reading "Import video from MiniDV camcorder in Windows 10"
The LED in the mute key doesn't work out of the box. To enable it, add a file /etc/modprobe.d/hp-spectre.conf
with the following contents:
Continue reading "hp Spectre x360 Mute LED"
Disclaimer: ID mapping without a Kerberos server only works halfway with NFSv4, it seems. I
managed to get the correct usernames to show up on my client when listing files, but creating new
files always creates them as user nobody because the Synology doesn't map anything in that case.
[This bug report][1] and the [linked thread][2] suggest this is normal behaviour of idmapd
when
not using Kerberos for some reason. (EDIT: [More detailed explanation.][3])
Continue reading "Synology NFSv4 with id mapping"
I wanted to increase the available storage on my Synology DS415+ by replacing 2x 2TB disks with
4TB ones, extending my 4-4-2-2 volume to 4-4-4-4 and the overall storage space from 8TB to 12TB.
Continue reading "Speed up Synology volume reshaping"
If you have a MacBook Pro A1286 (15.4", Late-2008 until Mid-2012) and want to replace the battery,
you must be aware of the specific battery in your device. In 2011, for some reason, Apple decided
to switch from the battery model A1321 (73 Wh) to model A1382 (77.5 Wh). While the form-factor
stayed the same, Apple changed the connector and pinout.
Continue reading "Apple MacBook Pro A1286 Battery Replacement"
Some hotkeys to hold when powering on the Mac:
Continue reading "Apple Startup Hotkeys"
To get an idea about the current status of your batteries, there are a few apps available:
Continue reading "HP 50g battery status"
The original firmware in the HP 50g emulates a Saturn CPU
like the HP 48 and HP 49 had. However, the built-in ARM920T
processor has more power than the Saturn.
Continue reading "HP 50g alternative firmware"
The default key debouncing wait time in the HP 50g is very long so that it misses lots of
keypresses when typing fast. E.g. when typing 500
the calculator only registers 50
. This
behaviour is controlled by the KEYTIME
setting.
Continue reading "HP 50g and missed keypresses"
BIOS updates are actually done via the hidden HP_TOOLS
service partition which
you can get to by pressing F2 after switching on the notebook or from
the Startup Menu. The update you download from the hp service page merely
copies the new BIOS files to that partition.
Continue reading "hp Spectre x360 BIOS Update"
If you ever had a problem with your Synology DiskStation, you might have
stumbled upon the emergency telnet access or even the serial port on the PCB.
Continue reading "Synology Telnet password"
ffmpeg -f decklink -i "DeckLink SDI (1)@3" -framerate 25 -vf "yadif=0:-1,scale=1280:720,setdar=16/9" -codec:v mpeg4 -r 25.000 -b:v 2000k -maxrate 3500k -c:a libvo_aacenc -b:a 256k -f mpegts udp://10.24.141.132:1234 -vf "scale=320:200" -c:a mp3 -f mpegts udp://10.24.141.132:1235
Continue reading "DeckLink BlackMagic Quad"
Im Gegensatz zu anderen Kapselmaschinen, bringen die Kapseln bei Tassimo ihre Zubereitungsanleitung gleich mit:
In Form eines Barcodes auf der Kapsel.
Continue reading "TASSIMO Barcodes 🇩🇪"
Samsung seems to have failed, rushing to put out an update to the "Volume-"-bug in their Galaxy Nexus.
They provided a wrong-signed Google+ and Google Maps app. They failed to update ("Wrong package signature", see here).
Continue reading "Manual Firmware Update on the Galaxy Nexus"
This label printer doesn't work out of the box under Linux. There are some instructions over at
ubuntuforums.org, but they're missing something
for the latest Ubuntu Oneiric Ocelot. These instructions should work:
Continue reading "DYMO LabelWriter 320 under Ubuntu Linux"