Linux 14.982 Themen, 106.376 Beiträge

Netzwerkkarte für Linux und Windows

Vladimir3 / 5 Antworten / Flachansicht Nickles

Hallo,

ich habe Windows 2000 und Linux(Debian sarge) auf meinem PC. Welche Netzwerkkarte soll ich kaufen, die von beiden Betriebssystemen erkannt wird?
Welche Kriterien sollte ich beachten?

Vielen Dank.

bei Antwort benachrichtigen
Realtek gerfield
KarstenW Nachtrag zu: „PS: Die Hardwarerkennung ist nur zur automatischen konfiguration gedacht. Es...“
Optionen

Wenn du wiedemal nicht weißt welche Hardware unterstützt wird, dann kannst du mal einen eigenen Kern konfigurieren. Das ist alles menügeführt und es wird immer eine recht gute Online-Hilfe angezeigt.

Du installierst die kernel-Sourcen, den gcc, die binutils, make Programm und die ncurses-Bibliothek.

Dann entpackst du die Kernel-Sourcen unter /usr/src/kernelxxxxx und gibts auf der Kommadozeile "make menuconfig" ein.
Danach wird ein Dialog angezeigt, der für die Konfiguration eines eigenen Kerns gedacht ist. Man kann aber auch sehr schön herausfinden, welche Hardwarekomponenten momentan unterstützt werden.
Beispiel für 100 MBit/s Netzwerkkarten aus dem 2.6.12er Linux-Kernel:

Sun GEM support │ │
│ │ [ ] 3COM cards │ │
│ │ AMD LANCE and PCnet (AT1500 and NE2100) support │ │
│ │ [ ] Western Digital/SMC cards │ │
│ │ [ ] Racal-Interlan (Micom) NI cards │ │
│ │ Tulip family network device support ---> │ │
│ │ AT1700/1720 support (EXPERIMENTAL) │ │
│ │ DEPCA, DE10x, DE200, DE201, DE202, DE422 support │ │
│ │ HP 10/100VG PCLAN (ISA, EISA, PCI) support │ │
│ │ [ ] Other ISA cards │ │
│ │ [*] EISA, VLB, PCI and on board controllers │ │
│ │ AMD PCnet32 PCI support │ │
│ │ AMD 8111 (new PCI lance) support │ │
│ │ Adaptec Starfire/DuraLAN support │ │
│ │ Ansel Communications EISA 3200 support (EXPERIMENTAL) │ │
│ │ Apricot Xen-II on board Ethernet │ │
│ │ Broadcom 4400 ethernet support (EXPERIMENTAL) │ │
│ │ Reverse Engineered nForce Ethernet support (EXPERIMENTAL) │ │
│ │ CS89x0 support │ │
│ │ EtherExpressPro/100 support (eepro100, original Becker driver) │ │
│ │ Intel(R) PRO/100+ support │ │
│ │ Myson MTD-8xx PCI Ethernet support │ │
│ │ National Semiconductor DP8381x series PCI Ethernet support │ │
│ │ PCI NE2000 and clones support (see help) │ │
│ │ RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL) │ │
│ │ RealTek RTL-8139 PCI Fast Ethernet Adapter support │ │
│ │ [*] Use PIO instead of MMIO │ │
│ │ [ ] Support for uncommon RTL-8139 rev. K (automatic channel equalization) │ │
│ │ [ ] Support for older RTL-8129/8130 boards │ │
│ │ [ ] Use older RX-reset method │ │
│ │ SiS 900/7016 PCI Fast Ethernet Adapter support │ │
│ │ SMC EtherPower II │ │
│ │ Sundance Alta support │ │
│ │ TI ThunderLAN support │ │
│ │ VIA Rhine support │ │

Debian GNU/Linux https://www.debian.org/index.de.html
bei Antwort benachrichtigen
3Com REPI