Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to setup Murata LBEH59XUHC WiFi/BT module

290 bytes added, 09:28, 11 October 2013
no edit summary
== Product Brief ==
 
The LBEH59XUHC module is an ultra small wireless solution providing IEEE802.11 b/g/n + Bluetooth version 4 connectivity. The module integrates the Texas Instrument’s WL1271L SoC, RFFE, and DC-DC converter. WLAN host interface is SDIO, Bluetooth host interface is UART.
 
== Wi-Fi ==
 
Firmware : ti-connectivity (from linux-firmware repository)
 
=== wl12xx debug ===
 
Make sure that DYNAMIC DEBUG is enabled in your kernel configuration.
 
CONFIG_DYNAMIC_DEBUG=y
 
<pre>
echo 8 > /proc/sys/kernel/printk
 
echo 0x8800 > /sys/module/wlcore/parameters/debug_level
 
echo -n 'module cfg80211 +p' > /sys/kernel/debug/dynamic_debug/control
echo -n 'module mac80211 +p' > /sys/kernel/debug/dynamic_debug/control
echo -n 'module wl12xx +p' > /sys/kernel/debug/dynamic_debug/control
</pre>
 
== Bluetooth ==
aplay -D btheadset music.wav
 
 
== Wireless ==
 
Firmware : ti-connectivity (from linux-firmware repository)
 
=== wl12xx debug ===
 
Make sure that DYNAMIC DEBUG is enabled in your kernel configuration.
 
CONFIG_DYNAMIC_DEBUG=y
 
<pre>
echo 8 > /proc/sys/kernel/printk
 
echo 0x8800 > /sys/module/wlcore/parameters/debug_level
 
echo -n 'module cfg80211 +p' > /sys/kernel/debug/dynamic_debug/control
echo -n 'module mac80211 +p' > /sys/kernel/debug/dynamic_debug/control
echo -n 'module wl12xx +p' > /sys/kernel/debug/dynamic_debug/control
</pre>
== Links ==
0
edits