On Fri, Oct 20, 2000 at 09:03:39PM +0200, Shaul Karl wrote: > >..... > > I do not follow. What message you do not have now? How come it disappeared? >
Ok, I'll try to be more precise. I've an hfc pci card and in modules.conf I have: options hisax type=35 id=isdn protocol=2 alias ippp0 isdn alias char-major-43 hisax alias char-major-44 hisax alias char-major-45 hisax euro protocol cause I'm in Italy. When i load the module I have: Oct 21 01:40:28 localhost kernel: ISDN subsystem Rev: 1.100/1.84/1.114/1.63/none/1.4 loaded Oct 21 01:40:28 localhost kernel: HiSax: Linux Driver for passive ISDN cards Oct 21 01:40:28 localhost kernel: HiSax: Version 3.3e (module) Oct 21 01:40:28 localhost kernel: HiSax: Layer1 Revision 2.37 Oct 21 01:40:28 localhost kernel: HiSax: Layer2 Revision 2.20 Oct 21 01:40:28 localhost kernel: HiSax: TeiMgr Revision 2.13 Oct 21 01:40:28 localhost kernel: HiSax: Layer3 Revision 2.10 Oct 21 01:40:28 localhost kernel: HiSax: LinkLayer Revision 2.40 Oct 21 01:40:28 localhost kernel: HiSax: Approval certification valid Oct 21 01:40:28 localhost kernel: HiSax: Approved with ELSA Quickstep series cards Oct 21 01:40:28 localhost kernel: HiSax: Approval registration numbers: Oct 21 01:40:28 localhost kernel: HiSax: German D133361J CETECOM ICT Services GmbH Oct 21 01:40:28 localhost kernel: HiSax: EU (D133362J) CETECOM ICT Services GmbHOct 21 01:40:28 localhost kernel: HiSax: Approved with Eicon Technology Diva 2.01 PCI cards Oct 21 01:40:28 localhost kernel: HiSax: Card 1 Protocol EDSS1 Id=isdn (0) Oct 21 01:40:28 localhost kernel: HiSax: HFC-PCI driver Rev. 1.27 Oct 21 01:40:28 localhost kernel: HiSax: HFC-PCI card manufacturer: CCD/Billion/Asuscom card name: 2BD0 Oct 21 01:40:28 localhost kernel: HFC-PCI: defined at mem 0xc2824000 fifo 0xc1398000(0x1398000) IRQ 10 HZ 100 Oct 21 01:40:28 localhost kernel: HFC_PCI: resetting card Oct 21 01:40:28 localhost kernel: HFC 2BDS0 PCI: IRQ 10 count 410 Oct 21 01:40:29 localhost kernel: HFC 2BDS0 PCI: IRQ 10 count 445 Oct 21 01:40:29 localhost kernel: HiSax: DSS1 Rev. 2.23 Oct 21 01:40:29 localhost kernel: HiSax: 2 channels added Oct 21 01:40:29 localhost kernel: HiSax: MAX_WAITING_CALLS added I configure isdn with the prepared script that came with debian isdnutils package and those that are generate by isdnconfig utilities (and modified by hand). Now the problem is that the card do not compose number at all. The worst is that all seems ok: ipppd start with option auto, but when I try to go out in message I can see only outgoing request but no action (modem do not work). Is it a problem to have a firewall masqerating? do I need a special setup? > > > > > > > > Yes! I do it. > > > > > > > > > > > > > What does lsmod have to say? > > > [00:01:27 /tmp]$ /sbin/lsmod > > > Module Size Used by > > > floppy 44800 0 (autoclean) > > > nls_cp437 3904 0 (autoclean) > > > isofs 17488 0 (autoclean) > > > hisax 129840 2 (autoclean) > > > isdn 108496 3 (autoclean) [hisax] > > > slhc 4320 1 (autoclean) [isdn] > > > ne 6320 1 (autoclean) > > > 8390 6080 0 (autoclean) [ne] > > > serial 18080 3 (autoclean) > > > [00:01:29 /tmp]$ > > > > slhc is not loaded: > > Module Size Used by > > hisax 118840 2 (autoclean) > > isdn 81984 2 (autoclean) [hisax] > > > > What I've to put in modules.conf ? (and what is it slhc: modinfo, give > > me no description) > > > > > I am not sure its a modules.conf matter. Do you have this module? > > [20:47:58 /tmp]$ ls /lib/modules/2.2.17/net/slhc.o > /lib/modules/2.2.17/net/slhc.o > [20:49:01 /tmp]$ > > > > > what's "fun": this morning I call a phone with this card, now it > > doesn't work! and I'm sure I've no touch configuration other than > > number of outgoing call > > > > > Perhaps the device is locked or has itself occupied with another process? > This > would also explain why you do not now get the message from above. Have you > tried restarting the ISDN sub unit (/etc/init.d/isdnutils restart)? What are > /var/log/syslog and /var/log/messages related messages? Have you configured > ippp with debug? > > > > the isdn relative kernel configuration should be ok: > > CONFIG_ISDN=m > > CONFIG_ISDN_PPP=y > > # CONFIG_ISDN_PPP_VJ is not set > > # CONFIG_ISDN_MPP is not set > > # CONFIG_ISDN_AUDIO is not set > > > > # > > # ISDN feature submodules > > # > > # CONFIG_ISDN_DRV_LOOP is not set > > # CONFIG_ISDN_DIVERSION is not set > > > > # > > # Passive ISDN cards > > # > > CONFIG_ISDN_DRV_HISAX=m > > CONFIG_HISAX_EURO=y > > # CONFIG_DE_AOC is not set > > # CONFIG_HISAX_NO_SENDCOMPLETE is not set > > # CONFIG_HISAX_NO_LLC is not set > > # CONFIG_HISAX_NO_KEYPAD is not set > > <snip other card not setted> > > CONFIG_HISAX_HFC_PCI=y > > > > # > > # Active ISDN cards > > <no one> > > > > > > network device: > > CONFIG_PPP=m > > CONFIG_SLIP=m > > CONFIG_SLIP_COMPRESSED=y > > CONFIG_SLIP_SMART=y > > > > > > > I do not remember where slhc comes from but I believe the kernel config help > text mentions this. In any case: > > [20:54:13 /tmp]$ grep ISDN /boot/config-2.2.17 > # ISDN subsystem > CONFIG_ISDN=m > CONFIG_ISDN_PPP=y > CONFIG_ISDN_PPP_VJ=y > CONFIG_ISDN_MPP=y > CONFIG_ISDN_AUDIO=y > CONFIG_ISDN_TTY_FAX=y > # ISDN feature submodules > # CONFIG_ISDN_DRV_LOOP is not set > # CONFIG_ISDN_DIVERSION is not set > # Passive ISDN cards > CONFIG_ISDN_DRV_HISAX=m > # Active ISDN cards > # CONFIG_ISDN_DRV_ICN is not set > # CONFIG_ISDN_DRV_PCBIT is not set > # CONFIG_ISDN_DRV_SC is not set > # CONFIG_ISDN_DRV_ACT2000 is not set > # CONFIG_ISDN_DRV_EICON is not set > # CONFIG_ISDN_DRV_AVMB1 is not set > [20:55:17 /tmp]$ grep SLIP /boot/config-2.2.17 > CONFIG_SLIP=m > CONFIG_SLIP_COMPRESSED=y > CONFIG_SLIP_SMART=y > # CONFIG_SLIP_MODE_SLIP6 is not set > CONFIG_PPP=m > # CONFIG_SYNCLINK_SYNCPPP is not set > CONFIG_ISDN_PPP=y > CONFIG_ISDN_PPP_VJ=y > [20:55:58 /tmp]$ > > > > > > > > > > > > > > > I'm not subscribed to this list, please cc to me at > > > > [EMAIL PROTECTED] > > > > Thank > > > > > > > > Daniele. > > > > > > > > -- > > > > Daniele Cruciani <[EMAIL PROTECTED]> > > > > Universita` di Pisa - Informatica - > > > > http://www.cli.di.unipi.it/~cruciani/ > > > > > > > > > > > > -- > > > > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > > > > > > > > > -- > > > > > > Shaul Karl <[EMAIL PROTECTED]> > > > > -- > > Daniele Cruciani <[EMAIL PROTECTED]> > > Universita` di Pisa - Informatica - > > http://www.cli.di.unipi.it/~cruciani/ > > -- > > Shaul Karl <[EMAIL PROTECTED]> -- Daniele Cruciani <[EMAIL PROTECTED]> Universita` di Pisa - Informatica - http://www.cli.di.unipi.it/~cruciani/