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

support for hd60 s #46

Open
marlon99rocks opened this issue May 17, 2019 · 6 comments
Open

support for hd60 s #46

marlon99rocks opened this issue May 17, 2019 · 6 comments

Comments

@marlon99rocks
Copy link

plz help

@bloodywing
Copy link

See here: #15 - not going to happen anytime soon.

@flyinprogrammer
Copy link

flyinprogrammer commented Jan 15, 2020

also, my 60 hd s has a different product id:

Jan 15 16:00:40 incontrol kernel: usb 4-4: New USB device found, idVendor=0fd9, idProduct=005e, bcdDevice=1f.4f
Jan 15 16:00:40 incontrol kernel: usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 15 16:00:40 incontrol kernel: usb 4-4: Product: Game Capture HD60 S
Jan 15 16:00:40 incontrol kernel: usb 4-4: Manufacturer: Elgato Systems

005e

current code is referencing: 0x004f

https://github.com/tolga9009/elgato-gchd/blob/0.2.0/src/gchd.cpp#L23

Updating the code seems to work as intended:

root@incontrol:/home/ascherger/Development/elgato-gchd/build# ./src/gchd 
The Elgato Game Capture HD60 S is currently not supported.
root@incontrol:/home/ascherger/Development/elgato-gchd/build# git diff
diff --git a/src/gchd.cpp b/src/gchd.cpp
index 3cbce8b..b736728 100644
--- a/src/gchd.cpp
+++ b/src/gchd.cpp
@@ -20,7 +20,7 @@
 #define GAME_CAPTURE_HD_2      0x0051
 #define GAME_CAPTURE_HD_3      0x005d // new revision GCHD (HDNew)
 #define GAME_CAPTURE_HD60      0x005c // Game Capture HD60 - unsupported
-#define GAME_CAPTURE_HD60_S    0x004f // Game Capture HD60 S - unsupported
+#define GAME_CAPTURE_HD60_S    0x005e // Game Capture HD60 S - unsupported
 
 // firmware
 const char * FW_MB86H57_H58_IDLE[] =

@davvore33
Copy link

Hi @flyinprogrammer, my hd 60s also has a different id, I'm trying to let it work as well

@Khyretos
Copy link

also, my 60 hd s has a different product id:

Jan 15 16:00:40 incontrol kernel: usb 4-4: New USB device found, idVendor=0fd9, idProduct=005e, bcdDevice=1f.4f
Jan 15 16:00:40 incontrol kernel: usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 15 16:00:40 incontrol kernel: usb 4-4: Product: Game Capture HD60 S
Jan 15 16:00:40 incontrol kernel: usb 4-4: Manufacturer: Elgato Systems

005e

current code is referencing: 0x004f

https://github.com/tolga9009/elgato-gchd/blob/0.2.0/src/gchd.cpp#L23

Updating the code seems to work as intended:

root@incontrol:/home/ascherger/Development/elgato-gchd/build# ./src/gchd 
The Elgato Game Capture HD60 S is currently not supported.
root@incontrol:/home/ascherger/Development/elgato-gchd/build# git diff
diff --git a/src/gchd.cpp b/src/gchd.cpp
index 3cbce8b..b736728 100644
--- a/src/gchd.cpp
+++ b/src/gchd.cpp
@@ -20,7 +20,7 @@
 #define GAME_CAPTURE_HD_2      0x0051
 #define GAME_CAPTURE_HD_3      0x005d // new revision GCHD (HDNew)
 #define GAME_CAPTURE_HD60      0x005c // Game Capture HD60 - unsupported
-#define GAME_CAPTURE_HD60_S    0x004f // Game Capture HD60 S - unsupported
+#define GAME_CAPTURE_HD60_S    0x005e // Game Capture HD60 S - unsupported
 
 // firmware
 const char * FW_MB86H57_H58_IDLE[] =

have you been able to make your HD60S work then?

@RyzeNGrind
Copy link

@kireita @flyinprogrammer @davvore33 Any luck getting the HD60S to work on Linux? I'm running Ubuntu 22.04LTS for reference.

@davvore33
Copy link

not from here unluckily @RyzeNGrind

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

6 participants