[Nasıl] Atheros Communications AR242x 802.11abg Kablosuz Sürücüsü Yüklenmesi

Başlatan eldirr, 19 Eylül 2008 - 13:35:49

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

eldirr

Cihaz adı 'lspci -v' komutu ile aşağıdaki gibi görüntülenebilir.

01:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
Subsystem: Hewlett-Packard Company Unknown device 137a
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at 91300000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>


Sistem / Yönetim / Donanım Sürücüleri altında Atheros HAL ve Atheros Kablosuz kapatılır ve yeniden başlatılır.

Sürücünün derlenmesi için kernel başlıklarına ve  derleyiciye ihtiyaç duyulmaktadır bu yüzden 'build-essential' paketinin yüklenmesiyle başlanılır. Bunun için konsolda (Applications -> Accessories -> Terminal (Uygulamalar -> Donatılar -> Uçbirim)) aşağıdaki komut yazılır ve enter'a basılır.

sudo apt-get install build-essential

Sürücü kodları Subversion kaynak kodu yönetici ile indirileceği için önce onu yüklemek gerekmektedir;

sudo apt-get install subversion

Sürücünün diğer şeylerle karışmaması için ev dizinine geçilir;

cd ~

Ve bir klasör yaratılır;

mkdir madwifi

Ve yeni klasöre girilir;

cd madwifi

Sürücü kodunun bir kopyasını indirmek için Subversion programı kullanılır.

svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6

(Üstteki komut MadWifi'nin DNS problemleri yüzünden 'svn.madwifi.org'un bulunamaması şeklinde çalışmayabilir. Bu yazıyı okuduğunuzda bu problem büyük bir ihtimalle düzelmiş olacaktır fakat yine de karşılaşırsanız devam etmeden önce bu mesajın altındaki "svn.madwifi.org'un bulunamaması" bölümünü okuyun.)

Sürücü dosyaları Subversion tarafından indirildikten sonra, klasör 'madwifi-hal-0.10.5.6' olarak değiştirilir. (Sondaki numaralar farklı olabilir.)

cd madwifi-hal-0.10.5.6

Derleyicinin, sürücüyü derlemesi için 'make' komutu çalıştırılır;

make

Sürücü derlendikten sonra aşağıdaki komut ile yüklenir;

sudo make install

Atheros kernel modülünün, başlangıçta otomatik olarak yüklenmesi için /etc/modules dosyasına "ath_pci" olarak eklenmesi gerekmektedir.

Vi, nano veya gedit gibi bir text editörü ile dosyayı açılır. Gedit'in kullanımı kolay olacaktır;

gksu gedit /etc/modules

"ath_pci" eklenir, dosya kaydedilir ve kapanır.

Bilgisayar yeniden başlatılır ve artık çalışıyor olması gerekiyor. Bilgisayarı yeniden başlatmadan çalıştırmak için, modülün aşağıdaki gibi el ile yüklenmesi gerekmektedir;

sudo modprobe ath_pci

Laptop üzerindeki küçük kablosuz butonu her zaman turuncu yanıyor gibi duruyor. Basıldığında kablosuzu kapatıyor fakat hala turuncu kalıyor. WPA benim için çalışıyor. WEP'in de çalışacağını varsayabiliriz. WPA2 ile denenmemiştir.

"svn.madwifi.org"un bulunamaması:

Eğer svn.madwifi.org bulunamadı hatası alırsanız, IP adresini hosts dosyanıza ekleyebilirsiniz. Ben IP adresi 217.24.1.142 olan bu sayfayı buldum, http://madwifi.org/ticket/1982 .

/etc/hosts dosyasını açın ve "217.24.1.142 svn.madwifi.org" (tırnaklar olmadan) ekleyin. Ben hemen 127.0.1.1 satırından sonra ekledim.

sudo gedit /etc/hosts

Şimdi tekrar Subversion ile sürücü kodunu indirmekle devam edebilirsiniz. İşiniz bittikten sonra bu satırı dosyadan tekrar silin, böylece bir gün site taşınırsa DNS size en son güncel IP adresini verecektir.



Kaynak: http://ubuntuforums.org/showthread.php?t=902860


othking

wvn.madwifi.org sitesi açılmadı aşşağıda söylediklerinizi yaptım ve /etc/hosts komutunu girdiğimde permission denied cevabı geldi. yardım edin lütfen daha linuxta çok yeniyim

heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

othking

oldu sonunda ne kadar teşekkür etsem azdır 2 gündür bunla uğraşıp duruyordum. tekrar çok teşekkür ederim :) linuxa yeni başladım biraz karmaşık geliyor bunlar ama yinede windowsdan daha zevkli :)

heartsmagic

Alıntı yapılan: othking - 03 Aralık 2008 - 02:06:37
oldu sonunda ne kadar teşekkür etsem azdır 2 gündür bunla uğraşıp duruyordum. tekrar çok teşekkür ederim :) linuxa yeni başladım biraz karmaşık geliyor bunlar ama yinede windowsdan daha zevkli :)

Karmaşıklık bir süre sonra gidecektir. Neyin nerede olduğunu ve genel yapıyı anladığında daha da rahat edeceksin.

Birden fazla başlıkta sorunu dile getirmişsin sanırım, o başlıklara da bağlantı verirsen forum aramalarında kullanıcıların karşısına çıktığında rahat edilmiş olur.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

ibadeath


heartsmagic

Alıntı yapılan: ibadeath - 10 Aralık 2008 - 05:14:01
Merhaba Bu işlemi Ubuntu 8.10 64 bit içinde kullanabilir miyiz?

Sorun çıkmaz. Sonuçta sen kendin elle derliyorsun sürücüyü. Belli bir uyuşmazlık yoksa çalışması lazım.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

kaiserclown

svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6
bu koddan sonra şu hatayı alıyorum

Alıntı Yapahmet@ahmet-laptop:~$ sudo apt-get install subversion
[sudo] password for ahmet:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package subversion
ahmet@ahmet-laptop:~$ cd ~
ahmet@ahmet-laptop:~$ mkdir madwifi
mkdir: cannot create directory `madwifi': File exists
ahmet@ahmet-laptop:~$ cd madwifi
ahmet@ahmet-laptop:~/madwifi$ svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6
The program 'svn' is currently not installed.  You can install it by typing:
sudo apt-get install subversion
bash: svn: command not found
ahmet@ahmet-laptop:~/madwifi$
Sanırım hem subversion bende yüklenmedi hemde madwifi????

heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

kaiserclown

onu hallettim source tan değilmiş ama şimdi bitmesine rağmen tüm yaptıklarım bende wireless görünmüyor evimdeşuan wireless modemden kablo ile bağlanıyorum.. tek tek size her kod sonrası çıktıyı atacağım MSI ex610 kulllanıyorum.

kaiserclown

Alıntı Yapahmet@ahmet-laptop:~$ cd madwifi
ahmet@ahmet-laptop:~/madwifi$ svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6

Fetching external item into 'madwifi-hal-0.10.5.6/tools/ath_info'
Checked out external at revision 3901.

Checked out revision 3901.
ahmet@ahmet-laptop:~/madwifi$
ahmet@ahmet-laptop:~/madwifi$ cd madwifi-hal-0.10.5.6
ahmet@ahmet-laptop:~/madwifi/madwifi-hal-0.10.5.6$ make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.24-19-generic/build SUBDIRS=/home/ahmet/madwifi/madwifi-hal-0.10.5.6 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-19-generic'
  HOSTCC  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:26:19: error: stdio.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:27:19: error: errno.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:28:20: error: getopt.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:29:20: error: string.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:30:20: error: stdlib.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:33:22: error: sys/stat.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c: In function 'uudecode_usage':
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:37: warning: implicit declaration of function 'printf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:37: warning: incompatible implicit declaration of built-in function 'printf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c: At top level:
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:40: error: expected ')' before '*' token
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:70: error: expected ')' before '*' token
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c: In function 'main':
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:121: error: 'FILE' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:121: error: (Each undeclared identifier is reported only once
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:121: error: for each function it appears in.)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:121: error: 'src_stream' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:122: error: 'dst_stream' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:122: error: 'NULL' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:130: warning: implicit declaration of function 'getopt'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:134: error: 'optarg' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:138: warning: implicit declaration of function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:138: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:141: error: 'optind' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:142: error: 'stdin' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:144: warning: implicit declaration of function 'fopen'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:146: warning: implicit declaration of function 'fprintf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:146: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:146: error: 'stderr' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:147: warning: implicit declaration of function 'strerror'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:147: error: 'errno' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:147: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:148: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:152: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:156: warning: implicit declaration of function 'get_line_from_file'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:156: warning: assignment makes pointer from integer without a cast
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:157: warning: implicit declaration of function 'strncmp'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:164: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:165: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:168: warning: implicit declaration of function 'strtoul'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:170: warning: implicit declaration of function 'strchr'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:170: warning: incompatible implicit declaration of built-in function 'strchr'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:172: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:173: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:178: warning: implicit declaration of function 'strcmp'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:179: error: 'stdout' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:182: error: 'O_WRONLY' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:182: error: 'O_CREAT' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:182: error: 'O_TRUNC' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:186: error: 'O_EXCL' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:188: warning: implicit declaration of function 'open'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:189: error: 'S_IRWXU' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:189: error: 'S_IRWXG' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:189: error: 'S_IRWXO' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:191: warning: implicit declaration of function 'fdopen'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:193: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:194: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:195: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:199: warning: implicit declaration of function 'read_stduu'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:201: warning: implicit declaration of function 'fclose'
make[3]: *** [/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode] Error 1
make[2]: *** [/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal] Error 2
make[1]: *** [_module_/home/ahmet/madwifi/madwifi-hal-0.10.5.6] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic'
make: *** [modules] Error 2
ahmet@ahmet-laptop:~/madwifi/madwifi-hal-0.10.5.6$ sudo make install
[sudo] password for ahmet:
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.24-19-generic/build SUBDIRS=/home/ahmet/madwifi/madwifi-hal-0.10.5.6 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-19-generic'
  HOSTCC  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:26:19: error: stdio.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:27:19: error: errno.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:28:20: error: getopt.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:29:20: error: string.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:30:20: error: stdlib.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:33:22: error: sys/stat.h: No such file or directory
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c: In function 'uudecode_usage':
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:37: warning: implicit declaration of function 'printf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:37: warning: incompatible implicit declaration of built-in function 'printf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c: At top level:
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:40: error: expected ')' before '*' token
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:70: error: expected ')' before '*' token
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c: In function 'main':
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:121: error: 'FILE' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:121: error: (Each undeclared identifier is reported only once
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:121: error: for each function it appears in.)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:121: error: 'src_stream' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:122: error: 'dst_stream' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:122: error: 'NULL' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:130: warning: implicit declaration of function 'getopt'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:134: error: 'optarg' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:138: warning: implicit declaration of function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:138: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:141: error: 'optind' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:142: error: 'stdin' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:144: warning: implicit declaration of function 'fopen'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:146: warning: implicit declaration of function 'fprintf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:146: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:146: error: 'stderr' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:147: warning: implicit declaration of function 'strerror'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:147: error: 'errno' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:147: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:148: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:152: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:156: warning: implicit declaration of function 'get_line_from_file'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:156: warning: assignment makes pointer from integer without a cast
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:157: warning: implicit declaration of function 'strncmp'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:164: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:165: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:168: warning: implicit declaration of function 'strtoul'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:170: warning: implicit declaration of function 'strchr'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:170: warning: incompatible implicit declaration of built-in function 'strchr'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:172: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:173: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:178: warning: implicit declaration of function 'strcmp'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:179: error: 'stdout' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:182: error: 'O_WRONLY' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:182: error: 'O_CREAT' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:182: error: 'O_TRUNC' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:186: error: 'O_EXCL' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:188: warning: implicit declaration of function 'open'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:189: error: 'S_IRWXU' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:189: error: 'S_IRWXG' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:189: error: 'S_IRWXO' undeclared (first use in this function)
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:191: warning: implicit declaration of function 'fdopen'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:193: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:194: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:195: warning: incompatible implicit declaration of built-in function 'exit'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:199: warning: implicit declaration of function 'read_stduu'
/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode.c:201: warning: implicit declaration of function 'fclose'
make[3]: *** [/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode] Error 1
make[2]: *** [/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal] Error 2
make[1]: *** [_module_/home/ahmet/madwifi/madwifi-hal-0.10.5.6] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic'
make: *** [modules] Error 2
ahmet@ahmet-laptop:~/madwifi/madwifi-hal-0.10.5.6$

kaiserclown

bakın SV yükledim ve svn kodu ile uzun süre birşeyleri daha madwifi içindeki klasöre yükledi ama make sonrası BOLCA error ve waring var şuan da bende wireless görünmüyor Wired connection ve manuel conn. yazıyor sol üstte daha öncede nadwis. ile denemiş ama olmammıştı madwifi metodunu ilk şuan deniyorum

heartsmagic

Madwifi derlenmiyor, sorun vermiş dediğin gibi bolca. Biraz bakınmak gerekecek sanırım.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

galot

Ben de aynı marka dizüstü kullanıyorum @kaiserclown ile. Bendeki midwifi klasörünü göndersem arkadaşın sorununa çözüm olabilir mi?

kaiserclown

Alıntı Yapahmet@ahmet-laptop:~$ sudo apt-get install build-essential
[sudo] password for ahmet:
Sorry, try again.
[sudo] password for ahmet:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libwxbase2.6-0 libqt4-core libqt4-opengl libxosd2 libqt4-gui libwxgtk2.6-0
  libdc1394-13 vlc-plugin-pulse
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  dpkg-dev g++ g++-4.3 libc6-dev libstdc++6-4.3-dev libtimedate-perl patch
Suggested packages:
  debian-keyring g++-multilib g++-4.3-multilib gcc-4.3-doc libstdc++6-4.3-dbg
  glibc-doc manpages-dev libstdc++6-4.3-doc diff-doc
The following NEW packages will be installed:
  build-essential dpkg-dev g++ g++-4.3 libc6-dev libstdc++6-4.3-dev
  libtimedate-perl patch
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 6962kB/9552kB of archives.
After this operation, 35.2MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://tr.archive.ubuntu.com intrepid/main libtimedate-perl 1.1600-9 [30.1kB]
Get:2 http://tr.archive.ubuntu.com intrepid/main libstdc++6-4.3-dev 4.3.2-1ubuntu11 [1392kB]
Get:3 http://tr.archive.ubuntu.com intrepid/main g++-4.3 4.3.2-1ubuntu11 [4819kB]
Get:4 http://tr.archive.ubuntu.com intrepid/main g++ 4:4.3.1-1ubuntu2 [1446B] 
Get:5 http://tr.archive.ubuntu.com intrepid/main patch 2.5.9-5 [101kB]         
Get:6 http://tr.archive.ubuntu.com intrepid/main dpkg-dev 1.14.20ubuntu6 [612kB]
Get:7 http://tr.archive.ubuntu.com intrepid/main build-essential 11.4 [7170B] 
Fetched 6962kB in 3min59s (29.1kB/s)                                           
Selecting previously deselected package libtimedate-perl.
(Reading database ... 133777 files and directories currently installed.)
Unpacking libtimedate-perl (from .../libtimedate-perl_1.1600-9_all.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.8~20080505-0ubuntu7_amd64.deb) ...
Selecting previously deselected package libstdc++6-4.3-dev.
Unpacking libstdc++6-4.3-dev (from .../libstdc++6-4.3-dev_4.3.2-1ubuntu11_amd64.deb) ...
Selecting previously deselected package g++-4.3.
Unpacking g++-4.3 (from .../g++-4.3_4.3.2-1ubuntu11_amd64.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a4.3.1-1ubuntu2_amd64.deb) ...
Selecting previously deselected package patch.
Unpacking patch (from .../patch_2.5.9-5_amd64.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.14.20ubuntu6_all.deb) ...
Selecting previously deselected package build-essential.
Unpacking build-essential (from .../build-essential_11.4_amd64.deb) ...
Processing triggers for man-db ...
Setting up libtimedate-perl (1.1600-9) ...
Setting up libc6-dev (2.8~20080505-0ubuntu7) ...
Setting up patch (2.5.9-5) ...
Setting up dpkg-dev (1.14.20ubuntu6) ...
Setting up libstdc++6-4.3-dev (4.3.2-1ubuntu11) ...
Setting up g++-4.3 (4.3.2-1ubuntu11) ...
Setting up g++ (4:4.3.1-1ubuntu2) ...

Setting up build-essential (11.4) ...
ahmet@ahmet-laptop:~$ sudo apt-get install subversion
Reading package lists... Done
Building dependency tree       
Reading state information... Done
subversion is already the newest version.
The following packages were automatically installed and are no longer required:
  libwxbase2.6-0 libqt4-core libqt4-opengl libxosd2 libqt4-gui libwxgtk2.6-0
  libdc1394-13 vlc-plugin-pulse
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ahmet@ahmet-laptop:~$ cd ~
ahmet@ahmet-laptop:~$ mkdir madwifi
mkdir: cannot create directory `madwifi': File exists
ahmet@ahmet-laptop:~$ cd madwifi
ahmet@ahmet-laptop:~/madwifi$ svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6

Fetching external item into 'madwifi-hal-0.10.5.6/tools/ath_info'
Checked out external at revision 3901.

Checked out revision 3901.
ahmet@ahmet-laptop:~/madwifi$ cd madwifi-hal-0.10.5.6
ahmet@ahmet-laptop:~/madwifi/madwifi-hal-0.10.5.6$ make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.24-19-generic/build SUBDIRS=/home/ahmet/madwifi/madwifi-hal-0.10.5.6 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-19-generic'
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath/if_ath.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath/if_ath_radar.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath/if_ath_hal_extensions.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath/if_ath_pci.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath/ath_pci.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/ah_os.o
  HOSTCC  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/uudecode
  UUDECODE /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/x86_64-elf._hal.o
  UNMANGLE /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/x86_64-elf.hal.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/ath_hal.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/amrr/amrr.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/amrr/ath_rate_amrr.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/minstrel/minstrel.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/minstrel/ath_rate_minstrel.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/onoe/onoe.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/onoe/ath_rate_onoe.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/sample/sample.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/sample/ath_rate_sample.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/if_media.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_skb.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_beacon.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_crypto.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_crypto_none.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_input.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_node.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_output.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_power.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_proto.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_scan.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_wireless.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_linux.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_monitor.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_rate.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_acl.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_crypto_ccmp.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_scan_ap.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_scan_sta.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_crypto_tkip.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_crypto_wep.o
  CC [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/ieee80211_xauth.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_wep.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_tkip.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_ccmp.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_acl.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_xauth.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_scan_sta.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_scan_ap.o
  Building modules, stage 2.
  MODPOST 14 modules
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath/ath_pci.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath/ath_pci.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/ath_hal.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal/ath_hal.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/amrr/ath_rate_amrr.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/amrr/ath_rate_amrr.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/minstrel/ath_rate_minstrel.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/minstrel/ath_rate_minstrel.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/onoe/ath_rate_onoe.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/onoe/ath_rate_onoe.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/sample/ath_rate_sample.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/sample/ath_rate_sample.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_acl.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_acl.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_ccmp.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_ccmp.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_scan_ap.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_scan_ap.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_scan_sta.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_scan_sta.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_tkip.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_tkip.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_wep.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_wep.ko
  CC      /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_xauth.mod.o
  LD [M]  /home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211/wlan_xauth.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic'
make -C ./tools all || exit 1
make[1]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools'
for d in ath_info; do \
      make -C $d || exit 1; \
   done
make[2]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools/ath_info'
gcc -g -O2 -W -Wall -c ath_info.c
ath_info.c: In function 'main':
ath_info.c:2841: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
gcc -g -O2 -W -Wall  -o ath_info ath_info.o
make[2]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools/ath_info'
gcc -o athstats -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal -I../ath  athstats.c
athstats.c: In function 'main':
athstats.c:289: warning: format not a string literal and no format arguments
athstats.c:291: warning: format not a string literal and no format arguments
athstats.c:311: warning: format not a string literal and no format arguments
athstats.c:313: warning: format not a string literal and no format arguments
athstats.c:348: warning: format not a string literal and no format arguments
gcc -o 80211stats -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  80211stats.c
80211stats.c: In function 'main':
80211stats.c:287: warning: format not a string literal and no format arguments
gcc -o athkey -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  athkey.c
gcc -o athchans -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  athchans.c
gcc -o athctrl -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  athctrl.c
gcc -o athdebug -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  athdebug.c
gcc -o 80211debug -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  80211debug.c
gcc -o wlanconfig -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  wlanconfig.c
wlanconfig.c: In function 'list_keys':
wlanconfig.c:779: warning: ignoring return value of 'system', declared with attribute warn_unused_result
wlanconfig.c: In function 'ieee80211_status':
wlanconfig.c:895: warning: ignoring return value of 'system', declared with attribute warn_unused_result
gcc -o wpakey -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  wpakey.c
make[1]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools'
ahmet@ahmet-laptop:~/madwifi/madwifi-hal-0.10.5.6$ sudo make install
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.24-19-generic/build SUBDIRS=/home/ahmet/madwifi/madwifi-hal-0.10.5.6 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-19-generic'
  Building modules, stage 2.
  MODPOST 14 modules
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic'
sh scripts/find-madwifi-modules.sh -r 2.6.24-19-generic
for i in ath/ ath_hal/ ath_rate/ net80211/; do \
      make -C $i install || exit 1; \
   done
make[1]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath'
test -d //lib/modules/2.6.24-19-generic/net || mkdir -p //lib/modules/2.6.24-19-generic/net
install -m 0644 ath_pci.ko //lib/modules/2.6.24-19-generic/net
make[1]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath'
make[1]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal'
test -d //lib/modules/2.6.24-19-generic/net || mkdir -p //lib/modules/2.6.24-19-generic/net
install -m 0644 ath_hal.ko //lib/modules/2.6.24-19-generic/net
make[1]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_hal'
make[1]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate'
for i in amrr/ onoe/ sample/ minstrel/; do \
      make -C $i install || exit 1; \
   done
make[2]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/amrr'
test -d //lib/modules/2.6.24-19-generic/net || mkdir -p //lib/modules/2.6.24-19-generic/net
install -m 0644 ath_rate_amrr.ko //lib/modules/2.6.24-19-generic/net
make[2]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/amrr'
make[2]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/onoe'
test -d //lib/modules/2.6.24-19-generic/net || mkdir -p //lib/modules/2.6.24-19-generic/net
install -m 0644 ath_rate_onoe.ko //lib/modules/2.6.24-19-generic/net
make[2]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/onoe'
make[2]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/sample'
test -d //lib/modules/2.6.24-19-generic/net || mkdir -p //lib/modules/2.6.24-19-generic/net
install -m 0644 ath_rate_sample.ko //lib/modules/2.6.24-19-generic/net
make[2]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/sample'
make[2]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/minstrel'
test -d //lib/modules/2.6.24-19-generic/net || mkdir -p //lib/modules/2.6.24-19-generic/net
install -m 0644 ath_rate_minstrel.ko //lib/modules/2.6.24-19-generic/net
make[2]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate/minstrel'
make[1]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/ath_rate'
make[1]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211'
test -d //lib/modules/2.6.24-19-generic/net || mkdir -p //lib/modules/2.6.24-19-generic/net
for i in wlan.o wlan_wep.o wlan_tkip.o wlan_ccmp.o wlan_acl.o wlan_xauth.o wlan_scan_sta.o wlan_scan_ap.o; do \
      f=`basename $i .o`; \
      install -m 0644  $f.ko //lib/modules/2.6.24-19-generic/net; \
   done
make[1]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/net80211'
(export KMODPATH=/lib/modules/2.6.24-19-generic/net; /sbin/depmod -ae 2.6.24-19-generic)
make -C ./tools all || exit 1
make[1]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools'
for d in ath_info; do \
      make -C $d || exit 1; \
   done
make[2]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools/ath_info'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools/ath_info'
make[1]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools'
make -C ./tools install || exit 1
make[1]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools'
for d in ath_info; do \
      make -C $d || exit 1; \
   done
make[2]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools/ath_info'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools/ath_info'
install -d /usr/local/bin
for i in athstats 80211stats athkey athchans athctrl athdebug 80211debug wlanconfig wpakey; do \
      install $i /usr/local/bin/$i; \
      strip /usr/local/bin/$i; \
   done
install -d /usr/local/man/man8
install -m 0644 man/*.8 /usr/local/man/man8
install ../scripts/madwifi-unload /usr/local/bin/madwifi-unload
for d in ath_info; do \
      make -C $d install || exit 1; \
   done
make[2]: Entering directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools/ath_info'
install -d /usr/local/bin
install -m 755 ath_info /usr/local/bin
install -d /usr/local/share/man/man8
install -m 644 ath_info.8 /usr/local/share/man/man8
make[2]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools/ath_info'
make[1]: Leaving directory `/home/ahmet/madwifi/madwifi-hal-0.10.5.6/tools'
ahmet@ahmet-laptop:~/madwifi/madwifi-hal-0.10.5.6$ gksu gedit /etc/modules
ahmet@ahmet-laptop:~/madwifi/madwifi-hal-0.10.5.6$ sudo modprobe ath_pci
ahmet@ahmet-laptop:~/madwifi/madwifi-hal-0.10.5.6$
arkadaşlar galot 8.10 kullanıyorum deyince sürüm yükselttim bugün herşeyi temizleyip tekrar denedim şimdi eror görünmüyor ama zaten madwifi vardı sanırım ondan şuan Yine bağlantı yok acaba 64 bitten mi 32 mi yüklesem evde wireless var bende yok :D

galot


kaiserclown


burada görünmesi gerekiyor sanırım üzgünüm ben KDE networke alışığım ubuntuyu yenileyince network manager ile hardware drivers ta değişti yenisinde.SAnırım bulamıyorum SUSE ve Pardus ta görüyordu Wireless'ı (ndisw. metodu ile windows driverlsrı göstermiştim) onda da bağlanamıyor tanıtılamıyordu..Yardımcı olursanız adım adım ÇOK sevinirim ADSL bağlanmam lazım

heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

kaiserclown

ahmet@ahmet-laptop:~$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

pan0      no wireless extensions.

ahmet@ahmet-laptop:~$ iwlist scan
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

pan0      Interface doesn't support scanning.

ahmet@ahmet-laptop:~$

kaiserclown

bulunduğum odamda 12 adet wireless bağlantı var zaten kendi odamda da wireless modemim var  :'(

heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

kaiserclown

Alıntı yapılan: heartsmagic - 10 Ocak 2009 - 00:44:02
Kart hâlâ tanınmamış. Sorun devam ediyor kısacası.
aslında kodu biliyorum daha önce dediğim gibi windows driverları ile tanıtma yöntemi ki ubuntuforums ta yazılmış denedim oda fayda etmedi koyduğum önceki sayfadaki log dan da görüleceği gibi kodları eksiksiz girdim.Madwifi klasörü oluştu sanırım 32 bit ubuntu olması lazım yani aklıma gelen başka bir mantık yok artık açıkçası...

heartsmagic

Derleme olmuş gibi görünüyor sorun göremedim ben.

lsmod


çıktısında modül görünüyorsa kart neden çalılmaz bilemiyorum.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

kaiserclown

sudo apt-get install build-essential
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo apt-get install subversion
sudo ndiswrapper -e net5211
sudo modprobe -r ndiswrapper
sudo apt-get remove --purge ndiswrapper-common ndiswrapper-utils ndisgtk
gksudo gedit /etc/modprobe.d/blacklist
svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6

aklıma geldi hala belki önceki ubuntunun tanıdıpı driver izleri kalabilir diye ve yukardaki kodları girdim (diğer sayfadan atheros topicinden)
ancak ordaki kodların subversion çalışmasına gelince yazmadım yeniden başlattım ve tekrar madwifiyi sudo installadım ve şuan Wireless ım var 2 atheros topici birleşince işime yaradı ÇOK sağoln yardım ettiğiniz için.

heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.