[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linrad] Re: minor prob on install
- Subject: [linrad] Re: minor prob on install
- From: "sm5bsz.com; leif@xxxxxxxxxxxxxxxx>
- Date: Wed, 22 Feb 2006 09:26:12 +0100
Hi Richard,
> Installing on Mandriva 2006 kernel-2.6.12-15mdk, all the svgalibs are available as rpms,
> I had to fool ./configure by creating a directory /usr/src/svgalib/ and adding a version file.
Did you try to run "make svgalib" ?
That command should be used only if you installed svgalib from source.
> svgalib_helper is a module so no problems.
> just one so far no /dev/svga exists.
> Does anyone know the major and minor numbers to use mknod to create /dev/svga
From svgalib Makefile.cfg:
#----------------------------------------------------------------------
# Kernel module Configuration Section
#----------------------------------------------------------------------
# Char major device used by module
SVGALIB_HELPER_MAJOR = 209
From svgalib_helper Makefile:
mknod -m 666 /dev/svga c $(SVGALIB_HELPER_MAJOR) 0
mknod -m 666 /dev/svga1 c $(SVGALIB_HELPER_MAJOR) 1
mknod -m 666 /dev/svga2 c $(SVGALIB_HELPER_MAJOR) 2
mknod -m 666 /dev/svga3 c $(SVGALIB_HELPER_MAJOR) 3
mknod -m 666 /dev/svga4 c $(SVGALIB_HELPER_MAJOR) 4
73
Leif / SM5BSZ
#############################################################
This message is sent to you because you are subscribed to
the mailing list <linrad@xxxxxxxxxxxxxxxxxxxxx>.
To unsubscribe, E-mail to: <linrad-off@xxxxxxxxxxxxxxxxxxxxx>
To switch to the DIGEST mode, E-mail to <linrad-digest@xxxxxxxxxxxxxxxxxxxxx>
To switch to the INDEX mode, E-mail to <linrad-index@xxxxxxxxxxxxxxxxxxxxx>
Send administrative queries to <linrad-request@xxxxxxxxxxxxxxxxxxxxx>
LINRADDARNIL