On Wed, Aug 31, 2011 at 4:08 PM, Robert Nelson <robertcnel...@gmail.com> wrote:
> On Wed, Aug 31, 2011 at 4:02 PM, John Rigby <john.ri...@linaro.org> wrote:
>> On Wed, Aug 31, 2011 at 2:41 PM, Robert Nelson <robertcnel...@gmail.com> 
>> wrote:
>>> On Wed, Aug 31, 2011 at 12:56 PM, Tom Gall <tom.g...@linaro.org> wrote:
>>>> What we want to do for the next linaro release 11.09 is have working
>>>> USB wifi support out of the box on beagle/beagle xm with the developer
>>>> image.
>>>>
>>>> Tho you won't have to twist my arm hard at all to include BT in that
>>>> goal as well Tony :-)
>>>>
>>>> We like to keep the developer image as small as possible so the fun
>>>> part is keeping this to the minimal number of packages to make it
>>>> work.
>>>>
>>>> For wifi I BELIEVE we just need to add wireless-tools.
>>>>
>>>> So here's what I'd like you to do.
>>>>
>>>> Grab the developer rootfs -
>>>> http://snapshots.linaro.org/11.05-daily/linaro-developer/20110831/0/images/tar/
>>>> grab the omap3 hwpack -
>>>> http://snapshots.linaro.org/11.05-daily/linaro-hwpacks/omap3/20110831/0/images/hwpack/
>>>>
>>>> Install to sd with linaro-media-create.
>>>>
>>>> If you can apt-get install wireless-tools and see if that's enough to
>>>> get your wifi working. If not what else did you need?
>>>
>>> Looks like we need to add the config's for a bunch of usb wifi drivers..
>>>
>> Robert, could you send me a list of CONFIGs we should have on for wireless?
>
> Will do, just be a sec..
>
> BTW, panda also needs this patch, to enable wl12xx regulator (only for
> 3.0.x, for 3.1-rc's it's moved to twl-common, yet still needs a simlar
> tweak):
>
> 3.0 panda wl12xx regulator patch:
> (docs) http://elinux.org/Panda_How_to_kernel_3_0_rel
> (patch) http://elinux.org/images/8/87/0001-omap4-pandaboard-wlan-fix.patch

Hi John,

Here's a list pulled from my stable tree, I have a good pile of random
wifi adapters, so i've added notes to config options that i've
personally tested..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/
Wireless:

CONFIG_WLAN=y
CONFIG_LIBERTAS_THINFIRM=m
# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set
CONFIG_LIBERTAS_THINFIRM_USB=m

CONFIG_AT76C50X_USB=m

CONFIG_USB_ZD1201=m
CONFIG_USB_NET_RNDIS_WLAN=m

(tested, no firmware required)
CONFIG_RTL8187=m
CONFIG_RTL8187_LEDS=y

CONFIG_MAC80211_HWSIM=m
CONFIG_ATH_COMMON=m
# CONFIG_ATH_DEBUG is not set
# CONFIG_ATH9K is not set
# CONFIG_ATH9K_HTC is not set

(tested)
CONFIG_CARL9170=m
CONFIG_CARL9170_LEDS=y
# CONFIG_CARL9170_DEBUGFS is not set
CONFIG_CARL9170_WPC=y

(untested, no hardware)
CONFIG_B43=m
# CONFIG_B43_SDIO is not set
CONFIG_B43_PIO=y
CONFIG_B43_PHY_N=y
CONFIG_B43_PHY_LP=y
CONFIG_B43_LEDS=y
CONFIG_B43_HWRNG=y
# CONFIG_B43_DEBUG is not set
CONFIG_B43LEGACY=m
CONFIG_B43LEGACY_LEDS=y
CONFIG_B43LEGACY_HWRNG=y
CONFIG_B43LEGACY_DEBUG=y
CONFIG_B43LEGACY_DMA=y
CONFIG_B43LEGACY_PIO=y
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
# CONFIG_B43LEGACY_DMA_MODE is not set
# CONFIG_B43LEGACY_PIO_MODE is not set
# CONFIG_HOSTAP is not set
# CONFIG_IWM is not set

(untested, have igvep2, but haven't got it to work)
CONFIG_LIBERTAS=m
CONFIG_LIBERTAS_USB=m
CONFIG_LIBERTAS_SDIO=m
CONFIG_LIBERTAS_SPI=m
# CONFIG_LIBERTAS_DEBUG is not set
# CONFIG_LIBERTAS_MESH is not set

(untested no hardware)
CONFIG_P54_COMMON=m
CONFIG_P54_USB=m
CONFIG_P54_SPI=m
# CONFIG_P54_SPI_DEFAULT_EEPROM is not set
CONFIG_P54_LEDS=y

(tested, many devices, if slow disable power managment)
CONFIG_RT2X00=m
CONFIG_RT2500USB=m
CONFIG_RT73USB=m
CONFIG_RT2800USB=m
CONFIG_RT2800USB_RT33XX=y
CONFIG_RT2800USB_RT35XX=y
CONFIG_RT2800USB_RT53XX=y
CONFIG_RT2800USB_UNKNOWN=y
CONFIG_RT2800_LIB=m
CONFIG_RT2X00_LIB_USB=m
CONFIG_RT2X00_LIB=m
CONFIG_RT2X00_LIB_FIRMWARE=y
CONFIG_RT2X00_LIB_CRYPTO=y
CONFIG_RT2X00_LIB_LEDS=y
CONFIG_RT2X00_LIB_DEBUGFS=y
# CONFIG_RT2X00_DEBUG is not set

(untested, no hardware)
CONFIG_RTL8192SE=m
CONFIG_RTL8192CU=m
CONFIG_RTLWIFI=m
CONFIG_RTL8192C_COMMON=m

(untested)
CONFIG_WL1251=m
CONFIG_WL1251_SPI=m
CONFIG_WL1251_SDIO=m

(tested panda)
CONFIG_WL12XX_MENU=m
CONFIG_WL12XX=m
CONFIG_WL12XX_HT=y
CONFIG_WL12XX_SPI=m
CONFIG_WL12XX_SDIO=m
CONFIG_WL12XX_SDIO_TEST=m
CONFIG_WL12XX_PLATFORM_DATA=y

(tested, but needs zd12xx firmware)
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set

(untested, no hardware)
CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m

Staging:
(untested but builds)
CONFIG_R8712U=m
CONFIG_R8712_AP=y


_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to