Well hald is running i typed "hald" in the terminal and no errors ocurred, when i type "mount -t vfat /dev/sdb /media/phone/" i get this:
Code:
mount: el dispositivo especial /dev/sdb no existe (the special device /dev/sdb does not exist)
When i type "lsusb" in the terminal i get:
Code:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 007: ID 0421:006b Nokia Mobile Phones
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
So it seems to be detected, but if i type "fdisk -l" i get:
Code:
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/sda1 * 1 3916 31455238+ 7 HPFS/NTFS
/dev/sda2 3918 10011 48950055 f W95 Ext'd (LBA)
/dev/sda5 3918 5222 10482381 83 Linux
/dev/sda6 5223 5418 1574338+ 82 Linux swap / Solaris
/dev/sda7 5419 7846 19502878+ 83 Linux
/dev/sda8 7847 10011 17390331 7 HPFS/NTFS
As you can see only my hard drive's partitions are listed, none from the usb device "sdb".
Also i forgot to mention i use KDE 4.1.3, and nothing happens when i plug the device, it's not beeing recogniced by the plasmoid.
Also when i plug the phone after a few seconds it goes in transfer mode, as if i were trasnferring music to it.
I found a
spanish guide about howto use sg3_utils, but when i type "sg_scan -i" only detects my hard drive and my dvd burner, and it gets stucked in /dev/sg2:
Code:
/dev/sg0: scsi0 channel=0 id=0 lun=0 [em]
ATA HDS728080PLAT20 PF2O [rmb=0 cmdq=0 pqual=0 pdev=0x0]
/dev/sg1: scsi1 channel=0 id=0 lun=0 [em]
TSSTcorp CDDVDW SH-S202J SB01 [rmb=1 cmdq=0 pqual=0 pdev=0x5]
/dev/sg2: scsi4 channel=0 id=0 lun=0 [em]
If i stop the transfer mode the phone was in, i get the following or computer freezes:
Code:
/dev/sg0: scsi0 channel=0 id=0 lun=0 [em]
ATA HDS728080PLAT20 PF2O [rmb=0 cmdq=0 pqual=0 pdev=0x0]
/dev/sg1: scsi1 channel=0 id=0 lun=0 [em]
TSSTcorp CDDVDW SH-S202J SB01 [rmb=1 cmdq=0 pqual=0 pdev=0x5]
/dev/sg2: scsi4 channel=0 id=0 lun=0 [em]
Nokia Nokia 5310 Xpres 0000 [rmb=1 cmdq=0 pqual=0 pdev=0x0]
Unfortunately i can't mount /dev/sg2 manually, i get the same error (device doesn't exist).
Thanks for any help