Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VDR 1.1.20 Error



Jürgen Gumpinger wrote:

> 
> Hi there!
> I am using the dvb driver from 27.12.2002 and vdr 1.1.20. The start of
> the dvb driver works fine. When i start vdr i find in the message file
> the following error:
> ERROR(dvbdevice.c,660):operation not permitted.
> I do not know what kind of error it is! Can anybody help??

This message comes from line 660 in file dvbdevice.c:

void cDvbDevice::SetVolumeDevice(int Volume)
{
  if (HasDecoder()) {
     audio_mixer_t am;
     am.volume_left = am.volume_right = Volume;
     CHECK(ioctl(fd_audio, AUDIO_SET_MIXER, &am)); <<<<<<< Line 660
     }
}

I get it every time I change the sound volume vis vdr. The setting 
works, so it may be a false error message.

Wolfgang
>  
> Thanks
> Juergen
> 
> 
> 




-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index