[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Daten über USB auf Nokia 6230 spielen klappt nicht



Andreas Pakulat wrote:
...
mount -t usbfs ehci_hcd /mnt/nokia6230/

Das ist Bloedsinn. Weder im aktuellen Verz. noch in /dev gibts ein
Device mit dem Namen "ehci_hcd".

Selber Lötzinn ;-)

Vorsicht mit Worten wie Blödsinn bei eingeschränkter Kommunikation ohne Mimik/Tonfall etc., benutz lieber Ausdrücke wie "nicht zielführend".

ehci_hcd ist wohl ein sog. Spezialdevice (hab ich irgendwo gelesen), nach dem Einstöpseln geht:

root@linux:/dev# mount -t usbfs ehci_hcd /mnt/nokia6230/
root@linux:/dev# la /mnt/nokia6230/
total 4.0K
drwxr-xr-x   4 root root    0 Mar 30 10:13 .
drwxr-xr-x  13 root root 4.0K Apr  9 00:23 ..
dr-xr-xr-x   2 root root    0 Mar 30 10:13 001
dr-xr-xr-x   2 root root    0 Mar 30 10:13 002
-r--r--r--   1 root root    0 Apr  9 13:18 devices
root@linux:/dev#

mount -t vfat ehci_hcd /mnt/nokia6230/

s.o.

mount -t vfat /dev/ttyUSB0 /mnt/nokia6230/ (ging erst nach modprobe usbserial vendor=0x421 product=0x40f)

Bin nicht sicher ob das funktionieren kann, wuerde eher sagen: Nein.

Doch, das ging.

bis auf den zweiten gingen die.

Hmm, der 1. geht weil mount da gar nicht prueft ob das angegebene Device
existiert sondern das Pseudo-FS "usbfs" einfach an dem angegebenen
Mountpoint einhaengt.

Warum 3. funktioniert weiss ich nicht genau, aber ich nehme mal an dass
du danach trotzdem keinen Zugriff auf das Handy hast?

ja, nur wie oben gerade gepostet.

ehci_hcd deshalb, weil messages sagt, dass das device dort eingehängt worden sei.

Mit Sicherheit nicht. Kannst du uns mal den Ausschnitt aus
messages/syslog posten der erscheint wenn du das Handy einstoepselst?

==> /var/log/messages <==
Apr 9 13:18:29 linux kernel: usb 1-7.4: new full speed USB device using ehci_hcd and address 17

==> /var/log/syslog <==
Apr 9 13:18:29 linux kernel: usb 1-7.4: new full speed USB device using ehci_hcd and address 17

Bist du ueberhaupt sicher dass du das als USB Mass Storage Device
ansprechen kannst? Weisst du ob man unter Windows noch Treiber braucht,
wenn ja wird das naemlich unter Linux auch nicht anders sein, da musst
du dann mal mit apt-cache search nokia nach entsprechenden Programmen
suchen.

Keine Ahnung, einige der Beispiele oben waren von google, jemand schrieb, dass man nicht direkt auf das Nokia selbst käme, aber auf die SD-Karte - was mir reichen würde, ich will ja nicht syncen, sondern nur Daten drauf schieben.

Pascal meint ja auch, das man als /dev/sdn mounten können sollte, leider existiert bei mir ein solches Device nicht :(

Mobilphone-libs/-tools finde ich, aber setzen die nicht eine funktionierende Verbindung voraus?

root@linux:/dev# apt-cache search nokia
libopenobex-1.0-0 - OBEX protocol library
libopenobex-1.0-0-dev - OBEX protocol library - development files
obexserver - Receive files with OBEX protocol
p3nfs - Mount Psion series 3[ac], 5 drives
contacts - lightweight addressbook
libmultisync-plugin-syncml - SyncML plugin for MultiSync
libobexftp-dev - object exchange file transfer library
obexftp - file transfer utility for devices that use the OBEX protocol
gammu - Mobile phone management utility
gnokii-smsd - SMS Daemon for Nokia mobile phones
kmobiletools - a KDE app for control your mobile phone
libgammu-dev - Header files for Gammu
libgammu0 - Mobile phone management library
libopenobex1 - OBEX protocol library
libopenobex1-dev - OBEX protocol library - development files
openobex-apps - Applications for OpenOBEX


André

--
Personal weblog and more: http://bischof.homelinux.net



Reply to: