Bug 145939
Summary: | Logitech bluetooth mouse needs some more scripts and services run | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Christian Schaller <uraeus> |
Component: | bluez-utils | Assignee: | David Woodhouse <dwmw2> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | dr |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 2.15-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-08-09 17:01:02 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Christian Schaller
2005-01-24 09:56:50 UTC
echo HID2HCI_ENABLE=true >> /etc/sysconfig/bluetooth echo HIDDARGS=\"--server --search\" >> /etc/sysconfig/hidd /sbin/chkconfig --level 345 hidd on If that doesn't work, tell me about the failure. If it does, then I suppose the best thing to do is refile a bug against kudzu or the installer. Or suggest better ways that I could autodetect the need to do these things. Ok, I tested a lot around this now and here is what I found. HIDHCI_ENABLE was already set to TRUE. For HIDDARGS I noticed something peculiar. If I just use the --server option things work fine. But if I have the --search option added then a few things happen. First of all I think the hidd process dies at some point as I am not able to stop the hidd service without getting failed when it is on. Secondly it do seem to do something with my mouse as it basically stops working until I take out the batteries from it to reset it. But as I said, just having '--server' as the option makes everything work fine. It looks like '--server --search' was wrong; sorry. Those are mutually exclusive options. As you observed, you only want '--server'. I'll fix the shipped config file. When looking at #157971 comment 15, I think there's still the problem that hidd startup script isn't linked to any runlevels in FC4T3, and chkconfig --add is manually needed... I don't think we should necessarily be running hidd by default in all cases. The installed should probably enable it only if it's needed. The installer needs to learn about Bluetooth keyboard/mouse anyway. |