Alfa AWUS036NHR Wireless Adaptör Driver Kurma Sorunu

Başlatan tolga3589, 02 Ekim 2011 - 22:26:08

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

tolga3589

Sa

Merhaba arkadaşlar bu adaptörü aldım cd'yi takıp windows 7'de kurdum sorunsuz bir şekilde fakat backtrack 5 r1 gnome cdyi taktıgım kurulmadı... CD'nin içindeki linux driverını pcye attım ve install.sh scripti vardı terminalde çalıştırdım  kuruluyor gibi olsada sonunda şu hatayı alıyorum;

make2: * [/root/Desktop/RTL8192CU_8188CUS_8188CE-VAU_linux_v3.0.2164.20110715/driver/rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_cmd.o] Error 1
make1: * module_/root/Desktop/RTL8192CU_8188CUS_8188CE-VAU_linux_v3.0.2164.20110715/driver/rtl8192_8188CU_linuxv3.0.2164.20110715] Error 2
make1: Leaving directory `/usr/src/linux-source-2.6.39.4'
make: * [modules] Error 2
Compile make driver error: 2, Please check error Mesg


Burda ingilizce anlatımı var anlamıyorum maalesef: http://alfanetworkinc.blogspot.com/2011/08/alfa-awus036nhr-backtrack5-installation.html

Ve driverı nasıl kuracağım bilgisi var fakat ingilizce oldugu için anlamıyorum ben direk açıklamaları buraya yazıyorum yardımcı olacak biri varsa çok sevinirim..

===============================================================================
          Software Package - Component
===============================================================================
     1. ReleaseNotes.doc

     2. document/
          2.1 sample code for hardware wps pbc/
               2.1.1 Readme.txt
               2.2.2 sample.c
          2.2 WiFi Direct APIs/
               2.2.1 p2p.h
               2.2.2 RTK Wi-Fi Direct Programming guide 20110601.doc
          2.3 HowTo build driver under kernel tree.doc
          2.4 HowTo enable driver to support WIFI certification test.doc
          2.5 HowTo enable the power saving functionality.doc
          2.6 HowTo support more VidPids.doc
          2.7 HowTo support new platform(including Android).doc
          2.8 Quick_Start_Guide_for_SoftAP.doc
          2.9 RTL8192C_usb_quick_installation_guide.ppt     
          2.10 SoftAP_Mode_features.doc
          2.11 Wireless tools porting guide.doc         
          2.12 wpa_cli_with_wpa_supplicant_20100728.doc         

     3. driver/
          driver source code

          3.1 Makefile - to build the modules

          3.2 Script and configuration for DHCP:
               "wlan0dhcp"
               "ifcfg-wlan0"

          3.3 Script to run wpa_supplicant
               "runwpa"

          3.4 Script to clean relative modules
               "clean"

     4. wpa_supplicant_hostapd/
         
          4.1 wpa_supplicant_hostapd-0.8_rtw_20110523.zip
               
               4.1.1 wpa_supplicant
                    The tool help the wlan network to communicate under the
                    protection of WPAPSK mechanism (WPA/WPA2) and add WPS patch
               
               4.1.2 hostapd
         
          4.2     rtl_hostapd.conf
                Configure file for Soft-AP mode
         
          4.3 wpa_0_6_9.conf
                Configure file sample for wpa_supplicant-0.6.9
               
       4.4 wpa_0_8.conf
                Configure file sample for wpa_supplicant-0.8           
         
          4.3 wpa_supplicant-0.6.9_wps_patch_20100201_1.zip     
               
     5. android_reference_codes/
     
          5.1 realtek_wifi_SDK_for_android_20110715.tar.gz
               This tar ball includes our android wifi reference codes
               
          5.2 realtek_wifi_SDK_for_android_20110715.txt
               A guide for porting Realtek wifi onto your Android system
               
     6. install.sh
        Script to easy make 8192cu driver.
     
==================================================================================================================     
     User Guide for Station mode
==================================================================================================================

          1. User Guide(1) - connecting wireless networking using "Network Manager" GUI utility (For PC Linux)

               (1) Network Manager is a utility attempts to make use of wireless networking easy.

               (2) Notes: if you want to use the following command-line method to connect wireless networking,
                              please disable the "Network Manager", because "Network Manager" will conflict with method of command line .


          2. User Guide(2) - Using the wpa_cli & wpa_supplicant tools (For embedded Linux)
               Please refer to the document/wpa_cli_with_wpa_supplicant_20091227.doc


          3. User Guide(3) - Set wireless lan MIBs in Command Line (Legacy command - Not recommend)
               This driver uses Wireless Extension as an interface allowing you to set
               Wireless LAN specific parameters.
               
               Current driver supports "iwlist" to show the device status of nic
                       iwlist wlan0 [parameters]
               where
                       parameter explaination           [parameters]
                       -----------------------          -------------
                       Show and Scan BSS and IBSS           scan[ning]     
                       Show available chan and freq     freq / channel                       
                       Show supported bit-rate       rate / bit[rate]
               
               For example:
                    iwlist wlan0 scan
                    iwlist wlan0 channel                   
                    iwlist wlan0 rate
               
               Driver also supports "iwconfig", manipulate driver private ioctls, to set
               MIBs.
               
                    iwconfig wlan0 [parameters] [val]
               where
                                   parameter explaination      [parameters]        [val] constraints
                       -----------------------     -------------        ------------------
                       Connect to AP by address    ap                   [mac_addr]
                       Set the essid, join (I)BSS essid                  [essid]
                       Set operation mode          mode               {Managed|Ad-hoc}
                       Set keys and security mode key/enc[ryption]    {N|open|restricted|off}
               
               For example:
                    iwconfig wlan0 essid "ap_name"
                    iwconfig wlan0 ap XX:XX:XX:XX:XX:XX
                    iwconfig wlan0 mode Ad-hoc
                    iwconfig wlan0 essid "name" mode Ad-hoc
                    iwconfig wlan0 key 0123456789 [2] open
                    iwconfig wlan0 key off
                    iwconfig wlan0 key restricted [3] 0123456789
                       Note: Better to set these MIBS without GUI such as NetworkManager and be sure that our
                             nic has been brought up before these settings. WEP key index 2-4 is not supportted by
                             NetworkManager.               
               

          4. Getting IP address (For User Guide(2) & User Guide(3))
               After start up the nic and connect to AP successfully, the network needs to obtain an IP address
               before transmit/receive data.
               This can be done by setting the static IP via "ifconfig wlan0 IP_ADDRESS"
               command, or using DHCP.
               
               If using DHCP, setting steps is as below:
                    (1)check if the WiFi had connected to an AP via "iwconfig" command
                         $> iwconfig
               
                    (2)run the script which run the dhclient
                         $> ./wlan0dhcp
                          or
                         dhcpcd wlan0
                                  (Some network admins require that you use the
                                  hostname and domainname provided by the DHCP server.
                                  In that case, use
                         dhcpcd -HD wlan0)

          5. WPAPSK/WPA2PSK - using wpa_supplicant (For User Guide(3))
               Wpa_supplicant helps to secure wireless connection with the protection of
               WPAPSK/WPA2PSK mechanism. Please refer to the document/wpa_cli_with_wpa_supplicant_20091227.doc

          6. WPS - PIN & PBC methods
               (*) Please refer to the document/wpa_cli_with_wpa_supplicant_20091227.doc

==================================================================================================================
               User Guide for WPS2.0
==================================================================================================================
               (*) Please use wpa_supplicant_hostapd-0.8_rtw_20110524.zip
==================================================================================================================
               User Guide for Soft-AP mode
==================================================================================================================
               (*) Please refer to the document/Quick_Start_Guide_for_SoftAP.doc               
               (*) Please use wpa_supplicant_hostapd-0.8_rtw_20110524.zip
==================================================================================================================
               User Guide for Wi-Fi Direct
==================================================================================================================
               (*) Please refer to the document/RTK Wi-Fi Direct Programming guide 20110601.doc     
               (*) Please use wpa_supplicant_hostapd-0.8_rtw_20110524.zip               

==================================================================================================================
          Power Saving Mode
==================================================================================================================
               (*) Please refer to the document/HowTo enable the power saving functionality.doc







Ve son olarak gerekli driver bu sitede mevcut kurulumda yardımcı olursanız çok sevinirim;

http://www.alfa.com.tw/in/front/bin/ptlist.phtml?Category=105397
AWUS036NHR


Yardımlarınızı bekliyorummmm Allah'a emanet olun kolay gelsin herkese...

if

@tolga3589,

Sitesinden indirdiğin paketi açtıktan sonra uçbirimle açtığın dizinin içine girmelisin. cd /dininin/yolu


Ardından ./install.sh komutunu verip kurabilirsin. İşlem bitince Wicd üzerinden ağ aygıtı olarak 'AWUS036NHR' ve kablosuz ağ yüzü olarak iwconfig den öğreneceğin ağ arayüzünü yazacaksın.

tolga3589

#2
İnstall yaptıktan sonra aşağıdaki gibi hata alıyorum..;

Auto install for 8192cu
September, 1 2010 v 1.0.0
rtl8192_8188CU_linux_v3.0.2164.20110715/
rtl8192_8188CU_linux_v3.0.2164.20110715/autoconf_rtl8192c_usb_linux.h
rtl8192_8188CU_linux_v3.0.2164.20110715/clean
rtl8192_8188CU_linux_v3.0.2164.20110715/core/
rtl8192_8188CU_linux_v3.0.2164.20110715/core/efuse/
rtl8192_8188CU_linux_v3.0.2164.20110715/core/efuse/rtw_efuse.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_cmd.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_debug.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_eeprom.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_ieee80211.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_io.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_ioctl_query.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_ioctl_rtl.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_ioctl_set.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_mlme.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_mlme_ext.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_mp.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_mp_ioctl.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_p2p.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_pwrctrl.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_recv.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_rf.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_security.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_sta_mgt.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_wlan_util.c
rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_xmit.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/hal_init.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_cmd.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_dm.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_hal_init.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_phycfg.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_rf6052.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_rxdesc.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_sreset.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/usb/
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/usb/Hal8192CUHWImg.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/usb/rtl8192cu_led.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/usb/rtl8192cu_recv.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/usb/rtl8192cu_xmit.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/usb/usb_halinit.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/usb/usb_ops_ce.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/usb/usb_ops_linux.c
rtl8192_8188CU_linux_v3.0.2164.20110715/hal/rtl8192c/usb/usb_ops_xp.c
rtl8192_8188CU_linux_v3.0.2164.20110715/ifcfg-wlan0
rtl8192_8188CU_linux_v3.0.2164.20110715/include/
rtl8192_8188CU_linux_v3.0.2164.20110715/include/autoconf.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/basic_types.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/byteorder/
rtl8192_8188CU_linux_v3.0.2164.20110715/include/byteorder/big_endian.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/byteorder/generic.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/byteorder/little_endian.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/byteorder/swab.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/byteorder/swabb.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/circ_buf.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/cmd_osdep.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/drv_conf.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/drv_types.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/drv_types_ce.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/drv_types_linux.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/drv_types_xp.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/ethernet.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/farray.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/h2clbk.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/Hal8192CEHWImg.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/Hal8192CPhyCfg.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/Hal8192CPhyReg.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/Hal8192CUHWImg.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/Hal8192DEHWImg.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/Hal8192DETestHWImg.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/Hal8192DPhyCfg.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/Hal8192DPhyReg.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/Hal8192DUHWImg.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/Hal8192DUTestHWImg.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/hal_init.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/ieee80211.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/ieee80211_ext.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/if_ether.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/ip.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/mlme_osdep.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/mp_custom_oid.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/nic_spec.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/osdep_ce_service.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/osdep_intf.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/osdep_service.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/pci_hal.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/pci_ops.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/pci_osintf.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/recv_osdep.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192c_cmd.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192c_dm.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192c_event.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192c_hal.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192c_led.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192c_recv.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192c_rf.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192c_spec.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192c_sreset.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192c_xmit.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192d_cmd.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192d_dm.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192d_hal.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192d_led.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192d_recv.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192d_rf.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192d_spec.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtl8192d_xmit.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_byteorder.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_cmd.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_debug.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_eeprom.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_efuse.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_event.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_ht.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_io.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_ioctl.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_ioctl_query.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_ioctl_rtl.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_ioctl_set.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_led.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_mlme.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_mlme_ext.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_mp.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_mp_ioctl.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_mp_phy_regdef.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_p2p.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_pwrctrl.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_qos.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_recv.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_rf.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_security.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_version.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/rtw_xmit.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/sdio_hal.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/sdio_ops.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/sdio_ops_ce.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/sdio_ops_linux.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/sdio_ops_xp.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/sdio_osintf.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/sta_info.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/usb_hal.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/usb_ops.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/usb_osintf.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/usb_vendor_req.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/wifi.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/wlan_bssdef.h
rtl8192_8188CU_linux_v3.0.2164.20110715/include/xmit_osdep.h
rtl8192_8188CU_linux_v3.0.2164.20110715/Kconfig
rtl8192_8188CU_linux_v3.0.2164.20110715/Makefile
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/linux/
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/linux/ioctl_linux.c
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/linux/mlme_linux.c
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/linux/os_intfs.c
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/linux/pci_intf.c
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/linux/recv_linux.c
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/linux/sdio_intf.c
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/linux/usb_intf.c
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/linux/xmit_linux.c
rtl8192_8188CU_linux_v3.0.2164.20110715/os_dep/osdep_service.c
rtl8192_8188CU_linux_v3.0.2164.20110715/runwpa
rtl8192_8188CU_linux_v3.0.2164.20110715/wlan0dhcp
rtl8192_8188CU_linux_v3.0.2164.20110715
Authentication requested [root] for make driver:
make ARCH=i386 CROSS_COMPILE= -C /lib/modules/2.6.39.4/build M=/root/driver/rtl8192_8188CU_linux_v3.0.2164.20110715  modules
make[1]: Entering directory `/usr/src/linux-source-2.6.39.4'

  WARNING: Symbol version dump /usr/src/linux-source-2.6.39.4/Module.symvers
           is missing; modules will have no dependencies and modversions.

  CC [M]  /root/driver/rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_cmd.o
In file included from /root/driver/rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_cmd.c:24:
/root/driver/rtl8192_8188CU_linux_v3.0.2164.20110715/include/osdep_service.h:49:29: error: linux/smp_lock.h: No such file or directory
make[2]: *** [/root/driver/rtl8192_8188CU_linux_v3.0.2164.20110715/core/rtw_cmd.o] Error 1
make[1]: *** [_module_/root/driver/rtl8192_8188CU_linux_v3.0.2164.20110715] Error 2
make[1]: Leaving directory `/usr/src/linux-source-2.6.39.4'
make: *** [modules] Error 2
Compile make driver error: 2, Please check error Mesg

BayboraKaan

Lütfen ucbirim ciktilariniza code etiketti kullaniniz.

if

@tolga3589, sudo apt-get install linux-headers-$(uname -r) dan sonra dener misin?

tolga3589

Bu dediğini yaptım kuruldu birşeyler başarılı oldu fakat ilk baştakilerini tekrar yaptım tekrar aynı hatayı aldım maalesef...

if

Ubuntu değil ki bu:)

sudo prepare-kernel-sources
sudo cd /usr/src/linux
sudo cp -rf include/generated/* include/linux/

tolga3589

Maalesef aynı hatayı alıyorum ilk postumdaki yerler inglizce oldugu için anlayamadım ordan bakabilirmisiniz ?

if


tolga3589

root@bt:~# sudo prepare-kernel-sources
[*] apt-getting linux-source...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
linux-source is already the newest version.
The following packages were automatically installed and are no longer required:
  libdmraid1.0.0.rc16 python-pyicu libdebian-installer4 cryptsetup
  libecryptfs0 reiserfsprogs rdate bogl-bterm ecryptfs-utils libdebconfclient0
  dmraid
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
[*] extracting sources, please wait
tar: linux-source-2.6.39.4.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
[*] doing stuff...
cp: missing destination file operand after `/boot/'
Try `cp --help' for more information.
scripts/kconfig/conf --silentoldconfig Kconfig
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
ln: creating symbolic link `/lib/modules/2.6.39.4/build/linux': File exists
[*] tada!
root@bt:~# sudo cd /usr/src/linux
sudo: cd: command not found
root@bt:~# sudo cp -rf include/generated/* include/linux/

if


tolga3589


if

Başka çözüm yoluna hacet yok. O hatarı çözmek yeterli fakat arama yapmak gerek.

tolga3589

Teamwier ile acaba bağlanıp yardımcı olabilirmisiniz? id ve pass pm olarak atabilirim ?

if

Alıntı yapılan: tolga3589 - 03 Ekim 2011 - 01:10:35
Teamwier ile acaba bağlanıp yardımcı olabilirmisiniz? id ve pass pm olarak atabilirim ?

@tılga3589, bu tür yardımlarda bulunmuyorum ve forumdaki yönetic arkadaşlarımız da bulunmuyor. Forumun var oluş amacına ters:) Bir önceki mesajımda cümle arasında şunu demek istedim:"BlackTrak kullanmak isteyen birisi bu sorunu en azından araştırmalıdır.":) Dinlenince bir daha bakarım ben:)

tolga3589

5 gündür araştırıyorum bu sorunu ve karşıma ilk mesajımdaki http://alfanetworkinc.blogspot.com/2011/08/alfa-awus036nhr-backtrack5-installation.html blogu gördüm fakat ingilizce oldugu için anlamıyorum.. Az çok denedim burdakileride ama tam ingilizce bilmediğim için yarıda kaldı hep... ve burdaki ilk komutları

    prepare-kernel-sources
    cd /usr/src/linux
    cp -rf include/generated/* include/linux/
d

enediğimde aşağıdaki çıktıyı alıyorum..ondan sonra napcağımı bilemiyorum..

root@bt:~#     prepare-kernel-sources
[*] apt-getting linux-source...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
linux-source is already the newest version.
The following packages were automatically installed and are no longer required:
  libdmraid1.0.0.rc16 python-pyicu libdebian-installer4 cryptsetup
  libecryptfs0 reiserfsprogs rdate bogl-bterm ecryptfs-utils libdebconfclient0
  dmraid
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
[*] extracting sources, please wait
tar: linux-source-2.6.39.4.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
[*] doing stuff...
cp: missing destination file operand after `/boot/'
Try `cp --help' for more information.
scripts/kconfig/conf --silentoldconfig Kconfig
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
ln: creating symbolic link `/lib/modules/2.6.39.4/build/linux': File exists
[*] tada!
root@bt:~#     cd /usr/src/linux
root@bt:/usr/src/linux#     cp -rf include/generated/* include/linux/
root@bt:/usr/src/linux#

tolga3589

Yardım edecek bir vatandaş varmı acaba ? Başka yol bilen varmı acaba ?

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.

tolga3589

Eğer ubuntuda driver kurma problemi yaşamıyacaksam ubuntuya geçerim veya herhangi bir dağıtıma ama driver kurulmadıktan sonra ubuntuya geçmemin bir anlamı yok....

BayboraKaan

@Heartsmagic'in demek istediği Ubuntu kurarsan sana daha çok yardım edebiliriz. Bu kartı Ubuntu'da çalıştıran vardır ama dağıtım farklılığından yardım edemeyen olabilir. ;)

tolga3589

#20
Peki birde ubuntuyu deniyelim bakalım daha önce tecrübem var zaten ubuntuda inş. problem yaşamam bunda da...


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 06 Ekim 2011 - 20:52:00

Ubuntuda da aynı problem yaşıyorumm... Driverın içinde kurulum bilgisi var ama ingilizce oldugu için anlamıyorum...

dooz

1. Uçbirim aç
sudo gedit /etc/modprobe.d/blacklist.conf

Aç sayfanın sonuna aşağıdaki satırları ekle
**************************************************
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi


**************************************************
2. https://realtek-8188cus-wireless-drivers-3444749-ubuntu-1304.googlecode.com/files/rtl8192cu-tjp-dkms_1.6_all.deb
Bu adresten paketi indirin ve
dpkg -i rtl8192cu-tjp-dkms_1.6_all.deb
komutuyla kurun

3. sudo gedit /etc/modules
Açılan sayfanın sonuna aşağıdaki satırı ekle
**************************************************
8192cu
**************************************************
Son olarak bilgisayarınızı yeniden başlatın. Hepsi bu kadar. Kolay gelsin :)