Package: capiutils Version: 1:3.7.2005-07-09-2 Severity: wishlist Tags: patch
Hi, it would be nice if capiutils would load the firmware of the isdn modem and mounts capifs automatically when the device is attached. I wrote a simple udev rule for my AVM FritzCard USB v2.0 modem which calls capiinit start when the device is plugged in. This works pretty well. This file could be used as a template for other ISDN (USB) modems. I attached the file /etc/udev/rules.d/030_capi.rules. Cheers, Michael -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (300, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13.4 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages capiutils depends on: ii libc6 2.3.5-7 GNU C Library: Shared libraries an ii libcapi20-3 1:3.7.2005-07-09-2 libraries for CAPI support ii lsb-base 3.0-11 Linux Standard Base 3.0 init scrip capiutils recommends no packages. -- no debconf information
BUS!="usb", ACTION!="add", GOTO="capi_rules_end" # FritzCard USB v2.0 SYSFS{idVendor}=="057c", SYSFS{idProduct}=="1000", RUN+="/usr/sbin/capiinit start" LABEL="capi_rules_end"