Forum Replies Created
- AuthorPosts
MVincentParticipantMVincent March 14, 2023 at 5:03 am in reply to: Where is Spectogram 3D visualization //php bbp_reply_id(); ?>
What was the reason for it to be removed?
Was there something wrong with this feature?
MVincentParticipant- This reply was modified 2 years, 1 month ago by
MVincent.
MVincent March 9, 2023 at 4:36 am in reply to: VSG60 Crashing & Spike (BB60C) Disconnected //php bbp_reply_id(); ?>
I’d like to add that in my case, the issue was Linux not allocating enough memory to USB devices.
As soon as I enabled the VSG60A while the BB60C was running, the application would either crash or disconnect one or both devices.
https://signalhound.com/sigdownloads/SDK/online_docs/vsg60_api/index.html contains instructions on how to solve:
sudo sh -c ‘echo 32 > /sys/module/usbcore/parameters/usbfs_memory_mb’Additionally, here’s how to make these new settings persist at boot:
Create a file: /etc/modprobe.d/signalhound_usb.confContaining:
# 16mb per signalhound device is needed, we set 3x that value here to have some head-room
options usbcore usbfs_memory_mb=48Next reboot, this will automatically be applied!
- This reply was modified 2 years, 1 month ago by
- AuthorPosts