RTL8723AE problema do driver PCIe

1

Eu olhei para pergunta mas eu recebo este erro durante a compilação e não consigo carregar o módulo depois:

make -C /lib/modules/3.13.0-24-generic/build M=/home/owner/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched modules
make[1]: Entering directory '/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/owner/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.o
/home/owner/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.c: In function ‘rtl_action_proc’:
/home/owner/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.c:885:32: error: ‘struct ieee80211_conf’ has no member named ‘channel’
       rx_status.freq = hw->conf.channel->center_freq;
                                ^
/home/owner/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.c:886:32: error: ‘struct ieee80211_conf’ has no member named ‘channel’
       rx_status.band = hw->conf.channel->band;
                                ^
/home/owner/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.c: In function ‘rtl_send_smps_action’:
/home/owner/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.c:1451:24: error: ‘struct ieee80211_conf’ has no member named ‘channel’
   info->band = hw->conf.channel->band;
                        ^
make[2]: *** [/home/owner/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.o] Error 1
make[1]: *** [_module_/home/owner/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.13.0-24-generic'
make: *** [all] Error 2
owner@computer:~/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched$

Isso ocorre com o driver listado no primeiro link e o driver corrigido que encontrei.
Eu também já tentei desativar o bluetooth eo adaptador.
Também tentei iwconfig wlan0 txpower 30 .

    
por user175999 06.05.2014 / 10:09

0 respostas