gytothTudnál nekem segíteni még egy kicsit? Utánanéztem kicsit a dolognak, de elakadtam.
Ilyen kártyám van: Intel Corporation PRO/Wireless 4965 AG or AGN
Ezt a linket követtem: http://www.intellinuxwireless.org/index.php?p=iwlwifi&n=howto-iwlwifi
1. mac80211 subsystem:
$ modprobe mac80211
$ lsmod | grep mac80211
mac80211 238128 2 iwlagn,iwlcore
cfg80211 148386 3 iwlagn,iwlcore,mac80211
Ez ugye pipa, jónak tűnik.
2. install the microcode (ucode):
$ wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-4.44.17.tgz
$ tar xvf iwlwifi-4965-ucode-4.44.17.tgz
$ cp iwlwifi-4965-ucode-4.44.17/iwlwifi-4965.ucode /lib/firmware/
Ez is megvolt.
3. Next, download, build, and install the iwlwifi driver:
$ wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1.2.25.tgz
$ tar xvf iwlwifi-1.2.25.tgz
$ cd iwlwifi-1.2.25
$ make
$ make install
Ez kellene csinálni. Make után ezt kapom:
$ make
Makefile:24:
Makefile:25: WARNING: $SHELL not set to bash.
Makefile:26: If you experience build errors, try
Makefile:27: 'make SHELL=/bin/bash'.
Makefile:28:
Kernel Makefile not found at '/lib/modules/2.6.32-21-generic/source'
chmod: cannot access `compatible/*': No such file or directory
/bin/sh: cannot create compatible/kversion: Directory nonexistent
-e
Makefile has been modified by generate_compatible, please run `make' again
make: *** [compatible/kversion] Error 1
Azt értem, hogy vmi hiányzik neki. Eddig megvan /lib/modules/2.6.32-21-generic/
Erre már nem találtam dr gugliban sok mindent.
Tudnál nekem segíteni? Kéne naon a wifi nekünk, mert egy új jövevény miatt :) át kellett rendezkedni és így nem bírunk netezni. Köszönöm előre is!