장치 capi20가 등록되지 않았습니다 : 그런 장치가 없습니다.

고객지원 지식기반 (ray_capi2)

Symptom:

init 1 또는 /sbin/init.d/i4l stop을 호출하면 다음과 같은 에러 메시지를 얻는다. :

       Unloading ISDN drivers ...
       isdn: Device or resource busy
       device capi20 not registered: No such device
       look in /proc/devices.
       maybe the devicefiles are installed with a wrong majornumber,
       or you linux kernel version only supports 64 char device (check
       /usr/include/linux/major.h)

Cause:

로드 되거나 필요하지 않은 모듈을 언로드하기 위한 시도

Solution:

1. /etc/rc.config: I4L_USE_B1="" (instead of ="no") 내에서

또는

 2. /sbin/init.d/i4l_hardware 내에서:

       if test ! -z "$I4L_USE_B1"; then
          /sbin/modprobe -r capi capidrv kernelcapi capiutil
       fi


키워드: I4L, ISDN, CAPI, CAPI2, MODULE

SDB-ray_capi2, Copyright SuSE Linux AG, Nrnberg, Germany - 버전: 09. Mr 2001
SuSE Linux AG - 최근에 만들어진 : 09. Mr 2001 에 의해 kmyoo (sdb_gen 1.40.0)