Bug 169902 - capiinit do not work correct - ERROR: cannot load module kernelcapi
Summary: capiinit do not work correct - ERROR: cannot load module kernelcapi
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: isdn4k-utils
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Than Ngo
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-04 21:38 UTC by Uwe Beck
Modified: 2015-01-08 00:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-30 20:39:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Uwe Beck 2005-10-04 21:38:26 UTC
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:

Comment 1 Uwe Beck 2006-03-18 13:43:23 UTC
Also open in RHEL4 update 3.

Comment 2 Than Ngo 2006-03-30 20:39:15 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.