Hi!

I have a little patch for the runlevelscript of isdn4linux. It adds the 
possibility of easy adding an ISDN-Card which uses the capi4linux. The driver 
is loaded separatly and the card is running without isdn4linux. If you want 
to use isdn4linux with these capi-based cards the following patch is needed 
(capidrv.o is a bridge from the capi to isdn4linux):

-------------------------------------------
--- dat.old/isdn4linux  2002-12-14 00:03:15.000000000 +0100
+++ dat/isdn4linux      2002-12-14 00:02:14.000000000 +0100
@@ -95,6 +95,16 @@
                        fi
                ;;

+               'capidrv')
+                       echo "Loading  CAPI4Linux ThePenguin.de-Edition ..."
+                       /sbin/capiinit start
+                       echo "Loading bridge for ISDN4Linux ..."
+                       /sbin/modprobe -v capidrv >/dev/null
+                       if test $? -ne 0; then
+                       cleanup
+                       fi
+               ;;
+
                'hisax')

                        CARDTYPE=`echo $I4L_TYPE | tr -d ' '`

-------------------------------------------

Should I file a bugreport for it, or is it Ok to post it here ? 

Thanks for any answer

Greets

Steffen

-- 
____________________
counter.li.org : #296567.
machine: 181800
vdr-box : 87
____________________
Please dont CC me, since if I have replied I'll watch the tread. Both mails 
will be filtered to the ML-folder. Thanks

Reply via email to