slabypingwin Napisano Wrzesień 17, 2013 Zgłoszenie Share Napisano Wrzesień 17, 2013 Posiadam kartę WIFI na USB TPLINK823N która oparta jest na chipsecie REALTEK8192CU . Domyślnie do jej obsługi ładuje się moduł RTL8192CU , jednak połączenie z netem jest albo go nie ma , Przy każdym starcie systemu - uda się albo nie . Co ciekawe ikonka WIFI pokazuje że połączenie jest prawidłowe , ale po wydaniu polecenia ; PING 192.168.1.1 jest odpowiedź że ; 192.168.1.102[iP komputera] - destination host is Unrechargeable Znalazłem na anglojęzycznym forum fedory , ubuntu , archa - posty ludzi opisujących ten sam problem . Porada najczęściej jest taka aby zablokować obecny moduł RTL8192CU a skompilować ze źródeł stery ze strony realteka . Tylko że te stery nie chcą się normalnie skompilować trzeba wcześniej zmodyfikować różne linijki w plikach typu "osdep.c , osdep.h , version.h " a to już przechodzi poziom moich umiejętności . Może ktoś ma również na Fedorze 19 dongla WIFI z chipsetem RTL8192CU i wie co zrobić bez uciekania się do blokowania modułów i kompilowania nowych aby połączenie naprawdę działało a nie okłamywała użytkownika ikonka połączenia ? Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
slabypingwin Napisano Wrzesień 19, 2013 Autor Zgłoszenie Share Napisano Wrzesień 19, 2013 POnieważ nikt mi nie doradził , więc sam sobie poradziłem ; Trzeba dopisać do "blacklist.conf" takie moduły ; # Blacklist native RealTek 8188CUs driversblacklist rtl8192cublacklist rtl8192c_commonblacklist rtlwifi A teraz trzeba zainstalować [na ubuntu] , lub skompilować ze źródeł [fedora] moduł 8192CU . Wtedy działa prawidłowo . Temat do zamknięcia 2 Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
slabypingwin Napisano Grudzień 18, 2013 Autor Zgłoszenie Share Napisano Grudzień 18, 2013 Dziś napiszę posta , tym razem z pochwałą dla najnowszej F 20 Otóż na dziś wydanej F20 połączenie WIFI na chipsecie RTL8192CU działa i to z automatu Wystarczy ten domyślny moduł RTL8192CU - nie trzeba nic kompilować ani kombinować A na najnowszym kubuntu 13.10 - nie działa Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
slabypingwin Napisano Grudzień 21, 2013 Autor Zgłoszenie Share Napisano Grudzień 21, 2013 Niestety , moja pochwała dla F 20 okaała się przedwczesna ; od wczoraj na najnowszej fedorce jest to samo co na innych distrach czyli ; połączenia WIFI nieszyfrowane są nawiązywane bez problemów , natomiast przy połączeniach szyfrowanych , co chwilę wyskakuje okienko z pytaniem o klucz szyfrujący . Przed chwilą chciałem skompilować sterownik do tego urządzenia ale wywala mi takie błędy ; make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.11.10-301.fc20.x86_64/build M=/home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911 modules make[1]: Wejście do katalogu `/usr/src/kernels/3.11.10-301.fc20.x86_64' CC [M] /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c: In function ‘rtw_proc_init_one’: /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:3: error: implicit declaration of function ‘create_proc_entry’ [-Werror=implicit-function-declaration] rtw_proc=create_proc_entry(rtw_proc_name, S_IFDIR, init_net.proc_net); ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:11: warning: assignment makes pointer from integer without a cast [enabled by default] rtw_proc=create_proc_entry(rtw_proc_name, S_IFDIR, init_net.proc_net); ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:3: error: implicit declaration of function ‘create_proc_read_entry’ [-Werror=implicit-function-declaration] entry = create_proc_read_entry("ver_info", S_IFREG | S_IRUGO, rtw_proc, proc_get_drv_version, dev); ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:9: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("ver_info", S_IFREG | S_IRUGO, rtw_proc, proc_get_drv_version, dev); ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:326:9: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("log_level", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:332:8: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_log_level; ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:348:21: warning: assignment makes pointer from integer without a cast [enabled by default] padapter->dir_dev = create_proc_entry(dev->name, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:379:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("write_reg", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:385:7: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_write_reg; ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:387:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("read_reg", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:393:7: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_read_reg; ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:396:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("fwstate", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:404:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("sec_info", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:412:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("mlmext_state", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:420:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("qos_option", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:427:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("ht_option", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:434:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("rf_info", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:441:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("ap_info", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:448:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("adapter_state", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:455:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("trx_info", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:462:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("mac_reg_dump1", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:469:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("mac_reg_dump2", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:476:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("mac_reg_dump3", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:483:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("bb_reg_dump1", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:490:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("bb_reg_dump2", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:497:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("bb_reg_dump3", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:504:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("rf_reg_dump1", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:511:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("rf_reg_dump2", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:520:9: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("rf_reg_dump3", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:527:9: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("rf_reg_dump4", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:537:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("all_sta_info", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:555:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("best_channel", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:561:7: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_best_channel; ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:564:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("rx_signal", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:570:7: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_rx_signal; ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:572:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("ht_enable", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:578:7: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_ht_enable; ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:580:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("cbw40_enable", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:586:7: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_cbw40_enable; ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:588:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("ampdu_enable", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:594:7: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_ampdu_enable; ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:596:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("rx_stbc", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:602:7: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_rx_stbc; ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:605:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("path_rssi", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:608:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("vid", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:615:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("pid", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:622:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("rssi_disp", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:628:7: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_rssi_disp; ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:631:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_read_entry("sreset", S_IFREG | S_IRUGO, ^ /home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:637:7: error: dereferencing pointer to incomplete type entry->write_proc = proc_set_sreset; ^ cc1: some warnings being treated as errors make[2]: *** [/home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o] Błąd 1 make[1]: *** [_module_/home/darek/Dokumenty/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911] Błąd 2 make[1]: Opuszczenie katalogu `/usr/src/kernels/3.11.10-301.fc20.x86_64' make: *** [modules] Błąd 2 [root@localhost rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911]# Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
@sunrise Napisano Grudzień 22, 2013 Zgłoszenie Share Napisano Grudzień 22, 2013 No niestety, ale musisz albo zmienić kartę (polecam tl-wr722n ta jest na atherosie i działa bez problemu) albo poczekać aż ktoś lub sam realtek wyda patcha. W nowych kernela pozmieniały sie funkcje i bez modyfikacji sie nie obędzie. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
slabypingwin Napisano Grudzień 22, 2013 Autor Zgłoszenie Share Napisano Grudzień 22, 2013 Sunrise - twój model ma maksymalny transfer 150 Mb/s - mój ma 300 Mb/s . Twój dongiel WIFI ma rozmiar standardowy , mój jest wyraźnie mniejszy . Jeśli mam wtykniętego dongla do USB na przedniej ściance kompa to twojego łatwiej przez nieuwagę złamać niż mojego . To po co oni tak często modyfikują te jądro że producenci sprzętu nie nadążają za tymi zmianami . Jak często programiści w M$ modyfikują jądro wingrozy zmuszając producentów do modyfikowania driwerów ? Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
@sunrise Napisano Grudzień 22, 2013 Zgłoszenie Share Napisano Grudzień 22, 2013 Sunrise - twój model ma maksymalny transfer 150 Mb/s - mój ma 300 Mb/s . Twój dongiel WIFI ma rozmiar standardowy , mój jest wyraźnie mniejszy . Jeśli mam wtykniętego dongla do USB na przedniej ściance kompa to twojego łatwiej przez nieuwagę złamać niż mojego . A mój ma antenkę przez co ma większy zasięg . Wiem że mój jest "gorszy" ale to był tylko przykład który działa bez problemowo. To po co oni tak często modyfikują te jądro że producenci sprzętu nie nadążają za tymi zmianami . Jak często programiści w MS modyfikują jądro wingrozy zmuszając producentów do modyfikowania driwerów ? Czemu? Bo mogą, chcą coś poprawić, A czemu producenci sprzętu nie ujawniają dokumentacji do swojego sprzętu tak aby społeczność mogła, jeżeli będzie chciała napisać działającego sterownika? A co do MS, co nowe wydanie zmienia się api windowsa czyli co parę lat. Jeżeli denerwują Cie te nagłe zmiany to musisz przesiąść się na inną dystrybucję z długim wsparciem np CentOS, RHEL, czy Ubuntu LTS, a nie używać Fedory gdzie co kawałek się coś zmienia. Niestety Realtek nie słynie z działających sterowników, sam znam to z autopsji, sam muszę kompilować moduł r8168 aby działała zwykła karta sieciowa. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
slabypingwin Napisano Styczeń 1, 2014 Autor Zgłoszenie Share Napisano Styczeń 1, 2014 No więc udało mi się rozwiąząć problem w oparciu o porady z innego forum ; Na razie sprawdziłem ; to działa na linuksie SPARKY-GAME-OVER Jutro sprawdzę na F20 zauważyłem niestety złe zjawisko ; teraz na tym module 8192CU ładowanie się stron internetowych jest wyraźnie wolniejsze a pingi gorsze niż gdy się używa domyślnego modułu RTL8192CU sudo apt-get install git build-essential linux-headers-generic dkmsgit clone https://github.com/dz0ny/rt8192cu.git --depth 1cd rt8192cusudo make dkms Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
@sunrise Napisano Styczeń 1, 2014 Zgłoszenie Share Napisano Styczeń 1, 2014 Pod F19 kompiluje się bez problemów. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
slabypingwin Napisano Kwiecień 20, 2014 Autor Zgłoszenie Share Napisano Kwiecień 20, 2014 Teraz mam zainstalowane najnowsze KUBUNTU 14.04 LTS Ma ono jądro ; Linux darek-G31M-S2L 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Jest też standardowy moduł jądra RTL8192CU . I co ciekawe szyfrowane połączenie WIFI teraz działa Czasem trzeba tylko wyjąć i ponownie włożyć do portu USB tego dongla WIFI ; Bus 001 Device 002: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
@WalDo Napisano Kwiecień 20, 2014 Zgłoszenie Share Napisano Kwiecień 20, 2014 Proszę założyć nowy temat w "innych dystrybucjach". Temat zamykam. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi