Results 1 to 5 of 5
My LMDE does not see the Samsung Galaxy 7.7
I have followed http://forum.xda-developers.com/showthr ... ?t=1077377 but it does not work.
lsusb gives:
Bus 004 Device 032: ID 04e8:6860 Samsung Electronics ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-14-2012 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 43
Samsung 7.7 mount
My LMDE does not see the Samsung Galaxy 7.7
I have followed http://forum.xda-developers.com/showthr ... ?t=1077377 but it does not work.
lsusb gives:
Bus 004 Device 032: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II]
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 239 Miscellaneous Device
bDeviceSubClass 2 ?
bDeviceProtocol 1 Interface Association
bMaxPacketSize0 64
idVendor 0x04e8 Samsung Electronics Co., Ltd
idProduct 0x6860 GT-I9100 Phone [Galaxy S II]
bcdDevice 4.00
iManufacturer 1 Android
iProduct 2 Android
...
- 05-14-2012 #2
Have you tried a different USB port? I had a similar problem with my Android device not being detected, I was plugging it into a USB port hub and not a direct USB port.
EDIT: your link does not work and I moved this thread to here.Last edited by MikeTbob; 05-14-2012 at 12:00 PM. Reason: See EDIT:
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 05-15-2012 #3Just Joined!
- Join Date
- Nov 2006
- Location
- near Berea, Kentucky (in a tipi)
- Posts
- 45
It may be usb_modeswitch
When I had a similar (not identical) problem with my Samsung Replenish SPH-M580 following an Android update (2.2.2 => 2.3.4), I found a solution by altering usb_modeswitch files.
Here's the link:
http://www.linuxforums.org/forum/sus...-new-post.html
(Be sure to read to the end of the thread, since I made and corrected some errors.)
Good luck and let us know
- 05-15-2012 #4Just Joined!
- Join Date
- Jul 2007
- Posts
- 43
Thanks for your answer.
Lsusb gives:
Bus 004 Device 008: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II]
In the file /lib/udev/rules.d/40-usb_modeswitch.rules there are 2 entries dealing with Samsung.
# Samsung GT-B3730
ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="689a", RUN+="usb_modeswitch '%b/%k'"
# Samsung U209
ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="f000", RUN+="usb_modeswitch '%b/%k'"
But as you can see from lsusb my "idProduct" is "6860" so '40-usb_modeswitch.rules' can not apply to the Galaxy 7.7 ...
What I found was that in '40-usb-media-players.rules' there was an entry dealing with Samsung:
ATTRS{idVendor}=="04e8" , ATTRS{idProduct}=="6860|685e|685b" , ENV{ID_MEDIA_PLAYER}="samsung_galaxy-s2"
I am not sure how to proceed ... appreciate howto go from here
- 05-15-2012 #5Just Joined!
- Join Date
- Nov 2006
- Location
- near Berea, Kentucky (in a tipi)
- Posts
- 45
I'd try editing /etc/usb_modeswitch.conf to change
I am not sure how to proceed ... appreciate howto go from here
DisableSwitching=1
Then you *might* be able to manually mount your drive.
If so, usb_modeswitch IS the problem, if not, ,then not.
If it is, I'd comment or rename the file/line you reference above, re-edit the .conf and try again.


Reply With Quote

