and things will work. At least the module will load flawlessly.
This is a test environmet and I still do not know if oslec is doing its job.
A problem I am facing now is that "dahdi_echocan_oslec" is not been loaded "automatically".
I must do it "manually". My production system loads it automatically.
I mean, there is not an explicit "modprobe dahdi_echocan_oslec" I can find anywhere.
"service dahdi stop" unloads it, but does not loads it!
Had same problem here.
I managed to the conclusion that echo.ko that is in my kernel is not the same compiled together with dahdi_echocan_ oslec!
Look: 3.13.0- 66-generic/ kernel/ drivers/ staging/ echo/echo. ko 1fe9958de736f12 1c /lib/modules/ 3.13.0- 66-generic/ kernel/ drivers/ staging/ echo/echo. ko
md5sum /lib/modules/
4d13d548ea08ee0
while
md5sum /var/lib/ dkms/dahdi/ 2.5.0.1+ dfsg-1ubuntu4~ 14.04.4/ 3.13.0- 66-generic/ x86_64/ module/ echo.ko d8791dbdd36889c 34 /var/lib/ dkms/dahdi/ 2.5.0.1+ dfsg-1ubuntu4~ 14.04.4/ 3.13.0- 66-generic/ x86_64/ module/ echo.ko
dbf4152d6c86853
Rename "/lib/modules/ 3.13.0- 66-generic/ kernel/ drivers/ staging/ echo/echo. ko" to something else and
cp /var/lib/ dkms/dahdi/ 2.5.0.1+ dfsg-1ubuntu4~ 14.04.4/ 3.13.0- 66-generic/ x86_64/ module/ echo.ko \ 3.13.0- 66-generic/ kernel/ drivers/ staging/ echo/echo. ko
/lib/modules/
execute "modprobe dahdi_echocan_ oslec"
and things will work. At least the module will load flawlessly.
This is a test environmet and I still do not know if oslec is doing its job.
A problem I am facing now is that "dahdi_ echocan_ oslec" is not been loaded "automatically". oslec" I can find anywhere.
I must do it "manually". My production system loads it automatically.
I mean, there is not an explicit "modprobe dahdi_echocan_
"service dahdi stop" unloads it, but does not loads it!
Cheers