TL-WN727N wireless USB adaptörü için ubuntu kurulumu için yardım isteği. Arkadaşlar bu konuda yardımlarınıza ihtiyacım var. internet taramalarım pek netice vermedi. ubuntu forumlarında dolaşan bi kod var:
işe yaradığını söyleyemem. bi yerde edimax'in linux sürücülerini kurulup çalıştırılabileceği yazılı ama yine de işi buradaki ehillere sormak istiyorum.
Tp Link ile temasa geçtim bana gönderdiği mesaj özetle şöyle:
Thank you for choosing TP-LINK.
We only offer the driver for windows system, because TL-WN727N adapter haven't been tested on other operating systems like Linux. However, there is a way you can try. Please check the hardware version of your adapter, and then you can go to the supplier's official website, or search the information on google to see if there is a driver available for Linux.
Here are the Chip information of TL-WN727N for different hardware versions. TL-WN727N V1: The chip supplier is Ralink, and chip model no. is RT3070. TL-WN727N V3: The chip supplier is Ralink, and chip model no. is RT5370. TL-WN727N V4: The chip supplier is MTK, and chip model no. is 7601UN.
NOTICE: We cannot guarantee the adapter can work properly, even if there is a driver available for Linux on supplier's official website or on line. Thanks for your understanding.
Yani bana bendeki adaptörün versiyonuna göre diğer bazı üreticilerin sürücülerini derleyip yüklememi istiyor. benim adaptörün versiyonu v4, biraz araştırdım ve mediatek'in sitesinden RT2870 nolu sürücünün kurulup çalıştırılabileceğini öğrendim. Tabiki bu işin en kolay kısmı. Sürücünün linux için bi yönergesi mevcut. Linux bilenlere kolay gelecektir ama ilgilenen olursa yardımlarını bekliyorum.
READ ME aynen şöyle:
Build Instructions: ====================
1> $tar -xvzf DPB_RT2870_Linux_STA_x.x.x.x.tgz go to "./DPB_RT2870_Linux_STA_x.x.x.x" directory.
2> In Makefile set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX" define the linux kernel source include file path LINUX_SRC modify to meet your need.
3> In os/linux/config.mk define the GCC and LD of the target machine define the compiler flags CFLAGS modify to meet your need. ** Build for being controlled by NetworkManager or wpa_supplicant wext functions Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'. => #>cd wpa_supplicant-x.x => #>./wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d ** Build for being controlled by WpaSupplicant with Ralink Driver Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'. => #>cd wpa_supplicant-0.5.7 => #>./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
4> $make # compile driver source code # To fix "error: too few arguments to function ¡¥iwe_stream_add_event" => $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
7> unload driver $/sbin/ifconfig ra0 down $/sbin/rmmod rt2870sta
CONFIGURATION: ==================== RT2870 driver can be configured via following interfaces, i.e. (i)"iwconfig" command, (ii)"iwpriv" command, (iii) configuration file
i) iwconfig comes with kernel. ii) iwpriv usage, please refer to file "iwpriv_usage.txt" for details. iii)modify configuration file "RT2870STA.dat" in /etc/Wireless/RT2870STA/RT2870STA.dat.
Configuration File : RT2870STA.dat --------------------------------------- # Copy this file to /etc/Wireless/RT2870STA/RT2870STA.dat # This file is a binary file and will be read on loading rt.o module. # # Use "vi RT2870STA.dat" to modify settings according to your need. # # 1.) set NetworkType to "Adhoc" for using Adhoc-mode, otherwise using Infrastructure # 2.) set Channel to "0" for auto-select on Infrastructure mode # 3.) set SSID for connecting to your Accss-point. # 4.) AuthMode can be "WEPAUTO", "OPEN", "SHARED", "WPAPSK", "WPA2PSK", "WPANONE" # 5.) EncrypType can be "NONE", "WEP", "TKIP", "AES" # for more information refer to the Readme file. # #The word of "Default" must not be removed Default CountryRegion=5 CountryRegionABand=7 CountryCode= SSID=Dennis2860AP NetworkType=Infra WirelessMode=9 Channel=0 BeaconPeriod=100 TxPower=100 BGProtection=0 TxPreamble=0 RTSThreshold=2347 FragThreshold=2346 TxBurst=1 WmmCapable=0 AckPolicy=0;0;0;0 AuthMode=OPEN EncrypType=NONE WPAPSK= DefaultKeyID=1 Key1Type=0 Key1Str= Key2Type=0 Key2Str= Key3Type=0 Key3Str= Key4Type=0 Key4Str= PSMode=CAM FastRoaming=0 RoamThreshold=70 HT_RDG=1 HT_EXTCHA=0 HT_OpMode=1 HT_MpduDensity=4 HT_BW=1 HT_AutoBA=1 HT_BADecline=0 HT_AMSDU=0 HT_BAWinSize=64 HT_GI=1 HT_MCS=33 HT_MIMOPSMode=3 EthConvertMode= EthCloneMac= IEEE80211H=0 TGnWifiTest=0 WirelessEvent=0 MeshId=MESH MeshAutoLink=1 MeshAuthMode=OPEN MeshEncrypType=NONE MeshWPAKEY= MeshDefaultkey=1 MeshWEPKEY= CarrierDetect=0