View previous topic :: View next topic |
Author |
Message |
arma Apprentice
Joined: 07 Nov 2004 Posts: 198 Location: Belgium
|
Posted: Tue May 10, 2005 1:10 am Post subject: where is the moduel svga_helper |
|
|
hello
i'm trying to une some sdl application, but they always complains about an error relative to /dev/svga and ask to modprobe svga°helper module .... but i can't find it ... can somebody helps me ?
thanks _________________ l'alcool est un ennemi...
et en quelque sorte,...
fuir l'ennemi, c'est lâche |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Tue May 10, 2005 1:14 am Post subject: |
|
|
It's part of the media-libs/svgalib package. You may also need to enable your user to write to the /dev/svga nodes; Code: | # emerge media-libs/svgalib
# modprobe svgalib_helper
# chmod a+rw /dev/svga* | Hth! _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
arma Apprentice
Joined: 07 Nov 2004 Posts: 198 Location: Belgium
|
Posted: Tue May 10, 2005 1:27 am Post subject: |
|
|
i already emerge svgalib ... osuld i enable something in the USE variable ?
modrpobe tells teh modules doesn't not existe
an was root .... it would be annoying if i hadn't the permission _________________ l'alcool est un ennemi...
et en quelque sorte,...
fuir l'ennemi, c'est lâche |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Tue May 10, 2005 1:49 am Post subject: |
|
|
Is your /usr/src/linux symlink correct? _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
arma Apprentice
Joined: 07 Nov 2004 Posts: 198 Location: Belgium
|
Posted: Tue May 10, 2005 1:51 am Post subject: |
|
|
yep, the only thing i did was patching the kernel with the mppe-mppc patch
edit.
found it ... don't know wher he was ....;
but i still have another problem
Code: | FATAL: Error inserting svgalib_helper (/lib/modules/2.6.11-gentoo-r6/kernel/misc/svgalib_helper.ko): Unknown symbol in module, or unknown parameter (see dmesg)
|
here is the last dmseg output
Code: | svgalib_helper: Unknown symbol devfs_mk_symlink
|
...that's all
edit 2.
i have an /dev/svga dead link
Code: | ganymede demos # ls -lh /dev/svga
lr-xr-xr-x 1 root root 13 mai 10 03:16 /dev/svga -> svga_helper/0
|
how can i fix this ? _________________ l'alcool est un ennemi...
et en quelque sorte,...
fuir l'ennemi, c'est lâche |
|
Back to top |
|
|
|