...stops with error (solved) one more small question
Tamer Higazi <th982a-gM/[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
One more question... if you all don't mind: If I take a look in the "syslog" I got: Sep 26 20:06:33 babe3306 kernel: [1242527.890582] mISDN: HFC-multi driver 2.03 Sep 26 20:06:33 babe3306 kernel: [1242527.890651] HFC-multi: card manufacturer: 'Cologne Chip AG' card name: 'HFC-4S OpenVox' clock: double Sep 26 20:06:33 babe3306 kernel: [1242527.890782] card 0: defined at MEMBASE 0xffffc9000414a000 (0xfeaff000) IRQ 16 HZ 100 leds-type 0 Sep 26 20:06:33 babe3306 kernel: [1242527.891099] HFC_multi: detected HFC with chip ID=0xc0 revision=1 Sep 26 20:06:33 babe3306 kernel: [1242527.915565] controller is PCM bus MASTER (auto detected) Sep 26 20:06:33 babe3306 kernel: [1242527.915624] controller has PCM BUS ID 100 (auto selected) Sep 26 20:06:33 babe3306 kernel: [1242528.015491] 1 devices registered Sep 26 20:06:40 babe3306 kernel: [1242534.462411] DSP module 2.0 Sep 26 20:06:40 babe3306 kernel: [1242534.462460] mISDN_dsp: DSP clocks every 80 samples. This equals 1 jiffies. that is nice and good, I have the openvox BE400E board, which has an onboard Siemens echo canceller: http://www.openvox.cn/en/products/isdn-bri-cards/be400e.html Shouldn't be in the "syslog" also the line "mISDN_dsp_element_register: hwec registered" which is not listed anywhere ?! Tamer On 09/26/13 20:21, Tamer Higazi wrote: > I think, having solved the problem! > > Taking out the softecho canceller module that causes me headache. > > It was the dsp_octaware module let it compile without errors to the end! > > following I did: > > Inside "drivers/isdn/mISDN" I modified the Makefile: > > Line 8: removing "mISDN_dsp_octwareec.o" > Line 9 and 25: commenting out the line > > going back to the base folder: > > make modules (as user) > make modules_install (as root) > > before loading the modules, otherwise it won't do it... executing "depmod" > > and loading: > > modprobe mISDN_core > modprobe hfcmulti > modprobe mISDN_dsp > > > mISDNuser compiled without any problems at all! > > > Thanks a lot people! > > > > Tamer