Skip to content

Instantly share code, notes, and snippets.

View LeZerb's full-sized avatar

LeZerb

  • Germany
  • 14:13 (UTC +01:00)
View GitHub Profile
@LeZerb
LeZerb / LogitechSBR
Last active February 18, 2024 12:34
Logitech Squeezebox Radio
https://forums.slimdevices.com/forum/user-forums/squeezebox-radio/108334-community-build-radio-firmware/page28?111663-Community-Build-Radio-Firmware=
https://forums.slimdevices.com/forum/user-forums/3rd-party-software/110192-announce-community-firmware-for-squeezebox-radio-touch-controller-and-lms-8
https://forums.slimdevices.com/forum/user-forums/squeezebox-radio/1642115-sb-radio-fix-for-wifi-disconnect/page6
lemmy999:
I am currently using LMS 7.7.5 and my Radio has FW 7.7.3_r166676. I have commented out line 29 in /etc/init.d/wlan and it is working great (thanks for allowing me to ditch the Vonets!). I have also installed the Version Compare Fix patch because I plan on updating my LMS to 8.3.2 in the next week or so. After I install the new LMS will there be a new factory firmware update for the Radio? If so, will I have to comment out line 29 in /etc/init.d/wlan again (assuming I don't load the community firmware)?
https://www.squeezebox-forum.de/viewtopic.php?t=3990&start=30
MarkusLehmann:
6) Mit der Pf
@LeZerb
LeZerb / crashd.md
Created January 28, 2024 21:10 — forked from throwaway96/crashd.md
crashd instructions

News

READ THIS FIRST: Patched firmware released (2024-01-25)

Important

Production firmware that removes the vulnerability has been released for some models.

If you have a model with one of these OTAID, you should assume it is patched if you have the firmware version listed below or newer. Newer versions that are confirmed patched are listed for convenience.

Patched firmware versions known to have been released:

  • W23O - 03.30.60 (also 03.30.70)
@LeZerb
LeZerb / ffbwheel.txt
Last active October 27, 2023 19:27
Microsoft Force Feedback Wheel USB descriptor
From https://www.descentbb.net/viewtopic.php?t=19061&start=80
janus@Gigabob:22:48:13$ sudo lsusb -vv -s 3:3
[sudo] password for janus:
Bus 003 Device 003: ID 045e:0034 Microsoft Corp. SideWinder Force Feedback Wheel
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.00
@LeZerb
LeZerb / LCD-Game-Shrinker-Guide.md
Created November 26, 2022 13:41 — forked from DNA64/LCD-Game-Shrinker-Guide.md
LCD-Game-Shrinker-Guide

LCD-Game-Shrinker

LCD-Game-Shrinker is a program that shrinks MAME high-resolution artwork and graphics for portable devices running LCD-Game-Emulator. You can read more on the projects GitHub page: https://github.com/bzhxx/LCD-Game-Shrinker

When creating this guide I used the free Oracle VM VirtualBox with Ubuntu 20.0.4.2 LTS running under Windows 10. This is a great way to get a build environment set up quickly.

Before we continue it's important that you make sure Ubuntu is updated or you'll be installing old outdated packages and get errors.

Open a Terminal window and type, or copy and paste the following line, then press Enter.

@LeZerb
LeZerb / CR95HF_ICODE_psw_dump.py
Created July 20, 2022 06:05 — forked from ceres-c/CR95HF_ICODE_psw_dump.py
CR95HF Python script to read NXP ICODE tags in privacy mode
#!/usr/bin/python3
# Author: ceres-c 2019-12-29
# Authenticate to ICODE SLI tags
import hid
# Global defines & commands
password = [0x00, 0x00, 0x00, 0x00] # You have to find it yourself, try to search online in german ;-)