Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[2.6.6-rc2] 3 pb : nvidia, libquicktime, et UDF (non resolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
SirRobin2318
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 241
Location: Strasbourg, france.

PostPosted: Sat May 15, 2004 10:24 am    Post subject: [2.6.6-rc2] 3 pb : nvidia, libquicktime, et UDF (non resolu) Reply with quote

salut tout le monde !

voila, j'ai trois questions, plus ou moins en rapport avec mon noyau 2.6.6-rc2.

1) j'arrive pas a installer les drivers nvidia. j'ai essayé les stables 1.0.4496, et les instables (d'apres gentoo) 1.0.5336-r2.
a chaque fois, qd je fais "modprobe nvidia" j'ai :
Code:
FATAL: Error inserting nvidia (/lib/modules/2.6.6-rc2.2/video/nvidia.ko): Invalid module format


2) j'arrive pas a emerger libquicktime qui fait partie des dependances de k3b :
le msg d'erreur est long, je vous donne que le debut :
Code:
lqtplay.c:31:19: GL/gl.h: No such file or directory
In file included from lqtplay.c:32:
/usr/X11R6/include/GL/glu.h:35:19: GL/gl.h: No such file or directory
In file included from lqtplay.c:32:
/usr/X11R6/include/GL/glu.h:259: error: syntax error before '*' token
/usr/X11R6/include/GL/glu.h:259: warning: type defaults to `int' in declaration of `GLvoid'
/usr/X11R6/include/GL/glu.h:259: warning: parameter names (without types) in function declaration
/usr/X11R6/include/GL/glu.h:259: error: `GLvoid' declared as function returning a function

d'apres ce que j'ai pu lire sur ce forum, c'est un probleme du a nvidia. mais j'ai pas trouvé de solution. surtout que les drivers ne sont pas installés, je les ai unmergé apres. (enfin, si je fais "modprobe nvidia" encore maintenant il me dit "...invalid module format" peut etre qu'il y a autre chose a faire pour les desinstaller ?)

3) j'ai essayé d'activé la gravure en UDF :
-je tout activé dans le noyau. j'ai emergé les udf-tools.

-j'ai cree /dev/pktcdvd0 :
mknod /dev/pktcdvd0 b 97 0

-j'ai formaté un cdrw en UDF :
cdrwtool -d /dev/hdc -q

-ensuite, j'ai essayé ca : pktsetup /dev/pktcdvd0 /dev/hdc
et ca marche pas :-/
j'ai aussi essayé : pktsetup /dev/pktcdvd0 /dev/ide/host0/bus1/target0/lun0/cd

mais les deux me donne le meme msg d'erreur : open packet device: No such device or address

hum... j'ai pas la moindre idee de pourquoi !?

Code:
# cdrecord -scanbus dev=ATAPI

cdrecord -scanbus dev=ATACdrecord-Clone 2.01a25 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
scsibus0:
        0,0,0     0) 'MITSUMI ' 'CR-48XATE       ' '1.0E' Removable CD-ROM


voila, si qqun a une idee je suis preneur ! :wink:
merci d'avance !
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Sat May 15, 2004 11:34 am    Post subject: Reply with quote

Pour le 1 : recompile ton noyau en désactivant le support de 4K_STACK (dans la section kernel hacking), et ensuite, emerge la dernière version ~x86 de nvidia-kernel

Pour le 2 : opengl-update nvidia devrait suffire
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
SirRobin2318
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 241
Location: Strasbourg, france.

PostPosted: Sat May 15, 2004 12:03 pm    Post subject: Reply with quote

1) ben le support de 4K_STACK est desactivé. faut il que je l'active ?

2)
Code:
 # opengl-update nvidia
usage: opengl-update <GL implementation>

note:
       This utility switch between OpenGL implementations.  Currently there
       are two supported implementations, namely "xfree" and "nvidia", the
       implementations for XFree86 and the NVidia drivers respectively.

examples:
       opengl-update xfree
       This will setup things to use libGL.so from XFree86

       opengl-update nvidia
       This will setup things to use libGL.so from the NVidia drivers.


et j'ai qd meme essayé emerge libquicktime, ca n'a rien changé...

merci de ton aide !
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sat May 15, 2004 12:08 pm    Post subject: Reply with quote

non, il faut qu'il soit desactivé !

Fais voir un dmesg apres le modprobe pour voir si ya des news !
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
SirRobin2318
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 241
Location: Strasbourg, france.

PostPosted: Sat May 15, 2004 12:17 pm    Post subject: Reply with quote

a la fin de dmesg j'ai :
No module found in object
Back to top
View user's profile Send private message
SirRobin2318
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 241
Location: Strasbourg, france.

PostPosted: Sat May 15, 2004 12:54 pm    Post subject: Reply with quote

au faite, j'ai installé les drivers nvidai, et j'ai fais opengl-update nvidia qui cette fois ci a marché... mais modprobe ne marche toujours pas.
est qu'il y a autre chose a faire pour que ca marche ? si ca se trouve je me plante juste la, je les install mal ?

sion, vue que les drivers nvidia ne se lance tjr pas, et que j'ai fais opengl-update ca va pas poser de probleme qd je vais redemarrer le PC ? il va pas essayer de les demarrer ?
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Sat May 15, 2004 1:54 pm    Post subject: Reply with quote

Essaye avec la version 5336-r3 des drivers nvidia (pas r2). Elle est sensé introduire un bugfix pour le module sous 2.6.6 (c'est une version récente, donc emerge sync si tu ne l'a pas)
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
SirRobin2318
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 241
Location: Strasbourg, france.

PostPosted: Sat May 15, 2004 2:30 pm    Post subject: Reply with quote

j'arrive pas a installer les r3 :

Code:
  Building modules, stage 2.
  MODPOST
ACCESS DENIED  open_wr:   /usr/src/linux-2.6.6-rc2/.__modpost.cmd
/bin/sh: line 1: ./.__modpost.cmd: Permission denied
make[2]: *** [__modpost] Error 1
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.6-rc2'
nvidia.ko failed to build!
make: *** [module] Error 1

!!! ERROR: media-video/nvidia-kernel-1.0.5336-r3 failed.
!!! Function src_compile, Line 113, Exitcode 2
!!! Failed to build module

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-media-video_-_nvidia-kernel-1.0.5336-r3-20622.log"

open_wr:   /usr/src/linux-2.6.6-rc2/.__modpost.cmd
--------------------------------------------------------------------------------
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sat May 15, 2004 2:42 pm    Post subject: Reply with quote

je sais que c'est barbare et que je vais peut etre me faire taper dessus mais :

Code:

SANDBOX_DISABLED=1 emerge machintruc

_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
SirRobin2318
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 241
Location: Strasbourg, france.

PostPosted: Sat May 15, 2004 2:47 pm    Post subject: Reply with quote

euh, ca fais quoi de barbar ?
au faite, faut que je mette ACCEPT_KEYWORDS="~x86" aussi, donc je fais ca :

SANDBOX_DISABLED=1 ACCEPT_KEYWORDS="~x86" emerge nvidia-kernel
??
Back to top
View user's profile Send private message
SirRobin2318
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 241
Location: Strasbourg, france.

PostPosted: Sat May 15, 2004 2:59 pm    Post subject: Reply with quote

wéééééé genial ca marche ! je vous aime les gars, a moi les joies de chromium et de tuxracer :D

donc tout est reglé sauf l'UDF...
Back to top
View user's profile Send private message
SirRobin2318
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 241
Location: Strasbourg, france.

PostPosted: Sat May 15, 2004 3:30 pm    Post subject: Reply with quote

d'ailleurs, je viens d'emerger chromium, mais j'arrive pas a le lancer.

$ /usr/games/bin/chromium-setup
bash: /usr/games/bin/chromium-setup: Permission denied

"chromium" tout seul ca marche pas, et j'ai essayé de les chmoder (/usr/games/bin/chromium-setup, et /usr/games/bin/chromium)
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Sat May 15, 2004 3:58 pm    Post subject: Reply with quote

poru utiliser les jeux (tout ce qui est dans /usr/games), il faut rajouter ton utilisateur au groupe "games" normalement.
Sinon, il y a plein de problemes de droits
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sat May 15, 2004 4:23 pm    Post subject: Reply with quote

SirRobin2318 wrote:
euh, ca fais quoi de barbar ?
au faite, faut que je mette ACCEPT_KEYWORDS="~x86" aussi, donc je fais ca :

SANDBOX_DISABLED=1 ACCEPT_KEYWORDS="~x86" emerge nvidia-kernel
??


Pour le nvidia-kernel je dirais plutot :
Code:

echo "media-video/nvidia-kernel ~x86" >> /etc/portage/package.keywords
echo "media-video/nvidia-glx ~x86" >> /etc/portage/package.keywords

Infos ici
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum