Hallo!
openSuSE 11.4(i586) - Kernel 2.6.37; Bin seit einiger Zeit am erkunden von Linux.
Beim Einrichten von WLAN verstehe ich überhaupt nichts mehr.
Mein WLAN Adapter: Realtek8188ce - Single-Chip IEEE 802.11b/g/n 1T1R WLAN Controller with PCI Express Interface
Einen Linux-Treiber fand ich hier:
Realtek
Nach dem Entpacken: Readme:
Release Date: 2011-03-29, ver 0003
Realtek Linux mac80211 based driver:
–This driver supports follwing RealTek PCIE Wireless LAN NICs:
RTL8188CE/RTL8192CE
RTL8191SE/RTL8192SE
RTL8192DE
–This driver supports follwing Linux OS:
Fedora Core
Debian
Mandriva
Open SUSE
Gentoo
MeeGo
android 2.2 (froyo-x86), etc.
–This driver supports follwing kernel versions:
kernel version >= 2.6.35
–how to support old kernel like 2.6.24-2.6.34
We don’t support kernel 2.6.24-2.6.34 directly, Because there are
lots of issues in mac80211 from kernel 2.6.24-2.6.34 and some functions
may not be included, So we suggest you to use the latest kernel >= 2.6.35.
but if you want to use it in old kernel you can use compat-wireless.
compat-wireless is a compat version of mac80211 driver,
it have fixed lots of issues of mac80211 in the old kerneli,
and maybe some new functions have been included into it,
and it can be build from kernel 2.6.24 to the latest kernel.
To support RTL819X in you old kernel, you can build and install
compat-wireless with this driver in you old kernel (2.6.24-2.6.34),
and all wireless moudles will be re-installed by compat-wireless
include mac80211&cfg80211&nl80211, and then you can have the same
wireless modules which have been used in the latest kernel.
You can get more information from [stable - Linux Wireless](http://wireless.kernel.org/en/users/Download/stable)
for how to build compat-wireless with our driver.
you can also download the latest compat-wireless from:
[stable - Linux Wireless](http://wireless.kernel.org/en/users/Download/stable)
========================================================================================
I. Component
The driver is composed of several parts:
1. Firmare to make nic work
1.1 firmare/rtlwifi
2. Module source code
2.1 ./*
2.2 rtl8192ce
2.2 rtl8192se
2.2 rtl8192de
3. Script to build the modules
3.1 Makefile
========================================================================================
II. Compile & Installation & uninstall
You can enter top-level directory of driver and execute follwing command to
Compile, Installation, or uninstall the driver:
1. Change to Super User
sudo su
2. Compile driver from the source code
make
3. Install the driver to the kernel
make install
reboot
4. uninstall driver
make uninstall
Mein erster Versuch des Kompilierens.
#./configure --help
bash: ./configure: Datei oder Verzeichnis nicht gefunden
#make
make -C /lib/modules/2.6.37.6-0.5-desktop/build M=/usr/local/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011 modules
make: *** /lib/modules/2.6.37.6-0.5-desktop/build: Datei oder Verzeichnis nicht gefunden. Schluss.
make: *** [all] Fehler 2
Da habe ich wohl so ziemlich alles falsch gemacht!
Aber wie macht man’s richtig? Hilfe dringend erbeten!