[Asterisk-Users] LineJack + Asterisk HELP!

Bartosz Jozwiak bartek at cq-link.sr
Wed Sep 17 06:05:17 MST 2003


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: 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


Strange.....


----- Original Message ----- 
From: <mawali at news.icns.com>
To: "Bartosz Jozwiak" <bartek at cq-link.sr>
Cc: <mawali at news.icns.com>; <asterisk-users at 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 to help
> 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 like it.
>
> 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 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 at introspect.net>
> > > To: <asterisk-users at 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 at cq-link.sr]
> > > > Sent: Tuesday, September 16, 2003 11:53 AM
> > > > To: asterisk-users at 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 at lists.digium.com
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > >
> > >
> > > _______________________________________________
> > > Asterisk-Users mailing list
> > > Asterisk-Users at lists.digium.com
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > >
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at 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 at o2.pl>
To: <asterisk-users at 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 driver for.
>
> hth,
>  grzegorz nosek
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>




More information about the asterisk-users mailing list