Keyboard Shortcuts
Likes
Search
Re: Periodic audio device statistics [2 Attachments]
David Ranch
¿ªÔÆÌåÓýHello Randy, ? Yeah.. sorry about thast.? I think there is something wrong with the new K9 Email reader for Android.? Nice work about thinking to looking at the HTML source to see the plain text email!
What Linux distribution have you installed on your Raspberry Pi?? I would assume Rasbian Jessie version?? If so, it won't come with PulseAudio so you're ok there.
If you connect it to another computer, can that computer record the audio like you'd expect? Ok. That doesn't sound right.? It shouldn't instantly and automatically play the sound it hears or you risk feedback.? Check your mixer settings using "alsamixer" from the "alsa-utils" package.? You can install that with: ?? apt-get update ?? apt-get install alsa-utils
In your config file, you have: ADEVICE - plughw:1,0 When you should have "ADEVICE? plughw:1,0"?? (notice the missing -" -- Instead of having: MODEM 1200 I recommend the following for the Raspberry Pi: ?? MODEM 1200 E+ /3 -- If you can manage to get an LED and a resistor, I highly recommend to setup a DCD indicator (lights up when Direwolf hears a packet): #pin18 (GPIO 24) - (cathode) LED (anode) - 270ohm resistor - 3.3v DCD GPIO 13 -- Unless you plan on using the TCP-KISS port or the AGWPE port, I would disable them with AGWPORT 0 KISSPORT 0 --
This is due to the "-" in the ADEVICE line above.? Remove that as recommended above and I think you'll start hearing packets. --David KI6ZHD |