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
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
add a comment |
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
add a comment |
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
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
linux udev lsusb
edited yesterday
Jay
asked yesterday
JayJay
515
515
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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