Can't install mISDN-modules

majzok
Posts: 1
Member Since:
2009-07-08

Hello! My first post and i need help :)
Im using trixbox CE 2.6.2.3 (Stable)
When installing misdn-modules (like in tutorial):
http://trixbox.org/wiki/chan-misdn

i get:

Quote:
Running Transaction
Installing : mISDN-modules [1/1]
FATAL: Could not open '/boot/System.map-2.6.18-92.1.18.el5': No such file or directory

And then when i want to start mISDN:

Quote:
FATAL: Module mISDN_core not found.
FATAL: Module mISDN_l1 not found.
FATAL: Module mISDN_l2 not found.
FATAL: Module l3udss1 not found.
FATAL: Module mISDN_capi not found.
-----------------------------------------
Loading module(s) for your misdn-cards:
-----------------------------------------
modinfo: could not find module hfcpci
/sbin/modprobe --ignore-install hfcpci protocol=0x2 layermask=0xf
FATAL: Module hfcpci not found.
/sbin/modprobe mISDN_dsp debug=0x0 options=0 poll=128 dtmfthreshold=100
FATAL: Module mISDN_dsp not found.

Can anyone help me with this problem? :)



Underlord
Posts: 6
Member Since:
2007-01-20
Workaround

Seems like some kind of bug. I've found that a workaround for this is to put symbolic links in /boot/ and /lib/modules/.

In /boot/:
ln -s /boot/System.map-2.6.18-128.1.10.el5 System.map-2.6.18-92.1.18.el5

In /lib/modules/:
ln -s /lib/modules/2.6.18-128.1.10.el5 2.6.18-92.1.18.el5

Then reinstall mISDN-modules.

Hoping someone else can come up with a better solution or fix the bug.



TheBob
Posts: 2
Member Since:
2009-07-24
Same problem

The workaround made it possible for me to get mISDN-modules installed, but I still get the same error when trying to start mISDN. Any advice?



TheBob
Posts: 2
Member Since:
2009-07-24
Ok, I by no means no much

Ok, I by no means no much about Linux but this worked for me.

I did the above workaround for good measure but did not install mISDN-modules again using yum. Then did the following:

wget http://repo.elastix.org/elastix/1/beta/i386/RPMS/mISDN-modules-1....
RPM -ivh --nodeps mISDN-modules-1.1.9.1-1.2.6.18_128.1.10.el5.i686.rpm

Then carried on with instalation and seems to work fine.



Underlord
Posts: 6
Member Since:
2007-01-20
Thanks! That worked

Thanks! That worked perfectly. Good thing Elastix have a more recent mISDN-modules RPM.



NetworkPro
Posts: 7
Member Since:
2009-10-21
cant 'yum update' mISDN is needed by (installed) mISDN-modules

Hmmmm now after isntalling Elastix' mISDN rpms, I cant 'yum update':

Quote:
...
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
mISDN is needed by (installed) mISDN-modules-1.1.9.1-1.2.6.18_128.1.10.el5.i686
Complete!
(1, [u'Please report this error in http://yum.baseurl.org/report'])


NetworkPro
Posts: 7
Member Since:
2009-10-21
Seems solved :)

Seems solved :)

with

(this command removes the package)
rpm -e --nodeps mISDN
rpm -e --nodeps mISDN-modules-1.1.9.1

yum update

yum install mISDN
yum update

reboot

Then fix the config :D - whoops not needded, config seems preserved :) Very nice.

Cheers ;)



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.