LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-11-2004, 05:51 PM   #1
ody1
Member
 
Registered: Dec 2002
Posts: 39

Rep: Reputation: 15
problem activating my pci isdn card


Hello all,


I ' m facing a problem activating my isdn card in my red hat 9 and I would really appreciate your help in this..
I am not an expert, so please excuse any evidence of ignorance..

When I first ran Linux, it found my isdn card ( AVM PCI (FRITZ!PCI v2)) and installed it perfectly. Then I tried to make a new connection to the internet. I selected the card ,typed login password etc, saved and rebooted.

During the boot procedure I get the error:
Bringing up interface ISDN0 (failed)

I logged in, tried to activate, nothing happened.
Viewing system log I read:

modprobe:cannot locate module char-major-45
ifup-ippp:cannot list ISDN devices


I typed $/sbin/modprobe -l |more
to view all isdn modules. They follow:

/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/avm_cs.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/b1.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/b1dma.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/b1isa.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/b1pci.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/b1pcmcia.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/c4.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/capi.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/capidrv.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/capifs.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/capiutil.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/kernelcapi.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/t1isa.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/avmb1/t1pci.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/eicon/divas.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/hisax/avma1_cs.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/hisax/elsa_cs.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/hisax/hisax.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/hisax/hisax_fcpcipnp.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/hisax/hisax_isac.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/hisax/hisax_st5481.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/hisax/sedlbauer_cs.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/hysdn/hysdn.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/icn/icn.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/isdn.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/isdn_bsdcomp.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/isdnloop/isdnloop.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/pcbit/pcbit.o
/lib/modules/2.4.20-8/kernel/drivers/isdn/tpam/tpam.o


my /etc/modprobe.conf file is lilke this:

alias eth0 8139too
alias scsi_hostadapter aic7xxx
alias usb-controller ehci-hcd
alias char-major-81 bttv
alias usb-controller1 usb-uhci
alias ieee1394-controller ohci1394
alias sound-slot-0 cmpci
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

After seeing the fourth line ( char-major-81)
I believe I need to write an alias command like this
alias char-major-45 <module>

the problem is that i have no idea what module to choose from the above listed..!
Can anyone give me a clue how may i find this out? Will it fix my problem?
Thanx in advance!
 
Old 01-11-2004, 07:47 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Have a look at
less /usr/src/linux/Documentation/Configure.help
/Fritz

Yes, I know ... I could have posted the answer :}
But then you probably wouldn't remember where
to look the next time you're hunting down drivers.


Cheers,
Tink



Last edited by Tinkster; 01-11-2004 at 07:48 PM.
 
Old 03-24-2004, 05:30 PM   #3
ody1
Member
 
Registered: Dec 2002
Posts: 39

Original Poster
Rep: Reputation: 15
still (2 months after..) haven't found any sollution!! I checked the documentation and realized that the module I was looking after is hisax.
In file readme.hisax I found the specific "modprobe command" for my pci fritz isdn card. It's :
/sbin/modprobe hisax type=27
(doesn't need any other parameters..). the type number stands for my card.
Results:
The reaction of my modprobe command, viewed by system log is like this:


Mar 25 00:35:10 localhost kernel: CSLIP: code copyright 1989 Regents of the University of California
Mar 25 00:35:10 localhost kernel: ISDN subsystem Rev: 1.1.4.1/1.1.4.1/1.1.4.1/1.1.4.1/1.1.4.1/1.1.4.1 loaded
Mar 25 00:35:10 localhost kernel: HiSax: Linux Driver for passive ISDN cards
Mar 25 00:35:10 localhost kernel: HiSax: Version 3.5 (module)
Mar 25 00:35:10 localhost kernel: HiSax: Layer1 Revision 1.1.4.1
Mar 25 00:35:10 localhost kernel: HiSax: Layer2 Revision 1.1.4.1
Mar 25 00:35:10 localhost kernel: HiSax: TeiMgr Revision 1.1.4.1
Mar 25 00:35:10 localhost kernel: HiSax: Layer3 Revision 1.1.4.1
Mar 25 00:35:10 localhost kernel: HiSax: LinkLayer Revision 1.1.4.1
Mar 25 00:35:10 localhost kernel: HiSax: Approval certification valid
Mar 25 00:35:10 localhost kernel: HiSax: Approved with ELSA Microlink PCI cards
Mar 25 00:35:10 localhost kernel: HiSax: Approved with Eicon Technology Diva 2.01 PCI cards
Mar 25 00:35:10 localhost kernel: HiSax: Approved with Sedlbauer Speedfax + cards
Mar 25 00:35:10 localhost kernel: HiSax: Approved with HFC-S PCI A based cards
Mar 25 00:35:10 localhost kernel: HiSax: Warning - no protocol specified
Mar 25 00:35:10 localhost kernel: HiSax: using protocol EURO
Mar 25 00:35:10 localhost kernel: HiSax: Card 1 Protocol EDSS1 Id=HiSax (0)
Mar 25 00:35:10 localhost kernel: HiSax: AVM PCI driver Rev. 1.1.4.1
Mar 25 00:35:10 localhost kernel: FritzPnP: no ISA PnP present
Mar 25 00:35:10 localhost kernel: FritzPCI: No PCI card found
Mar 25 00:35:10 localhost kernel: HiSax: Card AVM Fritz PnP/PCI not installed !
Mar 25 00:35:10 localhost kernel: ISDN-subsystem unloaded

which makes obvious that my card isn't installed!!
Next I viewed the system devices in kde. I saw there that my card is installed and that the device driver was hisax_fcpcipnp. This is really messy!
and when I try to connect to internet I still get the errors:
modprobe:cannot locate module char-major-45
ifup-ippp:cannot list ISDN devices

Have I done something wrong? Do I miss anything here? Please help.....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PCI card init (ISDN) failure, SuSE Prof. 9.0 Recirqie SUSE / openSUSE 4 11-28-2004 02:49 PM
ISDN PCI Card sakkie Slackware 0 11-05-2004 01:19 AM
How to configure and connect with ISDN Fritz pci card Mandrake 10.0 mwaltens Mandriva 1 11-01-2004 11:00 AM
Dynalink IS64PH PCI ISDN card with 2.4.20 kernel eoin_too Linux - Hardware 0 03-01-2004 06:05 AM
ISDN & BT Speedway PCI card lovelyguinness Linux - Hardware 9 11-11-2003 07:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration