Hello, I have ISA card LineJack. I could not find any information if this card can work as fxo with Asterisk. If it can work, can somebody point me how to install it on my Asterisk box. Or maybe there is some documentation about it how to install LineJack. I will be very thankful for any help. Regards Bartosz Jozwiak ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/
Yes you can use the Linejack on asterisk and Yes you can use it as an FXO, **BUT** only for incoming calls :( Nobody explained me properly why the code was not developed but as you know Asterisk is Digium and Digium makes voice boards, so... In other words, what they are saying is: Buy Digium. If you still need to use the LineJack as incoming only just let me know. The FXS port works perfectly, but as you might know you can only use it as FXO OR FXS not both. Cheers, -Z ----- Original Message ----- From: Bartosz Jozwiak <bartek@cq-link.sr> Date: Sat, 13 Sep 2003 17:00:59 -0300 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] LineJack + Asterisk HELP!> Hello, > > I have ISA card LineJack. I could not find any information > if this card can work as fxo with Asterisk. If it can work, > can somebody point me how to install it on my Asterisk box. > Or maybe there is some documentation about it how to install > LineJack. > > I will be very thankful for any help. > > Regards > Bartosz Jozwiak > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers
Hello, Thank you very much for reply. Yes I want to make LineJack card only for incomming calls. It will be just for test while I am waiting for X400P from Digium. If you could tell me how to install it I will be very thankful . -- Bart ----- Original Message ----- From: "Zara Trousk" <zaratrousk@mindless.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, September 16, 2003 7:32 AM Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP!> > Yes you can use the Linejack on asterisk and Yes you can use it as an FXO,**BUT** only for incoming calls :( Nobody explained me properly why the code was not developed but as you know Asterisk is Digium and Digium makes voice boards, so... In other words, what they are saying is: Buy Digium.> > If you still need to use the LineJack as incoming only just let me know. > The FXS port works perfectly, but as you might know you can only use it asFXO OR FXS not both.> > Cheers, > > -Z > > > > ----- Original Message ----- > From: Bartosz Jozwiak <bartek@cq-link.sr> > Date: Sat, 13 Sep 2003 17:00:59 -0300 > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] LineJack + Asterisk HELP! > > > Hello, > > > > I have ISA card LineJack. I could not find any information > > if this card can work as fxo with Asterisk. If it can work, > > can somebody point me how to install it on my Asterisk box. > > Or maybe there is some documentation about it how to install > > LineJack. > > > > I will be very thankful for any help. > > > > Regards > > Bartosz Jozwiak > > > > ------------------------------------------------- > > This mail sent through IMP: http://horde.org/imp/ > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > __________________________________________________________ > Sign-up for your own personalized E-mail at Mail.com > http://www.mail.com/?sr=signup > > CareerBuilder.com has over 400,000 jobs. Be smarter about your job search > http://corp.mail.com/careers > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Download latest drivers from www.openh323.org untar ./configure make make install modprobe ixj see your devices here: cat /proc/ixj phone.conf [interfaces] mode=fxo context=incoming device => /dev/phone0 where /dev/phone0 is your Linjack (could be /dev/phone1) if you had a phonejack PCI as well. you can also configure VAD, echo cancellation and rx/tx gains here (the sample file is self explanatory). Configure you?re extensions.conf file to have the incoming context, and do whatever you want to do with the call. For instance you could: [incoming] exten => s,1,Dial(Phone/phone0,20) or exten => s,1,Dial(Console/dsp) or exten => s,1,Dial((SIP/mysip1,20,tr) I hope it helps. Let me know if you need anything else. -P ----- Original Message ----- From: "Bartosz Jozwiak" <bartek@cq-link.sr> Date: Tue, 16 Sep 2003 08:47:29 -0300 To: <asterisk-users@lists.digium.com> Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP!> Hello, > > Thank you very much for reply. > Yes I want to make LineJack card only for incomming calls. > It will be just for test while I am waiting for X400P from Digium. > > If you could tell me how to install it I will be very thankful . > > -- Bart > > ----- Original Message ----- > From: "Zara Trousk" <zaratrousk@mindless.com> > To: <asterisk-users@lists.digium.com> > Sent: Tuesday, September 16, 2003 7:32 AM > Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP! > > > > > > Yes you can use the Linejack on asterisk and Yes you can use it as an FXO, > **BUT** only for incoming calls :( Nobody explained me properly why the code > was not developed but as you know Asterisk is Digium and Digium makes voice > boards, so... In other words, what they are saying is: Buy Digium. > > > > If you still need to use the LineJack as incoming only just let me know. > > The FXS port works perfectly, but as you might know you can only use it as > FXO OR FXS not both. > > > > Cheers, > > > > -Z > > > > > > > > ----- Original Message ----- > > From: Bartosz Jozwiak <bartek@cq-link.sr> > > Date: Sat, 13 Sep 2003 17:00:59 -0300 > > To: asterisk-users@lists.digium.com > > Subject: [Asterisk-Users] LineJack + Asterisk HELP! > > > > > Hello, > > > > > > I have ISA card LineJack. I could not find any information > > > if this card can work as fxo with Asterisk. If it can work, > > > can somebody point me how to install it on my Asterisk box. > > > Or maybe there is some documentation about it how to install > > > LineJack. > > > > > > I will be very thankful for any help. > > > > > > Regards > > > Bartosz Jozwiak > > > > > > ------------------------------------------------- > > > This mail sent through IMP: http://horde.org/imp/ > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > -- > > __________________________________________________________ > > Sign-up for your own personalized E-mail at Mail.com > > http://www.mail.com/?sr=signup > > > > CareerBuilder.com has over 400,000 jobs. Be smarter about your job search > > http://corp.mail.com/careers > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers
Hello, Thanks very much for help. To install driver for LineJack I need kernel source. I have debian, and I installed from apt-get install kernel-source.2.4.20 but while it make ./configure it still asks me for the kernel source. What can be wrong ? -- Bart ----- Original Message ----- From: "Zara Trousk" <zaratrousk@mindless.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, September 16, 2003 11:26 AM Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP!> > Download latest drivers from www.openh323.org > > untar > ./configure > make > make install > > modprobe ixj > > see your devices here: > cat /proc/ixj > > phone.conf > > [interfaces] > mode=fxo > context=incoming > device => /dev/phone0 > > where /dev/phone0 is your Linjack (could be /dev/phone1) if you had aphonejack PCI as well.> > you can also configure VAD, echo cancellation and rx/tx gains here (thesample file is self> explanatory). > > Configure you?re extensions.conf file to have the incoming context, and dowhatever you want to do with the call.> > For instance you could: > > [incoming] > > exten => s,1,Dial(Phone/phone0,20) > > or > > exten => s,1,Dial(Console/dsp) > > or > > exten => s,1,Dial((SIP/mysip1,20,tr) > > I hope it helps. > > Let me know if you need anything else. > > -P > > > ----- Original Message ----- > From: "Bartosz Jozwiak" <bartek@cq-link.sr> > Date: Tue, 16 Sep 2003 08:47:29 -0300 > To: <asterisk-users@lists.digium.com> > Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP! > > > Hello, > > > > Thank you very much for reply. > > Yes I want to make LineJack card only for incomming calls. > > It will be just for test while I am waiting for X400P from Digium. > > > > If you could tell me how to install it I will be very thankful . > > > > -- Bart > > > > ----- Original Message ----- > > From: "Zara Trousk" <zaratrousk@mindless.com> > > To: <asterisk-users@lists.digium.com> > > Sent: Tuesday, September 16, 2003 7:32 AM > > Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP! > > > > > > > > > > Yes you can use the Linejack on asterisk and Yes you can use it as anFXO,> > **BUT** only for incoming calls :( Nobody explained me properly why thecode> > was not developed but as you know Asterisk is Digium and Digium makesvoice> > boards, so... In other words, what they are saying is: Buy Digium. > > > > > > If you still need to use the LineJack as incoming only just let meknow.> > > The FXS port works perfectly, but as you might know you can only useit as> > FXO OR FXS not both. > > > > > > Cheers, > > > > > > -Z > > > > > > > > > > > > ----- Original Message ----- > > > From: Bartosz Jozwiak <bartek@cq-link.sr> > > > Date: Sat, 13 Sep 2003 17:00:59 -0300 > > > To: asterisk-users@lists.digium.com > > > Subject: [Asterisk-Users] LineJack + Asterisk HELP! > > > > > > > Hello, > > > > > > > > I have ISA card LineJack. I could not find any information > > > > if this card can work as fxo with Asterisk. If it can work, > > > > can somebody point me how to install it on my Asterisk box. > > > > Or maybe there is some documentation about it how to install > > > > LineJack. > > > > > > > > I will be very thankful for any help. > > > > > > > > Regards > > > > Bartosz Jozwiak > > > > > > > > ------------------------------------------------- > > > > This mail sent through IMP: http://horde.org/imp/ > > > > _______________________________________________ > > > > Asterisk-Users mailing list > > > > Asterisk-Users@lists.digium.com > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > -- > > > __________________________________________________________ > > > Sign-up for your own personalized E-mail at Mail.com > > > http://www.mail.com/?sr=signup > > > > > > CareerBuilder.com has over 400,000 jobs. Be smarter about your jobsearch> > > http://corp.mail.com/careers > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > __________________________________________________________ > Sign-up for your own personalized E-mail at Mail.com > http://www.mail.com/?sr=signup > > CareerBuilder.com has over 400,000 jobs. Be smarter about your job search > http://corp.mail.com/careers > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
> -----Original Message----- > From: Bartosz Jozwiak [mailto:bartek@cq-link.sr] > Sent: Tuesday, September 16, 2003 11:53 AM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP!> To install driver for LineJack I need kernel source. > I have debian, and I installed from apt-get install > kernel-source.2.4.20 but while it make ./configure it still > asks me for the kernel source. What can be wrong ?[...] Debian kernel sources are tared and compressed. You should see a kernel-source.2.4.20.tar.bz2 or similar in /usr/src. Un bzip2 it, untar it, and make a /usr/src/linux symbolic link to the directory it unpacks to. Daryl
Yes I fixed it thanks. But I have another problem. I am not so good with linux... so sorry If I am irritating... this is what i got: bmtst:/usr/src/ixj-1.2.1# modprobe ixj /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol try_inc_mod_count_Rsmp_e6105b23 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol register_chrdev_Rsmp_63ef0035 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol request_module_Rsmp_27e4dc04 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol unregister_chrdev_Rsmp_c192d491 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol sprintf_Rsmp_1d26aa98 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol printk_Rsmp_1b7d4074 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol panic_Rsmp_01075bf0 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: Hint: You are trying to load a module without a GPL compatible license and it has unresolved symbols. Contact the module supplier for assistance, only they can help you. /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: insmod /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o failed /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: insmod ixj failed What can I do about it ? ----- Original Message ----- From: "Daryl G. Jurbala" <daryl@introspect.net> To: <asterisk-users@lists.digium.com> Sent: Tuesday, September 16, 2003 1:26 PM Subject: RE: [Asterisk-Users] LineJack + Asterisk HELP!> -----Original Message----- > From: Bartosz Jozwiak [mailto:bartek@cq-link.sr] > Sent: Tuesday, September 16, 2003 11:53 AM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP!> To install driver for LineJack I need kernel source. > I have debian, and I installed from apt-get install > kernel-source.2.4.20 but while it make ./configure it still > asks me for the kernel source. What can be wrong ?[...] Debian kernel sources are tared and compressed. You should see a kernel-source.2.4.20.tar.bz2 or similar in /usr/src. Un bzip2 it, untar it, and make a /usr/src/linux symbolic link to the directory it unpacks to. Daryl _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
asterisk@sasami.anime.net
2003-Sep-16 12:47 UTC
[Asterisk-Users] LineJack + Asterisk HELP!
On Tue, 16 Sep 2003, Bartosz Jozwiak wrote:> Thank you very much for reply. > Yes I want to make LineJack card only for incomming calls. > It will be just for test while I am waiting for X400P from Digium.X400P? a secret 4-port fxo? -Dan
Hi Looks like you did not do a make install after compiling the drivers, and it is still loading the stock kernel ixj. Please try doing a make install in the ixj-x.x.x source directory. Hope that helps On Tue, 16 Sep 2003, Bartosz Jozwiak wrote:> Yes I fixed it thanks. > But I have another problem. I am not so good with linux... so sorry If I am > irritating... > > this is what i got: > > bmtst:/usr/src/ixj-1.2.1# modprobe ixj > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol > try_inc_mod_count_Rsmp_e6105b23 > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol > register_chrdev_Rsmp_63ef0035 > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol > request_module_Rsmp_27e4dc04 > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol > unregister_chrdev_Rsmp_c192d491 > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol > sprintf_Rsmp_1d26aa98 > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol > printk_Rsmp_1b7d4074 > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol > panic_Rsmp_01075bf0 > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: > Hint: You are trying to load a module without a GPL compatible license > and it has unresolved symbols. Contact the module supplier for > assistance, only they can help you. > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: insmod > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o failed > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: insmod ixj failed > > > > What can I do about it ? > > ----- Original Message ----- > From: "Daryl G. Jurbala" <daryl@introspect.net> > To: <asterisk-users@lists.digium.com> > Sent: Tuesday, September 16, 2003 1:26 PM > Subject: RE: [Asterisk-Users] LineJack + Asterisk HELP! > > > > -----Original Message----- > > From: Bartosz Jozwiak [mailto:bartek@cq-link.sr] > > Sent: Tuesday, September 16, 2003 11:53 AM > > To: asterisk-users@lists.digium.com > > Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP! > > > To install driver for LineJack I need kernel source. > > I have debian, and I installed from apt-get install > > kernel-source.2.4.20 but while it make ./configure it still > > asks me for the kernel source. What can be wrong ? > [...] > > Debian kernel sources are tared and compressed. You should see a > kernel-source.2.4.20.tar.bz2 or similar in /usr/src. Un bzip2 it, untar > it, and make a /usr/src/linux symbolic link to the directory it unpacks > to. > > Daryl > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
I got the same. When I make "modprobe phonedev" i got the same thing: /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol try_inc_mod_count_Rsmp_e6105b23 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol register_chrdev_Rsmp_63ef0035 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol request_module_Rsmp_27e4dc04 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol unregister_chrdev_Rsmp_c192d491 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol sprintf_Rsmp_1d26aa98 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol printk_Rsmp_1b7d4074 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolved symbol panic_Rsmp_01075bf0 /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: Hint: You are trying to load a module without a GPL compatible license and it has unresolved symbols. Contact the module supplier for assistance, only they can help you. /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: insmod /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o failed /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: insmod phonedev failed ----- Original Message ----- From: <isamar@isamarmaia.org> To: "Bartosz Jozwiak" <bartek@cq-link.sr> Sent: Wednesday, September 17, 2003 5:33 PM Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP!> > make: > modprobe phonedev > modprobe ixj > > > On Wed, 17 Sep 2003, Bartosz Jozwiak wrote: > > > Steps what I did: > > > > I have install the kernel source the some one ofcourse of my system > > kernel. > > I have untar in to /usr/src/linux/ > > I made "make menuconfig" > > I apply linux telephony > > I made "make dep" > > > > Everything went ok. > > Then I made in ixj ./configure was ok > > then i mad "make" > > It gave me some error that files did not exist. > > So I change in /usr/src/linux/include/linux/modversions.h for correct > > folder. > > then "make" went ok > > Then make install > > and i got this: > > depmod: *** Unresolved symbols in > > /lib/modules/2.4.20/kernel/drivers/telephony/ixj.o > > depmod: *** Unresolved symbols in > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o > > depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/tor2.o > > depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/torisa.o > > depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/wcfxo.o > > depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/wcfxs.o > > depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/wct1xxp.o > > depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/wct4xxp.o > > depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/wcusb.o > > depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/zaptel.o > > depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/ztd-eth.o > > depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/ztdynamic.o > > the rest were ok only these were looking strange to me. > > > > then I made "modprobe ixj" and got this: > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolvedsymbol> > try_inc_mod_count_Rsmp_e6105b23 > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolvedsymbol> > register_chrdev_Rsmp_63ef0035 > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolvedsymbol> > request_module_Rsmp_27e4dc04 > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolvedsymbol> > unregister_chrdev_Rsmp_c192d491 > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolvedsymbol> > sprintf_Rsmp_1d26aa98 > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolvedsymbol> > printk_Rsmp_1b7d4074 > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: unresolvedsymbol> > panic_Rsmp_01075bf0 > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: > > Hint: You are trying to load a module without a GPL compatible license > > and it has unresolved symbols. Contact the module supplier for > > assistance, only they can help you. > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: insmod > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o failed > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: insmod ixjfailed> > > > > > Strange..... > > > > > > ----- Original Message ----- > > From: <mawali@news.icns.com> > > To: "Bartosz Jozwiak" <bartek@cq-link.sr> > > Cc: <mawali@news.icns.com>; <asterisk-users@lists.digium.com> > > Sent: Wednesday, September 17, 2003 1:06 AM > > Subject: Re: your mail > > > > > > > Please try to tell me exactly what steps you did, and I will try tohelp> > > you. It seems to be a non-asterisk issue so you can just email me > > > directly. Please use a subject line or the spambouncer may not likeit.> > > > > > Regards > > > F > > > > > > On Tue, 16 Sep 2003, Bartosz Jozwiak wrote: > > > > > > > Hello, > > > > > > > > I made install. > > > > Why I am getting this. > > > > My linux is Debian. > > > > > > > > > > > > -------------- > > > > > > > > Hi > > > > Looks like you did not do a make install after compiling thedrivers,> > and > > > > it is still loading the stock kernel ixj. > > > > > > > > Please try doing a make install in the ixj-x.x.x source directory. > > > > > > > > Hope that helps > > > > > > > > > > > > On Tue, 16 Sep 2003, Bartosz Jozwiak wrote: > > > > > > > > > Yes I fixed it thanks. > > > > > But I have another problem. I am not so good with linux... sosorry If> > I am > > > > > irritating... > > > > > > > > > > this is what i got: > > > > > > > > > > bmtst:/usr/src/ixj-1.2.1# modprobe ixj > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o:unresolved> > symbol > > > > > try_inc_mod_count_Rsmp_e6105b23 > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o:unresolved> > symbol > > > > > register_chrdev_Rsmp_63ef0035 > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o:unresolved> > symbol > > > > > request_module_Rsmp_27e4dc04 > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o:unresolved> > symbol > > > > > unregister_chrdev_Rsmp_c192d491 > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o:unresolved> > symbol > > > > > sprintf_Rsmp_1d26aa98 > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o:unresolved> > symbol > > > > > printk_Rsmp_1b7d4074 > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o:unresolved> > symbol > > > > > panic_Rsmp_01075bf0 > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: > > > > > Hint: You are trying to load a module without a GPL compatiblelicense> > > > > and it has unresolved symbols. Contact the module supplierfor> > > > > assistance, only they can help you. > > > > > > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: insmod > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o failed > > > > > /lib/modules/2.4.20/kernel/drivers/telephony/phonedev.o: insmodixj> > failed > > > > > > > > > > > > > > > > > > > > What can I do about it ? > > > > > > > > > > ----- Original Message ----- > > > > > From: "Daryl G. Jurbala" <daryl@introspect.net> > > > > > To: <asterisk-users@lists.digium.com> > > > > > Sent: Tuesday, September 16, 2003 1:26 PM > > > > > Subject: RE: [Asterisk-Users] LineJack + Asterisk HELP! > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > From: Bartosz Jozwiak [mailto:bartek@cq-link.sr] > > > > > > Sent: Tuesday, September 16, 2003 11:53 AM > > > > > > To: asterisk-users@lists.digium.com > > > > > > Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP! > > > > > > > > > > > To install driver for LineJack I need kernel source. > > > > > > I have debian, and I installed from apt-get install > > > > > > kernel-source.2.4.20 but while it make ./configure it still > > > > > > asks me for the kernel source. What can be wrong ? > > > > > [...] > > > > > > > > > > Debian kernel sources are tared and compressed. You should see a > > > > > kernel-source.2.4.20.tar.bz2 or similar in /usr/src. Un bzip2 it, > > untar > > > > > it, and make a /usr/src/linux symbolic link to the directory it > > unpacks > > > > > to. > > > > > > > > > > Daryl > > > > > _______________________________________________ > > > > > Asterisk-Users mailing list > > > > > Asterisk-Users@lists.digium.com > > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > > > > > _______________________________________________ > > > > > Asterisk-Users mailing list > > > > > Asterisk-Users@lists.digium.com > > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > > > _______________________________________________ > > > > Asterisk-Users mailing list > > > > Asterisk-Users@lists.digium.com > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > > > > > > > > > > ------------------------------------------------- > > > > This mail sent through IMP: http://horde.org/imp/ > > > > > > > > > > > > > > ----- Original Message ----- > > From: "Grzegorz Nosek" <blackfire@o2.pl> > > To: <asterisk-users@lists.digium.com> > > Sent: Wednesday, September 17, 2003 8:55 AM > > Subject: Re: [Asterisk-Users] LineJack + Asterisk HELP! > > > > > > > On Tue, 16 Sep 2003 12:53:18 -0300, Bartosz Jozwiak wrote > > > > Hello, > > > > > > > > Thanks very much for help. > > > > To install driver for LineJack I need kernel source. > > > > I have debian, and I installed from apt-get install kernel- > > > > source.2.4.20 but while it make ./configure it still asks me > > > > for the kernel source. What can be wrong ? > > > > > > > > -- Bart > > > > > > > > > > hi > > > > > > why not download plain kernel source? anyway, debian kernel-source > > > packages contain only the kernel in .tar.bz2 format (or was it > > > .tar.gz?), named /usr/src/kernel-source-*. you need to unpack it > > > manually and make a symlink to /usr/src/linux probably. > > > > > > btw, make sure you're running the kernel you're compiling the driverfor.> > > > > > hth, > > > grzegorz nosek > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > >