Bug 167296 - /etc/rc.d/init.d/isdn completly missing support for active CAPI-drivenISDN cards like AVM B1
Summary: /etc/rc.d/init.d/isdn completly missing support for active CAPI-drivenISDN ca...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: isdn4k-utils
Version: 4.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Than Ngo
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-09-01 13:20 UTC by Peter Bieringer
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:33:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Peter Bieringer 2005-09-01 13:20:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6

Description of problem:
active CAPI-driven ISDN cards like AVM B1 aren't supported by initscript of isdn4k-utils

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Put AVM B1 ISDN controller into system
2. Apply first workaound https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167291
3. Apply second workaound https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167295
4. Try to use /etc/rc.d/init.d/isdn to execute the proper steps required for full function like:

# modprobe capidrv
# modprobe capi
# /sbin/avmcapictrl load /etc/firmware/isdn/b1.t4 1
Loading Bootcode /etc/firmware/isdn/b1.t4 ... done

  

Actual Results:  Not supported, FIRMWARE of /etc/sysconfig/isdn doesn't help, capi modules aren't loaded, too.



Expected Results:  Support of such card

Additional info:

Workaround:

1) disable isdn initscript
# chkconfig isdn off

2) use /etc/rc.modules to load modules and firmware:
# cat <<END >>/etc/rc.modules
# Enable AVM B1 CAPI and Firmware
modprobe capidrv && modprobe capi && while [ ! -e /dev/capi20 ]; do sleep 1; done && /sbin/avmcapictrl load /etc/firmware/isdn/b1.t4 1
END

# chmod 755 /etc/rc.modules

Comment 1 Than Ngo 2006-03-30 20:33:38 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.