By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1579 - KRadio: stereo and signal strength indicators not working
Summary: KRadio: stereo and signal strength indicators not working
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: 3.5.13.1 [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2013-07-20 05:43 CDT by linux
Modified: 2013-08-17 15:26 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description linux 2013-07-20 05:43:28 CDT
Stereo and "tuned" indicators in KRadio are not working. I remember that they were fine some time ago - but don't know when. Some debugging details:

plugins/v4lradio/v4lradio.cpp gets the data from radio device properly - adding printf before notifySignalQualityChanged and notifyStereoChanged produces correct output on terminal when a station is tuned.

But plugins/gui-standard-display/radioview_frequencyradio.cpp does not get the data! Putting printf in RadioViewFrequencyRadio::noticeSignalQualityChanged and RadioViewFrequencyRadio::noticeStereoChanged, I get output on terminal only when powering on/off the radio (with zero values). All other notifications get lost.

I don't know where to look...
Comment 1 linux 2013-07-20 06:40:02 CDT
Looks like RadioViewFrequencyRadio::noticeConnectedI is never called, thus neither register4_notifySignalQualityChanged nor register4_notifyStereoChanged is called.
Comment 2 linux 2013-07-20 11:11:20 CDT
Adding SoundServer plugin from the configuration dialog fixed the problem!
WTF is soundserver plugin? There's no code in its implementation (kradio3/plugins/soundserver).
Comment 3 Darrell 2013-08-07 19:43:18 CDT
linux@rainbow-software.org:

If enabling the SoundServer plugin resolved the problem, do you still consider this report valid?
Comment 4 Darrell 2013-08-17 15:26:46 CDT
As the resolution is to enable a tderadio plugin, closing this report as resolved.