At 16:02 16-11-08, you wrote:
>2008/11/16 John Frankish <[EMAIL PROTECTED]>:
> > Hi,
> >
> > Although I can mount a SE P1i file system over bluetooth using
> > openobex-1.3, obexftp-0.23, obexfs-0.11 and fuse-2.7.4 with a 2.6.26
> > kernel, I cannot mount the file system from the same device using irda.
> >
> >
> > Here's the setup I have, any suggestions would be welcome
> >
> > John-----------
> > $ lsmod
> > Module                  Size  Used by
> > ...
> > ircomm_tty             18312  0
> > smsc_ircc2             14496  0
> > ircomm                  9988  1 ircomm_tty
> > irda                   90248  3 ircomm_tty,smsc_ircc2,ircomm
> >
> > $ dmesg
> > ...
> > IrCOMM protocol (Dag Brattli)
> >  Overriding FIR address 0x0280
> >  Overriding SIR address 0x02f8
> > SMsC IrDA Controller found
> >  IrCC version 2.0, firport 0x280, sirport 0x2f8 dma=3, irq=3
> > No transceiver found. Defaulting to Fast pin select
> > IrDA: Registered device irda0
> >
> > $ sudo irdadump - various output received from the P1i
> >
> > $ sudo obexfs -i /tmp/p1i
> > $ ls /tmp/p1i - nothing
> >
> > $ sudo obexfs -i -t /dev/ircomm0 /tmp/p1i
> > have to <ctrl-c> to get prompt back
> >
> > $ sudo obexfs -t /dev/ircomm0 /tmp/p1i
> > $ ls /tmp/p1i - nothing
> >
> > $ obexftp -i -l
> > Connecting...failed: connect
> > error on connect(): Connection reset by peer
> > Still trying to connect
> > Connecting...failed: send UUID
> > error on connect(): Connection reset by peer
> > Still trying to connect
> > Connecting...failed: send UUID
> > error on connect(): Connection reset by peer
> > Still trying to connect
> >
> > $ obexftp -t /dev/ircomm0 -l
>try to made a link to a real tty (tty70 for example) from the /dev/ircomm0
>In the past that solve my problem with my old M341i
> > Do you really want to use IrDA via ttys?
> > Connecting...failed: connect
> > error on connect(): Success
> > Still trying to connect
> > Connecting...failed: connect
> > error on connect(): Success
> > Still trying to connect
> > Connecting...failed: connect
> > error on connect(): Success
> > Still trying to connect
> > -------------------------------------------------------------------------
Thanks for the reply - well I could use /dev/ttyS1 which is where the 
SIR port is, but then I wouldn't be able to use FIR which is kind of 
the object of the exercise...

I appreciate (I think) that irda0 is somewhat like eth0 and wlan0 in 
that it doesn't have a /dev node, but as irdadump can see messages 
from the SE P1i over the FIR port, why can't openobex/obexftp/obexfs?

John 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to