
* T mlist4suntong@yahoo.com [20061007 23:10]:
when I tried to use the xvidix driver for mplayer, I get "Error occurred during pci scan: Operation not permitted" error for normal user, but root is ok.
How can I fix it?
PS. my groups:
groups=4(adm),5(tty),6(disk),8(mail),9(news),10(uucp),20(dialout),21(fax),22(voice),24(cdrom),25(floppy),26(tape),27(sudo),29(audio),30(dip),33(www-data),60(games),100(users),110(scanner),118(plugdev),120(camera),135(fuse),143(nvram),65534(nogroup)
Hm, you are not member of the 'video' group. Try adding yourself to the video-group.
Assuming that this does *not* fix your problem:
PPS. Working log:
$ gmplayer -dr -vo xvidix "$mfilm" No vidix driver name provided, probing available ones (-v option for details)!
[...]
[nvidia_vid] Error occurred during pci scan: Operation not permitted [cyberblade] Error occurred during pci scan: Operation not permitted [VO_SUB_VIDIX] Couldn't find working VIDIX driver. Error opening/initializing the selected video_out (-vo) device.
Adding the -v option didn't get me much details:
[mga] probe [mga] Error occurred during pci scan: Operation not permitted vidixlib: PROBING: /usr/lib/mplayer/vidix/mach64_vid.so [mach64] Error occurred during pci scan: Operation not permitted [...]
What happens with multiple -vvvv?
And the file /tmp/mplayer when running 'strace -f -eopen -o /tmp/mplayer mplayer -dr -vo xvidix ...' would be interesting as well.
regards, -mika-