-
Recent Posts
- Possible DS8VM1 R13/R13b CLKOUT5 instability in Distribution Clock Mode
- SIS315x USB to VME Interface LINUX access right issue
- SIS1100 Linux Driver 2.16 under AlmaLinux 9.4
- OpenSource Article on SIS1160/SFMC 2.5 GSPS 14-Bit High Count Rate Data Aquisition
- NIM A Article on the Use of 2.5 GSPS 14-Bit SIS1160/SFMC01 PCIe Digitizer for Prompt Gamma-ray Measurements During Proton Therapy Treatments
Recent Comments
- James on n/Gamma separation and TOF histogramming with SIS3316
- Rong Liu on IHEP Beijing reports stable ADS LINAC 1 operation with MTCA.4 based LLRF
- mki on Announcing the SIS3153 USB3.0 to VME Interface
- exaos on Announcing the SIS3153 USB3.0 to VME Interface
- mki on n/Gamma separation and TOF histogramming with SIS3316
Archives
Categories
Struck Tags
- 12-bit
- 14-bit
- 250 MSPS
- 500 MSPS
- ADC
- BERR
- DAC
- DESY
- Digitizer
- DPG
- Driver
- EMBL
- EPICS
- Ethernet
- Firmware
- Gamma
- ICALEPCS
- Impact
- input range
- Interface
- Labview
- LINUX
- LINUX driver
- LINUX SIS1100 SIS310x driver VME SUSE Redhat
- MTCA.4
- PCIe
- PCI Express
- PDF documentation manual
- Petra III
- Proton Therapy
- RTM
- SIS1100
- sis3153
- SIS3302
- sis3316
- SIS3820
- spring meeting
- TigerSHARC
- trade show
- trade show embedded world
- USB
- USB3.0
- VME
- Windows
- Xilinx
Meta
Tag Archives: Driver
SIS1100 Linux Driver 2.16 under AlmaLinux 9.4
Issue:Possible use of change from mainline kernel 6.4.0 in transition from AlmaLinux 9.2 to 9.4 (5.14.0-284 -> 5.14.9-427) Error:> Error: too many arguments for function »class_create«> 573 | sis1100_global.class = class_create(THIS_MODULE,> “sis1100”);Workaround:sis1100_autoconf_linux.c ca. line 570:sis1100_global.class = class_create(THIS_MODULE, “sis1100”);change to:sis1100_global.class = … Continue reading
SIS1100 Driver With Windows 10 HVCI Signature
Some Windows 10 systems (typically new machines) with the most recent Version 2004 of the operating system have HVCI (Hypervisor-protected Code Integrity) activated. The used German expression is ‚Kernisolation’.Drivers from 8.0.0.11 onwards are furnished with HVCI compliant driver signage. Older … Continue reading
SIS3153 USB VfyAlloc Error with Windows driver 1.1
Issue: “error Usb driver VfyAlloc” upon vme_A16D16_read() with LabWindows CVI V2015 on Windows 7 machine with driver version 1.1 Fix: Upgrade to driver version 1.2 www.struck.de/sis3153w_1.2.zip
Windows (and LabVIEW) Support for SIS8300-x, SIS8325 and SIS8800 MTCA.4 cards
A signed Windows driver with the following functions is available: open, close, single word read, single word write, DMA read, DMA write. So far it is tested under Windows 7. Mininmalistic LabVIEW VIs are available for that function set too. … Continue reading
SIS3150 LINUX driver under Ubuntu 12.04
Thanks to Volker Hannen from the University of Münster for bringing to our attention: Under Ubuntu 12.04 the USB library resides in /usr/lib/i386-linux-gnu/ and is not found by the configure script. Setting the link below allows for compilation /usr/lib/libusb.a -> … Continue reading
SIS8300 muTCA for Physics Digitizer LINUX driver update available
V0.04 fixing a DMA related issue was released