pleskiew Napisano Marzec 22, 2009 Zgłoszenie Share Napisano Marzec 22, 2009 (edytowane) Witam mam problem z sygnałem na Fedorze 10. Po uruchomieniu systemu karta jest wykrywana. Widzę sieci bezprzewodowe ale sygnał jest minimalny - 10% (jestem 2 metry od routera + jedna ściana z cegieł). Na windowsie syganał osiąga 100% Próbuję kompilować sterowniki dostarczone na płycie. Otrzymuję następujące komunikaty i błędy: ./makedrv ./ieee80211/ ./ieee80211/ieee80211_module.c ./ieee80211/ieee80211_rx.c ./ieee80211/tags ./ieee80211/Makefile ./ieee80211/ieee80211_crypt_tkip.c ./ieee80211/ieee80211_softmac.c ./ieee80211/readme ./ieee80211/ieee80211_crypt_ccmp.c ./ieee80211/ieee80211.h ./ieee80211/ieee80211_tx.c ./ieee80211/ieee80211_softmac_wx.c ./ieee80211/ieee80211_crypt.h ./ieee80211/ieee80211_wx.c ./ieee80211/license ./ieee80211/ieee80211_crypt_wep.c ./ieee80211/ieee80211_crypt.c rtl8185/ rtl8185/README.adhoc rtl8185/r8180_sa2400.h rtl8185/Makefile rtl8185/copying rtl8185/README.master rtl8185/r8180.h rtl8185/install rtl8185/r8180_max2820.h rtl8185/r8180_max2820.c rtl8185/r8180_rtl8225.h rtl8185/r8180_wx.h rtl8185/authors rtl8185/tags rtl8185/r8180_pm.c rtl8185/r8180_hw.h rtl8185/r8180_gct.c rtl8185/r8180_gct.h rtl8185/r8180_rtl8225.c rtl8185/readme rtl8185/r8180_93cx6.h rtl8185/ieee80211.h rtl8185/license rtl8185/r8180_pm.h rtl8185/changes rtl8185/r8180_rtl8225z2.c rtl8185/r8180_wx.c rtl8185/r8180_rtl8255.c rtl8185/r8180_93cx6.c rtl8185/r8180_sa2400.c rtl8185/r8180_core.c rtl8185/r8180_rtl8255.h rtl8185/ieee80211_crypt.h rm -f *.mod.c *.mod *.o .*.cmd *.ko rm -rf /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/tmp make -C /lib/modules/2.6.27.19-170.2.35.fc10.i686/build M=/home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211 CC=gcc modules make[1]: Wejście do katalogu `/usr/src/kernels/2.6.27.19-170.2.35.fc10.i686' CC [M] /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.o In file included from /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:17: /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211.h: In function ?ieee80211_priv?: /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211.h:1212: warning: ?netdev_priv? is static but used in inline function ?ieee80211_priv? which is not static /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c: In function ?ieee80211_softmac_init?: /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2236: warning: assignment from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2237: warning: assignment from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2238: warning: assignment from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2239: warning: assignment from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2240: warning: assignment from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2241: warning: assignment from incompatible pointer type CC [M] /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_rx.o In file included from /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_rx.c:50: /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211.h: In function ?ieee80211_priv?: /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211.h:1212: warning: ?netdev_priv? is static but used in inline function ?ieee80211_priv? which is not static CC [M] /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_tx.o In file included from /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_tx.c:59: /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211.h: In function ?ieee80211_priv?: /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211.h:1212: warning: ?netdev_priv? is static but used in inline function ?ieee80211_priv? which is not static CC [M] /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.o In file included from /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:37: /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211.h: In function ?ieee80211_priv?: /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211.h:1212: warning: ?netdev_priv? is static but used in inline function ?ieee80211_priv? which is not static /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c: In function ?ipw2100_translate_scan?: /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:57: warning: passing argument 1 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:57: warning: passing argument 3 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:57: warning: passing argument 4 of ?iwe_stream_add_event? makes pointer from integer without a cast /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:57: error: too few arguments to function ?iwe_stream_add_event? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:66: warning: passing argument 1 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:66: warning: passing argument 3 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:66: warning: passing argument 4 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:66: error: too few arguments to function ?iwe_stream_add_point? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:69: warning: passing argument 1 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:69: warning: passing argument 3 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:69: warning: passing argument 4 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:69: error: too few arguments to function ?iwe_stream_add_point? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:75: warning: passing argument 1 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:75: warning: passing argument 3 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:75: warning: passing argument 4 of ?iwe_stream_add_event? makes pointer from integer without a cast /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:75: error: too few arguments to function ?iwe_stream_add_event? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:87: warning: passing argument 1 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:87: warning: passing argument 3 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:87: warning: passing argument 4 of ?iwe_stream_add_event? makes pointer from integer without a cast /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:87: error: too few arguments to function ?iwe_stream_add_event? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:97: warning: passing argument 1 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:97: warning: passing argument 3 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:97: warning: passing argument 4 of ?iwe_stream_add_event? makes pointer from integer without a cast /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:97: error: too few arguments to function ?iwe_stream_add_event? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:106: warning: passing argument 1 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:106: warning: passing argument 3 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:106: warning: passing argument 4 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:106: error: too few arguments to function ?iwe_stream_add_point? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:136: warning: passing argument 1 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:136: warning: passing argument 3 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:136: warning: passing argument 4 of ?iwe_stream_add_event? makes pointer from integer without a cast /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:136: error: too few arguments to function ?iwe_stream_add_event? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:141: warning: passing argument 1 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:141: warning: passing argument 3 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:141: warning: passing argument 4 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:141: error: too few arguments to function ?iwe_stream_add_point? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:157: warning: passing argument 1 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:157: warning: passing argument 3 of ?iwe_stream_add_event? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:157: warning: passing argument 4 of ?iwe_stream_add_event? makes pointer from integer without a cast /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:157: error: too few arguments to function ?iwe_stream_add_event? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:164: warning: passing argument 1 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:164: warning: passing argument 3 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:164: warning: passing argument 4 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:164: error: too few arguments to function ?iwe_stream_add_point? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:178: warning: passing argument 1 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:178: warning: passing argument 3 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:178: warning: passing argument 4 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:178: error: too few arguments to function ?iwe_stream_add_point? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:193: warning: passing argument 1 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:193: warning: passing argument 3 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:193: warning: passing argument 4 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:193: error: too few arguments to function ?iwe_stream_add_point? /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:204: warning: passing argument 1 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:204: warning: passing argument 3 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:204: warning: passing argument 4 of ?iwe_stream_add_point? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.c:204: error: too few arguments to function ?iwe_stream_add_point? make[2]: *** [/home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_wx.o] Błąd 1 make[1]: *** [_module_/home/piotr/rtl8185_linux_26.1027.0823.2007/ieee80211] Błąd 2 make[1]: Opuszczenie katalogu `/usr/src/kernels/2.6.27.19-170.2.35.fc10.i686' make: *** [modules] Błąd 2 rm -f *.mod.c *.mod *.o .*.cmd *.ko *~ rm -rf /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/tmp make -C /lib/modules/2.6.27.19-170.2.35.fc10.i686/build M=/home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185 CC=gcc modules make[1]: Wejście do katalogu `/usr/src/kernels/2.6.27.19-170.2.35.fc10.i686' CC [M] /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.o In file included from /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180.h:44, from /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:61: /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/ieee80211.h: In function ?ieee80211_priv?: /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/ieee80211.h:1212: warning: ?netdev_priv? is static but used in inline function ?ieee80211_priv? which is not static In file included from /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:61: /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180.h:46:27: error: asm/semaphore.h: Nie ma takiego pliku ani katalogu /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c: In function ?rtl8180_proc_module_init?: /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:588: error: ?proc_net? undeclared (first use in this function) /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:588: error: (Each undeclared identifier is reported only once /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:588: error: for each function it appears in.) /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c: In function ?rtl8180_proc_module_remove?: /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:594: error: ?proc_net? undeclared (first use in this function) /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c: In function ?rtl8180_init?: /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:3159: warning: assignment from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:3522: error: ?SA_SHIRQ? undeclared (first use in this function) /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:3522: warning: passing argument 2 of ?request_irq? from incompatible pointer type /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c: In function ?rtl8180_pci_probe?: /home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:4213: error: implicit declaration of function ?SET_MODULE_OWNER? make[2]: *** [/home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.o] Błąd 1 make[1]: *** [_module_/home/piotr/rtl8185_linux_26.1027.0823.2007/rtl8185] Błąd 2 make[1]: Opuszczenie katalogu `/usr/src/kernels/2.6.27.19-170.2.35.fc10.i686' make: *** [modules] Błąd 2 Tak samo jest na PCLinuxOS. Co mogę zrobić aby wykonać zalecaną kompilację? Pozdrawiam Piotr ------------------- Proszę korzystac odpowiednio ze znaczników [code][/code] (do 15 linii) i [codebox][/codebox] (dłuższe "wklejki") Edytowane Marzec 22, 2009 przez WalDo edycja znacznikow code → codebox Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
@WalDo Napisano Marzec 22, 2009 Zgłoszenie Share Napisano Marzec 22, 2009 Na pewno nie ma odpowiedzi? → http://lmgtfy.com/?q=site%3Afedora.pl+rtl8185 Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
pleskiew Napisano Marzec 22, 2009 Autor Zgłoszenie Share Napisano Marzec 22, 2009 Przeczytałem już i przeszukałem większość postów na angielskich i polskich stronach fedory i nic mi to nie dało. Opisane linki prowadzą do użycia ndiswrappera lub kompilacji, której jak zamieściłam wyżej, nie udaje mi się wykonać poprawnie. Sterowniki do ndiswrappera też są dziwne bo *.exe. Może w takim razie ktoś podpowie jak z pliku *.exe wyjąć sterowniki? Spróbuję wtedy przez ndiswrappera. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi
Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto
Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.
Zarejestruj nowe konto
Załóż nowe konto. To bardzo proste!
Zarejestruj sięZaloguj się
Posiadasz już konto? Zaloguj się poniżej.
Zaloguj się