home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / docs / kernel-2.0 / isdn / readme.tel < prev    next >
Encoding:
Text File  |  1996-07-11  |  2.0 KB  |  73 lines

  1. This is my Linux hardware level driver for Teles compatible ISDN cards. It is 
  2. meant to be used with isdn4isdn4linux, an ISDN Link-level module for Linux written
  3. by Fritz Elfert.
  4.  
  5. Isdn4linux can be obtained from ftp.franken.de:/pub/isdn4linux. The most recent 
  6. Teles driver can be found on my homepage, http://www.xs4all.nl:/~jdo.
  7.  
  8. Warning
  9. -------
  10. Teles4isdn4linux is a work in progress and may crash your machine. It has not 
  11. been certified and therefore operation on your PTT's ISDN network is probably 
  12. illegal.
  13.  
  14. Limitations
  15. -----------
  16. Teles4isdn4linux only works on Euro ISDN lines and german 1TR6-lines.
  17.  
  18. For the B channel transparent (HDLC) protocol and X.75 have been implemented. 
  19.  
  20. Running
  21. -------
  22. When you insmod isdn.o and teles.o (or with the kernel-version, during boottime)
  23. a few lines should appear in your syslog. Look for something like:
  24.  
  25. Oct 11 16:53:30 jedi kernel: channels 2
  26. Oct 11 16:53:31 jedi kernel: Teles module installed
  27.  
  28. Remember, that according to the new strategy for accessing Low-level-drivers
  29. from within isdn4linux you should also define a driver-id while doing
  30. insmod: Simply append teles_id=<SomeString> to the insmod-commandline. This
  31. string MUST NOT start with a digit or a small 'x'!
  32.  
  33. At this point you can run a 'cat /dev/isdnctrl0' and view debugging 
  34. messages. Debugging messages are enabled with the telesctrl tool: 
  35.  
  36.     teles/telesctrl <DriverId> 1 <debugging_flags>
  37.  
  38. where <debugging_flags> is the integer sum of the following debugging
  39. options you wish enabled:
  40.  
  41.     1   Link-level <--> Hardware-level communication
  42.     2   Top state machine 
  43.     4   D channel Q.931 (call control messages)
  44.     8   D channel Q.921 
  45.     16  B channel X.75
  46.  
  47. For example 'teles/telesctrl MyTeles 1 31' enables full 
  48. debugging.
  49.  
  50. Questions
  51. ---------
  52. Check out the FAQ (ftp.franken.de).
  53.  
  54. Bugs 
  55. ----
  56. If you find any please let me know. 
  57.  
  58. Thanks
  59. ------
  60. Special thanks to:
  61.  
  62.     Erik Bos,Beat Doebeli,Fritz Elfert,    
  63.     Pauline Middelink,Paula de Nie,     
  64.     Bernd Oerding,Stephan Seidl,Matthias Urlichs, 
  65.     Rogier Wolff
  66.  
  67.  
  68.  
  69. Enjoy,
  70.  
  71. Jan den Ouden   denouden@groovin.xs4all.nl
  72.  
  73.