ISDN interface card and RH6 setup?

ISDN interface card and RH6 setup?

Post by Bria » Tue, 18 May 1999 04:00:00



Hello,

What do I need to do to setup RH6 to use my Eicon Diva 2.0 PCI ISDN
interface card?  (U.S.  U interface).  I've been hunting around and believe
I need to use the HiSax driver, but have no idea how to set it up.  Where
can I find information on getting this all going?  I couldn't find anything
in any of the usual HowTo documents.

Thanks!
Brian

 
 
 

ISDN interface card and RH6 setup?

Post by Lim Chee On » Wed, 19 May 1999 04:00:00



> Hello,

> What do I need to do to setup RH6 to use my Eicon Diva 2.0 PCI ISDN
> interface card?  (U.S.  U interface).  I've been hunting around and believe
> I need to use the HiSax driver, but have no idea how to set it up.  Where
> can I find information on getting this all going?  I couldn't find anything
> in any of the usual HowTo documents.

> Thanks!
> Brian

A quick look at the kernel sources documentation shows that the EICON
DIVA is supported as 'Type 11'. I do not know much more as I do not yet
have an ISDN connection here. Look in
/usr/src/linux/Documentation/isdn/README.HiSax for more information on
how to configure Linux to use your card.

I believe that there is a Linux-ISDN homepage somewhere but it has
slipped my mind for the moment. Try doing a search at www.deja.com for
"linux isdn hisax" and see what it turns up.

Cheers.
--
=========================================================
A successful man makes more money than his wife can spend
A successful woman finds the man above
=========================================================
Alex C. O. Lim
Future Trend Computer Services
http://www.ftrend.com.my
=========================================================

 
 
 

ISDN interface card and RH6 setup?

Post by campbel » Thu, 20 May 1999 04:00:00


The SuSe website has some excellent links for ISDN and Linux,  as there has
been a lot of work done in this field in Germany.  They list an ftp site
where you can get more info and some files I believe too.  I am working on

I use both the SuSe and RedHat variations.  I think it has as much to do
with your provider as it does with your configuration, and I have not had
much luck with mine, which frustrates me because I know they are a big "Unix
house"--using all Solaris equipment and even Linux as 2nd DNS, but they have
not given me any help with the ISDN TA. Good Luck!


>> Hello,

>> What do I need to do to setup RH6 to use my Eicon Diva 2.0 PCI ISDN
>> interface card?  (U.S.  U interface).  I've been hunting around and
believe
>> I need to use the HiSax driver, but have no idea how to set it up.  Where
>> can I find information on getting this all going?  I couldn't find
anything
>> in any of the usual HowTo documents.

>> Thanks!
>> Brian

>A quick look at the kernel sources documentation shows that the EICON
>DIVA is supported as 'Type 11'. I do not know much more as I do not yet
>have an ISDN connection here. Look in
>/usr/src/linux/Documentation/isdn/README.HiSax for more information on
>how to configure Linux to use your card.

>I believe that there is a Linux-ISDN homepage somewhere but it has
>slipped my mind for the moment. Try doing a search at www.deja.com for
>"linux isdn hisax" and see what it turns up.

>Cheers.
>--
>=========================================================
>A successful man makes more money than his wife can spend
>A successful woman finds the man above
>=========================================================
>Alex C. O. Lim
>Future Trend Computer Services
>http://www.ftrend.com.my
>=========================================================

 
 
 

ISDN interface card and RH6 setup?

Post by Bria » Thu, 20 May 1999 04:00:00


Thanks guys!  I'll let you know if I figure this out.
Brian


>The SuSe website has some excellent links for ISDN and Linux,  as there has
>been a lot of work done in this field in Germany.  They list an ftp site
>where you can get more info and some files I believe too.  I am working on

>I use both the SuSe and RedHat variations.  I think it has as much to do
>with your provider as it does with your configuration, and I have not had
>much luck with mine, which frustrates me because I know they are a big
"Unix
>house"--using all Solaris equipment and even Linux as 2nd DNS, but they
have
>not given me any help with the ISDN TA. Good Luck!


>>> Hello,

>>> What do I need to do to setup RH6 to use my Eicon Diva 2.0 PCI ISDN
>>> interface card?  (U.S.  U interface).  I've been hunting around and
>believe
>>> I need to use the HiSax driver, but have no idea how to set it up.
Where
>>> can I find information on getting this all going?  I couldn't find
>anything
>>> in any of the usual HowTo documents.

>>> Thanks!
>>> Brian

>>A quick look at the kernel sources documentation shows that the EICON
>>DIVA is supported as 'Type 11'. I do not know much more as I do not yet
>>have an ISDN connection here. Look in
>>/usr/src/linux/Documentation/isdn/README.HiSax for more information on
>>how to configure Linux to use your card.

>>I believe that there is a Linux-ISDN homepage somewhere but it has
>>slipped my mind for the moment. Try doing a search at www.deja.com for
>>"linux isdn hisax" and see what it turns up.

>>Cheers.
>>--
>>=========================================================
>>A successful man makes more money than his wife can spend
>>A successful woman finds the man above
>>=========================================================
>>Alex C. O. Lim
>>Future Trend Computer Services
>>http://www.ftrend.com.my
>>=========================================================

 
 
 

ISDN interface card and RH6 setup?

Post by Juergen Leisi » Thu, 20 May 1999 04:00:00



>Hello,

>What do I need to do to setup RH6 to use my Eicon Diva 2.0 PCI ISDN
>interface card?  (U.S.  U interface).  I've been hunting around and believe
>I need to use the HiSax driver, but have no idea how to set it up.  Where
>can I find information on getting this all going?  I couldn't find anything
>in any of the usual HowTo documents.

Hello,

yes, HiSax is it;

- go and fetch the latest kernel patches for isdn from

        ftp.suse.com/pub/isdn4linux (from memory - hope address is right)

- patch the kernel by ./std2kern -d and recompile and run the new kernel

- go and fetch the latest utilities from the same place ; compile them
- have a look at README.HiSax (after having patched it can be found
  in /usr/src/linux/Documentation/isdn/)
- loading the driver is like
  modprobe hisax type=11 protocol=2 (???)
        Oh, I don't know the protocol that is used in your area...
        but 2 should do it; the number for "type" is
        taken from that README.HiSax;
- setting up the interface(s) requires ifconfig, route and several
  isdnctrl commands; for that have a look at
  http://www.rosat.mpe-garching.mpg.de/~web/ISDN.html (some instruction
  sets are in english, some are not)
  or
  http://sites.inka.de/picard/rh52_isdn.html
  or
  http://terminator.net/

- feel free to ask your questions at de.alt.comm.isdn4linux
in english language: almost everybody there understands english;
a different question is if they can resolve right your special problems...

Good luck, Juergen.

--
*****************************************************************

*          http://www.stud.uni-bayreuth.de/~a0037/              *
*****************************************************************

 
 
 

1. Using a hard drive on a sound card IDE interface in RH6.1

I recently installed RedHat 6.1 and have a Creative Labs Sound Blaster AWE32
soundcard, complete with an IDE interface.  I can get a hard drive to work
on it in windoze98, but do not know how to do so in RH6.1.  Could anyone
help?  Thanks.

The ScannerMan

2. xinetd.conf and ftp/telent

3. Project: USR 128K Sportster ISA ISDN card w/ NT-1 & U-interface, U.S.

4. 2.4.1 build failure on i686

5. ISDN setup..Siemens I-Surf card?

6. Password does not decrypt secret key?

7. ISDN card setup problems

8. HIGHMEM

9. ISDN setup with Creatix ISDN S0 PNP

10. ISDN PnP card setup for linux

11. Teles 16.3 ISDN Card - Setup problem

12. Can't setup mu AsusCom ISDN card: Help!

13. Teles 16.3 ISDN Card - Setup