LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-14-2018, 04:31 PM   #1
payasam
Member
 
Registered: Oct 2004
Location: Delhi
Posts: 58

Rep: Reputation: 15
Samsung Tizen phone not visible to Debian


I use Debian 9 on a PC and a Samsung Z3 (Tizen operating system) phone. I was able, through a USB cable, to read the phone's memory card and write to it from Linux Mint, but the phone is not seen by Debian. I had hoped to put some music on it and a few photos.

[some hours later] I decided to make space for another partition on sda1 and put Xubuntu on it, which can communicate with the phone. However, I'd still like to know how to make it possible in Debian.

Last edited by payasam; 02-15-2018 at 01:02 AM. Reason: solution found
 
Old 02-15-2018, 04:28 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,233

Rep: Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860
Quote:
Samsung Tizen phone not visible to Debian
Where, and how have you looked?

Have you, in a root terminal ran the command 'lsusb'? If not, run the command, and post the output.

Have you, as root, looked at the output of dmesg? When you plug a device, it should show up in there, usually in the last 20 or so line of output. If you are not familiar with the output of dmesg, open a terminal and either use sudo dmesg, or su to root, and run dmesg. Do that before you plug the phone in. Plug the phone, and look again. You should see lines added for the new device.

Some phones, you need to go into the settings, and there may be a setting for allowing the phone to be a mass storage device. This is required so any linux system can see the storage on the phone.

Hope this helps.
 
Old 02-15-2018, 09:01 PM   #3
payasam
Member
 
Registered: Oct 2004
Location: Delhi
Posts: 58

Original Poster
Rep: Reputation: 15
Thank you. In other distributions SLP appears on the desktop when the phone is connected: but in Debian this does not happen although both lsusb and dmesg report the phone. The phone does not appear at the left of the screen either (in Thunar).
 
Old 02-15-2018, 09:15 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,346
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
With the phone connected, run dmesg as root and check whether the output shows the phone; if so, how is it reported?

Note that dmesg commonly generates lots of output, so you may wish to pipe the output to a file so that you can examine the file in an editor at your leisure.

Code:
dmesg > [somefilename]
 
Old 02-15-2018, 09:30 PM   #5
payasam
Member
 
Registered: Oct 2004
Location: Delhi
Posts: 58

Original Poster
Rep: Reputation: 15
Thank you. Here is what dmesg says about the phone:

[ 486.620063] usb 1-4: new high-speed USB device number 2 using ehci-pci
[ 486.769291] usb 1-4: New USB device found, idVendor=04e8, idProduct=6860
[ 486.769298] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 486.769303] usb 1-4: Product: SLP
[ 486.769308] usb 1-4: Manufacturer: SAMSUNG
[ 486.769312] usb 1-4: SerialNumber: 0000c68b00006300
 
Old 02-15-2018, 09:56 PM   #6
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
What desktop environment and file manager do you have on Debian? you'd think Debian would auto-mount. However can you mount the phone from the side-bar of the file manager?
 
Old 02-15-2018, 10:02 PM   #7
payasam
Member
 
Registered: Oct 2004
Location: Delhi
Posts: 58

Original Poster
Rep: Reputation: 15
XFCE and Thunar. The file manager does not show the phone.
 
Old 02-16-2018, 09:52 AM   #8
payasam
Member
 
Registered: Oct 2004
Location: Delhi
Posts: 58

Original Poster
Rep: Reputation: 15
This may have come about because Debian 9 does not provide "hal" or "usbmount".
 
Old 02-18-2018, 06:05 AM   #9
RBurghall
LQ Newbie
 
Registered: Sep 2015
Location: South Yorkshire
Distribution: Ubuntu and Debian
Posts: 3

Rep: Reputation: Disabled
This may not be relevant as I am running Ubuntu 16.04 and my phone is a Samsung Galaxy A5, but I had to install gvfs:-

# Install support for MTP protocol to link to Android.
sudo add-apt-repository ppa:langdalepl/gvfs-mtp
sudo apt-get update
sudo apt-get install gvfs
# Now restart.

Last edited by RBurghall; 02-18-2018 at 04:10 PM.
 
Old 02-18-2018, 06:15 AM   #10
payasam
Member
 
Registered: Oct 2004
Location: Delhi
Posts: 58

Original Poster
Rep: Reputation: 15
Thank you. My phone runs Tizen, not Android. Nevertheless, there's no reason not to see if gvfs helps.
 
  


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
LXer: Samsung debuts its first Tizen phone in India LXer Syndicated Linux News 1 01-15-2015 10:55 PM
LXer: First Samsung Tizen phone hits the FCC? LXer Syndicated Linux News 0 12-28-2013 12:51 PM
LXer: Tizen phone a no show as Samsung seeks more developers LXer Syndicated Linux News 0 10-30-2013 08:00 PM
LXer: Samsung delays first Tizen phone launch to Q4 LXer Syndicated Linux News 0 07-04-2013 03:11 AM

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

All times are GMT -5. The time now is 05:30 AM.

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