C64 Jukebox of JSIDPlay2 - Music Player & C64 SID Chip Emulator JSIDPlay2 is copyrighted to: 2007-2025 Ken Händel, Antti S. Lankila and Wilfred Bos Distortion Simulation and 6581/8580 emulation: Copyright © 2005-2011 Antti S. Lankila ReSID engine and 6581/8580 emulation: Copyright © 1999-2011 Dag Lem Source code of JSIDPlay2 and the built-in AppServer can be found at: https://sourceforge.net/projects/jsidplay2 The search function of this web-site is powered by Assembly64 by Fredrik Åberg. http://hackerswithstyle.ddns.net/assembly/ Thank you mate! This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
{{ $t("setDefaultUserReally") }}
{{ $t("removePlaylistReally") }}
{{ $t("removeReally") }}
{{ $t("USE_REAL_HARDWARE") }}
$ sudo vi /etc/udev/rules.d/92-hardsid4u.rules
with contents:
SUBSYSTEM=="usb",ATTR{idVendor}=="6581",ATTR{idProduct}=="8580",MODE="0660",GROUP="plugdev"
$ sudo udevadm trigger
now reboot
$ sudo vi /etc/udev/rules.d/93-exsid.rules
ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0666", RUN+="/bin/sh -c 'rmmod ftdi_sio && rmmod usbserial'"
For ExSID+ you have to replace idProduct 6001 with 6015!
$ sudo udevadm control --reload-rules && sudo udevadm trigger
ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0666", RUN+="/bin/sh -c 'echo -n $id:1.0 > /sys/bus/usb/drivers/ftdi_sio/unbind; echo -n $id:1.1 > /sys/bus/usb/drivers/ftdi_sio/unbind'"
{{ $t("USE_MOBILE_DEVICES_1") }} {{ $t("USE_MOBILE_DEVICES_2") }}.
{{ $t("STREAMING_NOTES") }}
{{ $t("setDefaultReally") }}