You are not logged in.
Pages: 1
hi fellas,
i try to mount a device of my siemens cellphone, but i can figure out, what is the device point...this is the message log:
Mar 18 22:18:57 eduardo usb 4-1: new full speed USB device using uhci_hcd and address 3
Mar 18 22:18:57 eduardo pl2303 4-1:1.0: pl2303 converter detected
Mar 18 22:18:57 eduardo usb 4-1: pl2303 converter now attached to ttyUSB0
there is no device on /dev call ttyUSB0 ![]()
Arch - newbie
Offline
my palm goes to /dev/tts/USB0, IIRC, check that out?
Dusty
Offline
thx but i cant mount:
# mount -t vfat /dev/tts/USB0 /mnt/siemens/
mount: /dev/tts/USB0 is not a valid block device
![]()
Arch - newbie
Offline
wild shot:
ls -lct /dev |headand observe the latest modification time at the top after you've plugged it in.
Offline
As the message says, it's not mountable - at least, not that way. In other words, it's not a USB mass storage device. However, you should be able to mount it with siefs, a fuse-based app for exactly this purpose.
Offline
thx for all! ![]()
I got it!, finally i got a howto to install siefs and fuse...now everything its fine ![]()
Arch - newbie
Offline
hmm i got:
mount -t siefs /dev/tts/USB0 /mnt/handy/
fusermount: failed to open /dev/fuse: No such file or irectory
and:
ls -lct /dev |head
insgesamt 0
drwxr-xr-x 2 root root 0 2006-03-21 00:40 vcc
drwxr-xr-x 2 root root 0 2006-03-21 00:40 dri
crw-r--r-- 1 root root 108, 0 2006-03-21 00:40 ppp
lrwxrwxrwx 1 root root 10 2006-03-21 00:40 ttySL0 -> /dev/pts/0
srw-rw-rw- 1 root root 0 2006-03-21 00:40 log
prw------- 1 root root 0 2006-03-21 00:40 initctl
drwxrwxrwt 2 root root 40 2006-03-21 00:40 shm
drwxr-xr-x 2 root root 0 2006-03-21 00:40 tts
lrwxrwxrwx 1 root root 16 2006-03-21 00:40 sequencer2 -> sound/sequencer2
what went wrong?
any help would be nice!!
THX!!
cu matsche
Offline
u need to add the module fuse on the kernel, but i dont know how to make this work. ![]()
Arch - newbie
Offline
If you're using either stock kernel26 or kerne26archck, fuse is already there as a module. I think it should also be auto-loaded if you have MOD_AUTOLOAD="yes" in rc.conf, but if not put it in the MODULES array.
Offline
No, there is no physical device related to fuse, so it cannot be autoloaded. You have to add it to MODULES or load it manually using modprobe.
As for siefs, there is a binary package in my repo (although this does not really matter, it hasn't been updated in ages).
Offline
try <cat /etc/mtab>to list everything hooked up or try tail -s 5 -f /var/log/message.log> to get more info on how to mount it.
Offline
Pages: 1