Sie sind nicht angemeldet.
Lieber Besucher, herzlich willkommen bei: Aqua Computer Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
nameless
unregistriert
I second the request for Aquaero 5 documentation for the purpose of adding Linux support (currently looking to make some enhancements to aerotools).Just wait for the SDK + documentation which should be available later that year.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »JinTu« (18. September 2012, 00:07)
Thanks for the clarification. Looking forward to details on the USB protocol.Around the end of this year.
We will not offer any Linux tools. Please note that the already existing Linux tools were programed by users.
Thanks Stephan,We are still working on the SDK for Windows.
I had a look on the overclock forums. The names of the fans/sensors are not in the same report as the data. Its seperated to reduce the amount of data which has to be transfered at any sensor read out. Also the aquaero 5 uses special reports for reading/writing to the external flash memory in the dataflash. It's much more complicated then the aquaero 4 structures as for any dataflash related actions you have to send an request with one report and then you can read out the result, which is the same with the names for the fans and sensors which are also stored in the dataflash.
In general we are asking the aquaero for a memory bump at a specified dataflash address. It's clear that not all areas of the daflash are allowed to read or write but you can damage the memory with a wrong write command. if the aquaero has read the area it can be read out with a USB-report. After that you still need to know about the structure of the memory to allocate the names to the fans/sensors.
no, not at this moment.Can you give me a pointer/reference to the (read) report commands for the dataflash and the valid address ranges in which the data lies?
Thanks for your reply Sebastian,no, not at this moment.Can you give me a pointer/reference to the (read) report commands for the dataflash and the valid address ranges in which the data lies?
The data protocol to read the flash memory is not easy. when we finished the sdk, a code sample to read memory locations we include into the sdk.
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 |
[288 ms] UsbSnoop - FilterDispatchAny(a44ddfd2) : IRP_MJ_INTERNAL_DEVICE_CONTROL [288 ms] UsbSnoop - FdoHookDispatchInternalIoctl(a44de1ea) : fdo=88bbfe18, Irp=88bd0e70, IRQL=0 [288 ms] >>> URB 6 going down >>> -- URB_FUNCTION_GET_DESCRIPTOR_FROM_INTERFACE: TransferBufferLength = 000000ec TransferBuffer = 88ba6430 TransferBufferMDL = 00000000 Index = 00000000 DescriptorType = 00000022 (illegal descriptor type!) LanguageId = 00000002 |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[295 ms] UsbSnoop - MyInternalIOCTLCompletion(a44de126) : fido=00000000, Irp=88bd0e70, Context=83ad24d8, IRQL=2 [295 ms] <<< URB 6 coming back <<< -- URB_FUNCTION_CONTROL_TRANSFER: PipeHandle = 88bddb70 TransferFlags = 0000000b (USBD_TRANSFER_DIRECTION_IN, USBD_SHORT_TRANSFER_OK) TransferBufferLength = 000000ac TransferBuffer = 88ba6430 TransferBufferMDL = 83708190 00000000: 06 00 ff 09 01 a1 01 85 01 15 00 26 ff 00 75 08 00000010: 96 92 02 09 01 81 02 85 03 15 00 26 ff 00 75 08 00000020: 96 07 00 09 01 81 02 85 04 15 00 26 ff 00 75 08 00000030: 96 41 08 09 01 91 02 85 05 15 00 26 ff 00 75 08 00000040: 96 04 00 09 01 91 02 85 06 15 00 26 ff 00 75 08 00000050: 96 04 00 09 01 91 02 85 07 15 00 26 ff 00 75 08 00000060: 96 10 00 09 01 91 02 85 08 96 40 08 09 00 b2 02 00000070: 01 85 0a 15 00 26 ff 00 75 08 96 1b 00 09 01 91 00000080: 02 85 0b 96 7b 09 09 00 b2 02 01 85 09 15 00 26 00000090: ff 00 75 08 96 0b 02 09 01 91 02 85 0c 15 00 26 000000a0: ff 00 75 08 96 0b 02 09 01 81 02 c0 UrbLink = 00000000 SetupPacket = 00000000: 81 06 00 22 02 00 ec 00 |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »JinTu« (19. Dezember 2012, 20:26)
Starting to dig into this after seeing the thread over on the main German forum.
From a USB capture on one of my Windows boxes running Aquasuite:
![]()
Quellcode
1 2 3 4 5 6 7 8 9 10 [288 ms] UsbSnoop - FilterDispatchAny(a44ddfd2) : IRP_MJ_INTERNAL_DEVICE_CONTROL [288 ms] UsbSnoop - FdoHookDispatchInternalIoctl(a44de1ea) : fdo=88bbfe18, Irp=88bd0e70, IRQL=0 [288 ms] >>> URB 6 going down >>> -- URB_FUNCTION_GET_DESCRIPTOR_FROM_INTERFACE: TransferBufferLength = 000000ec TransferBuffer = 88ba6430 TransferBufferMDL = 00000000 Index = 00000000 DescriptorType = 00000022 (illegal descriptor type!) LanguageId = 00000002
![]()
Quellcode
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [295 ms] UsbSnoop - MyInternalIOCTLCompletion(a44de126) : fido=00000000, Irp=88bd0e70, Context=83ad24d8, IRQL=2 [295 ms] <<< URB 6 coming back <<< -- URB_FUNCTION_CONTROL_TRANSFER: PipeHandle = 88bddb70 TransferFlags = 0000000b (USBD_TRANSFER_DIRECTION_IN, USBD_SHORT_TRANSFER_OK) TransferBufferLength = 000000ac TransferBuffer = 88ba6430 TransferBufferMDL = 83708190 00000000: 06 00 ff 09 01 a1 01 85 01 15 00 26 ff 00 75 08 00000010: 96 92 02 09 01 81 02 85 03 15 00 26 ff 00 75 08 00000020: 96 07 00 09 01 81 02 85 04 15 00 26 ff 00 75 08 00000030: 96 41 08 09 01 91 02 85 05 15 00 26 ff 00 75 08 00000040: 96 04 00 09 01 91 02 85 06 15 00 26 ff 00 75 08 00000050: 96 04 00 09 01 91 02 85 07 15 00 26 ff 00 75 08 00000060: 96 10 00 09 01 91 02 85 08 96 40 08 09 00 b2 02 00000070: 01 85 0a 15 00 26 ff 00 75 08 96 1b 00 09 01 91 00000080: 02 85 0b 96 7b 09 09 00 b2 02 01 85 09 15 00 26 00000090: ff 00 75 08 96 0b 02 09 01 91 02 85 0c 15 00 26 000000a0: ff 00 75 08 96 0b 02 09 01 81 02 c0 UrbLink = 00000000 SetupPacket = 00000000: 81 06 00 22 02 00 ec 00
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
6 0 ff (usage page, vendor defined page 1) 9 1 (usage, vendor usage 1) a1 1 (collection, application) 85 1 (report ID 1) 15 0 (logical min 0) 26 ff 0 (logical max 255) 75 8 (report size 8) 96 92 2 (report count 658) 9 1 (vendor usage 1) 81 2 (input) 85 3 (report ID 3) 15 0 (logical min 0) 26 ff 0 (logical max 255) 75 8 (report size 8) 96 7 0 (report count 7) 9 1 (vendor usage 1) 81 2 (input) 85 4 (Report ID 4) 15 0 (logical min 0) 26 ff 0 (logical max 255) 75 8 (report size 8) 96 41 8 (report count 2113) 9 1 (vendor usage 1) 91 2 (output) 85 5 (Report ID 5) 15 0 (logical min 0) 26 ff 0 (logical max 255) 75 8 (report size 8) 96 4 0 (report count 4) 9 1 (vendor usage 1) 91 2 (output) 85 6 (Report ID 6) 15 0 (logical min 0) 26 ff 0 (logical max 255) 75 8 (report size 8) 96 4 0 (report count 4) 9 1 (vendor usage 1) 91 2 (output) 85 7 (Report ID 7) 15 0 (logical min 0) 26 ff 0 (logical max 255) 75 8 (report size 8) 96 10 0 (report count 16) 9 1 (vendor usage 1) 91 2 (output) 85 8 (Report ID 8) 96 40 8 (report size 2112) 9 0 (usage undefined) b2 2 1 (feature) 85 a (Report ID 10) 15 0 (logical min 0) 26 ff 0 (logical max 255) 75 8 (report size 8) 96 1b 0 (report count 27) 9 1 (vendor usage 1) 91 2 (output) 85 b (Report ID 11) 96 7b 9 (report size 2427) 9 0 (usage undefined) b2 2 1 (feature) 85 9 (Report ID 9) 15 0 (logical min 0) 26 ff 0 (logical max 255) 75 8 (report size 8) 96 b 2 (report count 523) 9 1 (vendor usage 1) 91 2 (output) 85 c (Report ID 12) 15 0 (logical min 0) 26 ff 0 (logical max 255) 75 8 (report size 8) 96 b 2 (report count 523) 9 1 (vendor usage 1) 81 2 (input) c0 (end collection) |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »JinTu« (12. Februar 2013, 20:48)
![]() |
Quellcode |
1 2 3 |
06 00 02 00 00 06 00 08 00 20 06 00 09 00 20 |
-