Hallo,
ich möchte einen wlanchip installieren, die Karte funktioniert noch nicht.
IM User Guid steht folgendes für die Installation:
2.2. Compile the Driver Use Terminal to go to the driver directory and run the following commands to compile the driver. $ make clean $ make After compiling, you can see a name of the chip.ko file is stored in the directory of the driver. 3. Load the Driver Here we show the 88x2bu.ko wireless driver loading process as an example. Run the following command to load the driver. $ sudo cp 88x2bu.ko /lib/modules/[kernel version]/kernel/drivers/net/wireless/ #[kernel version] is the directory name of the system kernel version $ sudo depmod –a $ sudo modprobe 88x2bu Or directly use insmod to load the driver. $ sudo insmod 88x2bu.ko After loading the driver, run the following command to check if the driver is successfully loaded. $ lsmod
der Treiber liegt bei mir im Desktop, wie müsste denn dann der Befehl fürs Terminal aussehen?
Moderiert von tomtomtom:
Aus dem Spamfilter geholt und ins passende Forum verschoben, da keinerlei Bezug zum Forum "XFCE (Xubuntu)" vorhanden.
Bearbeitet von kB:
Forensyntax korrigiert. Bitte verwende in Zukunft Codeblöcke, um die Übersicht im Forum zu verbessern!