ac2cz / FoxTelem

AMSAT Fox-1 Telemetry Decoder
GNU General Public License v3.0
52 stars 17 forks source link

FoxTelem v1.08z5 on Raspberry Pi no sound card ... #628

Closed lotrdocker closed 4 years ago

lotrdocker commented 4 years ago

Hello,

There are two sound cards on my Raspberry Pi 3 A+. When I launch FoxTelem, I see that the two sound cards are well detected :

… LogFileDir is:/home/pi/FoxTelem_1.08z5_linux/data NCO = true _SC Format PCMSIGNED 48000.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian Found audio Device: Port ALSA [hw:0] Desc:bcm2835 ALSA, Broadcom Mixer Found audio Device: Port Device [hw:1] Desc:USB Audio Device, USB Mixer Found audio Device: ALSA [default] Desc:Direct Audio Device: bcm2835 ALSA, bcm2835 ALSA, bcm2835 ALSA Found audio Device: ALSA [plughw:0,0] Desc:Direct Audio Device: bcm2835 ALSA, bcm2835 ALSA, bcm2835 ALSA Found audio Device: ALSA [plughw:0,1] Desc:Direct Audio Device: bcm2835 ALSA, bcm2835 IEC958/HDMI, bcm2835 IEC958/HDMI Found audio Device: ALSA [plughw:0,2] Desc:Direct Audio Device: bcm2835 ALSA, bcm2835 IEC958/HDMI1, bcm2835 IEC958/HDMI1 Found audio Device: Device [plughw:1,0] Desc:Direct Audio Device: USB Audio Device, USB Audio, USB Audio Reading server params from: http://amsat.us/FoxTelem/server.txt Setting server params to: Primary set to: tlm.amsat.org …

But, they are not present in the Source list of the Input tab.

Any idea ?

Thank's for advance.

Regards.

lotrdocker commented 4 years ago

Hello,

I found what was my problem, and the solution was easy, just define a default sound card. With my other applications, which use the USB sound card, I didn't had to do that. Once the USB sound card had been defined as the default sound card, the device was displayed in the Source list.

Regards.