Linux Distri, Treibersupport

Seite 1 von 1 - Forum: Linux and other OS auf overclockers.at

URL: https://www.overclockers.at/linux/linux_distri_treibersupport_219452/page_1 - zur Vollversion wechseln!


HP schrieb am 07.10.2010 um 16:20

Wie kann ich nach der Installation einer Linux Distribution überprüfen, ob bestimmte Treiber mit dabei sind? Also zu vergleichen mit Windows, das kommt ja auch schon mit einer gewissen Menge an Treibern daher.

Danke euch!


deftenski schrieb am 07.10.2010 um 16:29

Code:
modprobe -l


COLOSSUS schrieb am 07.10.2010 um 16:30

'modprobe -l' - listet dir alle fuer den gegenwaertigen Kernel installierten Module auf. Welches Module welche Hardware ansteuern kann, kannst du mit 'modinfo <modulname>' herausfinden, ueber die Zeilen, die mit "alias: " beginnen (da stecken Vendor und Device ID drin).


HP schrieb am 07.10.2010 um 16:35

Sehr cool, danke! Ich werds mal ausprobieren.


HP schrieb am 07.10.2010 um 19:01

Andere Frage: wenn ich nun ein Device habe, für welches mir ein Treiber fehlt, ich jedoch die PCI ID benötige, wie komm ich zu dieser?


COLOSSUS schrieb am 07.10.2010 um 19:12

Code:
lspci -nnk

Unmittelbar davor kann ein `update-pciids` (kann auch auf .sh enden bei manchen Distributionen) nicht schaden, das holt dir eine aktuellere Liste von ID->Device Name-Zuordnungen.


HP schrieb am 07.10.2010 um 21:11

Hm, hab nur diese Parameter, sehe ich damit alle PCI Devices?

Usage: lspci [<switches>]

-vBe verbose
-nShow numeric ID's
-bBus-centric view (PCI addresses and IRQ's instead of those seen by the CPU)
-xShow hex-dump of the standard portion of config space
-xxxShow hex-dump of the whole config space (dangerous; root only)
-xxxxShow hex-dump of the 4096-byte extended config space (root only)
-s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]]Show only devices in selected slots
-d [<vendor>]:[<device>]Show only selected devices
-tShow bus tree
-mProduce machine-readable output
-i <file>Use specified ID database instead of /usr/share/hwdata/pci.ids
-DAlways show domain numbers
-MEnable `bus mapping' mode (dangerous; root only)
-P <dir>Use specified directory instead of /proc/bus/pci
-H <mode>Use direct hardware access (<mode> = 1 or 2)
-F <file>Read configuration data from given file
-GEnable PCI access debugging


that schrieb am 07.10.2010 um 22:41

Ja - einfach "lspci" ohne Parameter liefert eine kurze Zusammenfassung aller gefundenen PCI-Geräte.


COLOSSUS schrieb am 07.10.2010 um 22:42

Ja, du hast eine etwas alte Version anscheinend.

Code:
lspci -nn
sollte trotzdem das anzeigen, was du brauchst. Wenn nicht musst du `lspci` und `lspci -n` haendisch zusammenklauben, oder halt `paste` verwenden.




overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025