1) Deinstallation of previous streamstor package (using synaptic) 2) Installation of streamstor_9.2.1-i386.deb packages dpkg -i streamstor_9.2.1-i386.deb Response: checking for linux kernel source... found at /lib/modules/2.6.26-2-686/build not found configure: error: please install the kernel source or specify alternate location Solution: The configure script of the streamstor package by default looks for the kernel headers under /usr/src/linux which does not exist by default. After issuing: ln -s /usr/src/linux-headers-2.6.26-2-common/ /usr/src/linux package installation works fine. Installation is under /usr/local/src/streamstor 2) Flash the Amazon card with SDK 9.2 export STREAMSTOR_BIB_PATH=/usr/local/src/streamstor/linux/bib cd /usr/local/src/streamstor/linux/util ./ssflash -u SDK9.2.ssf reports success: Getting final version numbers ... ***** Final Versions ***** SDK Version : 9.02 BoardType : AMAZON-VP Serial Number : 2509 API Version : 11.25 API Datecode : Nov 11 2011 Firmware Version : 16.31 Firmware Datecode : Sep 14 2011 Monitor Version : 12.17 XBAR Version : 2.028 Daughter Board Information: Serial Number : 6033 PCB Version : 1.00 PCB Type : COPPER-HSS PCBSubType : NORMAL FPGAConfig : 10 GIGE FPGAConfigVersion : 63.35 DB_PCB_Type : 6 DB_FPGA_Type : 8 3) Test SDK Upgrade cd /usr/local/src/streamstor/linux/util ./ssopen ./sstest both report success 4) Install DRS dpkg -i ss_1.4-1_i386.deb dpkg -i drs_0.9.9-1_i386.deb dpkg -i drs-utils_1.0-1_i386.deb 5) Recompile SSErase, SSReset cd /usr/local/src/Mark5Utils ./ccUtils installs SSErase, SSReset under /usr/bin 6) Recompile fuseMark5A cd /usr/local/src/fuseMk5A_v1.0.5/ edit Makefile; replace -lwdapi1011 with -lwdapi1031 make make install install fuseMk5A in /usr/bin set proper permissions so that any user can start/end fuseMk5A edit /etc/udev/rules.d/91-permissions.rules enter/edit: KERNEL=="fuse", MODE="0666", GROUP="fuse" then reboot