Results 1 to 5 of 5

Thread: Logitech 305 is not working in and is not showing up in lsusb

  1. #1
    Join Date
    Mar 2023
    Beans
    2

    Logitech 305 is not working in and is not showing up in lsusb

    I am trying our ubuntu on my laptop and using my keyboard and mouse that I used on my W11 machine. My keyboard works fine but my logitech 305 isn't working at all. I reseated the usb dongle a couple times and tried different ports including the one the keyboard is plugged into. Verified it isn't the batteries as I can use it on my W11 machine. Using lsusb I don't see anything from logitech and can identify everything else in that list. HardInfo also didn't have anything there.

    Any ideas of things I can try?

  2. #2
    Join Date
    May 2010
    Beans
    3,416

    Re: Logitech 305 is not working in and is not showing up in lsusb

    Reboot the system without the USB device attached and log in. Press CTRL + ALT + T to open a terminal and run:
    Code:
    lsusb
    Plug in the device, wait a few seconds then run:
    Code:
    dmesg | tail; lsusb; lsb_release -a; uname -a
    What is the full output please?

  3. #3
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Logitech 305 is not working in and is not showing up in lsusb

    Also waiting on the response from the OP. Most Logitech G Series mouses work out of the box on Linux.

    'dmesg', when you plug and unplug the receiver should see something like:
    Code:
    [ 4376.632413] usb 1-1: new full-speed USB device number 8 using xhci_hcd
    ...with the number increasing by 1 each time you do that.

    The name to look for in 'lsusb' results is "Logitech, Inc. Unifying Receiver".

    If it the keyboard and mouse work on Windows (as you had said) off of a single receiver (as some do), and the keyboard works, but the mouse does not, then I would suspect something going on with the mouse.

    The only time I have seen where the G305 didn't show in results was when multiple Logitech mouses were connected, and there was a conflict seeing multiple Logitech USB Dongles of the same type connected at the same time.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  4. #4
    Join Date
    Mar 2023
    Beans
    2

    Re: Logitech 305 is not working in and is not showing up in lsusb

    It works today

    I tried multiple restarts yesterday and now all of the sudden it decided to work. Thank you for taking the time to comment though.

  5. #5
    Join Date
    Oct 2017
    Location
    /dev/sdx
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Logitech 305 is not working in and is not showing up in lsusb

    Quote Originally Posted by revoke2594 View Post
    It works today

    I tried multiple restarts yesterday and now all of the sudden it decided to work. Thank you for taking the time to comment though.
    On how to mark this thread as solve,
    Please Click the "Solve thread" link below. Regards and cheers.
    corn ubuntuforums community.
    Open Source platform where the real world of human is here. Click here for Solve thread

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
  •