Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2007 10:06:46 +0100
From:      Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: pvr250 and MythTV
Message-ID:  <20070227100646.c1032488.torfinn.ingolfsen@broadpark.no>
In-Reply-To: <33F7A8F7-6DDB-463D-9455-C4D3C41D60A2@netmusician.org>
References:  <4E6EF7B9-703F-4D86-A86E-A0B0B7B504F0@netmusician.org> <20070224014517.GN70738@wantadilla.lemis.com> <20070224092239.6312604b.torfinn.ingolfsen@broadpark.no> <B6F9F8DE-A063-4C8B-B406-61D279586F31@netmusician.org> <c39ec84c0702240135l24c15326k775511dd8d375284@mail.gmail.com> <20070224144746.e3ef6367.torfinn.ingolfsen@broadpark.no> <c39ec84c0702240645u3a1bfdy4137fd74e7ff8bb3@mail.gmail.com> <20070224175433.fb82aed4.torfinn.ingolfsen@broadpark.no> <c39ec84c0702240940m4ea90257v1c2f3e2a9303bce5@mail.gmail.com> <33F7A8F7-6DDB-463D-9455-C4D3C41D60A2@netmusician.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Feb 2007 02:34:28 -0500
Joe Auty <joe@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070227100646.c1032488.torfinn.ingolfsen>