-
Recent Posts
- 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
- SIS1100-e2/eCMC Fujitsu BIOS Freeze (and Change of Size of Mapped Window)
- SIS1100 Driver With Windows 10 HVCI Signature
- SIS8300/8325/x PROM IDCODE not recognized by Impact
- SIS3153 USB VfyAlloc Error with Windows driver 1.1
Recent Comments
- 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
- volker dangendorf on n/Gamma separation and TOF histogramming with SIS3316
Archives
Categories
Struck Tags
- 12-bit
- 14-bit
- 125 MSPS
- 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
- RTM
- SIS1100
- SIS3302
- sis3316
- SIS3820
- spring meeting
- TigerSHARC
- timeout
- trade show
- trade show embedded world
- USB
- USB3.0
- VME
- Windows
- Xilinx
Meta
Tag Archives: LINUX
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
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