Atheros madwifi mit OpenSuse

Aus crazylinux.de
Zur Navigation springen Zur Suche springen

Treiber bauen für den aktuellen Suse-Kernel, da madwifi.org diesen nicht hat.

laut http://madwifi.org/wiki/UserDocs/Distro/SuSE:

For SUSE 11.x there are precompiled packages available at http://madwifi.org/suse. If you want to build madwifi yourself, you need to have kernel-source installed and configured. The best choice is rebuilding an original source rpm package in 4 steps:

  • get SuSE source package for example from http://madwifi.org/suse/11.0/src/madwifi-0.9.4-1.src.rpm
  • check before the rebuilding if you have installed kernel sources, kernel-syms, C/C++ compilation tools and sharutils
  • rebuild source package # rpmbuild --rebuild madwifi-0.9.x.src.rpm
  • log in as a root, install rebuilded kernel package from /usr/src/packages/RPMS/_architecture_/ for current kernel you can check it and install for example by this way: # uname -a
  • rpm -ihv /usr/src/packages/RPMS/i586/madwifi-kmp-default-0.9.1_2.6.16.21_0.25-1.1.i586.rpm /usr/src/packages/RPMS/i586/madwifi-0.9.1-1.1.i586.rpm