Hello list.
I am integrating Os_BB with LCR.
I configured with ./configure --without-asterisk --with-gsm-ms
worked fine. Make and Make install also wroks fine.
When I start lcr
I have the following errors. I guess its some module loading problem and problem with interfaces and etc.
root@cwm-laptop:~/catchercatcher/lcr# lcr start
** LCR Version 1.10
ERROR loop port 1 failed to bind socket. (errno 93) LCR 1.10 started, waiting for calls... ERROR (in admin_handle_con() line 1329) Invalid message 27 from socket 13. ERROR (in admin_handle_con() line 1329) Invalid message 27 from socket 14.
root@cwm-laptop:~/catchercatcher/lcr# lcradmin state
GSM (port ?: mISDN_l1loop.2) not loaded Ext(port 0: mISDN_l1loop.1) TE ptmp use:0 L2 unkn L1 unkn Int(port 1: mISDN_l1loop.2) NT ptmp extension use:0 L1 unkn
How can make the LCR connect to OsmocomBB and how to connect to the socket.
Can someone kindly give some tips.
Regards,
Altaf
On Mon, Jun 25, 2012 at 11:19 PM, Don Fanning don@00100100.net wrote:
*FATAL: Error inserting mISDN_dsp (/lib/modules/3.2.0-24-generic-pae/extra/mISDN_dsp.ko): Unknown symbol in module, or unknown parameter (see dmesg) *
This means your modules do not match the kernel or associated libraries as the kernel sees symbols it has no idea how to interpret. You need to clear out all the mISDN modules and start recompiling/installing again to make sure you have the matched modules being loaded.
On Mon, Jun 25, 2012 at 10:11 AM, Arturo Rivas pfc.rivas@gmail.comwrote:
Did you load mISDN_dsp.ko?