Yes, I thought the same thing when I last replied.
Created Community Build Radio Firmware thread and replied there.
Created Community Build Radio Firmware thread and replied there.
ssh -l root your_radio
# Fetch the replacement jive_alsa wget http://mrw-applets.s3-website-us-east-1.amazonaws.com/jive_alsa_fix_bass_dropout_1.0.zip unzip jive_alsa_fix_bass_dropout_1.0.zip # Verify checksum of extracted file echo "c14cb5b9ad789e53eb18c8dd3322a7d2 jive_alsa_fix_bass_dropout_R_2020_04_11"|md5sum -c # Make executable chmod +x jive_alsa_fix_bass_dropout_R_2020_04_11 # Check that it appears to work: ./jive_alsa_fix_bass_dropout_R_2020_04_11 # If all ok: # Move existing jive_alsa to one side mv /usr/bin/jive_alsa /usr/bin/jive_alsa.original # Install new version mv jive_alsa_fix_bass_dropout_R_2020_04_11 /usr/bin/jive_alsa # Again, check that it appears to work: /usr/bin/jive_alsa # If ok, tidy up and restart the radio rm jive_alsa_fix_bass_dropout_1.0.zip sync reboot
# wget http://mrw-applets.s3-website-us-east-1.amazonaws.com/jive_alsa_fix_bass_dropout_1.0.zip Connecting to mrw-applets.s3-website-us-east-1.amazonaws.com (52.217.13.59:80) jive_alsa_fix_bass_d 100% |******************************************************************************************************************************************************************************************************************| 28054 00:00:00 ETA # unzip jive_alsa_fix_bass_dropout_1.0.zip Archive: jive_alsa_fix_bass_dropout_1.0.zip inflating: jive_alsa_fix_bass_dropout_R_2020_04_11 # echo "c14cb5b9ad789e53eb18c8dd3322a7d2 jive_alsa_fix_bass_dropout_R_2020_04_11"|md5sum -c jive_alsa_fix_bass_dropout_R_2020_04_11: OK # chmod +x jive_alsa_fix_bass_dropout_R_2020_04_11 # ./jive_alsa_fix_bass_dropout_R_2020_04_11 Usage: ./jive_alsa_fix_bass_dropout_R_2020_04_11 [-v] -d <playback_device> [-c <capture_device>] -b <buffer_time> -p <period_count> -s <sample_size:24|16> -f <flags> Patched to mitigate against 'bass drop out'. Release 11 April 2020. # mv /usr/bin/jive_alsa /usr/bin/jive_alsa.original # mv jive_alsa_fix_bass_dropout_R_2020_04_11 /usr/bin/jive_alsa # /usr/bin/jive_alsa Usage: /usr/bin/jive_alsa [-v] -d <playback_device> [-c <capture_device>] -b <buffer_time> -p <period_count> -s <sample_size:24|16> -f <flags> Patched to mitigate against 'bass drop out'. Release 11 April 2020. # rm jive_alsa_fix_bass_dropout_1.0.zip # sync # reboot
grep squeezeplay /var/log/messages Jul 10 13:19:44 squeezeplay: main:1265 This is a modified version of jive_alsa that mitigates against 'bass drop out'. Release version 11 April 2020. [b]Plus possibly some other lines of text.[/b]
mv /usr/bin/jive_alsa.original /usr/bin/jive_alsa sync reboot
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment