RazerGenie icon indicating copy to clipboard operation
RazerGenie copied to clipboard

No update for devices when a new device is connected

Open BugInACode opened this issue 1 year ago • 2 comments

Expected behavior When the daemon and application are running and a new device is connected, the new device should appear in the device list.

The actual behavior When the new device gets connected, it does not appear in the device menu unless you stop then respawn the daemon.

Steps to reproduce

  1. Open RazerGenie, see list of devices and note new device not present.
  2. Plug new device in
  3. If device doesn't show in list, restart the daemon and react to this issue
  4. if device does show, reply to this issue

Machine/Version Kernel: 5.15.0.89-generic DE: GNOME 3.36.8 Daemon: OpenRazer 3.7.0 RazerGenie version: 1.1.0

Recommendation When a result from lsusb returns a new device, check for new devices. This may mean restarting the daemon

BugInACode avatar Nov 27 '23 13:11 BugInACode

Does the daemon/kernel log show the new device is detected? Do you also see the same behavior with polychromatic? You could also check with python3 -c "from openrazer.client import DeviceManager; a = DeviceManager(); print(a.devices)" whether openrazer-daemon detects the device.

z3ntu avatar Nov 27 '23 14:11 z3ntu

Any update? Otherwise I'll close this.

z3ntu avatar Mar 09 '24 21:03 z3ntu

Apologies I have not been able to get back to this so quickly. I had actually noticed this behavior with a device that was already known and had it unplugged for a while then reconnected. I just tried replicating the issue and it no longer occurs

BugInACode avatar Apr 02 '24 10:04 BugInACode