Hello,

After my fresh (b)lfs build with the latest versions of alsa, mplayer
and freevo I notised that the I can't control my mixer anymore with the
remote.
My log says:
-------------------------------------------------------------------------------
Freevo start at Tue Jan 25 06:01:33 2005
-------------------------------------------------------------------------------
config.py (518): Logging to /var/log/freevo/main-1002.log
config.py (903): Using 'latin-1' encoding
osd.py (587): Setting fullscreen mode to 1
main.py (221): load basic skin settings: crystal
failed to load plugin mixer
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 572, in
__load_plugin__
    p = eval(object)()
  File "/usr/lib/python2.4/site-packages/freevo/plugins/mixer.py", line
100, in __init__
    self.setMainVolume(config.DEFAULT_VOLUME)
  File "/usr/lib/python2.4/site-packages/freevo/plugins/mixer.py", line
191, in setMainVolume
    self._setVolume(self.SOUND_MIXER_WRITE_VOLUME, self.mainVolume)
  File "/usr/lib/python2.4/site-packages/freevo/plugins/mixer.py", line
165, in _setVolume
    fcntl.ioctl(self.mixfd.fileno(), device, data)
OverflowError: long int too large to convert to int

In my local_conf.py I have:

AUDIO_DEVICE        = '/dev/dsp'
MAJOR_AUDIO_CTRL    = 'VOL'
CONTROL_ALL_AUDIO   = 0
MAX_VOLUME          = 100
DEFAULT_VOLUME      = 85
DEV_MIXER           = '/dev/mixer'

[EMAIL PROTECTED]:~# ls -l /dev/dsp
crw-rw----  1 root audio 14, 3 Jan 25 07:01 /dev/dsp
[EMAIL PROTECTED]:~# ls -l /dev/mixer 
crw-rw----  1 root audio 14, 0 Jan 25 07:01 /dev/mixer

And user freevo (whos running freevo) is member of the audio group and
can control both devices trough other apps., so it's only freevo who's
bugging.
Maybe the MAJOR_AUDIO_CTRL has a wrong value, but how can I find out
wich one to use?
-- 
Groetjes Japie



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to