Bug 72389

Summary: ISDN init script broken for FritzCard PCI V2.0
Product: [Retired] Red Hat Public Beta Reporter: Bernd Bartmann <bernd.bartmann>
Component: isdn4k-utilsAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: nullCC: srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-24 13:20:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bernd Bartmann 2002-08-23 12:47:45 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

Description of problem:
The isdn initscript does not load the proper modules for the FritzCard PCI 
V2.0 The script checks for "$RESOURCES" = "NONE" and then sets PCMCIA=yes 
which is wrong as this is no PCMCIA card. In function load_modules() you find 
the line:
[ "$PCMCIA" = "no" ] || return
So the script never executes the commands after this line, as the function 
just returns.

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


How reproducible:
Always

Steps to Reproduce:
1. Setup an isdn interface for an FritzCard PCI V2.0
2. try "service isdn start" --> nothing happens
3.
	

Additional info:

Comment 1 Ngo Than 2002-08-23 14:05:27 UTC
i don't think it's a bug in ISDN init script.

could you please do following steps:
  - start redhat-config-network
  - remove isdn card
  - exit with saving
  - start redhat-config-network
  - add your isdn card
 
Does it work after doing steps?


Comment 2 Bernd Bartmann 2002-08-24 13:20:02 UTC
Just followed your steps and now the modules for the ISDN card are loaded
correctly. Now /etc/sysconfig/isdncard contains:

NAME="AVM PCI (Fritz!PCI v2)"
MODULE="hisax_fcpcipnp"
VENDOR_ID="1244"
DEVICE_ID="0e00"
RESOURCES="protocol=2"

When using internet-druid to configure the ISDN card VENDOR_ID and DEVICE_ID are
missing.

Strange enough I really don't know what I did to get RESOURCES="none". Right now
I can reproduce it. So you're right the init script is not the problem.