You will need to recompile the kernel with usb scsi ( i dont remember the module name but u will find it). or get a latest distro. it works with my Suse 9.3 and 10
i don't have sd card reader.
When i connect my phone to computer only one drive is shown(sda1), and it is internal flash of the phone.
Is it possible to access the transflashcard when it is inserted into the phone? (other usb). If yes, then how?
You will need to recompile the kernel with usb scsi ( i dont remember the module name but u will find it). or get a latest distro. it works with my Suse 9.3 and 10
hallo???
sda1 already uses usbscsi
problem : it shouws only one harddrive
it does not shows the harddrive for the stick
but only for the internal falsh
# cu -lttyACM0
Connected.
AT+MODE=24
OK
cu: Got hangup signal
Disconnected.
# df|grep media
/dev/ubb1 40858 17530 23328 43% /media/MOTO_A780
/dev/ubc1 246912 123072 123840 50% /media/8203562D01
That's what happens on my FC3 box. The transflash card is accessible using the ub driver. If you that doesn't work for some reason, you could use smbclient. I start the usblan using linloader, then:
# smbclient //192.168.1.2/system
Password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.0.7]
smb: \> cd /mmc/mmca1
smb: \mmc\mmca1\> dir
. D 0 Thu Jan 1 00:00:00 1970
.. D 0 Thu Jan 1 00:00:00 1970
.system DH 0 Mon Dec 26 09:51:52 2005
copilot D 0 Mon Aug 15 13:30:42 2005
how can i install usbloader when i can not access transflash card ?
Does your firmware support AT+MODE=99 to start usbnet? Do you have anything else with an SD card reader that you can use the SD-transflash adapter with? Does your phone support mpkg installing?
iirc the phone has two usb modes : massstorage and modem.
i don;t have any sd card readers , otherwise i would have fixed that already.
my kernel does not have blk_ub driver compiled in, trying it now
Does your phone support mpkg installing?
how to find that out ? do you have any mpkges ?
With some phones you can connect to the modem and turn on usbnet mode with AT+MODE=99 even though it shows only two modes in setup. echo AT+MODE=99 > /dev/ttyACM0 or cu -lttyACM0 and then AT+MODE=99 to try it. The phone has to be in modem mode to do that.
To see if you can run .mpkg files, copy usbmode.mpkg to MyPrograms and click it.
where do i get it from ?To see if you can run .mpkg files, copy usbmode.mpkg to MyPrograms and click it.
found mpkg package. yes it works with mpkg.
i could install itwhat now ?