Changes

How to setup Marvell bluetooth

3 bytes added, 16:12, 26 July 2013
no edit summary
</pre>
----
 
== Setup HCI device ==
 
=== Load Linux kernel modules ===
 
Next, you will need to load some bluetooth modules
<pre>
# modprobe bluetooth
# modprobe hci_uart
# modprobe l2cap
# modprobe rfcomm
# dmesg
Bluetooth: Core ver 2.13
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.11
Bluetooth: L2CAP socket layer initialized
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.10
</pre>
=== Load PSKEY parameter parameters ===
With your preferred editor create a 'bluez.psr' file like this:
<pre>
Loading PSKEY_LC_COMBO_DOT11_CHANNEL_PIO_BASE ... done
</pre>
 
----
 
== Setup HCI device ==
 
=== Load Linux kernel modules ===
 
Next, you will need to load some bluetooth modules
<pre>
# modprobe bluetooth
# modprobe hci_uart
# modprobe l2cap
# modprobe rfcomm
# dmesg
Bluetooth: Core ver 2.13
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.11
Bluetooth: L2CAP socket layer initialized
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.10
</pre>
 
=== Create HCI device ===
0
edits