spike77453

Results 20 comments of spike77453

Just in case someone wants to implement this: | Handle | Value | Description | |--------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0x001f | 0200 | Enable indications | | 0x001e | c0550201001a | Unsure,...

> If you have the device and are willing to test I can send you build? I do have the device but I'm not a user of CaveSurvey and certainly...

With the pre-built x86_64 AppImage from https://github.com/knarfS/smuview/releases/tag/continuous the trace looks a bit different: ``` Thread 12 "smuview" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffd2304640 (LWP 373898)] 0x000055555585f3a9 in...

Compiling with `-Wp,-D_GLIBCXX_ASSERTIONS` leads to: ``` HardwareChannel::push_sample_sr_analog(): "P1" - No signal found: "P1 [W]" /usr/include/c++/11/bits/stl_vector.h:1045: std::vector::reference std::vector::operator[](std::vector::size_type) [with _Tp = std::shared_ptr; _Alloc = std::allocator; std::vector::reference = std::shared_ptr&; std::vector::size_type = long...

Thanks for getting back to me, really appreciated. Just for the record, factory default setting on my unit is 115200 8N1. I've set it to 38400 though. Output with the...

Thanks! Looks different now: ``` $ smuview -d itech-it8500:conn=/dev/ttyUSB0:serialcomm=38400/8n1 -l 5 sr: [00:00.000001] log: libsigrok loglevel set to 5. sr: [00:00.026219] hwdriver: Scan found 0 devices (agilent-dmm). sr: [00:00.027137] hwdriver:...

Sorry, only now got around to doing this: ``` $ smuview -d itech-it8500:conn=/dev/ttyUSB0:serialcomm=9600/8n1 -l 5 sr: [00:00.000000] log: libsigrok loglevel set to 5. sr: [00:00.024680] hwdriver: Scan found 0 devices...

Ran into this as well. git blame spits out this commit: https://github.com/ansible-collections/community.general/commit/0be7b6e7b91bb2d7b6e16773cc9b93a655ca0dd6 I checked and it works as as expected when reverting the change,

~~Can also confirm that it works. Tested on qemu. Would love to see this get merged.~~ Was a little too fast there. I'm running into the following problem with the...

If I change my isc dhcp configuration to ``` option rfc3442-classless-static-routes 24,172,31,254,192,168,178,243, 0,192,168,178,253; option ms-classless-static-routes 24,172,31,254,192,168,178,243, 0,192,168,178,253; ``` (i.e. handing out the default route as the last five bytes in...