Announcement

Collapse
No announcement yet.

Constant Beeping, USB refresh PowerA Xbox wired controller

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Constant Beeping, USB refresh PowerA Xbox wired controller



    I have searched the internet for a solution and couldn't find one.

    When I used the LTS 24.04 version of Kubuntu there was no issue. I also used Zorin 22.04 LTS base, and that didn't have an issue either.

    In this current 24.10, this is the result every 15 seconds or so:

    2/6/25 8:01 PM 2025-02-06T20:01:45.991908-06:00 FlashGordon kernel: usb 3-10: new full-speed USB device number 30 using xhci_hcd
    2/6/25 8:01 PM 2025-02-06T20:01:46.119913-06:00 FlashGordon kernel: usb 3-10: New USB device found, idVendor=24c6, idProduct=543a, bcdDevice= 1.01
    2/6/25 8:01 PM 2025-02-06T20:01:46.119924-06:00 FlashGordon kernel: usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    2/6/25 8:01 PM 2025-02-06T20:01:46.119925-06:00 FlashGordon kernel: usb 3-10: Product: Xbox ONE Pro Ex controller
    2/6/25 8:01 PM 2025-02-06T20:01:46.119926-06:00 FlashGordon kernel: usb 3-10: Manufacturer: BDA
    2/6/25 8:01 PM 2025-02-06T20:01:46.119927-06:00 FlashGordon kernel: usb 3-10: SerialNumber: 0000363536D691F0
    2/6/25 8:01 PM 2025-02-06T20:01:46.120896-06:00 FlashGordon kernel: input: PowerA Xbox One wired controller as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/input/input50
    2/6/25 8:01 PM 2025-02-06T20:01:46.123267-06:00 FlashGordon mtp-probe: checking bus 3, device 30: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10"
    2/6/25 8:01 PM 2025-02-06T20:01:46.123430-06:00 FlashGordon mtp-probe: bus: 3, device: 30 was not an MTP device
    2/6/25 8:01 PM 2025-02-06T20:01:46.157867-06:00 FlashGordon mtp-probe: checking bus 3, device 30: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10"
    2/6/25 8:01 PM 2025-02-06T20:01:46.157970-06:00 FlashGordon mtp-probe: bus: 3, device: 30 was not an MTP device

    It is accompanied by the system honking sound as well.

    I have unplugged and re-plugged this USB device into the same port and other ports - same result.

    Any help or suggestions would be greatly appreciated.

    K



    #2
    this might help

    https://superuser.com/questions/1206...-usb-mass-stor

    it's for getting a mass storage device to be recognized, but there may be something there you can use.

    Comment


      #3
      I tried following what was said, I don't think this device is a USB storage device so their naming instructions do not apply.

      I'm not sure I have the technical skill to set this device as something else / I don't know what it would be called to modify the files they are mentioning.

      I did restart the device as they suggested, no effect.

      Comment


        #4
        i think what top solution is saying is you just need to find the device id for whatever is causing the beeping noise and create a file in the rules.d directory that will define a rule for it so the system doesn't assign the default MTP rule which is causing the beeping.

        so for that solution, you would just run lsusb to find your device in the list, note the number, and then write a file to the rules.d directory (the file name is not important as long as it ends in .rules)... the 90 prefix just means it will be run last.

        the file needs to contain only the one line shown with your device id substituted for the one used by the author.... the quoted text is not important, but you should probably make it something like "usb-controller" or something recognizable.

        then just reboot and replug in the device into a usb port to see if worked.

        the 2nd answer is probably the more proper one which is to copy the existing rule to the directory and let the probe function there do its work on your device and make a rule for it automagically, but if for some reason that doesn't work you have the first option.

        Comment

        Working...
        X