[mythtv-users] PVR-350 Strangeness

Scott Harris mythtv at webhounds.net
Fri May 2 16:21:47 UTC 2008


>>> ivtv: invalid argument
>>> Cannot open capture device /dev/video0
>>>
>> What about a simple start of what
>>
>> ls -la /dev/video*
>>
>> shows?
>>
>> Scott
> 
> That shows:
> 
> root at junkyard:~# ls -la /dev/video*
> crw-rw----+ 1 root video 81,  0 2008-05-02 01:03 /dev/video0
> crw-rw----+ 1 root video 81, 16 2008-05-02 01:03 /dev/video16
> crw-rw----+ 1 root video 81, 24 2008-05-02 01:03 /dev/video24
> crw-rw----+ 1 root video 81, 32 2008-05-02 01:03 /dev/video32
> crw-rw----+ 1 root video 81, 48 2008-05-02 01:03 /dev/video48
> root at junkyard:~#
>

Assuming that "mythtv" user is running mythtv, and not in the
"video" group, it is probably access permissions.
You can test by "chmod 777 /dev/video*" and see if you get
any permission problems.

I'm lazy and have permission problems like this constantly.
Rather than fix them right I just do this in my rc.local:
chmod 777 /dev/video*
chmod 777 /dev/dsp
chmod 777 /dev/mixer
chmod 777 /dev/sequencer
chmod 777 /dev/sequencer2
chmod -R 777 /dev/snd
chmod 777 /dev/audio
chmod 777 /dev/adsp
chmod 777 /dev/ttyUSB0
chmod 777 /dev/ttyUSB1
chmod 777 /dev/ttyUSB2

Scott




More information about the mythtv-users mailing list