Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:user-guide:hardware:bluetooth:usb.bluetooth [2018/02/17 20:28] – ↷ Page moved from docs:user-guide:bluetooth:usb.bluetooth to docs:user-guide:hardware:bluetooth:usb.bluetooth bobafetthotmail | docs:guide-user:hardware:bluetooth:usb.bluetooth [2019/04/15 15:14] – Refresh some data about daemon chkdsk | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| == Other Bluetooth guides == | == Other Bluetooth guides == | ||
| - | * [[docs:user-guide: | + | * [[docs: |
| - | * [[docs:user-guide: | + | * [[docs: |
| - | Some images offered on the OpenWrt download page, come with the basic [[wp> | + | Some images offered on the OpenWrt download page, come with the basic [[wp> |
| ^ Name ^ Size (KB) ^ Required ^ Desciption ^ | ^ Name ^ Size (KB) ^ Required ^ Desciption ^ | ||
| Line 19: | Line 19: | ||
| | usbutils | | usbutils | ||
| | kmod-bluetooth | | kmod-bluetooth | ||
| + | | bluez-daemon | ||
| | bluez-libs | | bluez-libs | ||
| | bluez-utils | | bluez-utils | ||
| | dbus | | dbus | ||
| - | By installing the correct kernel packages, your GNU/Linux system is able to address the bus. Now, depending on what you want to connect over the bus, you still need to install the drivers for that specific device. Please see [[doc:howto: | + | By installing the correct kernel packages, your GNU/Linux system is able to address the bus. Now, depending on what you want to connect over the bus, you still need to install the drivers for that specific device. Please see [[docs:guide-user: |
| ===== Installation ===== | ===== Installation ===== | ||
| Line 34: | Line 35: | ||
| opkg update | opkg update | ||
| opkg install kmod-bluetooth bluez-libs bluez-utils kmod-usb-core kmod-usb-uhci kmod-usb2 usbutils | opkg install kmod-bluetooth bluez-libs bluez-utils kmod-usb-core kmod-usb-uhci kmod-usb2 usbutils | ||
| + | </ | ||
| + | |||
| + | In OpenWRT >=18.06: | ||
| + | < | ||
| + | opkg update | ||
| + | opkg install kmod-bluetooth bluez-libs bluez-utils kmod-usb-core kmod-usb-uhci kmod-usb2 usbutils bluez-daemon | ||
| </ | </ | ||
| Line 48: | Line 55: | ||
| </ | </ | ||
| - | In Chaos Calmer (15.05 maybe earlier) | + | In 18.06 the **bluez-daemon** installs the **bluetoothd** init script instead of **bluez-utils**: |
| < | < | ||