Re: AW: [Freevo-users] Problems with /dev/mixer

2004-07-01 Thread Axel
You showed us the permissions for /dev/mixer but that is just a symlink 
to /dev/mixer0. Perhaps the permissions on /dev/mixer0 are what is 
causing the problem?

Do you run freevo as a different user than yourself? If you do, then 
perhaps the "freevo" user does not have permission to access /dev/mixer0 
but your login does. That would explain why you get sound when you run 
mplayer yourself but not when run via freevo.

Failing that, perhaps your freevo is showing some taste and refusing to 
play really bad Jennifer Lopez movies?

-- Axel
On 7/1/2004 2:13 AM, Thomas Buchmann wrote:
I tried mplayer on ist own in runlevel 3 and in runlevel 5. In both cases
the sound output worked!! MPlayer obviously _CAN_ access /dev/mixer. Now the
question is why freevo can't...
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Mick
Gesendet: Mittwoch, 30. Juni 2004 09:01
An: [EMAIL PROTECTED]
Betreff: Re: [Freevo-users] Problems with /dev/mixer
Firstly,
Keep these types of questions on the user list,
Secondly,
Looks like you have an issue with /dev/mixer, not freevo..
Try the mplayer command on its own, does it work?  Do you use alsa or
oss?  Try aumixer or alsamixer to see is th mixer exists..
Mick
On Wed, 2004-06-30 at 14:46, Thomas Buchmann wrote:
Hello everyone,

freevo 1.4.1 worked fine until today. I tried to play a movie from CD.
The movie was shown correctly but i didn't hear the sound. When i
tried to turn up the volume i got an error message that freevo
couldn't access /dev/mixer.
Here is the part of the logfile:

Couldn't open mixer /dev/mixer
Crash!
Traceback (most recent call last):
 File "./src/main.py", line 457, in ?
   main_func()
 File "./src/main.py", line 353, in main_func
   if p.eventhandler(event=event):
 File "/usr/local/freevo/src/plugins/mixer.py", line 143, in
eventhandler
   self.incMainVolume(event.arg)
 File "/usr/local/freevo/src/plugins/mixer.py", line 196, in
incMainVolume
   self.mainVolume += step
AttributeError: PluginInterface instance has no attribute 'mainVolume'
1 child(s) still running, terminate them shutting down --prio=-20
/usr/local/bin/mplayer -autosync 100 -nolirc -autoq 100 -screenw 800
-screenh 600 -fs -slave -ao oss:/dev/dsp -v -vo xv,sdl,x11, -cache
5000 -idx /media/cdrom/The Cell.avi -cdrom-device /dev/cdrom

/dev/mixer should be accessible by everyone:

ll /dev/mixer
lrwxrwxrwx1 root root6 Jun  7 20:27 /dev/mixer ->
mixer0

any ideas?

thx
Thomas



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: AW: [Freevo-users] Problems with /dev/mixer

2004-07-01 Thread Mick
On Thu, 2004-07-01 at 15:13, Thomas Buchmann wrote:
> I tried mplayer on ist own in runlevel 3 and in runlevel 5. In both cases
> the sound output worked!! MPlayer obviously _CAN_ access /dev/mixer. Now the
> question is why freevo can't...
> 
Sorry, I use my stereo as my main volume control, not freevo.  I will be
of no help..  /dev/mixer exists, this is good.

Maybe its permissions?  Try chown user user /dev/mixer or mixer0 or
somthing along those lines..

Mick
> 
> -UrsprÃngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Im Auftrag von Mick
> Gesendet: Mittwoch, 30. Juni 2004 09:01
> An: [EMAIL PROTECTED]
> Betreff: Re: [Freevo-users] Problems with /dev/mixer
> 
> Firstly,
> 
> Keep these types of questions on the user list,
> 
> Secondly,
> 
> Looks like you have an issue with /dev/mixer, not freevo..
> 
> Try the mplayer command on its own, does it work?  Do you use alsa or
> oss?  Try aumixer or alsamixer to see is th mixer exists..
> 
> Mick
> On Wed, 2004-06-30 at 14:46, Thomas Buchmann wrote:
> > Hello everyone,
> > 
> >  
> > 
> > freevo 1.4.1 worked fine until today. I tried to play a movie from CD.
> > The movie was shown correctly but i didn't hear the sound. When i
> > tried to turn up the volume i got an error message that freevo
> > couldn't access /dev/mixer.
> > 
> > Here is the part of the logfile:
> > 
> >  
> > 
> > Couldn't open mixer /dev/mixer
> > 
> > Crash!
> > 
> > Traceback (most recent call last):
> > 
> >   File "./src/main.py", line 457, in ?
> > 
> > main_func()
> > 
> >   File "./src/main.py", line 353, in main_func
> > 
> > if p.eventhandler(event=event):
> > 
> >   File "/usr/local/freevo/src/plugins/mixer.py", line 143, in
> > eventhandler
> > 
> > self.incMainVolume(event.arg)
> > 
> >   File "/usr/local/freevo/src/plugins/mixer.py", line 196, in
> > incMainVolume
> > 
> > self.mainVolume += step
> > 
> > AttributeError: PluginInterface instance has no attribute 'mainVolume'
> > 
> > 1 child(s) still running, terminate them shutting down --prio=-20
> > /usr/local/bin/mplayer -autosync 100 -nolirc -autoq 100 -screenw 800
> > -screenh 600 -fs -slave -ao oss:/dev/dsp -v -vo xv,sdl,x11, -cache
> > 5000 -idx /media/cdrom/The Cell.avi -cdrom-device /dev/cdrom
> > 
> >  
> > 
> > /dev/mixer should be accessible by everyone:
> > 
> >  
> > 
> > ll /dev/mixer
> > 
> > lrwxrwxrwx1 root root6 Jun  7 20:27 /dev/mixer ->
> > mixer0
> > 
> >  
> > 
> > any ideas?
> > 
> >  
> > 
> > thx
> > 
> > Thomas
> > 
> >  
> 
> 
> 
> ---
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
> digital self defense, top technical experts, no vendor pitches, 
> unmatched networking opportunities. Visit www.blackhat.com
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> 
> 
> ---
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
> digital self defense, top technical experts, no vendor pitches, 
> unmatched networking opportunities. Visit www.blackhat.com
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


AW: [Freevo-users] Problems with /dev/mixer

2004-07-01 Thread Thomas Buchmann
I tried mplayer on ist own in runlevel 3 and in runlevel 5. In both cases
the sound output worked!! MPlayer obviously _CAN_ access /dev/mixer. Now the
question is why freevo can't...


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Mick
Gesendet: Mittwoch, 30. Juni 2004 09:01
An: [EMAIL PROTECTED]
Betreff: Re: [Freevo-users] Problems with /dev/mixer

Firstly,

Keep these types of questions on the user list,

Secondly,

Looks like you have an issue with /dev/mixer, not freevo..

Try the mplayer command on its own, does it work?  Do you use alsa or
oss?  Try aumixer or alsamixer to see is th mixer exists..

Mick
On Wed, 2004-06-30 at 14:46, Thomas Buchmann wrote:
> Hello everyone,
> 
>  
> 
> freevo 1.4.1 worked fine until today. I tried to play a movie from CD.
> The movie was shown correctly but i didn't hear the sound. When i
> tried to turn up the volume i got an error message that freevo
> couldn't access /dev/mixer.
> 
> Here is the part of the logfile:
> 
>  
> 
> Couldn't open mixer /dev/mixer
> 
> Crash!
> 
> Traceback (most recent call last):
> 
>   File "./src/main.py", line 457, in ?
> 
> main_func()
> 
>   File "./src/main.py", line 353, in main_func
> 
> if p.eventhandler(event=event):
> 
>   File "/usr/local/freevo/src/plugins/mixer.py", line 143, in
> eventhandler
> 
> self.incMainVolume(event.arg)
> 
>   File "/usr/local/freevo/src/plugins/mixer.py", line 196, in
> incMainVolume
> 
> self.mainVolume += step
> 
> AttributeError: PluginInterface instance has no attribute 'mainVolume'
> 
> 1 child(s) still running, terminate them shutting down --prio=-20
> /usr/local/bin/mplayer -autosync 100 -nolirc -autoq 100 -screenw 800
> -screenh 600 -fs -slave -ao oss:/dev/dsp -v -vo xv,sdl,x11, -cache
> 5000 -idx /media/cdrom/The Cell.avi -cdrom-device /dev/cdrom
> 
>  
> 
> /dev/mixer should be accessible by everyone:
> 
>  
> 
> ll /dev/mixer
> 
> lrwxrwxrwx1 root root6 Jun  7 20:27 /dev/mixer ->
> mixer0
> 
>  
> 
> any ideas?
> 
>  
> 
> thx
> 
> Thomas
> 
>  



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users