Letux Kernel

Wireless

You are looking at an old revision of the page Wireless. This revision was created by Nikolaus Schaller.

Table of Content

How to configure wireless interfaces (UMTS, WLAN, Bluetooth)

WLAN

is configured as SDIO card "mmc1".

Driver: marvel 8686

Enable power (shared with Bluetooth!):

echo ??? >/sys/???

Driver should be loaded after enabling power.

Then, iwconfig

Bluetooth

is accessed through UART1.

Enable power (shared with WLAN!):

echo ??? >/sys/???

Select UART as HCI interface

hciattach -n -s 115200 /dev/ttyS0 any 115200 noflow & 

WWAN

is connected to the internal HS-USB. Use lsusb to identify.

Needs Option HSO-kernel driver module.