Eine Warnung vorneweg: Ich bin blutiger Anfänger was Debian, und linux im allgemeinen betrifft.
Doch zu meinem Problem:
Ich habe kfreebsd-amd64 soweit Erfolgreich? mit xcfe installiert, die onboard netzwerkkarte wurde auch problemlos erkannt und der Treiber hierfür installiert.
Ich versuche nun krampfhaft den Treiber für die andere Netzwerkkarte zu installieren.
lspci gibt mir als Ausgabe:
Code: Alles auswählen
00:00.0 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a1)
00:01.0 ISA bridge: NVIDIA Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: NVIDIA Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB controller: NVIDIA Corporation MCP61 USB 1.1 Controller (rev a2)
00:02.1 USB controller: NVIDIA Corporation MCP61 USB 2.0 Controller (rev a2)
00:04.0 PCI bridge: NVIDIA Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: NVIDIA Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: NVIDIA Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)
[b]01:0a.0 Ethernet controller: Alteon Networks Inc. AceNIC Gigabit Ethernet (rev 01)[/b]
02:00.0 VGA compatible controller: NVIDIA Corporation G73 [GeForce 7600 GS] (rev a1)
Ich habe die im http://wiki.debian.org/acenicDebian Wiki beschriebene Vorgehensweise versucht, scheitere jedoch am laden des Treibers mit modprobe
Code: Alles auswählen
root@Pioneer:/home/deimos# modprobe -r acenic ; modprobe acenic
modprobe: invalid option -- 'r'
usage: kldload [-qv] file ...
modprobe: can't load acenic: No such file or directory
root@Pioneer:/home/deimos#
Code: Alles auswählen
modprobe: can't load acenic: No such file or directory
Mit freundlichen Grüßen
Deimos