Bug 72389 - ISDN init script broken for FritzCard PCI V2.0
Summary: ISDN init script broken for FritzCard PCI V2.0
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: isdn4k-utils
Version: null
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: 2002-08-23 12:47 UTC by Bernd Bartmann
Modified: 2015-01-07 23:59 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-08-24 13:20:08 UTC
Embargoed:


Attachments (Terms of Use)

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.


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