miegl / PiFmAdv

Advanced Raspberry Pi FM transmitter with RDS encoding
GNU General Public License v3.0
484 stars 82 forks source link

Still problems with the Pi4 #63

Closed cpnetserver closed 5 years ago

cpnetserver commented 5 years ago

Hi guys, as soon as the program is launched the system hangs.

./pi_fm_adv --freq 100.0 --audio test.wav

[system completely blocked]

miegl commented 5 years ago

Probably not Pi4 related. Please try running your RPI headless (without GUI). Disable the DM raspbian uses and run pifmadv through a tty or ssh.

cpnetserver commented 5 years ago

Solved! The problem was the GUI. Thank You Miegl and Thanks to broken2048.

miegl commented 5 years ago

Thanks for confirming. Will see what I can do to make it work alongside graphical environment without using PLLD for modulation.