OKy, it doesn't work and I switched over to LEDE... I used Asterisk-13.18.0 + chan-lantiq, thanks for sharing...
I also see that VR200v.dts have no records for VMMC, are they needed?
root@LEDE:~# lsmod | grep vmmc
drv_ifxos 12480 4 drv_vmmc,drv_dsl_cpe_api,drv_mei_cpe,drv_tapi
drv_tapi 139744 1 drv_vmmc
drv_vmmc 138816 0
root@LEDE:~# ls /dev/vmmc*
/dev/vmmc10 /dev/vmmc12 /dev/vmmc14 /dev/vmmc16 /dev/vmmc18
/dev/vmmc11 /dev/vmmc13 /dev/vmmc15 /dev/vmmc17
root@LEDE:~# asterisk -f
[Nov 3 12:03:23] NOTICE[18669]: cdr.c:4189 cdr_toggle_runtime_options: CDR simple logging enabled.
[Nov 3 12:03:23] NOTICE[18669]: loader.c:1373 load_modules: 12 modules will be loaded.
[Nov 3 12:03:23] WARNING[18669]: res_musiconhold.c:1984 load_module: No music on hold classes configured, disabling music on hold.
[Nov 3 12:03:23] ERROR[18669]: chan_lantiq.c:607 lantiq_dev_firmware_download: FIO_FW_DOWNLOAD ioctl failed
[Nov 3 12:03:23] ERROR[18669]: chan_lantiq.c:2092 load_module: voice firmware download failed
Segmentation fault
root@LEDE:~# ls -l /lib/firmware/
lrwxrwxrwx 1 root root 29 Nov 3 10:41 ifx_bbd_fxs.bin -> /lib/firmware/vr9_bbd_fxs.bin
lrwxrwxrwx 1 root root 36 Nov 3 10:41 ifx_firmware.bin -> /lib/firmware/voice_ar9_firmware.bin
lrwxrwxrwx 1 root root 43 Oct 17 17:46 lantiq-vrx200-a-to-b.bspatch -> xcpe_581816_580B11_to_579906_574402.bspatch
lrwxrwxrwx 1 root root 22 Oct 17 17:46 lantiq-vrx200-a.bin -> xcpe_581816_580B11.bin
-rw-r--r-- 1 root root 533152 Oct 18 08:54 voice_ar9_firmware.bin
-rw-r--r-- 1 root root 300 Oct 18 08:54 vr9_bbd.bin
-rw-r--r-- 1 root root 388 Oct 18 08:54 vr9_bbd_fxs.bin
-rw-r--r-- 1 root root 1920 Oct 17 17:46 xcpe_581816_580B11.LICENSE
-rw-r--r-- 1 root root 898952 Oct 17 17:46 xcpe_581816_580B11.bin
-rw-r--r-- 1 root root 253635 Oct 17 17:46 xcpe_581816_580B11_to_579906_574402.bspatch
I edited /etc/asterisk/lantiq.conf:
[interfaces]
firmwarefilename = /lib/firmware/ifx_firmware.bin
bbdfilename = /lib/firmware/ifx_bbd_fxs.bin
And tried several other firmware binarys... Makes no difference...
I have Serial Console, so I'm ready for Experimenting... Just don't know where to start... Any help would be nice.
(Last edited by Aeronaut84 on 3 Nov 2017, 13:19)