Hallo zusammen, ich habe ein, nach ettlichen google-Stunden, ungelöstes Problem. Vorweg: Ich persönlich bin neu in Sachen Linux.
Ich habe mir das MSI S12 fürs Studium gekauft und mir gefällt das kleine Ding auch, jedoch funktioniert das PCI-Wifi nicht. Es wird mir zwar angezeigt jedoch findet es keinerlei Netzwerke. Aktuell bin ich über einen USB-Stick ins Internet. Beim rumgoogeln bin ich auf folgende Website gestoßen, welche das Problem scheinbar lösen soll, allerdings hatts das bei mir bis jetzt nicht getan 😉.
http://askubuntu.com/questions/139632/wireless-card-realtek-rtl8723ae-bt-is-not-recognized
Hab die Anleitung der Website mal kopiert:
Open a terminal with Ctrl+Alt+T.
You'll need to install these packages first to build the driver:
sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r`Paste the below line to download and extract the driver archive in one single step:
wget -O- http://dl.dropbox.com/u/57056576/DRIVERS/REALTEK/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012.tar.gz | tar -xzChange to the extracted driver's directory, build and install the driver:
cd rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 make sudo make installTest the driver by loading it (this is a one-time step; after you reboot once, the driver should automatically load on every boot):
sudo modprobe rtl8723e
Jedenfalls habe ich einen Treiber wie auf der Website beschrieben runtergeladen (von einem Dropbox Link ? ) und versucht zu installieren und bekomme im Terminal folgende Fehlermeldungen:
luca@luca-S12T-3M-S12-3M:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012$ make make -C /lib/modules/3.13.0-34-generic/build M=/home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make[1]: Betrete Verzeichnis '/usr/src/linux-headers-3.13.0-34-generic' CC [M] /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o In file included from /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:39:0: /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/pci.h:245:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl_pci_probe’ int __devinit rtl_pci_probe(struct pci_dev *pdev, ^ /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: In function ‘_rtl_init_mac80211’: /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:320:6: error: ‘IEEE80211_HW_BEACON_FILTER’ undeclared (first use in this function) IEEE80211_HW_BEACON_FILTER | ^ /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:320:6: note: each undeclared identifier is reported only once for each function it appears in /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: In function ‘rtl_action_proc’: /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:867:32: error: ‘struct ieee80211_conf’ has no member named ‘channel’ rx_status.freq = hw->conf.channel->center_freq; ^ /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:868:32: error: ‘struct ieee80211_conf’ has no member named ‘channel’ rx_status.band = hw->conf.channel->band; ^ /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:870:25: error: ‘RX_FLAG_MACTIME_MPDU’ undeclared (first use in this function) rx_status.flag |= RX_FLAG_MACTIME_MPDU; ^ /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: In function ‘rtl_send_smps_action’: /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1432:16: error: ‘struct <anonymous>’ has no member named ‘sta’ info->control.sta = sta; ^ /home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1433:24: error: ‘struct ieee80211_conf’ has no member named ‘channel’ info->band = hw->conf.channel->band; ^ make[2]: *** [/home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o] Fehler 1 make[1]: *** [_module_/home/luca/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012] Fehler 2 make[1]: Verlasse Verzeichnis '/usr/src/linux-headers-3.13.0-34-generic' make: *** [all] Fehler 2 luca@luca-S12T-3M-S12-3M:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012$
Leider kann ich mit den Fehlermeldungen wenig anfangen und bin für jede Hilfe dankbar.
Viele Grüße vom Bodensee
Luca