From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921 Red Hat/1.7.12-1.4.1 Description of problem: If no isdn module is loaded capi can be use with isdncard. "capiinit can use to load the capi modules. # capiinit ERROR: cannot load module kernelcapi # lsmod kernelcapi 44641 0 "capiinit" should load capifs, kernelcapi, capi. # modprobe -r kernelcapi And now we load capi. # modprobe capi # lsmod capi 18177 0 capifs 5961 2 capi kernelcapi 44641 1 capi I am not sure if this order is correct. If this tree modules are loaded you can load the isdncard capi module. At this time there are also some problems with modprobe -r for capi subsystem. Also: There is no initscript for capi subsystem in RHEL4. Version-Release number of selected component (if applicable): isdn4k-utils-3.2-18.p1.1 How reproducible: Always Steps to Reproduce: 1. be sure no isdn module is loaded 2. capiinit 3. Actual Results: ERROR: cannot load module kernelcapi only kernelcapi is loaded Expected Results: all necessary modules (capifs, kernelcapi, capi) should be loaded Additional info:
Also open in RHEL4 update 3.
RHEL3/4 only support the passiv ISDN cards. Active ISDN cards are not supported yet. It should be supported in next coming RHEL5 Many thanks for your report.