Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283791 - install oui.txt along with net-wireless/bluez
Summary: install oui.txt along with net-wireless/bluez
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-05 22:38 UTC by Łukasz Stelmach
Modified: 2010-09-10 10:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Łukasz Stelmach 2009-09-05 22:38:53 UTC
The oui.txt file[1] is required for 
org.bluez.Adapter.GetRemoteCompany[2] call to succeed. hcid(8) looks for it either in /var/lib/misc/ or /usr/share/misc/.

[1] http://standards.ieee.org/regauth/oui/oui.txt
[2] http://wiki.bluez.org/wiki/Adapter

Reproducible: Always

Steps to Reproduce:
1. Set up hcid.
2. dbus-send --print-reply --system --dest=org.bluez  /org/bluez/hci0 org.bluez.Adapter.GetRemoteCompany string:00:11:22:33:44:55




Actual Results:  
Error org.bluez.Error.NotAvailable: Not Available


Expected Results:  
method return sender=:1.0 -> dest=:1.78 reply_serial=2
   string "CIMSYS Inc"
Comment 1 Pacho Ramos gentoo-dev 2010-09-07 10:38:47 UTC
I will include this in bluez-4.71 
Comment 2 Pacho Ramos gentoo-dev 2010-09-10 10:11:04 UTC
+*bluez-4.71 (10 Sep 2010)
+
+  10 Sep 2010; Pacho Ramos <pacho@gentoo.org> +bluez-4.71.ebuild,
+  metadata.xml:
+  Version bump with bugfixes and some new features like initial MCAP
+  support, add support for compile time option of oui.txt path (installed
+  now in default location, bug #283791 by Łukasz Stelmach) and others.