<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
SOLVED.<br>
Thank you! It is working perfectly.<br>
Todor<br>
<br>
<br>
Ferdinand O. Tempel wrote:
<blockquote cite="mid1111441616.4460.8.camel@lapdance.polar.vpn"
 type="cite">
  <pre wrap="">On Mon, 2005-03-21 at 11:23 +0100, Todor Dobrikov wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,
I' managed to compile the module and to insert it in the kernel but 
after that when I run mga_vid_test it says that the driver is not loaded.
dmes:
Matrox MGA G200/G400/G450/G550 YUV Video interface v2.01 (c) Aaron 
Holtzman &amp; A'rpi
mga_vid: Found MGA G550 at 0000:02:00.0 [0000:02:00.0]
mga_vid: MMIO at 0xe28d8000 framebuffer: 0xE2000000
mga_vid: OPTION word: 0x400A1520  mem: 0x05  SDRAM
mga_vid: detected RAMSIZE is 32 MB
mga_vid: 1 supported cards found
mga_vid: using major: 83 (assigned or default!)

This is because I do not have /dev/mga_vid. I am using *pure* udev on 
2.6.11 and probably this is causing the problem. I saw that there is 
*partial* support for udev. What should I do to bring it up?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
How about creating the required device node?

`mknod /dev/mga_vid c 83 0`, as it's documented in the mga_vid.c source.

I.e. do by hand what udev does for you. Either that, or wait for us to
finish up udev support.

Ferdinand O. Tempel

_______________________________________________
MPlayer-matrox mailing list
<a class="moz-txt-link-abbreviated" href="mailto:MPlayer-matrox@mplayerhq.hu">MPlayer-matrox@mplayerhq.hu</a>
<a class="moz-txt-link-freetext" href="http://mplayerhq.hu/mailman/listinfo/mplayer-matrox">http://mplayerhq.hu/mailman/listinfo/mplayer-matrox</a>

  </pre>
</blockquote>
<br>
</body>
</html>