pvr250 and MythTV

Torfinn Ingolfsen torfinn.ingolfsen at broadpark.no
Tue Feb 27 09:06:50 UTC 2007


On Tue, 27 Feb 2007 02:34:28 -0500
Joe Auty <joe at netmusician.org> wrote:

> It says: "Could not open '/dev/cxm0' to probe its inputs"

If you need to change the perissions on the /dev/cxm0 device (or any
other device), devfs is your friend.
I have this line in /etc/rc.conf:
devfs_system_ruleset="devfsrules_standard"

and this is my /etc/devfs.rules:
[devfsrules_standard=5]
add path 'ugen*' mode 0664
add path 'umidi*' mode 0664
add path 'cxm*' mode 0666

You probably don't have to use mode 0666 for cxm*, 0664 would work as
well.
See the devfs.rules(5) man page for more information.
-- 
Regards,
Torfinn Ingolfsen,
Norway



More information about the freebsd-multimedia mailing list