- 11-01-2009, 09:27 AM #1
doesn't mount em30 on ubuntu 9.04
i finally have my em30 and when i conect it to my notebook by usb, nothing happens, the icons appear on the system but don't let me mount them, and the phone freezer even when i disconnect the cable, stays like it was connected, i already tried to google-it the problem..but nothing i can't find nothing,got loader 06.A9, i really miss mi old modded z3...somebody help me please.
when i put :mount: on terminal this appears:
rober@rober-laptop:~$ mount
/dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.28-16-generic/volatile type tmpfs (rw,mode=755)
none on /proc/bus/usb type usbfs (rw,devgid=46,devmode=664)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/rober/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=rober)
rober@rober-laptop:~$
when i put lsusb :
rober@rober-laptop:~$ lsusb
Bus 001 Device 006: ID 22b8:6426 Motorola PCS
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c03f Logitech, Inc. UltraX Optical Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
rober@rober-laptop:~$
when i put sg_map
rober@rober-laptop:~$ sudo sg_map
[sudo] password for rober:
/dev/sg0 /dev/sda
/dev/sg1 /dev/scd0
/dev/sg2 /dev/sdb
/dev/sg3 /dev/sdc

sorry for bad english !Last edited by koko88; 11-01-2009 at 09:39 AM. Reason: added more information
- 11-02-2009, 09:18 AM #2
well, since its ubuntu, u should be able to mount it automatically. but since ur mount command doesnt display a folder to mount the USB device, we will create one. do one thing.
open konsole/terminal
type dmesg. it will show u that should tell you what you just plugged in and where it is associated in the devices.
see anything that looks like sda or sdb or sdc. that should be your device name
it goes without saying that you have to create the directory in mount!mount -t vfat /dev/<whatever device name> /mnt/<whatever directory>
if that doesnt work, try downloading a SW called kmobiletools. go to your software installer (synaptic or adept or watever) and search kmobiletools (or sudo apt-get install kmobiletools on shell
) on second thot, so this thing first.
i googled as i was typing, i learned that phones are also sometimes mounted to /dev/tty/ACM. try ls-ing that.
also, type this command on shell, after connecting ur cell.
it will display all messages from the kernel at every 3 secs.heres minetail -s 3 -f /var/log/messages
my phone connected to location sdb1. that should help. i think u can do the rest.Nov 2 21:59:02 mean-machine kernel: [ 3749.333677] usb 2-3.3: new full speed USB device using ehci_hcd and address 3
Nov 2 21:59:02 mean-machine kernel: [ 3749.477098] usb 2-3.3: configuration #1 chosen from 1 choice
Nov 2 21:59:02 mean-machine kernel: [ 3749.531135] Initializing USB Mass Storage driver...
Nov 2 21:59:02 mean-machine kernel: [ 3749.531363] scsi8 : SCSI emulation for USB Mass Storage devices
Nov 2 21:59:02 mean-machine kernel: [ 3749.536610] usbcore: registered new interface driver usb-storage
Nov 2 21:59:02 mean-machine kernel: [ 3749.536619] USB Mass Storage support registered.
Nov 2 21:59:08 mean-machine kernel: [ 3755.547353] scsi 8:0:0:0: Direct-Access Motorola L9QuickSLVR 2.31 PQ: 0 ANSI: 2
Nov 2 21:59:08 mean-machine kernel: [ 3755.548228] sd 8:0:0:0: Attached scsi generic sg2 type 0
Nov 2 21:59:08 mean-machine kernel: [ 3755.552654] sd 8:0:0:0: [sdb] Adjusting the sector count from its reported value: 3911681
Nov 2 21:59:08 mean-machine kernel: [ 3755.552671] sd 8:0:0:0: [sdb] 3911680 512-byte logical blocks: (2.00 GB/1.86 GiB)
Nov 2 21:59:09 mean-machine kernel: [ 3756.022249] sd 8:0:0:0: [sdb] Write Protect is off
Nov 2 21:59:09 mean-machine kernel: [ 3756.037154] sd 8:0:0:0: [sdb] Adjusting the sector count from its reported value: 3911681
Nov 2 21:59:10 mean-machine kernel: [ 3756.039557] sdb: sdb1
Nov 2 21:59:10 mean-machine kernel: [ 3757.317379] sd 8:0:0:0: [sdb] Adjusting the sector count from its reported value: 3911681
Nov 2 21:59:10 mean-machine kernel: [ 3757.323546] sd 8:0:0:0: [sdb] Attached SCSI removable disk
hope that helped
Last edited by thetuxracer; 11-02-2009 at 09:30 AM.
-
- 11-02-2009, 03:41 PM #3
tank you very much for answer
well
looks like that my device is mounted on dev/tty/ACM0
here's what terminal shows:
rober@rober-laptop:~$ tail -s 3 -f /var/log/messages
Nov 2 16:19:26 rober-laptop sudo: pam_sm_authenticate: Called
Nov 2 16:19:26 rober-laptop sudo: pam_sm_authenticate: username = [rober]
Nov 2 16:19:26 rober-laptop sudo: Warning: Using default salt value (undefined in ~/.ecryptfsrc)
Nov 2 16:26:47 rober-laptop sudo: pam_sm_authenticate: Called
Nov 2 16:26:47 rober-laptop sudo: pam_sm_authenticate: username = [rober]
Nov 2 16:26:47 rober-laptop sudo: Warning: Using default salt value (undefined in ~/.ecryptfsrc)
Nov 2 16:31:19 rober-laptop kernel: [46625.424700] usb 1-4: USB disconnect, address 5
Nov 2 16:33:21 rober-laptop kernel: [46747.348053] usb 1-4: new high speed USB device using ehci_hcd and address 6
Nov 2 16:33:21 rober-laptop kernel: [46747.496379] usb 1-4: configuration #1 chosen from 1 choice
Nov 2 16:33:21 rober-laptop kernel: [46747.499439] cdc_acm 1-4:1.0: ttyACM0: USB ACM device
or i'm wrong?
what's the next step?
in the conecctions menu on USB i've got like modem option
and when i put the memory card option this is what terminal show
^[[Arober@rober-laptop:~$ tail -s 3 -f /var/log/messages
Nov 2 16:48:51 rober-laptop kernel: [47676.806921] sd 4:0:0:0: [sdb] 3841910 512-byte hardware sectors: (1.96 GB/1.83 GiB)
Nov 2 16:48:51 rober-laptop kernel: [47676.807929] sd 4:0:0:1: [sdc] 38503 512-byte hardware sectors: (19.7 MB/18.7 MiB)
Nov 2 16:48:51 rober-laptop kernel: [47676.808912] sd 4:0:0:0: [sdb] Write Protect is off
Nov 2 16:48:51 rober-laptop kernel: [47676.809654] sd 4:0:0:1: [sdc] Write Protect is off
Nov 2 16:48:51 rober-laptop kernel: [47676.813045] sd 4:0:0:0: [sdb] 3841910 512-byte hardware sectors: (1.96 GB/1.83 GiB)
Nov 2 16:48:51 rober-laptop kernel: [47676.813783] sd 4:0:0:1: [sdc] 38503 512-byte hardware sectors: (19.7 MB/18.7 MiB)
Nov 2 16:48:51 rober-laptop kernel: [47676.815798] sd 4:0:0:0: [sdb] Write Protect is off
Nov 2 16:48:51 rober-laptop kernel: [47676.815815] sdb:<5>sd 4:0:0:1: [sdc] Write Protect is off
Nov 2 16:48:51 rober-laptop kernel: [47676.816936] sdc:
Nov 2 16:48:51 rober-laptop kernel: [47676.827443]
Nov 2 16:49:21 rober-laptop kernel: [47707.112053] usb 1-4: reset high speed USB device using ehci_hcd and address 7
Nov 2 16:49:21 rober-laptop kernel: [47707.255600] sd 4:0:0:0: [sdb] Device not ready: Sense Key : Not Ready [current]
Nov 2 16:49:21 rober-laptop kernel: [47707.255609] sd 4:0:0:0: [sdb] Device not ready: Add. Sense: Medium not present
Nov 2 16:49:21 rober-laptop kernel: [47707.255623] __ratelimit: 3 callbacks suppressed
Nov 2 16:49:21 rober-laptop kernel: [47707.310599] sd 4:0:0:0: [sdb] Device not ready: Sense Key : Not Ready [current]
Nov 2 16:49:21 rober-laptop kernel: [47707.310608] sd 4:0:0:0: [sdb] Device not ready: Add. Sense: Medium not present
well the other and last option i think is to run it on a virtual machine
tank you for your time!!Last edited by koko88; 11-02-2009 at 03:50 PM.
- 11-02-2009, 06:20 PM #4
aft connecting to ACM0, did u try the command ls /dev/ttyACM0 or /dev/ttyACM1 ? i dont knw if it will help, just see wat it deos.
it seems, that aft putting in ur memeory card, it goes to sdc. try mounting on sdc1 and/or sdc3.
The files can be opened with minicom or any other terminal program, some other programs like xgsm also use this interface to gain access to the phone.i could have tried, but dont have it in my kubuntu. foes the em30 have a sd?? then maybe u can try a card reader. or using bluetooth.
-
- 11-02-2009, 10:11 PM #5
this is what the terminal show's after ls
rober@rober-laptop:~$ ls /dev/ttyACM0
/dev/ttyACM0
rober@rober-laptop:~$ /dev/ttyACM1
bash: /dev/ttyACM1: No existe el fichero ķ directorio
rober@rober-laptop:~$
the weird thing that the system detects 2 memory cards.. on these lines
Nov 2 16:48:51 rober-laptop kernel: [47676.813045] sd 4:0:0:0: [sdb] 3841910 512-byte hardware sectors: (1.96 GB/1.83 GiB)
Nov 2 16:48:51 rober-laptop kernel: [47676.813783] sd 4:0:0:1: [sdc] 38503 512-byte hardware sectors: (19.7 MB/18.7 MiB)
one in SDB, the 2gb card and the other, could be from the phone 18 MB on SDC
but the device is mounted ont ttyACM0 i googled it and it's because ubuntu recognize it like a modem..even if i put the option on the phone to conect like it be like a memory card ubuntu doesn't mount like a memory card device. weird stuff
..and the terminal say's that theres no device it's why doesn't mount
it seems that is not way to acces directly to the files unless by a program like wammu because like i'be said that ubuntu recognized like a modem i googled a little bit more and i found this..
"Its connected on "usb 2-1" AND assigned to port "ttyACM0".
This is located at /dev/ttyACM0 and can be accessed through that tty.
There is no disk mount for the device unless it has accessible memory and you set the device as a mass storage device. If so, linux will mount it as some sdxx device such as sdb1, etc. It may also be located under some /media/sdxx or some such. The above indicates that it is configured as a communication device (ttyACM0) and you can access it using tools like KMobileTools or wammu."
the thing is that i dont know how to flash it with a noRsa to get the bennefits..tankyouu agaaainLast edited by koko88; 11-02-2009 at 10:42 PM. Reason: added info
- 11-09-2009, 09:52 PM #6
hm, yes thats correct. it shows two partitions for internal mem and sd. it did on my V8.
try psoting in the em30 section to knw abt noRSA flashing. i tried kmobiletools.org the site ddnt load. try a similar search in your SW manager on ubuntu.
hey, guess wat. my L9 worked with KMobileTools. but the prob is that it doesnt have a file manager. so we still have to figure something else out.Last edited by thetuxracer; 11-09-2009 at 09:52 PM. Reason: Automerged Doublepost
-
The Following User Says Thank You to thetuxracer For This Useful Post:
bhagyesh (11-22-2009)


LinkBack URL
About LinkBacks
Reply With Quote

