-
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: SIS1100
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-e2/eCMC Fujitsu BIOS Freeze (and Change of Size of Mapped Window)
Issue: PC with SIS1100-e/eCMC freezes/hangs at power up. Reported by Marcus Fleck from DESY for a Fujitsu d3598-b13 mainboard initially. Solution: Change the PCI Class ID from: 07h Simple Communications Device to: 06h Other Bridge device Software and instructions for … 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
Fix for compilation error for SIS1100 Linux driver under kernel 4.2.x
Used Driver: sis1100-2.13-9 Error Description: Building errors: =============================== CC [M] /home/daq/Workspace/daq/exaos/eldaq/vme/sis3100/driver/src/sis1100_ddma_map_linux.o /home/daq/Workspace/daq/exaos/eldaq/vme/sis3100/driver/src/sis1100_ddma_map_linux.c: In function ‘sis1100_ddma_unmap_block’: /home/daq/Workspace/daq/exaos/eldaq/vme/sis3100/driver/src/sis1100_ddma_map_linux.c:54:9: error: implicit declaration of function ‘vfree’ [-Werror=implicit-function-declaration] vfree(block->desc_pages); ^ /home/daq/Workspace/daq/exaos/eldaq/vme/sis3100/driver/src/sis1100_ddma_map_linux.c: In function ‘sis1100_ddma_map_block’: /home/daq/Workspace/daq/exaos/eldaq/vme/sis3100/driver/src/sis1100_ddma_map_linux.c:130:5: error: implicit declaration of function ‘vmalloc’ [-Werror=implicit-function-declaration] block->desc_pages=vmalloc(block->dsegs* sizeof(struct sis1100_dmapage)); … Continue reading