search for: insmod_para

Displaying 1 result from an estimated 1 matches for "insmod_para".

2005 Sep 12
1
AW: Debian Sarge, Kernel 2.6.13 and AVM Fritz!PCI v2.0 card
...done, run this script to load the modules (basically order is everything supposedly). #!/bin/sh if [ $# -ge 1 ]; then DEBUG=$1 else DEBUG=0 fi if [ $# -ge 2 ]; then DEBUG_F=$2 else DEBUG_F=0xffffffff fi if [ $# -ge 3 ]; then ttt=$3 else ttt=180 fi #INSMOD_PARA=-m MEXT=.ko cd /usr/src/linux/drivers/isdn/hardware/mISDN #modprobe capidrv modprobe capi insmod ${INSMOD_PARA} mISDN_core${MEXT} debug=${DEBUG} >/tmp/m_core.mod # insmod ${INSMOD_PARA} faxl3${MEXT} debug=${DEBUG_F} ttt=$ttt > /tmp/m_faxl3.mod insmod ${INSMOD_PARA} mISDN_l1${MEXT} debug=${DE...