Skip to content

Instantly share code, notes, and snippets.

@ipoddubny
Created March 29, 2013 09:24
Show Gist options
  • Save ipoddubny/5269779 to your computer and use it in GitHub Desktop.
Save ipoddubny/5269779 to your computer and use it in GitHub Desktop.
Find supported DAHDI echocancellation modules for the running kernel
#!/bin/bash
find /lib/modules/`uname -r` -name 'dahdi_echo*' | sed 's/^.*dahdi_echocan_//;s/.ko$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment