LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-24-2012, 05:45 PM   #1
malloc
Member
 
Registered: Jul 2010
Posts: 111

Rep: Reputation: 4
Samsung Galaxy Note II


This is so terribly annoying. I've had it with Slackware. I've been a loyal user of Slackware for over 10 years, but now I've soon had more than enough.

Take a look at this: http://www.youtube.com/watch?v=7waXXfyq4NI

The Galaxy Note II seems to work in USB mass storage mode out of the box on Ubuntu. Why doesn't this work in Slackware?

Kernel ring buffer (dmesg) shows the following when the device is connected via USB:

Code:
hub 1-5:1.0: state 7 ports 4 chg 0000 evt 0008
hub 1-5:1.0: port 3, status 0100, change 0001, 12 Mb/s
usb 1-5.3: USB disconnect, device number 17
usb 1-5.3: unregistering device
usb 1-5.3: unregistering interface 1-5.3:1.0
usb 1-5.3: unregistering interface 1-5.3:1.1
usb 1-5.3: unregistering interface 1-5.3:1.2
usb 1-5.3: usb_disable_device nuking all URBs
hub 1-5:1.0: debounce: port 3: total 100ms stable 100ms status 0x100
hub 1-5:1.0: state 7 ports 4 chg 0000 evt 0008
hub 1-5:1.0: port 3, status 0101, change 0001, 12 Mb/s
hub 1-5:1.0: debounce: port 3: total 175ms stable 100ms status 0x101
hub 1-5:1.0: port 3 not reset yet, waiting 10ms
usb 1-5.3: new high-speed USB device number 18 using ehci_hcd
hub 1-5:1.0: port 3 not reset yet, waiting 10ms
usb 1-5.3: skipped 1 descriptor after endpoint
usb 1-5.3: skipped 4 descriptors after interface
usb 1-5.3: default language 0x0409
usb 1-5.3: udev 18, busnum 1, minor = 17
usb 1-5.3: New USB device found, idVendor=04e8, idProduct=6860
usb 1-5.3: New USB device strings: Mfr=2, Product=3, SerialNumber=4
usb 1-5.3: Product: SAMSUNG_Android
usb 1-5.3: Manufacturer: SAMSUNG
usb 1-5.3: SerialNumber: 4df101e2382e8f27
usb 1-5.3: usb_probe_device
usb 1-5.3: configuration #1 chosen from 1 choice
usb 1-5.3: adding 1-5.3:1.0 (config #1, interface 0)
usb 1-5.3: adding 1-5.3:1.1 (config #1, interface 1)
usb 1-5.3: adding 1-5.3:1.2 (config #1, interface 2)
usb 1-5.3: adding 1-5.3:1.3 (config #1, interface 3)
lsusb shows me:

Code:
Bus 001 Device 018: ID 04e8:6860 Samsung Electronics Co., Ltd
However lsscsi gives me nothing I can mount.

What do I need to do to be able to mount this device?

I've tried to set (in Android) the device into MTP mode and PTP mode, PTP would require ptpcam or something equivalent and ptpcam --list-devices gives me nothing, but I want USB, not PTP.
 
Old 12-25-2012, 03:04 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
if it's like the S3, and I'd certainly expect it to be, it will NOT function as a mass storage device. Samsung deliberately removed that config in favour of MTP. you should be able to install libmtp under slack to get it going.
 
Old 12-25-2012, 11:49 PM   #3
malloc
Member
 
Registered: Jul 2010
Posts: 111

Original Poster
Rep: Reputation: 4
Quote:
Originally Posted by acid_kewpie View Post
if it's like the S3, and I'd certainly expect it to be, it will NOT function as a mass storage device. Samsung deliberately removed that config in favour of MTP. you should be able to install libmtp under slack to get it going.
Thanks for the tip.

I've now tried with MTP, I already had version 1.1.1 installed, so I tried that first, with the following results:

Code:
# mtp-detect 
libmtp version: 1.1.1

Listing raw device(s)
Device 0 (VID=04e8 and PID=6860) is a Samsung GT-P7510/Galaxy Tab 10.1/S2.
   Found 1 device(s):
   Samsung: GT-P7510/Galaxy Tab 10.1/S2 (04e8:6860) @ bus 1, dev 20
Attempting to connect device(s)
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
Unable to open raw device 0
OK.
I then proceeded to install version 1.1.5, which as of this date appears to be the latest version. With 1.1.5 I got the following results:

Code:
# mtp-detect 
Error: Unable to open ~/.mtpz-data for reading.
libmtp version: 1.1.5

Listing raw device(s)
Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP).
   Found 1 device(s):
   Samsung: Galaxy models (MTP) (04e8:6860) @ bus 1, dev 22
Attempting to connect device(s)
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
Unable to open raw device 0
OK.
I also tried "mtp-connect" which seems to detect the device correctly, but still fails to connect. The device works perfectly fine in Windows, I can copy data to it with no issues.
 
  


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: In-depth review: Samsung Galaxy Note 10.1 LXer Syndicated Linux News 0 12-13-2012 12:31 PM
samsung galaxy s2 wifi tether. schneidz General 1 12-17-2011 10:18 PM
how to root samsung galaxy s2 schneidz Linux - Mobile 2 12-17-2011 10:00 PM
Samsung Galaxy S moromendas01 Linux - Mobile 3 01-30-2011 07:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:14 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