Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Linux] Potentiometer control not working #125

Open
Manasx100 opened this issue Nov 12, 2024 · 0 comments
Open

[Linux] Potentiometer control not working #125

Manasx100 opened this issue Nov 12, 2024 · 0 comments

Comments

@Manasx100
Copy link

OS; OpenSUSE Leap and Windows 11 23H2

When I use deej with windows it works perfectly volume works and everything else .
But on Linux the arduino ide shows the expected output and deej doesn't output that potentiometers are being moved.

Logs:
C:\home@home\mantas\Atsiuntimai\deej-master> ./deej-dev
2024-11-12 18:38:11.925 DEBUG main Created logger
2024-11-12 18:38:11.925 INFO main Version info {"gitCommit": "", "versionTag": "", "buildType": "dev"}
2024-11-12 18:38:11.925 DEBUG deej.notifier Created toast notifier instance
2024-11-12 18:38:11.925 DEBUG deej.config Created config instance
2024-11-12 18:38:11.925 DEBUG deej.serial Created serial i/o instance
2024-11-12 18:38:11.928 DEBUG deej.session_finder Created PA session finder instance
2024-11-12 18:38:11.928 DEBUG deej.sessions Created session map instance
2024-11-12 18:38:11.928 DEBUG deej Created deej instance
2024-11-12 18:38:11.928 DEBUG deej Initializing
2024-11-12 18:38:11.928 DEBUG deej.config Loading config {"path": "config.yaml"}
2024-11-12 18:38:11.928 DEBUG deej.config Viper failed to read internal config {"error": "Config File "preferences" Not Found in "[/home/@home/mantas/Atsiuntimai/deej-master/logs]"", "reminder": "this is fine"}
2024-11-12 18:38:11.928 DEBUG deej.config Populated config fields from vipers
2024-11-12 18:38:11.928 INFO deej.config Loaded config successfully
2024-11-12 18:38:11.928 INFO deej.config Config values {"sliderMapping": "<5 sliders mapped to 5 targets>", "connectionInfo": {"COMPort":"/dev/ttyUSB0","BaudRate":9600}, "invertSliders": false}
2024-11-12 18:38:11.928 DEBUG deej.sessions.master Created audio session instance {"session": "<session: master, vol: 0.61>"}
2024-11-12 18:38:11.928 DEBUG deej.sessions.mic Created audio session instance {"session": "<session: mic, vol: 1.00>"}
2024-11-12 18:38:11.929 INFO deej.sessions Got all audio sessions successfully {"sessionMap": "<2 audio sessions>"}
2024-11-12 18:38:11.929 DEBUG deej.tray Running in tray
2024-11-12 18:38:11.965 DEBUG deej.tray Tray instance ready
2024-11-12 18:38:11.965 INFO deej Run loop starting
2024-11-12 18:38:11.965 DEBUG deej.serial Attempting serial connection {"comPort": "/dev/ttyUSB0", "baudRate": 9600, "minReadSize": 1}
2024-11-12 18:38:11.965 DEBUG deej.config Starting to watch user config file for changes {"path": "config.yaml"}
2024-11-12 18:38:11.966 INFO deej.serial./dev/ttyusb0 Connected {"conn": {}}
^C2024-11-12 18:38:13.783 DEBUG deej Interrupted {"signal": "interrupt"}
2024-11-12 18:38:13.783 DEBUG deej Signalling stop channel
2024-11-12 18:38:13.783 DEBUG deej Stop channel signaled, terminating
2024-11-12 18:38:13.783 INFO deej Stopping
2024-11-12 18:38:13.783 DEBUG deej.serial Shutting down serial connection
2024-11-12 18:38:13.783 DEBUG deej.session_finder Released PA session finder instance
2024-11-12 18:38:13.783 DEBUG deej Quitting tray
2024-11-12 18:38:13.783 DEBUG deej.config Stopping user config file watcher
C:\home@home\mantas\Atsiuntimai\deej-master>

Notes:
This is a arduino nano from aliexpress (genuine ones are almost as expensive as a rpi zero here)
The C: is from a windows 95 them (Chicago95)

@Manasx100 Manasx100 changed the title [Linux] Volume control not working [Linux] Potentiometer control not working Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant