Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 319621 - net-wireless/bluez init script incompatible with >=sys-fs/udev-154
Summary: net-wireless/bluez init script incompatible with >=sys-fs/udev-154
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-13 21:28 UTC by Reuben Martin
Modified: 2010-06-11 10:13 UTC (History)
4 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 Reuben Martin 2010-05-13 21:28:40 UTC
udev 154 seems to have issues with properly configuring bluetooth.

trying to figure out what is going on is kinda pointless as everything either gives an error about the device not existing, or a dbus error.

If I can provide any info let me know.

downgrading to 151-r4 fixes the problems.

Reproducible: Always
Comment 1 Thorsten Vollmer 2010-05-14 04:11:49 UTC
Since udev 152 "udevadm trigger" no longer requests "add" events by default. See http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=236fae6cf1a619a92174efdf84cd7d91e7d4348d

If you have installed >=net-wireless/bluez-4.63, change
	udevadm trigger --subsystem-match=bluetooth
to
	udevadm trigger --subsystem-match=bluetooth --action=add
in /etc/init.d/bluetooth and reboot.

Please let us know if the above change solved your problem.
Comment 2 Reuben Martin 2010-05-14 06:10:05 UTC
That fixes it. Thanks for the help.
Comment 3 Davide Pesavento gentoo-dev 2010-05-18 16:09:05 UTC
Assigning to bluez maintainers.
Comment 4 Pacho Ramos gentoo-dev 2010-06-11 10:13:49 UTC
Just fixed. Thanks for reporting and the fix