Tim:
> > Is it (the timeout) something you could reprogram from Windows, and
> > the setting could be permanent?
Patrick O'Callaghan:
> I did some further digging (using ChatGPT if you must know)
You know how people used to groan at someone saying "I googled"
(instead of searched), I do that with "I asked chatgpt." With AI it's
quite a lot like "ask the oracle." If you know your old-school
stories, the oracle was a bit of an evil genie.
> and had an epiphany: the relevant timeout isn't what's built into the
> mouse, it's what the kernel is applying to the bluetooth port. In my
> case it's a USB dongle,
I had sort-of wondered if it might be along those lines (not knowing if
you had a dongle receiver, or something on-board), and not sure if I'd
expressed it (my memory is getting bad at juggling multiple thoughts
the last half year), whether it may be one of the newer power-saving
options which have crept in for "greenie" reasons (like computers going
to sleep when /allegedly/ idle, and not waking up).
> so after identifying the manufacturer and device ID via 'lsusb' I
> created the following:
>
> # cat /etc/udev/rules.d/99-cambridge-silicon-radio.rules
> ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0a12",
> ATTR{idProduct}=="0001", TEST=="power/control", ATTR{power/control}="on"
> # echo on|tee /sys/bus/usb/devices/1-11/power/control
> on
>
> I added the second line because otherwise the attribute was set to
> 'auto', which may or may not matter (I didn't check). Then after
> applying 'udevadm control --reload-rules; udevadm trigger' it now seems
> to work, fingers crossed.
--
uname -rsvp
Linux 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
(yes, this is the output from uname for this PC when I posted)
Boilerplate: All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
--
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it:
https://forge.fedoraproject.org/infra/tickets/issues/new