[Çözüldü] Everest EWN-686N 300Mbps Wireless-N Usb Adaptör bağlanamama sorunu

Başlatan selcii, 02 Aralık 2010 - 14:53:56

« önceki - sonraki »

0 Üyeler ve 3 Ziyaretçi konuyu incelemekte.

selcii

Arkadaşlar ubuntu 10.04 kullanıyorum. Everest EWN-686N 300Mbps Wireless-N Usb Adaptör'e sahibim. Soruna gelince; Ağ Yöneticisi uygulamacığında birçok kablosuz ağ görmeme rağmen (ki benmkide) bir türlü bağlanamıyorum. Hani tanımadı dicem neden kablosuz ağları görüyor.
lsusb

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 148f:2870 Ralink Technology, Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


iwconfig

lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated   Tx-Power=5 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on


Çıktılar bunu veriyor. Tx-Power=5 dBm olması gerkenden çok az diye biliyorum. Aslında aygıtla birlikte gelen kurulum cd si var. Fakat ne yapmam lazım bilmiyorum uzun zamandır çeşitli sebeplerden ötürü ubuntu linux kullanımına ara vermiştim.
         USB_11G_Drivers içeriğindeki linux klasöründeki ReadMe.txt

Release Date: 2006-02-09, ver 1.2

RTL8187 Linux driver version 1.2



   --This driver supports RealTek RTL8187 Wireless LAN driver for

     Fedora Core 2/3/4/5, Debian 3.1, Mandrake 10.2/Mandriva 2006,

     SUSE 9.3/10.1/10.2, Gentoo 3.1, etc.

   - Support Client mode for either infrastructure or adhoc mode

   - Support WEP and WPAPSK connection



< Component >

The driver is composed of several parts:

1. Module source code

  stack.tar.gz

  drv.tar.gz



2. Script ot build the modules

  makedrv



3. Script to load/unload modules

  wlan0up

  wlan0down



4. Script and configuration for DHCP

  wlan0dhcp

  ifcfg-wlan0

4. Supplicant source code:

  wpa_supplicant-0.4.9.tar.gz



5. Example of supplicant configuration file:

  wpa1.conf



< Installation >

Runing the scripts can finish all operations of building up modules

from the source code and start the nic.

1. Build up the drivers from the source code

  ./makedrv



2. load the driver module to kernel and start up nic

  ./wlan0up



< Set wireless lan MIBs >

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 available chan and freq freq / channel 

        Show and Scan BSS and IBSS scan[ning]         

        Show supported bit-rate         rate / bit[rate]       

        Show Power Management mode      power             



For example:

iwlist wlan0 channel

iwlist wlan0 scan

iwlist wlan0 rate

iwlist wlan0 power



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 ap XX:XX:XX:XX:XX:XX

iwconfig wlan0 essid "ap_name"

iwconfig wlan0 mode Ad-hoc

iwconfig wlan0 mode essid "name" mode Ad-hoc

iwconfig wlan0 key 0123456789 [2] open

iwconfig wlan0 key off

iwconfig wlan0 key restricted [3] 0123456789



< Getting IP address >

After start up the nic, 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)connect to an AP via "iwconfig" settings

iwconfig wlan0 essid [name] or

iwconfig wlan0 ap XX:XX:XX:XX:XX:XX



(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)



< WPAPSK >

WPA_SUPPLICANT help the network to communicate under the protection of WPAPSK

mechanism



(1)Unpack source code of WPA supplicant:

  tar -zxvf wpa_supplicant-0.4.9.tar.gz

  cd wpa_supplicant-0.4.9



(2)Create .config file:

  cp defconfig .config



(3)Edit .config file, uncomment the following line:

  #CONFIG_DRIVER_IPW=y.



(4)Build WPA supplicant:

  make

If make error for lack of <include/md5.h>, install the openssl lib(two ways):

1. Install the openssl lib from corresponding installation disc:

    Fedora Core 2/3/4/5(openssl-0.9.71x-xx), Mandrake10.2/Mandriva10.2(openssl-0.9.7x-xmdk),

    Debian 3.1(libssl-dev), Suse 9.3/10.0/10.1(openssl_devl), Gentoo(dev-libs/openssl), etc.

2. Download the openssl open source package from www.openssl.org, build and install it.



(5)Edit wpa_supplicant.conf to set up SSID and its passphrase.

  For example, the following setting in "wpa1.conf" means SSID

          to join is "BufAG54_Ch6" and its passphrase is "87654321".

  network={

ssid="BufAG54_Ch6"

proto=WPA

key_mgmt=WPA-PSK

pairwise=CCMP TKIP

group=CCMP TKIP WEP104 WEP40

psk="87654321"

priority=2

  }



(6)Execute WPA supplicant (Assume 8187 and related modules had been

           loaded):

  ./wpa_supplicant -D ipw -c wpa1.conf -i wlan0 &



USB_11N_Drivers klasöründe olanlar şunlar. 2009_0820_RT2870_Linux_STA_V2.2.0.0.tar.bz2  ve  2009_1106_RT3070_Linux_STA_V2.1.1.0.bz2  dosyaları mevcut. Anladığım kadarıyla derleme yoluna gitmem gerekiyo ama nasıl bilmiyorum. Yardımcı olabilcek arkadaşlara şimdiden teşekkür ederim.

if

Derleme yolu şöyle oluyormuş:

Sürücüler için ./makedrv
Modüllerin çekirdeğe yüklenmesi için ./wlan0up

selcii

Evde olamadığım için giremedim nete. Sizin dediğinizi zaten anladım ama aşamalarını yani sırayla ne yapmam gerektiğini bilmiyorum. Biri bunun için yardımcı olsa müteşekkir kalırı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.

selcii

Module                  Size  Used by
btrfs                 459002  0
zlib_deflate           19568  1 btrfs
crc32c                  2519  1
libcrc32c                875  1 btrfs
ufs                    72774  0
qnx4                    6484  0
hfsplus                70800  0
hfs                    40754  0
minix                  25197  0
ntfs                   94791  0
vfat                    8933  0
msdos                   6392  0
fat                    47767  2 vfat,msdos
jfs                   172682  0
xfs                   515548  0
exportfs                3437  1 xfs
reiserfs              225539  0
binfmt_misc             6587  1
snd_hda_codec_atihdmi     2367  1
snd_hda_codec_realtek   203310  1
rt2870sta             461811  0
arc4                    1153  2
snd_hda_intel          21941  2
snd_hda_codec          74201  3 snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5412  1 snd_hda_codec
snd_pcm_oss            35308  0
snd_mixer_oss          13746  1 snd_pcm_oss
snd_seq_dummy           1338  0
snd_pcm                70662  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_oss            26726  0
snd_seq_midi            4557  0
snd_rawmidi            19056  1 snd_seq_midi
rt2800usb              31531  0
snd_seq_midi_event      6003  2 snd_seq_oss,snd_seq_midi
rt2x00usb               9703  1 rt2800usb
rt2x00lib              27509  2 rt2800usb,rt2x00usb
led_class               2864  1 rt2x00lib
snd_seq                47263  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
mac80211              205146  2 rt2x00usb,rt2x00lib
fbcon                  35102  71
tileblit                2031  1 fbcon
snd_timer              19098  2 snd_pcm,snd_seq
font                    7557  1 fbcon
bitblit                 4707  1 fbcon
snd_seq_device          5700  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
softcursor              1189  1 bitblit
ppdev                   5259  0
cfg80211              126517  2 rt2x00lib,mac80211
crc_ccitt               1339  1 rt2800usb
lp                      7028  0
fglrx                2253027  100
parport_pc             25962  1
vga16fb                11385  1
psmouse                63245  0
asus_atk0110            9017  0
serio_raw               3978  0
vgastate                8961  1 vga16fb
snd                    54148  16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
parport                32635  3 ppdev,lp,parport_pc
intel_agp              24119  0
atl2                   22383  0
agpgart                31724  2 fglrx,intel_agp
soundcore               6620  1 snd
snd_page_alloc          7076  2 snd_hda_intel,snd_pcm




Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 04 Aralık 2010 - 00:14:38

lsmod çıktısı böyle.

heartsmagic

sudo rmmod rt2800usb komutunu ver. Ardından biraz bekleyip bağlantıyı yenilemeyi dene.
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.

selcii

İstediğin komutu verdikten sonra ağ uygulamacığında kablosuz ağ bağlantı ayarları kayboldu, yani görmüyor yaklaşık 10 dk oldu. Biraz daha bekleyelim bakalım nolcak....


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 04 Aralık 2010 - 01:43:53

Arkadaşlar umarım sorunun sebebini bulabilcek bir arkadaş çıkar. Yardımlarınız için şimdiden teşekkür ederim.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 04 Aralık 2010 - 02:16:39

sudo rmmod rt2800usb

Bu komutu verdikten sonra kablosuz ağ ayarları hala ağ uygulamacığında görünmüyor. şuanki çıktı:

iwconfig

lo        no wireless extensions.

eth0      no wireless extensions.


heartsmagic

Yanlış tahmin olabilir, ancak bir de çalışırken değil de başlangıçta deneyelim modülü kaldırtmayı.

sudo gedit /etc/modprobe.d/blacklist.conf ile ilgili dosyayı açıp en alt satıra:

blacklist rt2800usb
yazıp ardından kaydet ve sistemi yeniden başlat. Eğer yine kablosuz ağları görmezse geri al bu değişikliği ve sistemi yeniden başlat. Yeniden başlatmadan şu şekilde de deneyebilirsin:

sudo modprobe rt2800usb
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.

selcii

Alıntı yapılan: heartsmagic - 04 Aralık 2010 - 03:33:44
Yanlış tahmin olabilir, ancak bir de çalışırken değil de başlangıçta deneyelim modülü kaldırtmayı.

sudo gedit /etc/modprobe.d/blacklist.conf ile ilgili dosyayı açıp en alt satıra:

blacklist rt2800usb
yazıp ardından kaydet ve sistemi yeniden başlat. Eğer yine kablosuz ağları görmezse geri al bu değişikliği ve sistemi yeniden başlat. Yeniden başlatmadan şu şekilde de deneyebilirsin:

sudo modprobe rt2800usb



           Hearts yukarıda dediklerini daha yapmadım. Biraz önce bilgisayarı açtığımda kablosuz ağ bağlantıları ağ uygulamacığındaki yerini almış ama halen girmiyor. Sanki girecek gibi bağlanmaya çalışıyor fakat sonra bağlantı kesildi uyarısı yapıyor. Ama dediğim gibi yukarıdakilerde dahil daha hiç bir değişiklik yapmadım. Yardımlarının devamını bekliyorum, teşekkürler bakındığın için.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 04 Aralık 2010 - 17:35:10

Arkadaşlar buarada kurulum cd'sinden derlemeye çalıştım fakat 2 hata aldım. kodları buraya giriyorum.

selcii@selcii-desktop:~/Masaüstü/Linux$ ./makedrv

çıkyı ise;

ieee80211/
ieee80211/license
ieee80211/ieee80211_crypt.c
ieee80211/ieee80211_tx.c
ieee80211/ieee80211_softmac.c
ieee80211/ieee80211_softmac_wx.c
ieee80211/ieee80211_module.c
ieee80211/ieee80211_crypt_ccmp.c
ieee80211/ieee80211_rx.c
ieee80211/tags
ieee80211/ieee80211_crypt_tkip.c
ieee80211/Makefile
ieee80211/readme
ieee80211/.tmp_versions/
ieee80211/.tmp_versions/ieee80211-rtl.mod
ieee80211/.tmp_versions/ieee80211_crypt_wep-rtl.mod
ieee80211/.tmp_versions/ieee80211_crypt_tkip-rtl.mod
ieee80211/.tmp_versions/ieee80211_crypt-rtl.mod
ieee80211/.tmp_versions/ieee80211_crypt_ccmp-rtl.mod
ieee80211/ieee80211_crypt_wep.c
ieee80211/ieee80211.h
ieee80211/ieee80211_wx.c
ieee80211/ieee80211_crypt.h
rtl8187/
rtl8187/license
rtl8187/r8180_rtl8225z2.c
rtl8187/r8180_rtl8225.h
rtl8187/r8187_led.c
rtl8187/r8180_93cx6.h
rtl8187/r8180_wx.h
rtl8187/r8180_hw.h
rtl8187/copying
rtl8187/r8187_led.h
rtl8187/r8180_pm.h
rtl8187/tags
rtl8187/r8187.h
rtl8187/Makefile
rtl8187/r8180_rtl8225.c
rtl8187/readme
rtl8187/install
rtl8187/.tmp_versions/
rtl8187/.tmp_versions/r8187.mod
rtl8187/changes
rtl8187/r8180_wx.c
rtl8187/r8180_pm.c
rtl8187/r8187_core.c
rtl8187/r8180_93cx6.c
rtl8187/authors
rtl8187/ieee80211.h
rtl8187/ieee80211_crypt.h
rm -f *.mod.c *.mod *.o .*.cmd *.ko *~
rm -rf /home/selcii/Masaüstü/Linux/ieee80211/tmp
make -C /lib/modules/2.6.32-24-generic/build M=/home/selcii/Masaüstü/Linux/ieee80211 modules
make[1]:`/usr/src/linux-headers-2.6.32-24-generic' dizinine giriliyor
  CC [M]  /home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.o
In file included from /home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:17:
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211.h: In function 'ieee80211_priv':
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211.h:1212: warning: 'netdev_priv' is static but used in inline function 'ieee80211_priv' which is not static
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c: In function 'ieee80211_softmac_scan_wq':
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:421: warning: passing argument 2 of 'queue_delayed_work' from incompatible pointer type
include/linux/workqueue.h:203: note: expected 'struct delayed_work *' but argument is of type 'struct work_struct *'
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c: In function 'ieee80211_softmac_stop_scan':
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:495: warning: passing argument 1 of 'cancel_delayed_work' from incompatible pointer type
include/linux/workqueue.h:234: note: expected 'struct delayed_work *' but argument is of type 'struct work_struct *'
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c: In function 'ieee80211_associate_abort':
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:915: warning: passing argument 2 of 'queue_delayed_work' from incompatible pointer type
include/linux/workqueue.h:203: note: expected 'struct delayed_work *' but argument is of type 'struct work_struct *'
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c: In function 'ieee80211_stop_protocol_rtl':
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2120: warning: passing argument 1 of 'cancel_delayed_work' from incompatible pointer type
include/linux/workqueue.h:234: note: expected 'struct delayed_work *' but argument is of type 'struct work_struct *'
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2229:78: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c: In function 'ieee80211_softmac_init':
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2229: error: 'INIT_WORK' undeclared (first use in this function)
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2229: error: (Each undeclared identifier is reported only once
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2229: error: for each function it appears in.)
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2230:88: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2231:94: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2232:96: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2233:82: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2234:82: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c: In function 'ieee80211_softmac_free':
/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.c:2255: warning: passing argument 1 of 'cancel_delayed_work' from incompatible pointer type
include/linux/workqueue.h:234: note: expected 'struct delayed_work *' but argument is of type 'struct work_struct *'
make[2]: *** [/home/selcii/Masaüstü/Linux/ieee80211/ieee80211_softmac.o] Hata 1
make[1]: *** [_module_/home/selcii/Masaüstü/Linux/ieee80211] Hata 2
make[1]: `/usr/src/linux-headers-2.6.32-24-generic' dizininden çıkılıyor
make: *** [modules] Hata 2
rm -f *.mod.c *.mod *.o .*.cmd *.ko *~
rm -rf /home/selcii/Masaüstü/Linux/rtl8187/tmp
make -C /lib/modules/2.6.32-24-generic/build M=/home/selcii/Masaüstü/Linux/rtl8187 modules
make[1]:`/usr/src/linux-headers-2.6.32-24-generic' dizinine giriliyor
  CC [M]  /home/selcii/Masaüstü/Linux/rtl8187/r8187_core.o
In file included from /home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:64:
/home/selcii/Masaüstü/Linux/rtl8187/r8187.h:29:26: error: linux/config.h: No such file or directory
/home/selcii/Masaüstü/Linux/rtl8187/r8187.h:48:27: error: asm/semaphore.h: No such file or directory
In file included from /home/selcii/Masaüstü/Linux/rtl8187/r8187.h:50,
                 from /home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:64:
/home/selcii/Masaüstü/Linux/rtl8187/ieee80211.h: In function 'ieee80211_priv':
/home/selcii/Masaüstü/Linux/rtl8187/ieee80211.h:1212: warning: 'netdev_priv' is static but used in inline function 'ieee80211_priv' which is not static
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c: In function 'rtl8180_proc_module_init':
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:450: error: 'proc_net' undeclared (first use in this function)
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:450: error: (Each undeclared identifier is reported only once
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:450: error: for each function it appears in.)
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c: In function 'rtl8180_proc_module_remove':
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:456: error: 'proc_net' undeclared (first use in this function)
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c: In function 'rtl8187_rx_urbsubmit':
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:730: warning: passing argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
include/linux/usb.h:1277: note: expected 'usb_complete_t' but argument is of type 'void (*)(struct urb *, struct pt_regs *)'
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c: In function 'rtl8180_tx':
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:1648: warning: passing argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
include/linux/usb.h:1277: note: expected 'usb_complete_t' but argument is of type 'void (*)(struct urb *, struct pt_regs *)'
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2053:64: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c: In function 'rtl8180_init':
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2053: error: 'INIT_WORK' undeclared (first use in this function)
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2054:77: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2055:88: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2056:80: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2057:78: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2217: error: 'struct net_device' has no member named 'get_stats'
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c: In function 'rtl8187_usb_probe':
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2938: error: implicit declaration of function 'SET_MODULE_OWNER'
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2948: error: 'struct net_device' has no member named 'open'
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2949: error: 'struct net_device' has no member named 'stop'
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2951: error: 'struct net_device' has no member named 'tx_timeout'
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2953: error: 'struct net_device' has no member named 'do_ioctl'
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2954: error: 'struct net_device' has no member named 'set_multicast_list'
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2955: error: 'struct net_device' has no member named 'set_mac_address'
/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.c:2956: error: 'struct net_device' has no member named 'get_wireless_stats'
make[2]: *** [/home/selcii/Masaüstü/Linux/rtl8187/r8187_core.o] Hata 1
make[1]: *** [_module_/home/selcii/Masaüstü/Linux/rtl8187] Hata 2
make[1]: `/usr/src/linux-headers-2.6.32-24-generic' dizininden çıkılıyor
make: *** [modules] Hata 2


Bu birinci aşamaydı. Burda hata verdiği için ikinci aşamaya geçmedim. İkinci aşama ise;
./wlan0up

Ama dediğim gibi ikinci aşamaya geçmedim. Fikri olan arkadaşlar bakarsa sevinirim.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 04 Aralık 2010 - 23:24:32

Arkadaşlar yarın akşama kadar bilgisayarıma giremicem. Konuyla ilgili görüşleri olanlar lütfen görüşlerini bildirsin. Artık ne yardım olursa bi şekilde bunun üstesinden gelelim beraber.....

heartsmagic

@sel.. öncelikle dediğimi bir dener misin. Bu kartın kullandığı modülde bir çakışma var diye hatırlamaktayım. Deneyip sonucu iletirsen ancak bu aşamadan sonra farklı önerilere geçebiliriz.
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.

selcii

Hearts dediğini yaptım ve hiç bir sorun kalmadı çakışmaya sebep olan rt2800usb kaldırıldığında sorun ortadan kalktı şuan rt2870 görünüyor yani görünmesi gereken çok teşekkürler ;D