On Wed, 2004-10-27 at 17:54, Slavko wrote:
> Should I create it manually with mknod, and what are minor-major
> numbers of these devices or all of this is not as simple as I suggest?
yes. see README.fusion that comes with the kernel patch:
"4) Create the fusion device(s) if not using devfs:
mkdir /dev/fusion
mknod /dev/fusion/0 c 253 0
...if you need more than one session
mknod /dev/fusion/1 c 253 1
mknod /dev/fusion/2 c 253 2
...and so on (currently limited to eight sessions)"
[from DirectFB cvs]
Jan