2008/11/16 John Frankish <[EMAIL PROTECTED]>: > 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 didn't speak about an existing tty port, but about a new one , please try to folow my explanation for jobexftp here : https://sourceforge.net/docman/display_doc.php?docid=35709&group_id=180342 yu will see, yu will need to create a new link to the ircomm : ln /dev/ttyS71 /dev/ircomm0 > > 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 > [email protected] > http://lists.sourceforge.net/lists/listinfo/openobex-users >
-- Cordially. Small Eric Quotations of the days: --------------------------------------------------------------------------- If one day one reproaches you that your work is not a work of professional, say you that: Amateurs built the arch of Noah, and professionals the Titanic. --------------------------------------------------------------------------- Few people are done for independence, it is the privilege of the powerful ones. --------------------------------------------------------------------------- No key was wounded during the drafting of this message. ------------------------------------------------------------------------- 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 [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
