lsusb does not show all devicesudevadm does not show expected informationlsusb doesn't list device nameslsusb not listing a SCSI drive, connected through USB (SATA bridge)?Get iSerial with lsusb without sudolsusb error — can't get device qualifier / descriptor: Resource temporarily unavailableUSB serial number not shown with lsusb -v commandudevadm not tracing parent deviceslsusb lists devices on different PCI controllers under the same USB hubUSB ports keep resetting on LinuxPL2303/PL2303X USB-Serial driver

There is only s̶i̶x̶t̶y one place he can be

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

Modify casing of marked letters

The baby cries all morning

How can I use the arrow sign in my bash prompt?

Short story about space worker geeks who zone out by 'listening' to radiation from stars

Greatest common substring

Why does John Bercow say “unlock” after reading out the results of a vote?

What would be the benefits of having both a state and local currencies?

How can I replace every global instance of "x[2]" with "x_2"

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

Will it be accepted, if there is no ''Main Character" stereotype?

when is out of tune ok?

Is exact Kanji stroke length important?

Go Pregnant or Go Home

Is expanding the research of a group into machine learning as a PhD student risky?

Failed to fetch jessie backports repository

Understanding "audieritis" in Psalm 94

Personal Teleportation as a Weapon

Is there any reason not to eat food that's been dropped on the surface of the moon?

How do we know the LHC results are robust?

Why is delta-v is the most useful quantity for planning space travel?

Was Spock the First Vulcan in Starfleet?

Should my PhD thesis be submitted under my legal name?



lsusb does not show all devices


udevadm does not show expected informationlsusb doesn't list device nameslsusb not listing a SCSI drive, connected through USB (SATA bridge)?Get iSerial with lsusb without sudolsusb error — can't get device qualifier / descriptor: Resource temporarily unavailableUSB serial number not shown with lsusb -v commandudevadm not tracing parent deviceslsusb lists devices on different PCI controllers under the same USB hubUSB ports keep resetting on LinuxPL2303/PL2303X USB-Serial driver













0















The lsusb command is not showing one of the attached USB devices with the 4.14 linux kernel. The same hardware works correctly with the 4.9, 4.4, and 3.2 kernels.
The 'missing' USB device is detected, drivers loaded, and works properly. It is only the lsusb command that does not show it. The device is shown using the usb-devices command.
If I enter the
udevadm trigger --subsystem-match=usb
then lsusb shows the missing device. It seems that something has changed in the 4.14 kernel affecting this and I am trying to understand what.
Looking at the output from dmesg, I can see the following differences between the 4.9 and 4.14 kernels.



4.9 kernel:



usb 1-2.2: new high-speed USB device number 5 using atmel-ehci
usb 1-2.2: new high-speed USB device number 7 using atmel-ehci
usb 1-2.2: New USB device found, idVendor=1bc7, idProduct=2300
usb 1-2.2: New USB device strings: Mfr=13, Product=14, SerialNumber=15
usb 1-2.2: Product: 'LE866-SV1'
usb 1-2.2: Manufacturer: 'Telit'
usb 1-2.2: SerialNumber: usb_serial_num_0
cdc_acm 1-2.2:1.2: ttyACM0: USB ACM device
cdc_acm 1-2.2:1.4: ttyACM1: USB ACM device
cdc_acm 1-2.2:1.6: ttyACM2: USB ACM device
cdc_ether 1-2.2:1.0 wwan0: register 'cdc_ether' at usb-800000.ehci-2.2, Mobile Broadband Network Device, 00:11:22:33:44:56


4.14 kernel:



usb 1-2.2: new high-speed USB device number 5 using atmel-ehci
usb 1-2.2: New USB device found, idVendor=216f, idProduct=0051
usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2.2: Product: U-Boot 2012.10
usb 1-2.2: Manufacturer: Das U-Boot
usb 1-2.2: SerialNumber: 0000000
usb 1-2.2: USB disconnect, device number 5
usb_id[873]: unable to access '/devices/platform/ahb/800000.ehci/usb1/1-2/1-2.2'
usb 1-2.2: new high-speed USB device number 7 using atmel-ehci
usb 1-2.2: New USB device found, idVendor=1bc7, idProduct=2300
usb 1-2.2: New USB device strings: Mfr=13, Product=14, SerialNumber=15
usb 1-2.2: Product: 'LE866-SV1'
usb 1-2.2: Manufacturer: 'Telit'
usb 1-2.2: SerialNumber: usb_serial_num_0
cdc_acm 1-2.2:1.2: ttyACM0: USB ACM device
cdc_acm 1-2.2:1.4: ttyACM1: USB ACM device
cdc_acm 1-2.2:1.6: ttyACM2: USB ACM device
cdc_ether 1-2.2:1.0 wwan0: register 'cdc_ether' at usb-800000.ehci-2.2, Mobile Broadband Network Device, 00:11:22:33:44:56


It seems that the USB device enumerates as one VID:PID, then disconnects and enumerates with a different VID:PID.



Any ideas where I should look?










share|improve this question




























    0















    The lsusb command is not showing one of the attached USB devices with the 4.14 linux kernel. The same hardware works correctly with the 4.9, 4.4, and 3.2 kernels.
    The 'missing' USB device is detected, drivers loaded, and works properly. It is only the lsusb command that does not show it. The device is shown using the usb-devices command.
    If I enter the
    udevadm trigger --subsystem-match=usb
    then lsusb shows the missing device. It seems that something has changed in the 4.14 kernel affecting this and I am trying to understand what.
    Looking at the output from dmesg, I can see the following differences between the 4.9 and 4.14 kernels.



    4.9 kernel:



    usb 1-2.2: new high-speed USB device number 5 using atmel-ehci
    usb 1-2.2: new high-speed USB device number 7 using atmel-ehci
    usb 1-2.2: New USB device found, idVendor=1bc7, idProduct=2300
    usb 1-2.2: New USB device strings: Mfr=13, Product=14, SerialNumber=15
    usb 1-2.2: Product: 'LE866-SV1'
    usb 1-2.2: Manufacturer: 'Telit'
    usb 1-2.2: SerialNumber: usb_serial_num_0
    cdc_acm 1-2.2:1.2: ttyACM0: USB ACM device
    cdc_acm 1-2.2:1.4: ttyACM1: USB ACM device
    cdc_acm 1-2.2:1.6: ttyACM2: USB ACM device
    cdc_ether 1-2.2:1.0 wwan0: register 'cdc_ether' at usb-800000.ehci-2.2, Mobile Broadband Network Device, 00:11:22:33:44:56


    4.14 kernel:



    usb 1-2.2: new high-speed USB device number 5 using atmel-ehci
    usb 1-2.2: New USB device found, idVendor=216f, idProduct=0051
    usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    usb 1-2.2: Product: U-Boot 2012.10
    usb 1-2.2: Manufacturer: Das U-Boot
    usb 1-2.2: SerialNumber: 0000000
    usb 1-2.2: USB disconnect, device number 5
    usb_id[873]: unable to access '/devices/platform/ahb/800000.ehci/usb1/1-2/1-2.2'
    usb 1-2.2: new high-speed USB device number 7 using atmel-ehci
    usb 1-2.2: New USB device found, idVendor=1bc7, idProduct=2300
    usb 1-2.2: New USB device strings: Mfr=13, Product=14, SerialNumber=15
    usb 1-2.2: Product: 'LE866-SV1'
    usb 1-2.2: Manufacturer: 'Telit'
    usb 1-2.2: SerialNumber: usb_serial_num_0
    cdc_acm 1-2.2:1.2: ttyACM0: USB ACM device
    cdc_acm 1-2.2:1.4: ttyACM1: USB ACM device
    cdc_acm 1-2.2:1.6: ttyACM2: USB ACM device
    cdc_ether 1-2.2:1.0 wwan0: register 'cdc_ether' at usb-800000.ehci-2.2, Mobile Broadband Network Device, 00:11:22:33:44:56


    It seems that the USB device enumerates as one VID:PID, then disconnects and enumerates with a different VID:PID.



    Any ideas where I should look?










    share|improve this question


























      0












      0








      0








      The lsusb command is not showing one of the attached USB devices with the 4.14 linux kernel. The same hardware works correctly with the 4.9, 4.4, and 3.2 kernels.
      The 'missing' USB device is detected, drivers loaded, and works properly. It is only the lsusb command that does not show it. The device is shown using the usb-devices command.
      If I enter the
      udevadm trigger --subsystem-match=usb
      then lsusb shows the missing device. It seems that something has changed in the 4.14 kernel affecting this and I am trying to understand what.
      Looking at the output from dmesg, I can see the following differences between the 4.9 and 4.14 kernels.



      4.9 kernel:



      usb 1-2.2: new high-speed USB device number 5 using atmel-ehci
      usb 1-2.2: new high-speed USB device number 7 using atmel-ehci
      usb 1-2.2: New USB device found, idVendor=1bc7, idProduct=2300
      usb 1-2.2: New USB device strings: Mfr=13, Product=14, SerialNumber=15
      usb 1-2.2: Product: 'LE866-SV1'
      usb 1-2.2: Manufacturer: 'Telit'
      usb 1-2.2: SerialNumber: usb_serial_num_0
      cdc_acm 1-2.2:1.2: ttyACM0: USB ACM device
      cdc_acm 1-2.2:1.4: ttyACM1: USB ACM device
      cdc_acm 1-2.2:1.6: ttyACM2: USB ACM device
      cdc_ether 1-2.2:1.0 wwan0: register 'cdc_ether' at usb-800000.ehci-2.2, Mobile Broadband Network Device, 00:11:22:33:44:56


      4.14 kernel:



      usb 1-2.2: new high-speed USB device number 5 using atmel-ehci
      usb 1-2.2: New USB device found, idVendor=216f, idProduct=0051
      usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
      usb 1-2.2: Product: U-Boot 2012.10
      usb 1-2.2: Manufacturer: Das U-Boot
      usb 1-2.2: SerialNumber: 0000000
      usb 1-2.2: USB disconnect, device number 5
      usb_id[873]: unable to access '/devices/platform/ahb/800000.ehci/usb1/1-2/1-2.2'
      usb 1-2.2: new high-speed USB device number 7 using atmel-ehci
      usb 1-2.2: New USB device found, idVendor=1bc7, idProduct=2300
      usb 1-2.2: New USB device strings: Mfr=13, Product=14, SerialNumber=15
      usb 1-2.2: Product: 'LE866-SV1'
      usb 1-2.2: Manufacturer: 'Telit'
      usb 1-2.2: SerialNumber: usb_serial_num_0
      cdc_acm 1-2.2:1.2: ttyACM0: USB ACM device
      cdc_acm 1-2.2:1.4: ttyACM1: USB ACM device
      cdc_acm 1-2.2:1.6: ttyACM2: USB ACM device
      cdc_ether 1-2.2:1.0 wwan0: register 'cdc_ether' at usb-800000.ehci-2.2, Mobile Broadband Network Device, 00:11:22:33:44:56


      It seems that the USB device enumerates as one VID:PID, then disconnects and enumerates with a different VID:PID.



      Any ideas where I should look?










      share|improve this question
















      The lsusb command is not showing one of the attached USB devices with the 4.14 linux kernel. The same hardware works correctly with the 4.9, 4.4, and 3.2 kernels.
      The 'missing' USB device is detected, drivers loaded, and works properly. It is only the lsusb command that does not show it. The device is shown using the usb-devices command.
      If I enter the
      udevadm trigger --subsystem-match=usb
      then lsusb shows the missing device. It seems that something has changed in the 4.14 kernel affecting this and I am trying to understand what.
      Looking at the output from dmesg, I can see the following differences between the 4.9 and 4.14 kernels.



      4.9 kernel:



      usb 1-2.2: new high-speed USB device number 5 using atmel-ehci
      usb 1-2.2: new high-speed USB device number 7 using atmel-ehci
      usb 1-2.2: New USB device found, idVendor=1bc7, idProduct=2300
      usb 1-2.2: New USB device strings: Mfr=13, Product=14, SerialNumber=15
      usb 1-2.2: Product: 'LE866-SV1'
      usb 1-2.2: Manufacturer: 'Telit'
      usb 1-2.2: SerialNumber: usb_serial_num_0
      cdc_acm 1-2.2:1.2: ttyACM0: USB ACM device
      cdc_acm 1-2.2:1.4: ttyACM1: USB ACM device
      cdc_acm 1-2.2:1.6: ttyACM2: USB ACM device
      cdc_ether 1-2.2:1.0 wwan0: register 'cdc_ether' at usb-800000.ehci-2.2, Mobile Broadband Network Device, 00:11:22:33:44:56


      4.14 kernel:



      usb 1-2.2: new high-speed USB device number 5 using atmel-ehci
      usb 1-2.2: New USB device found, idVendor=216f, idProduct=0051
      usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
      usb 1-2.2: Product: U-Boot 2012.10
      usb 1-2.2: Manufacturer: Das U-Boot
      usb 1-2.2: SerialNumber: 0000000
      usb 1-2.2: USB disconnect, device number 5
      usb_id[873]: unable to access '/devices/platform/ahb/800000.ehci/usb1/1-2/1-2.2'
      usb 1-2.2: new high-speed USB device number 7 using atmel-ehci
      usb 1-2.2: New USB device found, idVendor=1bc7, idProduct=2300
      usb 1-2.2: New USB device strings: Mfr=13, Product=14, SerialNumber=15
      usb 1-2.2: Product: 'LE866-SV1'
      usb 1-2.2: Manufacturer: 'Telit'
      usb 1-2.2: SerialNumber: usb_serial_num_0
      cdc_acm 1-2.2:1.2: ttyACM0: USB ACM device
      cdc_acm 1-2.2:1.4: ttyACM1: USB ACM device
      cdc_acm 1-2.2:1.6: ttyACM2: USB ACM device
      cdc_ether 1-2.2:1.0 wwan0: register 'cdc_ether' at usb-800000.ehci-2.2, Mobile Broadband Network Device, 00:11:22:33:44:56


      It seems that the USB device enumerates as one VID:PID, then disconnects and enumerates with a different VID:PID.



      Any ideas where I should look?







      linux udev lsusb






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited yesterday







      Jay

















      asked yesterday









      JayJay

      515




      515




















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508552%2flsusb-does-not-show-all-devices%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508552%2flsusb-does-not-show-all-devices%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.