[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-06-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #28 from Loïc Bartoletti --- (In reply to Vladimir Kondratyev from comment #23) Sorry for the late response. I've just attached hidraw0 and hidraw1 log and the "dump_all_desc" from usbconfig. -- You are receiving this mail be

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-06-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #27 from Loïc Bartoletti --- Created attachment 225564 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225564&action=edit usbconfig dump_all_desc -- You are receiving this mail because: You are the assignee for the b

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-06-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #26 from Loïc Bartoletti --- Created attachment 225563 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225563&action=edit hidraw1 log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-06-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #25 from Loïc Bartoletti --- Created attachment 225562 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225562&action=edit hidraw0 log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #24 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e889a462d878675551b227a382764c3879e6c2b3 commit e889a462d878675551b227a382764c3879e6c2b3 Author:

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #23 from Vladimir Kondratyev --- (In reply to Loïc Bartoletti from comment #22) > It fixes the crash Great! It would be good to find out why ukbd.ko does not work for you. Can you post USB endpoint and report descriptors from t

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #22 from Loïc Bartoletti --- (In reply to Vladimir Kondratyev from comment #21) It fixes the crash and the keyboard works [1][2] but not during the boot. Thanks. [1] with /boot/loader.conf containing usbhid_load and hidraw_load

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #21 from Vladimir Kondratyev --- Created attachment 224186 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224186&action=edit usbhid-checks-for-uninitialized-xfers.patch Could you test this patch. I hope it will fix t

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #20 from Vladimir Kondratyev --- (In reply to Hans Petter Selasky from comment #19) > Missing NULL pointer check for sc_xfer[] if usbd_transfer_setup() fails! Really, usbd_xfer_max_len() is simple getter and unlike more complex

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #19 from Hans Petter Selasky --- wulf@: # kgdb101 /boot/kernel/usbhid.ko Reading symbols from /boot/kernel/usbhid.ko... Reading symbols from /usr/lib/debug//boot/kernel/usbhid.ko.debug... (kgdb) info line *(usbhid_intr_setup+0

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #18 from Vladimir Kondratyev --- (In reply to Loïc Bartoletti from comment #17) Do you have crash dump available? If no than we can try to boot with crashed /boot/loader.conf but with "hw.usb.usbhid.enable=1" line commented out

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #17 from Loïc Bartoletti --- (In reply to Vladimir Kondratyev from comment #15) >Could you under 13-RELEASE > >Insert in to /boot/loader.conf > >hw.usb.usbhid.enable=1 >usbhid_load="YES" >hidraw_load="YES" I get a crash when I

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #16 from Loïc Bartoletti --- Created attachment 224180 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224180&action=edit crash_pic -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #15 from Vladimir Kondratyev --- (In reply to Loïc Bartoletti from comment #13) Could you under 13-RELEASE Insert in to /boot/loader.conf hw.usb.usbhid.enable=1 usbhid_load="YES" hidraw_load="YES" Reboot and place here output

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #14 from Hans Petter Selasky --- Can you set: sysctl hw.usb.ukbd.debug=17 Then attach the keyboard, and collect messages from dmesg? --HPS -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #13 from Loïc Bartoletti --- (In reply to Vladimir Kondratyev from comment #11) usb_quirk is already loaded -- You are receiving this mail because: You are the assignee for the bug.

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #12 from Loïc Bartoletti --- (In reply to Hans Petter Selasky from comment #10) I tried on 12-stable and 13.0-RELEASE and it doesn't work -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #11 from Vladimir Kondratyev --- (In reply to Loïc Bartoletti from comment #9) > It works fine on linux, windows (even in install setup) and macos. Did you have usb_quirk module compiled in or kldloaded in to your kernel when y

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #10 from Hans Petter Selasky --- Try to see if you have this commit in /usr/src . Else you need to build a 12-stable kernel to get this working. --HPS commit d4028678f27c762603661745f86896cb2870109c Author: Hans Petter Selasky

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #9 from Loïc Bartoletti --- (In reply to Vladimir Kondratyev from comment #7) It works fine on linux, windows (even in install setup) and macos. I'll try to apply the firmware update. -- You are receiving this mail because: Y

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #8 from Loïc Bartoletti --- (In reply to Hans Petter Selasky from comment #6) 12.2-RELEASE -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@f

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #7 from Vladimir Kondratyev --- Does it work with generic HID driver in Linux or Windows? I see mention of firmware files in the root of Linux driver, so it may require to download them into hardware before start operating. --

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #6 from Hans Petter Selasky --- Is this 12-stable or 12.2-release? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #5 from Loïc Bartoletti --- (In reply to Hans Petter Selasky from comment #2) ugen6.2: at usbus6 ukbd2 on uhub1 ukbd2: on usbus6

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #4 from Hans Petter Selasky --- Adding wulf@ - maybe he has some ideas here. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mai

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #3 from Hans Petter Selasky --- To use webcamd with this device, you need to enable INPUT devices in the configuration before building webcamd. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #2 from Hans Petter Selasky --- Hi, What is printed in dmesg when you plug this device? What version of FreeBSD are you using? --HPS -- You are receiving this mail because: You are the assignee for the bug.

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 --- Comment #1 from Loïc Bartoletti --- Created attachment 224013 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224013&action=edit webcamd log -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974 Bug ID: 254974 Summary: Corsair K95 RGB PLATINUM gaming keyboard not working Product: Base System Version: 12.2-STABLE Hardware: Any OS: Any Status: New