LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-20-2022, 03:06 PM   #1
apolinsky
Member
 
Registered: Oct 2004
Location: Brooklyn
Distribution: Slackware 15;
Posts: 442

Rep: Reputation: 47
cannot load photos from iphone 8


I took a few photos on my Iphone 8 today,but when I plug it into my Slackware 15 machine no photos can be viewed. I am presented with a few options on plugging it in. If I choose Gwenview to download photos, I get the response "Could not read. Reason: Could not claim USB device. Trying Digikam you get the response: "failed to connect to the camera. Make sure it is connected properly and turned on. Choosing "mount" does nothing. I would prefer to not have to connect the phone to a Windows machine.

Thank you.
 
Old 05-20-2022, 03:11 PM   #2
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,408
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
I believe those having no iPhone could help more with at least the output of lsusb.
 
Old 05-20-2022, 03:15 PM   #3
apolinsky
Member
 
Registered: Oct 2004
Location: Brooklyn
Distribution: Slackware 15;
Posts: 442

Original Poster
Rep: Reputation: 47
Even though it is an Iphone 8, lsusb reports:

Bus 001 Device 007: ID 05ac:12a8 Apple, Inc. iPhone 5/5C/5S/6/SE


I am on Slackware 15 with all current updates
 
Old 05-20-2022, 03:18 PM   #4
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
No problem here, with digikam + iphone 8 plus

- plug the phone
- unlock the phone
- choose : Download pictures with digikam

What also worked:
- plug the phone
- choose : Download pictures with digikam
- unlock the phone
 
Old 05-20-2022, 03:24 PM   #5
apolinsky
Member
 
Registered: Oct 2004
Location: Brooklyn
Distribution: Slackware 15;
Posts: 442

Original Poster
Rep: Reputation: 47
I actually have an Iphone 8 plus. I tried each of your suggestions with no success.
 
Old 05-20-2022, 03:36 PM   #6
apolinsky
Member
 
Registered: Oct 2004
Location: Brooklyn
Distribution: Slackware 15;
Posts: 442

Original Poster
Rep: Reputation: 47
I just plugged the phone into my laptop and got a query one the phone "trust this computer" When I replied "yes" I could download all photos. There must be a setting on the phone about trust, but so far I haven't located it.
 
Old 05-20-2022, 03:41 PM   #7
henca
Senior Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 1,012

Rep: Reputation: 678Reputation: 678Reputation: 678Reputation: 678Reputation: 678Reputation: 678
My guess is that you are going to need an udev rule to be able to download pictures as an ordinary user. This is what I have on my Slackware 14.2 system to be able to download from some cameras:

/etc/udev/rules.d/91-camera.rules
Code:
# Nikon D200
ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0410", MODE="666"
# Nikon D300
ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="041a", MODE="666"
# Nikon D700
ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0422", MODE="666"
# Canon EOS 1Ds Mark III
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="3147", MODE="666"
# Cameras using PTP
PROGRAM="check-ptp-camera 06/01/01", MODE="0666"
Usually, when you connect something by USB only root will be able to access that device. The part
MODE="666"
will give read and write access also to ordinary users. My guess is that you will need a line looking something like this:

Code:
# Iphone 8
ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="12a8", MODE="666"
But you could also try the PTP rule from my file.

regards Henrik
 
1 members found this post helpful.
Old 05-20-2022, 03:43 PM   #8
henca
Senior Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 1,012

Rep: Reputation: 678Reputation: 678Reputation: 678Reputation: 678Reputation: 678Reputation: 678
Quote:
Originally Posted by henca View Post
My guess is that you are going to need an udev rule to be able to download pictures as an ordinary user.
This guessing was done before I saw your post about settings on the iphone.

regards Henrik
 
Old 05-20-2022, 04:06 PM   #9
apolinsky
Member
 
Registered: Oct 2004
Location: Brooklyn
Distribution: Slackware 15;
Posts: 442

Original Poster
Rep: Reputation: 47
Henrik:

Thanks for your suggestions, but I'm afraid that adding the udev rules did not help. I'll explore the Iphone realm...
 
Old 05-22-2022, 07:33 AM   #10
apolinsky
Member
 
Registered: Oct 2004
Location: Brooklyn
Distribution: Slackware 15;
Posts: 442

Original Poster
Rep: Reputation: 47
I tried exploring various Iphone possibilities with zero success. In view of my infrequent Iphone photo use, I've decided to just relegate uploading of photos to my laptop until I can find an appropriate Slackware alternative. It was suggested that I install an Iphone ifuse utility located on Slackbuilds which is supposed to handle Apple devices. Unfortunately that utility did not help. I have contacted the maintainer of that package to see whether he can help but have yet to receive a response.
 
Old 05-22-2022, 07:37 AM   #11
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
A workaround could be to install iFuse

https://slackbuilds.org/repository/15.0/system/ifuse/
 
Old 05-22-2022, 08:02 AM   #12
apolinsky
Member
 
Registered: Oct 2004
Location: Brooklyn
Distribution: Slackware 15;
Posts: 442

Original Poster
Rep: Reputation: 47
I want to thank everyone, especially Alien Bob and Marav for all their suggestions. Perhaps a functional Slackware solution will be developed in time. I must admit I was lucky I didn't delete my one non Slackware Linux device. Over time I've repurposed Ubuntu and Centos based machines because I just feel completely comfortable with the Slackware philosophy of not making radical changes. Until this incident, I was going to repurpose the Debian partition with Slackware, but that will be put on hold.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
i wanna recover deleted photos from iPhone, how? Hileman Linux - Software 23 07-16-2019 12:27 AM
LXer: Enhancing photos with GNOME Photos LXer Syndicated Linux News 0 07-28-2017 04:35 AM
LXer: GNOME Photos 3.11.3 Allows Users to Access Facebook Photos LXer Syndicated Linux News 0 12-13-2013 05:30 AM
[SOLVED] transferring photos from Slackware to iPhone 5? tramni1980 Slackware 4 04-15-2013 03:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration