Last active
November 5, 2025 20:36
-
-
Save fabiolimace/3f30e1b2ccc58e62d19d45ac4333d060 to your computer and use it in GitHub Desktop.
Smartlink Technology - Genai MP3 Player - USB Mass Storage - YP3 - Not working on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Smartlink - GENAI MP3 Player - USB Mass Storage | |
| # /etc/udev/rules.d/80-smartlink-mp3-player.rules | |
| # https://github.com/ilyakurdyukov/smartlink_flash | |
| # lsusb: Bus 001 Device 020: ID 301a:2801 SmartlinkTechnology USB2.0 Device | |
| SUBSYSTEMS=="usb", ATTRS{idVendor}=="301a", ATTRS{idProduct}=="2800", MODE="0666", TAG+="uaccess" | |
| SUBSYSTEMS=="usb", ATTRS{idVendor}=="301a", ATTRS{idProduct}=="2801", MODE="0666", TAG+="uaccess" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment