Howto for Debian Lenny

From mISDN.org

Jump to: navigation, search

installing mISDN with Debian 5.0 (Lenny)

This is what it takes to have a HFC-S USB based ISDN TA running on Debian Lenny

I used an amd64 buisiness card install using no preselected software package categories at all.


  • install build env
aptitude install git-arch build-essential linux-headers-$(uname -r)
  • build mISDN
cd /usr/src/
git-clone git://git.misdn.org/mISDN.git/
cd mISDN
./checkout-branch.sh socket
make force
make
make install
  • build mISDNuser
cd /usr/src/
git-clone git://git.misdn.org/mISDNuser.git/
cd mISDNuser
./checkout-branch.sh socket
make
  • load driver (first unload Debian's out-of-box HiSax driver)
rmmod hfc_usb hisax isdn
modprobe hfcsusb
  • check device
lenny:/usr/src/mISDNuser# ./tools/misdn_info 

Found 1 port
  Port  0 'HFC-S_USB.1':     TE/NT-mode BRI S/T (for phone lines & phones)
                             2 B-channels: 1-2
  • evidence ;)
lenny:/usr/src/mISDNuser# uname --all
Linux lenny 2.6.26-1-amd64 #1 SMP Sat Jan 10 17:57:00 UTC 2009 x86_64 GNU/Linux
Personal tools