gphoto2 is not able to detect USB ports. How can I make sure it is able to access the USB port and any device...
How would this chord from "Rocket Man" be analyzed?
What's the difference between using dependency injection with a container and using a service locator?
A strange hotel
Error: Syntax error. Missing ')' for CASE Statement
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
How long after the last departure shall the airport stay open for an emergency return?
Israeli soda type drink
Need of separate security plugins for both root and subfolder sites Wordpress?
Does Mathematica have an implementation of the Poisson Binomial Distribution?
How do I check if a string is entirely made of the same substring?
What is this word supposed to be?
How would I use different systems of magic when they are capable of the same effects?
What to do with someone that cheated their way through university and a PhD program?
My bank got bought out, am I now going to have to start filing tax returns in a different state?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
"Rubric" as meaning "signature" or "personal mark" -- is this accepted usage?
Why is this method for solving linear equations systems using determinants works?
Map material from china not allowed to leave the country
Mistake in years of experience in resume?
As an international instructor, should I openly talk about my accent?
Second order approximation of the loss function (Deep learning book, 7.33)
Is accepting an invalid credit card number a security issue?
Can I criticise the more senior developers around me for not writing clean code?
Retract an already submitted recommendation letter (written for an undergrad student)
gphoto2 is not able to detect USB ports. How can I make sure it is able to access the USB port and any device connected to that port?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraRemove Kernel Lock from Unmounted Mass Storage USB Device from the Command Line in LinuxRecover data from USB which doesnt appear to have a partitionusb port stop workingHow to install Wireless USB adapter drivers in CentOS 6.5 64bit?Why does Device Manager show “Intel(R) USB 3.0 eXtensible Host Controller - 0100 (Microsoft)” when I have only USB 2.0 ports?How do I determine which USB device is my USB C port?Device detected by lsusb and logged in dmesg, but no /dev/ttyUSB0USB Harddrive not working after being bumped during downloadUSB device shown in lsusb but not appearing in /dev/ttyHow to ensure that USB Type A to COM device assignments stay the same after reboot in Ubuntu
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I am using gphoto2 to remote control a "Canon PowerShot G7 X Mark II" camera on Ubuntu 18.04.02 laptop. The laptop has two USB 3.0 ports. I am connecting the camera through one of the USB ports on the laptop.
This version of gphoto2 is using the following software versions and options:
gphoto2 2.5.15 gcc, popt(m), exif, cdk, aa, jpeg, readline
libgphoto2 2.5.22 all camlibs, gcc, ltdl, EXIF
libgphoto2_port 0.12.0 iolibs: disk ptpip serial, gcc, ltdl, no USB, serial without locking
- The following is the output of lsusb to get the USB ids:
db-3553@db3553-HP-ProBook-440-G5:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 138a:003f Validity Sensors, Inc. VFS495 Fingerprint Reader
Bus 001 Device 003: ID 8087:0a2b Intel Corp.
Bus 001 Device 002: ID 04f2:b5ee Chicony Electronics Co., Ltd
Bus 001 Device 008: ID 04a9:32bc Canon, Inc.
- The following is the output of gphoto2 --list-ports
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --list-ports
Devices found: 34
Path Description
ptpip: PTP/IP Connection
serial:/dev/ttyS0 Serial Port 0
serial:/dev/ttyS1 Serial Port 1
serial:/dev/ttyS2 Serial Port 2
serial:/dev/ttyS3 Serial Port 3
serial:/dev/ttyS4 Serial Port 4
serial:/dev/ttyS5 Serial Port 5
serial:/dev/ttyS6 Serial Port 6
serial:/dev/ttyS7 Serial Port 7
serial:/dev/ttyS8 Serial Port 8
serial:/dev/ttyS9 Serial Port 9
serial:/dev/ttyS10 Serial Port 10
serial:/dev/ttyS11 Serial Port 11
serial:/dev/ttyS12 Serial Port 12
serial:/dev/ttyS13 Serial Port 13
serial:/dev/ttyS14 Serial Port 14
serial:/dev/ttyS15 Serial Port 15
serial:/dev/ttyS16 Serial Port 16
serial:/dev/ttyS17 Serial Port 17
serial:/dev/ttyS18 Serial Port 18
serial:/dev/ttyS19 Serial Port 19
serial:/dev/ttyS20 Serial Port 20
serial:/dev/ttyS21 Serial Port 21
serial:/dev/ttyS22 Serial Port 22
serial:/dev/ttyS23 Serial Port 23
serial:/dev/ttyS24 Serial Port 24
serial:/dev/ttyS25 Serial Port 25
serial:/dev/ttyS26 Serial Port 26
serial:/dev/ttyS27 Serial Port 27
serial:/dev/ttyS28 Serial Port 28
serial:/dev/ttyS29 Serial Port 29
serial:/dev/ttyS30 Serial Port 30
serial:/dev/ttyS31 Serial Port 31
serial: Serial Port Device
- The following is the output of gphoto2 --auto-detect to see if it is detected in a generic way, or by another name
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --auto-detect
Model Port
db-3553@db3553-HP-ProBook-440-G5:~$
- The following is the output of Record the output of gphoto2 --capture-image to see if capture works
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --capture-image
* Error
Could not detect any camera
Error (-105: 'Unknown model') *
- The following is the debug message:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt --capture-image
* Error
Could not detect any camera
Error (-105: 'Unknown model') *
The camera model shows on the list of supported camera. Could anyone provide insights on where I'm making a mistake?
Thanks.
usb remote-control ubuntu-18.04
New contributor
add a comment |
I am using gphoto2 to remote control a "Canon PowerShot G7 X Mark II" camera on Ubuntu 18.04.02 laptop. The laptop has two USB 3.0 ports. I am connecting the camera through one of the USB ports on the laptop.
This version of gphoto2 is using the following software versions and options:
gphoto2 2.5.15 gcc, popt(m), exif, cdk, aa, jpeg, readline
libgphoto2 2.5.22 all camlibs, gcc, ltdl, EXIF
libgphoto2_port 0.12.0 iolibs: disk ptpip serial, gcc, ltdl, no USB, serial without locking
- The following is the output of lsusb to get the USB ids:
db-3553@db3553-HP-ProBook-440-G5:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 138a:003f Validity Sensors, Inc. VFS495 Fingerprint Reader
Bus 001 Device 003: ID 8087:0a2b Intel Corp.
Bus 001 Device 002: ID 04f2:b5ee Chicony Electronics Co., Ltd
Bus 001 Device 008: ID 04a9:32bc Canon, Inc.
- The following is the output of gphoto2 --list-ports
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --list-ports
Devices found: 34
Path Description
ptpip: PTP/IP Connection
serial:/dev/ttyS0 Serial Port 0
serial:/dev/ttyS1 Serial Port 1
serial:/dev/ttyS2 Serial Port 2
serial:/dev/ttyS3 Serial Port 3
serial:/dev/ttyS4 Serial Port 4
serial:/dev/ttyS5 Serial Port 5
serial:/dev/ttyS6 Serial Port 6
serial:/dev/ttyS7 Serial Port 7
serial:/dev/ttyS8 Serial Port 8
serial:/dev/ttyS9 Serial Port 9
serial:/dev/ttyS10 Serial Port 10
serial:/dev/ttyS11 Serial Port 11
serial:/dev/ttyS12 Serial Port 12
serial:/dev/ttyS13 Serial Port 13
serial:/dev/ttyS14 Serial Port 14
serial:/dev/ttyS15 Serial Port 15
serial:/dev/ttyS16 Serial Port 16
serial:/dev/ttyS17 Serial Port 17
serial:/dev/ttyS18 Serial Port 18
serial:/dev/ttyS19 Serial Port 19
serial:/dev/ttyS20 Serial Port 20
serial:/dev/ttyS21 Serial Port 21
serial:/dev/ttyS22 Serial Port 22
serial:/dev/ttyS23 Serial Port 23
serial:/dev/ttyS24 Serial Port 24
serial:/dev/ttyS25 Serial Port 25
serial:/dev/ttyS26 Serial Port 26
serial:/dev/ttyS27 Serial Port 27
serial:/dev/ttyS28 Serial Port 28
serial:/dev/ttyS29 Serial Port 29
serial:/dev/ttyS30 Serial Port 30
serial:/dev/ttyS31 Serial Port 31
serial: Serial Port Device
- The following is the output of gphoto2 --auto-detect to see if it is detected in a generic way, or by another name
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --auto-detect
Model Port
db-3553@db3553-HP-ProBook-440-G5:~$
- The following is the output of Record the output of gphoto2 --capture-image to see if capture works
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --capture-image
* Error
Could not detect any camera
Error (-105: 'Unknown model') *
- The following is the debug message:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt --capture-image
* Error
Could not detect any camera
Error (-105: 'Unknown model') *
The camera model shows on the list of supported camera. Could anyone provide insights on where I'm making a mistake?
Thanks.
usb remote-control ubuntu-18.04
New contributor
add a comment |
I am using gphoto2 to remote control a "Canon PowerShot G7 X Mark II" camera on Ubuntu 18.04.02 laptop. The laptop has two USB 3.0 ports. I am connecting the camera through one of the USB ports on the laptop.
This version of gphoto2 is using the following software versions and options:
gphoto2 2.5.15 gcc, popt(m), exif, cdk, aa, jpeg, readline
libgphoto2 2.5.22 all camlibs, gcc, ltdl, EXIF
libgphoto2_port 0.12.0 iolibs: disk ptpip serial, gcc, ltdl, no USB, serial without locking
- The following is the output of lsusb to get the USB ids:
db-3553@db3553-HP-ProBook-440-G5:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 138a:003f Validity Sensors, Inc. VFS495 Fingerprint Reader
Bus 001 Device 003: ID 8087:0a2b Intel Corp.
Bus 001 Device 002: ID 04f2:b5ee Chicony Electronics Co., Ltd
Bus 001 Device 008: ID 04a9:32bc Canon, Inc.
- The following is the output of gphoto2 --list-ports
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --list-ports
Devices found: 34
Path Description
ptpip: PTP/IP Connection
serial:/dev/ttyS0 Serial Port 0
serial:/dev/ttyS1 Serial Port 1
serial:/dev/ttyS2 Serial Port 2
serial:/dev/ttyS3 Serial Port 3
serial:/dev/ttyS4 Serial Port 4
serial:/dev/ttyS5 Serial Port 5
serial:/dev/ttyS6 Serial Port 6
serial:/dev/ttyS7 Serial Port 7
serial:/dev/ttyS8 Serial Port 8
serial:/dev/ttyS9 Serial Port 9
serial:/dev/ttyS10 Serial Port 10
serial:/dev/ttyS11 Serial Port 11
serial:/dev/ttyS12 Serial Port 12
serial:/dev/ttyS13 Serial Port 13
serial:/dev/ttyS14 Serial Port 14
serial:/dev/ttyS15 Serial Port 15
serial:/dev/ttyS16 Serial Port 16
serial:/dev/ttyS17 Serial Port 17
serial:/dev/ttyS18 Serial Port 18
serial:/dev/ttyS19 Serial Port 19
serial:/dev/ttyS20 Serial Port 20
serial:/dev/ttyS21 Serial Port 21
serial:/dev/ttyS22 Serial Port 22
serial:/dev/ttyS23 Serial Port 23
serial:/dev/ttyS24 Serial Port 24
serial:/dev/ttyS25 Serial Port 25
serial:/dev/ttyS26 Serial Port 26
serial:/dev/ttyS27 Serial Port 27
serial:/dev/ttyS28 Serial Port 28
serial:/dev/ttyS29 Serial Port 29
serial:/dev/ttyS30 Serial Port 30
serial:/dev/ttyS31 Serial Port 31
serial: Serial Port Device
- The following is the output of gphoto2 --auto-detect to see if it is detected in a generic way, or by another name
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --auto-detect
Model Port
db-3553@db3553-HP-ProBook-440-G5:~$
- The following is the output of Record the output of gphoto2 --capture-image to see if capture works
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --capture-image
* Error
Could not detect any camera
Error (-105: 'Unknown model') *
- The following is the debug message:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt --capture-image
* Error
Could not detect any camera
Error (-105: 'Unknown model') *
The camera model shows on the list of supported camera. Could anyone provide insights on where I'm making a mistake?
Thanks.
usb remote-control ubuntu-18.04
New contributor
I am using gphoto2 to remote control a "Canon PowerShot G7 X Mark II" camera on Ubuntu 18.04.02 laptop. The laptop has two USB 3.0 ports. I am connecting the camera through one of the USB ports on the laptop.
This version of gphoto2 is using the following software versions and options:
gphoto2 2.5.15 gcc, popt(m), exif, cdk, aa, jpeg, readline
libgphoto2 2.5.22 all camlibs, gcc, ltdl, EXIF
libgphoto2_port 0.12.0 iolibs: disk ptpip serial, gcc, ltdl, no USB, serial without locking
- The following is the output of lsusb to get the USB ids:
db-3553@db3553-HP-ProBook-440-G5:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 138a:003f Validity Sensors, Inc. VFS495 Fingerprint Reader
Bus 001 Device 003: ID 8087:0a2b Intel Corp.
Bus 001 Device 002: ID 04f2:b5ee Chicony Electronics Co., Ltd
Bus 001 Device 008: ID 04a9:32bc Canon, Inc.
- The following is the output of gphoto2 --list-ports
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --list-ports
Devices found: 34
Path Description
ptpip: PTP/IP Connection
serial:/dev/ttyS0 Serial Port 0
serial:/dev/ttyS1 Serial Port 1
serial:/dev/ttyS2 Serial Port 2
serial:/dev/ttyS3 Serial Port 3
serial:/dev/ttyS4 Serial Port 4
serial:/dev/ttyS5 Serial Port 5
serial:/dev/ttyS6 Serial Port 6
serial:/dev/ttyS7 Serial Port 7
serial:/dev/ttyS8 Serial Port 8
serial:/dev/ttyS9 Serial Port 9
serial:/dev/ttyS10 Serial Port 10
serial:/dev/ttyS11 Serial Port 11
serial:/dev/ttyS12 Serial Port 12
serial:/dev/ttyS13 Serial Port 13
serial:/dev/ttyS14 Serial Port 14
serial:/dev/ttyS15 Serial Port 15
serial:/dev/ttyS16 Serial Port 16
serial:/dev/ttyS17 Serial Port 17
serial:/dev/ttyS18 Serial Port 18
serial:/dev/ttyS19 Serial Port 19
serial:/dev/ttyS20 Serial Port 20
serial:/dev/ttyS21 Serial Port 21
serial:/dev/ttyS22 Serial Port 22
serial:/dev/ttyS23 Serial Port 23
serial:/dev/ttyS24 Serial Port 24
serial:/dev/ttyS25 Serial Port 25
serial:/dev/ttyS26 Serial Port 26
serial:/dev/ttyS27 Serial Port 27
serial:/dev/ttyS28 Serial Port 28
serial:/dev/ttyS29 Serial Port 29
serial:/dev/ttyS30 Serial Port 30
serial:/dev/ttyS31 Serial Port 31
serial: Serial Port Device
- The following is the output of gphoto2 --auto-detect to see if it is detected in a generic way, or by another name
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --auto-detect
Model Port
db-3553@db3553-HP-ProBook-440-G5:~$
- The following is the output of Record the output of gphoto2 --capture-image to see if capture works
db-3553@db3553-HP-ProBook-440-G5:~$ gphoto2 --capture-image
* Error
Could not detect any camera
Error (-105: 'Unknown model') *
- The following is the debug message:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt --capture-image
* Error
Could not detect any camera
Error (-105: 'Unknown model') *
The camera model shows on the list of supported camera. Could anyone provide insights on where I'm making a mistake?
Thanks.
usb remote-control ubuntu-18.04
usb remote-control ubuntu-18.04
New contributor
New contributor
New contributor
asked 14 hours ago
user11384320user11384320
11
11
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
user11384320 is a new contributor. Be nice, and check out our Code of Conduct.
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%2fsuperuser.com%2fquestions%2f1429056%2fgphoto2-is-not-able-to-detect-usb-ports-how-can-i-make-sure-it-is-able-to-acces%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
user11384320 is a new contributor. Be nice, and check out our Code of Conduct.
user11384320 is a new contributor. Be nice, and check out our Code of Conduct.
user11384320 is a new contributor. Be nice, and check out our Code of Conduct.
user11384320 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1429056%2fgphoto2-is-not-able-to-detect-usb-ports-how-can-i-make-sure-it-is-able-to-acces%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