Snippet - NABU PC TDK PSU 3EF8385-7B Partial Schematics

 — 

I wanted to see if the NABU PC's power supply could be modified to work with 230V, so I traced out the schematics. After doing all that, I looked up the switching transistor and found it'll only handle 230VDC, which is way too small. So here's my partially traced stuff …

Category: snippet Tags:

Snippet: Modifying a PlayStation 2 (SCPH-10000) power supply for 230V

 — 

The Sony PlayStation 2 originally launched in Japan first. The first three models are exclusive to Japan, and thus only have 100V capable power supplies.

Thanks to the initial work of Peter Lustig, we were able to confirm that the core of the power supply runs fine on Australian ""230V …

Category: snippet Tags:

The SONY PSX - DVR / DESR - Owning one in 2023+

 — 

The Sony PSX DVR is a Japan exclusive device that was designed and marketed as a Digital Video Recorder. The catch is that it's also a PlayStation 2!

This post aims to be a good starting point if you're interested in owning one, since there are may scattered, incomplete or …

Category: reference Tags:

Connecting a MIDI Synthesizer to a computer

 — 

I bought a Roland SC-55ST MIDI synth, basically on a whim! It's almost straight-forwards to use, there doesn't seem to be a good reference anywhere.

If you're curious how to hook up a MIDI synthesizer or "tone generator", hopefully this should answer your questions.

Category: retrocomputing Tags:

Toyota 5S-FE - Code 12 - Cranks, doesn't start, stalls

 — 

Does your 90s Toyota Celica / Camry / MR2 with a 2.2L 5S-FE sometimes stall out for no reason? Does it crank without starting up? Is it failing to send spark to the spark plugs when it should? Does the check engine light flash a code 12 (1 long 2 short …

Category: automotive Tags:

Creating blank disk images for the Osborne 1

 — 

This is for Single Density systems, the disk size and format in cpmtools / greaseweazle will need to be changed for DD models.

Create a file that's the right size (100K):

$ dd if=/dev/zero bs=1024 count=100 of=occ1sd.img

Create a CPM file system on the disk:

$ mkfs …
Category: snippet Tags:

Compiling Kermit for Osborne 1

 — 

If you're feeling adventurous, combine the two hex files, and convert that into a binary:

$ cat cpsker.hex cpvosb.hex > kerm411.hex
$ hex2bin kerm411.hex …
Category: snippet Tags:

Jellyfin - User account loses Administrator rights after service restart

 — 

For some reason, my main admin account would lost admin rights every time jellyfin restarted.

Firstly, grab your user account's GUID:

sqlite3 /var/lib/jellyfin/data/jellyfin.db "select id from users where username='REPLACE';"

Then, the following fixed it:

  • nano /etc/jellyfix.bash
#!/bin/bash
set -e

DBPATH="/var …
Category: snippet Tags:

Dial-up over VoIP

 —  Category: reference Tags:

Snippet - oVirt disk resize failed due dirty bitmap

 — 

My oVirt cluster's storage is pretty slow, so certain disk operations time out. As a result, I wasn't able to resize a disk, because the QCOW2 bitmaps were corrupt. Here's how to fix it!

My situation

  • oVirt 4.5 cluster (should work for 4.3 and 4.4)
  • Hosted Engine …
Category: snippet Tags:

© NRoach44 2016

Powered by Pelican