|
From: Peter R. <pe...@ne...> - 2007-02-03 12:18:10
|
Hello all Yesterday I was at a customer try to install a soekris with an hfc-pci = card installed always connect BRI pmp but there it was BRI ptp so a change in rc.conf ISDN_MODPROBE=3D"hfcpci protocol=3D0x2 layermask=3D0xf" TO ISDN_MODPROBE=3D"hfcpci protocol=3D0x22 layermask=3D0xf" Then a reboot, and I look in misdn-init.conf unfortunately there is = still the value te_ptmp=3D1 instead of te_ptp=3D1 Edit the misdn-init.conf to change it manually is out of the question = because it is writing during the boot process any suggestions hints? Kind Regards, Peter Roelandts |
|
From: IS <is...@es...> - 2007-02-04 13:20:38
|
Hello Peter, you could try to change ISDN_MODPROBE to ISDN_MODPROBE=3D"MISDN" in order= to start the misdn subsystem with the commands specified in the asterisk startup script. Try first misdn-init scan misdn-init config edit misdn-init.conf to reflect nt mode misdn-init start see what happens. If it still changes back to ptmp you would need a newer version of misdn in astlinux. best regards, Ingmar quoting Peter Roelandts > Hello all > > Yesterday I was at a customer try to install a soekris with an hfc-pci > card installed > always connect BRI pmp but there it was BRI ptp so a change in rc.conf > > ISDN_MODPROBE=3D"hfcpci protocol=3D0x2 layermask=3D0xf" > > > TO > > ISDN_MODPROBE=3D"hfcpci protocol=3D0x22 layermask=3D0xf" > > Then a reboot, and I look in misdn-init.conf unfortunately there is sti= ll > the value te_ptmp=3D1 instead of te_ptp=3D1 > > Edit the misdn-init.conf to change it manually is out of the question > because it is writing during the boot process > > any suggestions hints? > > Kind Regards, > > Peter > Roelandts--------------------------------------------------------------= ----------- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642_______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... |
|
From: Peter R. <pe...@ne...> - 2007-02-04 14:24:01
|
Hi Ingmar, Thank you very mush for this information, I will try that this evening. And if it is not working I have to manually install asterisk on another machine :-( Because this customer got to have communication by tomorrow for his company otherwise?? When I have more time maybe it is better to create a separate build for that? Anyway the soekris with hfc-pci in pmp mode works great it is really rock solid fantastic piece of work!!! Kind regards, Peter R. ----- Original Message ----- From: "IS" <is...@es...> To: "AstLinux Users Mailing List" <ast...@li...> Cc: <ast...@li...> Sent: Sunday, February 04, 2007 2:20 PM Subject: Re: [Astlinux-users] channel mISDN issues?? > Hello Peter, > > you could try to change ISDN_MODPROBE to ISDN_MODPROBE="MISDN" in order to > start the misdn subsystem with the commands specified in the asterisk > startup script. > > Try first > > misdn-init scan > misdn-init config > edit misdn-init.conf to reflect nt mode > misdn-init start > > see what happens. > > If it still changes back to ptmp you would need a newer version of misdn > in astlinux. > > best regards, > > Ingmar > > quoting Peter Roelandts > > Hello all > > > > Yesterday I was at a customer try to install a soekris with an hfc-pci > > card installed > > always connect BRI pmp but there it was BRI ptp so a change in rc.conf > > > > ISDN_MODPROBE="hfcpci protocol=0x2 layermask=0xf" > > > > > > TO > > > > ISDN_MODPROBE="hfcpci protocol=0x22 layermask=0xf" > > > > Then a reboot, and I look in misdn-init.conf unfortunately there is still > > the value te_ptmp=1 instead of te_ptp=1 > > > > Edit the misdn-init.conf to change it manually is out of the question > > because it is writing during the boot process > > > > any suggestions hints? > > > > Kind Regards, > > > > Peter > > Roelandts------------------------------------------------------------------- ------ > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier. > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ > > Astlinux-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > > > Donations to support AstLinux are graciously accepted via PayPal to > > pa...@kr.... > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > |
|
From: IS <is...@es...> - 2007-02-04 17:25:32
|
Hi Peter, I am glad to hear that mISDN on astlinux works fine for you (in te_ptmp mode) :) Yes, the single port HFC-pci cards do not have a jumper for the mode configuration. This is all done by the driver and its settings. Typically you don't need to create a separate build for your configuratio= n and you can stick with the standard Astlinux versions. There is nothing special compiled in to mISDN (or left out). I am about to update the current mISDN version on Astlinux. Kristian and = I talk about if I can do this in trunk. I had my own branch, but we noticed it is hard to keep the trunk and the branch sync'ed. If the sync'ing doesn't work for any reason, you are busted. That happened recently and w= e decided to delete my branch and now discussing how I can commit my stuff to the trunk. Waiting for Kristian's feedback now. cheers, Ingmar quoting Peter Roelandts > Hi Ingmar, > > Thank you very mush for this information, I will try that this evening. > > And if it is not working I have to manually install asterisk on anothe= r > machine :-( > > Because this customer got to have communication by tomorrow for his > company > otherwise?? > > When I have more time maybe it is better to create a separate build for > that? > > Anyway the soekris with hfc-pci in pmp mode works great it is really ro= ck > solid fantastic piece of work!!! > > > Kind regards, > > Peter R. > > > > ----- Original Message ----- > From: "IS" <is...@es...> > To: "AstLinux Users Mailing List" <ast...@li...= > > Cc: <ast...@li...> > Sent: Sunday, February 04, 2007 2:20 PM > Subject: Re: [Astlinux-users] channel mISDN issues?? > > >> Hello Peter, >> >> you could try to change ISDN_MODPROBE to ISDN_MODPROBE=3D"MISDN" in or= der >> to >> start the misdn subsystem with the commands specified in the asterisk >> startup script. >> >> Try first >> >> misdn-init scan >> misdn-init config >> edit misdn-init.conf to reflect nt mode >> misdn-init start >> >> see what happens. >> >> If it still changes back to ptmp you would need a newer version of mis= dn >> in astlinux. >> >> best regards, >> >> Ingmar >> >> quoting Peter Roelandts >> > Hello all >> > >> > Yesterday I was at a customer try to install a soekris with an hfc-p= ci >> > card installed >> > always connect BRI pmp but there it was BRI ptp so a change in rc.co= nf >> > > >> > ISDN_MODPROBE=3D"hfcpci protocol=3D0x2 layermask=3D0xf" >> > >> > >> > TO >> > >> > ISDN_MODPROBE=3D"hfcpci protocol=3D0x22 layermask=3D0xf" >> > >> > Then a reboot, and I look in misdn-init.conf unfortunately there is > still >> > the value te_ptmp=3D1 instead of te_ptp=3D1 >> > >> > Edit the misdn-init.conf to change it manually is out of the questio= n >> > because it is writing during the boot process >> > >> > any suggestions hints? >> > >> > Kind Regards, >> > >> > Peter >> > > Roelandts--------------------------------------------------------------= ----- > ------ >> > Using Tomcat but need to do more? Need to support web services, > security? >> > Get stuff done quickly with pre-integrated technology to make your j= ob >> > easier. >> > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo >> > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642_______________________________________________ >> > Astlinux-users mailing list >> > Ast...@li... >> > https://lists.sourceforge.net/lists/listinfo/astlinux-users >> > >> > Donations to support AstLinux are graciously accepted via PayPal to >> > pa...@kr.... >> >> >> ----------------------------------------------------------------------= --- >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your job > easier. >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&da= t=3D121642 >> _______________________________________________ >> Astlinux-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/astlinux-users >> >> Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... >> > > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... |
|
From: IS <is...@es...> - 2007-02-04 13:35:58
|
In addition to my previous e-mail: if you can get your HFC card switched to nt mode with your current astlinux image (btw, you did not say which version you are running or if you used the dev environment to compile your own version...), then it's only a matter of adjusting a few config/startup files. That should not be too difficult. I already gave you the pointer in my previous e-mail, wher= e you have to look. I have seen some time ago, that you could set the card to nt mode in misdn, but misdnportinfo always showed ptmp mode. That was a limitation o= f the misdn version used a while ago. If you provide more information, we can work on it. cheers, Ingmar quoting Peter Roelandts > Hello all > > Yesterday I was at a customer try to install a soekris with an hfc-pci > card installed > always connect BRI pmp but there it was BRI ptp so a change in rc.conf > > ISDN_MODPROBE=3D"hfcpci protocol=3D0x2 layermask=3D0xf" > > > TO > > ISDN_MODPROBE=3D"hfcpci protocol=3D0x22 layermask=3D0xf" > > Then a reboot, and I look in misdn-init.conf unfortunately there is sti= ll > the value te_ptmp=3D1 instead of te_ptp=3D1 > > Edit the misdn-init.conf to change it manually is out of the question > because it is writing during the boot process > > any suggestions hints? > > Kind Regards, > > Peter > Roelandts--------------------------------------------------------------= ----------- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642_______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... |
|
From: Peter R. <pe...@ne...> - 2007-02-04 14:35:53
|
Ingmar, Hehe just crossed my previous post, Ingmar I am not needed the "nt" but "et" with "ptp" mode so it must be "te_ptp" It is possible to use "et" on "ptp" ?? not sure about that :-o have to read my isdn books again I'm using astlinux 4.4.0 ps there are no jumpers on the hfc-pci card to forced using "et" or "nt" Kind regards, Peter R. ----- Original Message ----- From: "IS" <is...@es...> To: "AstLinux Users Mailing List" <ast...@li...> Cc: <ast...@li...> Sent: Sunday, February 04, 2007 2:35 PM Subject: Re: [Astlinux-users] channel mISDN issues #2?? > In addition to my previous e-mail: > > if you can get your HFC card switched to nt mode with your current > astlinux image (btw, you did not say which version you are running or if > you used the dev environment to compile your own version...), then it's > only a matter of adjusting a few config/startup files. That should not be > too difficult. I already gave you the pointer in my previous e-mail, where > you have to look. > > I have seen some time ago, that you could set the card to nt mode in > misdn, but misdnportinfo always showed ptmp mode. That was a limitation of > the misdn version used a while ago. > > If you provide more information, we can work on it. > > cheers, Ingmar > > quoting Peter Roelandts > > Hello all > > > > Yesterday I was at a customer try to install a soekris with an hfc-pci > > card installed > > always connect BRI pmp but there it was BRI ptp so a change in rc.conf > > > > ISDN_MODPROBE="hfcpci protocol=0x2 layermask=0xf" > > > > > > TO > > > > ISDN_MODPROBE="hfcpci protocol=0x22 layermask=0xf" > > > > Then a reboot, and I look in misdn-init.conf unfortunately there is still > > the value te_ptmp=1 instead of te_ptp=1 > > > > Edit the misdn-init.conf to change it manually is out of the question > > because it is writing during the boot process > > > > any suggestions hints? > > > > Kind Regards, > > > > Peter > > Roelandts------------------------------------------------------------------- ------ > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier. > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ > > Astlinux-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > > > Donations to support AstLinux are graciously accepted via PayPal to > > pa...@kr.... > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > |
|
From: IS <is...@es...> - 2007-02-04 17:20:23
|
Hi Peter, I read your original post obviously too fast and didn't notice that you meant te_ptp not nt_... ;) And yes, you can set te_ptp=3D1 However, I had no use for this setting before. I always used te_ptmp and nt_ptp. So I am not familiar with te_ptp configurations. What do you want to achieve with te_ptp? Maybe if you could detail this, we could help. cheers, Ingmar quoting Peter Roelandts > Ingmar, > > Hehe just crossed my previous post, > > Ingmar I am not needed the "nt" but "et" with "ptp" mode so it must be > "te_ptp" > > It is possible to use "et" on "ptp" ?? not sure about that :-o have to > read > my isdn books again > > I'm using astlinux 4.4.0 > > ps there are no jumpers on the hfc-pci card to forced using "et" or "nt= " > > Kind regards, > > Peter R. > > > ----- Original Message ----- > From: "IS" <is...@es...> > To: "AstLinux Users Mailing List" <ast...@li...= > > Cc: <ast...@li...> > Sent: Sunday, February 04, 2007 2:35 PM > Subject: Re: [Astlinux-users] channel mISDN issues #2?? > > >> In addition to my previous e-mail: >> >> if you can get your HFC card switched to nt mode with your current >> astlinux image (btw, you did not say which version you are running or = if >> you used the dev environment to compile your own version...), then it'= s >> only a matter of adjusting a few config/startup files. That should not >> be >> too difficult. I already gave you the pointer in my previous e-mail, >> where >> you have to look. >> >> I have seen some time ago, that you could set the card to nt mode in >> misdn, but misdnportinfo always showed ptmp mode. That was a limitatio= n >> of >> the misdn version used a while ago. >> >> If you provide more information, we can work on it. >> >> cheers, Ingmar >> >> quoting Peter Roelandts >> > Hello all >> > >> > Yesterday I was at a customer try to install a soe > kris with an hfc-pci >> > card installed >> > always connect BRI pmp but there it was BRI ptp so a change in rc.co= nf >> > >> > ISDN_MODPROBE=3D"hfcpci protocol=3D0x2 layermask=3D0xf" >> > >> > >> > TO >> > >> > ISDN_MODPROBE=3D"hfcpci protocol=3D0x22 layermask=3D0xf" >> > >> > Then a reboot, and I look in misdn-init.conf unfortunately there is > still >> > the value te_ptmp=3D1 instead of te_ptp=3D1 >> > >> > Edit the misdn-init.conf to change it manually is out of the questio= n >> > because it is writing during the boot process >> > >> > any suggestions hints? >> > >> > Kind Regards, >> > >> > Peter >> > > Roelandts--------------------------------------------------------------= ----- > ------ >> > Using Tomcat but need to do more? Need to support web services, > security? >> > Get stuff done quickly with pre-integrated technology to make your j= ob >> > easier. >> > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo >> > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642_______________________________________________ >> > Astlinux-users mailing list >> > Ast...@li... >> > https://lists.sourceforge.net/lists/listinfo/astlinux-users >> > >> > Donations to support AstLinux are graciously accepted via PayPal to >> > pa...@kr.... >> >> >> ----------------------------------------------------------------------= --- >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your job > easier. >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&da= t=3D121642 >> _______________________________________________ >> Astlinux-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/astlinux-users >> >> Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... >> > > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... |