Results 1 to 2 of 2

Thread: Logitech M235 Bluetooth Receiver drops out

  1. #1
    Join Date
    Nov 2009
    Beans
    372
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Logitech M235 Bluetooth Receiver drops out

    This the solution for anyone having issues with the Logitech M235 Bluetooth Receiver dropping out regularly and as a result mouse becoming inactive.

    I have tried the following solutions;

    1. Unplug the receiver and plug back in - this sometimes activates the frozen mouse for a while but then after sometime it freezes. At that time there is no Logitech device listed on the output of the lsusb command.

    2. Followed the instructions here ​https://askubuntu.com/questions/5059...4-04-mtp-error , in particular the post by Eugen Konkov (the last post) but again the problem appeared to be resolved but on reboot the issue persisted.

    3. After going through the syslog and trying to find a solution that matched the error codes on syslog, I stumbled across this post by 'ondoho' https://www.linuxquestions.org/quest...-a-4175640937/ which refers to a solution here https://urukrama.wordpress.com/2009/...ised-error-71/ and this solution did work.

    4. The solution is simply to add the following line to /etc/modprobe.d/options file
    options usbcore use_both_schemes=y

    and reboot.

    5. The rationale for this can be found in https://www.spinics.net/lists/usb/msg02644.html

    Hope this will be useful.
    __________________________________________________ ______________________________________
    Sent from my iSomething running Linux - safe, fast and it is free! Didn't have to pay for the badge

  2. #2
    Join Date
    Nov 2009
    Beans
    372
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: Logitech M235 Bluetooth Receiver drops out

    UPDATE

    While the inclusion of option to use both schemes worked for a little while, upon rebooting the system the old problem of frozen mouse continued to occur.

    > The solution is simply to add the following line to /etc/modprobe.d/options file
    > options usbcore use_both_schemes=y

    Upon further checking, as per the descriptions of Linux kernel parameters in
    https://redsymbol.net/linux-kernel-boot-%20parameters/3.1/ I tried changed the usbcore option as follows;

    options usbcore.old_scheme_first=1

    Since this change was done, now for over 3 days I haven't had a single mouse freezing event. Either the initial usbcore option specification is incorrect (NOT 'options usbcore use_both_scheme' but it should have been 'options.use_both_schemes) or this Logitech mouse works only according to the old scheme - more likely it is the latter.
    __________________________________________________ ______________________________________
    Sent from my iSomething running Linux - safe, fast and it is free! Didn't have to pay for the badge

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •