Simon,

I have IrDA working successfully on the z505sx. It will now happily talk
ppp to a PalmV, and I wrote a small HTTP client in Java that works on
the Palm if it is near to the VAIO. My Recipe is as follows:

1st Kill gpm (because it stops me being able to do setserial on ttyS2)

Then:

setserial /dev/ttyS2 irq 10
#set up ip forwarding
echo "1" > /proc/sys/net/ipv4/ip_forward
ipchains -P forward DENY
ipchains -A forward -s 10.0.0.0/255.255.255.0 -j MASQ
#
# fire up IR
modprobe ircomm-tty
irattach /dev/ttyS2
pppd /dev/ttyS2 19200 -detach crtscts local passive noauth  debug
10.0.0.1:10.0.0.2

Ofcourse you need IP Masquerading and ppp enabled in the kernel, but ir
works wonderfully.

Jeremy Cook
ICEsoft AS

> Hi,
> 
> I've been attempting to get irda working on my Sony Vaio N505X (GB). I
> *think* I do have it working, but so far I have seen no sign of life from
> the only other ir device I have - an Ericsson DI27 irda modem on an
> Ericsson T8s phone - which at least one person has reported as working with
> linux irda (linked from linux irda web pages). I've tried all manner of
> combinations of kernel + irda patch + irda utils right up to and including
> the current ones, and read all that I could find on Linux irda (including
> the archives), but no luck so far. I wonder if anyone can tell me if I'm
> doing something wrong?
> 
> Whichever driver I use (irport/irtty+irattach) my ir device is not
> discovered. The phone should look like a normal modem with irda
> I am told. I have tried all the things that I know of - hopefully I'm
> doing something stupid (:
> 
> Below, my attempts with various drives and my system config are shown. Please
> skip it if it isn't interesting...
> 
> Many thanks, for Linux IRDA and for your (anticipated) comments.
> 
> Simon
>

_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www4.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to