Compile Driver for Debian / Ubuntu
apt-get install -y wget build-essential linux-headers-$(uname -r) libncurses5-dev
apt-get install -y linux-ubuntu-modules-$(uname -r)
#apt-get install -y linux-restricted-modules
#apt-get install -y capiutils
apt-get install -y wget
# apt-get install -y asterisk
#wget ftp://ftp.melware.net/divas/v3/divas4linux-melware-3.1.0-109.42-1.tar.bz2 -P /tmp
wget ftp://ftp.melware.net/divas/v3/divas4linux-melware-3.1.5-109.75-1.tar.bz2 -P /tmp
tar xjf /tmp/divas4linux-melware-*.tar.bz2 -C /tmp
cd /tmp/divas4linux-melware-*
make
# Linux squezze 2.6.32-5-xen-amd64 # install needed packages apt-get install -y wget apt-get install -y build-essential apt-get install -y linux-headers-$(uname -r) # get fcpci sources wget --no-check-certificate http://belug.de/~lutz/pub/fcpci/fritz-fcpci-2.6.31.tar.bz2 -O /tmp/fritz-fcpci-2.6.31.tar.bz2 # extract tar xjf /tmp/fritz-fcpci-2.6.*.tar.bz2 -C /tmp/ # override fcpci-lib.o for 64 bit systems if [ $(uname -m) == "x86_64" ]; then cd /tmp/fritz-fcpci-*/lib/ ln -sf /tmp/fritz-fcpci-*/lib/64_fcpci-lib.o /tmp/fritz-fcpci-*/lib/fcpci-lib.o fi # compile cd
# install apps
apt-get install -y linux-restricted-modules linux-ubuntu-modules-$(uname -r) avm-fritz-firmware
modprobe capidrv
modprobe capi
# avm firmware
wget http://mirrors.kernel.org/ubuntu/pool/restricted/l/linux-meta/avm-fritz-firmware_2.6.24.24.26_amd64.deb -P /tmp
Ubuntu Gutsy fcusb2 kernel modules
fcusb2.tar.bz2