Hi there,
I finally had success detecting the SMC IrCC in my Armada 1700
(6233/T/4000/D/M/1) and I feel *really* stupid. Seems like I've been
swaping the io ports in /usr/src/linux/drivers/net/irda/smc-ircc.c. That
is, I had
static unsigned int io[] = { 0x3e8, 0x140, 0x118, 0x240 };
static unsigned int io2[] = { 0x100, 0x3e8, 0x2e8, 0x3e8 };
instead of
static unsigned int io[] = { 0x100, 0x140, 0x118, 0x240 };
static unsigned int io2[] = { 0x3e8, 0x3e8, 0x2e8, 0x3e8 };
I just thought that io should be SIR, because it was simpler to find out,
but I suspected I was wrong when I saw the other values. It was so
obvious. There are things you just figure out when you are on
vacation, like I am now. :) Nothing to do with ACPI (althought that made
me sure that I actually had a SMC IrCC).
So, I've tried synching with my Palm III, which I brought with me, and it
worked. I had no success yet establishing a PPP connection to it, which I
had using the irtty driver some snapshots ago. But I didn't tryed very
hard also.
When I'm back, I will have the chance to try setting a IrLAN with a Imac.
I already did that with irtty a while ago, but SIR speeds. That will be my
first test with FIR.
So, I would like to thank everybody who helped. :)
Ah, if there is something I can help in the HOWTO, please let me know.
--
Roberto Jung Drebes <[EMAIL PROTECTED]>
Porto Alegre, RS -- Brasil
_______________________________________________
Linux-IrDA mailing list - [EMAIL PROTECTED]
http://www4.pasta.cs.UiT.No/mailman/listinfo/linux-irda