<div dir="ltr">Thanks to James Cameron's work on FC22 kernel, I have an image of XSCE running in an SD card on an XO1.5.<div><br></div><div>The regular libertas driver works as a client. </div><div><br></div><div>There is documentation for using a special driver, and special firmware at </div><div><br></div><div><a href="http://wiki.laptop.org/go/Libertas_Thinfirmware_HOWTO">http://wiki.laptop.org/go/Libertas_Thinfirmware_HOWTO</a>:<br></div><div><a href="http://wiki.laptop.org/go/Thinfirm_1.5">http://wiki.laptop.org/go/Thinfirm_1.5</a><br></div><div><a href="http://wiki.laptop.org/go/Test_Report">http://wiki.laptop.org/go/Test_Report</a><br></div><div><br></div><div>Which I have attempted to follow. I have added config items(below) and created a new kernel.</div><div>Questions;</div><div><ol><li>The libertas_tf module loads via modprobe (after rmmod libertas cfg80211) Does this mean that it has found the firmware?<br></li><li>After blacklisting libertas, and a reboot, there is a new device sit0, which may indicate that the proper network driver is not being found/loaded.(dmesg is quiet about libertastf)<br></li><li>Are there incompatabilities between libertas_sdio and libertas_usb -- should it be one or the other?</li></ol></div><div><div><br></div><div>CONFIG_LIBERTAS_THINFIRM=m</div><div>CONFIG_LIBERTAS=m<br></div><div>CONFIG_LIBERTAS_USB=m</div><div>CONFIG_LIBERTAS_SDIO=m</div><div>CONFIG_LIBERTAS_DEBUG=y</div><div>CONFIG_LIBERTAS_MESH=y</div></div><div><div>CONFIG_FW_LOADER=y</div></div><div><div>CONFIG_MAC80211=m</div><div>CONFIG_MAC80211_HAS_RC=y</div><div>CONFIG_MAC80211_RC_MINSTREL=y</div><div>CONFIG_MAC80211_RC_MINSTREL_HT=y</div><div>CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y</div><div>CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"</div><div>CONFIG_MAC80211_LEDS=y</div></div><div><br></div></div>