When I place the phone in media player mode in Touchwiz then linux mounts it as
internalgphoto2://[usb:001,005]/store_00010001
sdcardgphoto2://[usb:001,005]/store_00020001
pcstudio- Code: Select all
SAMSUNG Mobile Modem
Manufacturer: SAMSUNG Electronics Co.,Ltd.
Speed: 480Mb/s (high)
USB Version: 2.00
Device Class: 02(comm.)
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 64
Number of Configurations: 1
Vendor Id: 04e8
Product Id: 6601
Revision Number: 1.00
Config Number: 1
Number of Interfaces: 2
Attributes: c0
MaxPower Needed: 400mA
Interface Number: 0
Name: cdc_acm
Alternate Number: 0
Class: 02(comm.)
Sub Class: 02
Protocol: 01
Number of Endpoints: 1
Endpoint Address: 83
Direction: in
Attribute: 3
Type: Int.
Max Packet Size: 64
Interval: 1ms
Interface Number: 1
Name: cdc_acm
Alternate Number: 0
Class: 0a(data )
Sub Class: 00
Protocol: 00
Number of Endpoints: 2
Endpoint Address: 81
Direction: in
Attribute: 2
Type: Bulk
Max Packet Size: 512
Interval: 0ms
Endpoint Address: 02
Direction: out
Attribute: 2
Type: Bulk
Max Packet Size: 512
Interval: 0ms
mass storage mounts as tflash for sdcard- Code: Select all
GT-S8000
Manufacturer: SAMSUNG
Serial Number: 3570410399********
Speed: 480Mb/s (high)
USB Version: 2.00
Device Class: 00(>ifc )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 64
Number of Configurations: 1
Vendor Id: 04e8
Product Id: 4005
Revision Number: 1.00
Config Number: 1
Number of Interfaces: 1
Attributes: c0
MaxPower Needed: 400mA
Interface Number: 0
Name: usb-storage
Alternate Number: 0
Class: 08(stor.)
Sub Class: 06
Protocol: 50
Number of Endpoints: 2
Endpoint Address: 02
Direction: out
Attribute: 2
Type: Bulk
Max Packet Size: 512
Interval: 0ms
Endpoint Address: 81
Direction: in
Attribute: 2
Type: Bulk
Max Packet Size: 512
Interval: 0ms
When I place the phone in upload mode "volume up + camera + power"- Code: Select all
hub
Speed: 480Mb/s (high)
Number of Ports: 4
USB Version: 2.00
Device Class: 09(hub )
Device Subclass: 00
Device Protocol: 02
Maximum Default Endpoint Size: 64
Number of Configurations: 1
Vendor Id: 413c
Product Id: a005
Revision Number: 50.18
Config Number: 1
Number of Interfaces: 1
Attributes: e0
MaxPower Needed: 2mA
Interface Number: 0
Name: hub
Alternate Number: 0
Class: 09(hub )
Sub Class: 00
Protocol: 01
Number of Endpoints: 1
Endpoint Address: 81
Direction: in
Attribute: 3
Type: Int.
Max Packet Size: 1
Interval: 256ms
Interface Number: 0
Name: hub
Alternate Number: 1
Class: 09(hub )
Sub Class: 00
Protocol: 02
Number of Endpoints: 1
Endpoint Address: 81
Direction: in
Attribute: 3
Type: Int.
Max Packet Size: 1
Interval: 256ms
- Code: Select all
SAMSUNG Mobile Modem
Manufacturer: SAMSUN GMO
Speed: 480Mb/s (high)
USB Version: 2.00
Device Class: 02(comm.)
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 64
Number of Configurations: 1
Vendor Id: 04e8
Product Id: 6601
Revision Number: 0.00
Config Number: 1
Number of Interfaces: 2
Attributes: a0
MaxPower Needed: 500mA
Interface Number: 0
Name: cdc_acm
Alternate Number: 0
Class: 02(comm.)
Sub Class: 02
Protocol: 01
Number of Endpoints: 1
Endpoint Address: 81
Direction: in
Attribute: 3
Type: Int.
Max Packet Size: 16
Interval: 32ms
Interface Number: 1
Name: cdc_acm
Alternate Number: 0
Class: 0a(data )
Sub Class: 00
Protocol: 00
Number of Endpoints: 2
Endpoint Address: 82
Direction: in
Attribute: 2
Type: Bulk
Max Packet Size: 512
Interval: 0ms
Endpoint Address: 02
Direction: out
Attribute: 2
Type: Bulk
Max Packet Size: 512
Interval: 0ms
dmesg | tail
[ 928.417392] EXT2-fs (sdc2): warning: mounting unchecked fs, running e2fsck is recommended
[ 1511.208549] WARNING! power/level is deprecated; use power/control instead
[ 1511.271059] usb 1-6: USB disconnect, address 7
[ 1565.039148] usb 1-6: new high speed USB device using ehci_hcd and address 8
[ 1565.153455] usb 1-6: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 32, changing to 9
[ 1565.153832] usb 1-6: New USB device found, idVendor=04e8, idProduct=6601
[ 1565.153835] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1565.153838] usb 1-6: Product: SAMSUNG Mobile Modem
[ 1565.153840] usb 1-6: Manufacturer: SAMSUN GMO
[ 1565.155108] cdc_acm 1-6:1.0: ttyACM0: USB ACM device
Maybe you can try to work with ttyACM0 and telnet or something to the phone and try to force load the firmware.
Hope this helps.