Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
drivers
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
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Mon May 26, 2003 4:37 pm    Post subject: drivers Reply with quote

comment faire pour connaître le nom des drivers qu'on a sur la machine.
Et ils se trouvent, dans quel dossier
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Mon May 26, 2003 4:38 pm    Post subject: Reply with quote

non c'est bon j'ai trouver
Back to top
View user's profile Send private message
sebweb
Apprentice
Apprentice


Joined: 29 Jan 2003
Posts: 220
Location: Bordeaux - France

PostPosted: Mon May 26, 2003 6:33 pm    Post subject: Reply with quote

et c'est ou alors ?
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Mon May 26, 2003 7:38 pm    Post subject: Reply with quote

pour mon problème c'était dans /etc/modules.d/ je cherchais le nom du driver nvidia
Back to top
View user's profile Send private message
DuF
Advocate
Advocate


Joined: 09 Dec 2002
Posts: 2687
Location: Paris

PostPosted: Mon May 26, 2003 10:50 pm    Post subject: Reply with quote

sinon dans /proc on trouve tout en général.
Code:
charli@gentoo:~$ cat /proc/driver/nvidia/cards/0
Model:           GeForce2 GTS/GeForce2 Pro
IRQ:             10
Video BIOS:      03.15.01.00.00
Card Type:       AGP

Code:
charli@gentoo:~$ cat /proc/driver/nvidia/agp/card
Fast Writes:     Supported
SBA:             Not Supported
AGP Rates:       4x 2x 1x
Registers:       0x1f000017:0x00000000


Voilà ce que l'on peut trouver par exemple.
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3636
Location: Belgium

PostPosted: Tue May 27, 2003 12:23 am    Post subject: Reply with quote

Tout dépend de ce qu'on cherche ;)
- les modules installés disponibles : /lib/modules/(version kernel)/
- les dépendances de modules : /lib/modules/(version kernel)/modules.dep
- les modules chargés en mémoire : lsmod
- la configuration des modules : /etc/modules.d/, /etc/modules.conf, /etc/modules.autoload.d/, /etc/modules.autoload
- des infos plus spécifiques à propos d'un module chargé : /proc/
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