Which Wi-Fi moudule has been tested on this platform

Which Wi-Fi moudule has been tested on this platform

liwangyi的头像

MSI MS-6897 Mini PCIe Wi-Fi module

Chip Set:RTL8191SE

Test OS: Fedora 14;
Linux Kernal Version:2.6.38;

Chip set features:
http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PFid=48&Le...

Driver Download Page:
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PFid=48&...

4 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项.
linxiongmin的头像

hi
i have tried to install the driver in yocto

but there are some errors :

sh-4.2#make
make -C /lib/modules/3.0.18-yocto-standard+/build/ M=/home/bear/rt1_92ce_92se_92de_linux_mac80211_0005.1230.2011 modules
make: *** /lib/../build/:No such file or directory. stop.
make: *** [all] Error 2
sh-4.2#mkdir /lib/modules/3.0.18-yocto-standard+/build
sh-4.2#make
make -C /lib/modules/3.0.18-yocto-standard+/build/ M=/home/bear/rt1_92ce_92se_92de_linux_mac80211_0005.1230.2011 modules
make[1]: Entering directory 'lib/modules/3.0.18-yocto-stadard+/build'
make[1]: *** No rule to make target 'modules' . stop.
make[1]:Leaving directory '/lib/modules/3.0.18-yocto-standard+/build'
make:***[all] Error 2

why is that ???

linxiongmin的头像

i install the driver of RTL8191SE in ubunut11.10 , it works fine

same errors appear when i installed the driver of TP-LINK TL-WN321G+ (RT2501/RT2573 Wireless Adapter)

is it the reason of gcc

but when i run :cat /proc/version in yocto

it seems yocto has installed gcc (version 4.6.4)

can you help me??

Dexuan的头像
Hi, I think the issue is: in Yocto we don't have a package to install the kernel headers and .config file into the proper place, e.g., like in/lib/modules/`uname -r`/build/. We're discussing the issue in the openemgedded-core mailing list(where the core components, such as linux-yocto, can be discussed): http://lists.linuxtogo.org/pipermail/openembedded-core/2012-April/020651.html BTW, thisis actually an open bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=1614 Please subscribe the list to know the latest status. I'll also try to post the discussion result here. BTW, if you build the sato image by yourself, you can find the kernel headers and .config are inside the directorybuild/tmp/work/esdc2012-poky-linux/linux-yocto-3.*/. I suppose you can manually copy them into the proper places in the target and try to build the realtek wifi driver again. :-) Quoting linxiongmin hi
i have tried to install the driver in yocto

but there are some errors :

sh-4.2#make
make -C /lib/modules/3.0.18-yocto-standard+/build/ M=/home/bear/rt1_92ce_92se_92de_linux_mac80211_0005.1230.2011 modules
make: *** /lib/../build/:No such file or directory. stop.
make: *** [all] Error 2
sh-4.2#mkdir /lib/modules/3.0.18-yocto-standard+/build
sh-4.2#make
make -C /lib/modules/3.0.18-yocto-standard+/build/ M=/home/bear/rt1_92ce_92se_92de_linux_mac80211_0005.1230.2011 modules
make[1]: Entering directory 'lib/modules/3.0.18-yocto-stadard+/build'
make[1]: *** No rule to make target 'modules' . stop.
make[1]:Leaving directory '/lib/modules/3.0.18-yocto-standard+/build'
make:***[all] Error 2

why is that ???

登陆并发表评论。