General updates for our "current" state?
- DAHDI is "out"
- Still use Phreaknet (or update to
build-asl or point to build-asl instructions?)
- Install procedure without DAHDI?
- Do we still need to "tweak" the make file?
|
### Compiling |
|
|
|
First, detection of the ALSA library needs to be re-added to the build system, by applying the following patch: https://github.com/InterLinked1/phreakscript/blob/master/patches/alsa.diff |
|
|
|
Then, add this near the bottom of `apps/Makefile`: |
|
|
|
`$(call MOD_ADD_C,app_rpt,$(wildcard app_rpt/rpt_*.c))` |
|
|
|
Add this near the bottom of `channels/Makefile`: |
|
|
|
`chan_simpleusb.so: LIBS+=-lusb -lasound` |
|
|
|
`chan_usbradio.so: LIBS+=-lusb -lasound` |
/dev/dsp or /dev/dsp1 could exist.
|
`/dev/dsp1` needs to exist for chan_simpleusb and chan_usbradio to work. |
General updates for our "current" state?
build-aslor point to build-asl instructions?)app_rpt/README.md
Lines 84 to 96 in 765f88b
/dev/dspor/dev/dsp1could exist.app_rpt/README.md
Line 100 in 765f88b