Hi,

I have a Armada 1700, which also uses a SMC, in the same addressess.

You will have to add the 0x100 and 0x3e8 in 
/usr/src/linux/drivers/net/smc-ircc.c

like this:
static unsigned int io[]  = { 0x100, ~0, ~0, ~0 };
static unsigned int io2[] = { 0x3e8, 0, 0, 0};

And then rebuild the modules.

Please notice that you only will be able to load the smc-ircc *before* the
serial module, otherwise the latter will take the 0x3e8 address, and the
smc-ircc will not be able to access the address.

Even I being able to use the smc-ircc module, I still had no real success
at 4Mbps, and even at 115200 I am much better with ir-tty.

I hope it helps,

[]s

On Mon, 19 Jun 2000, Hadmut Danisch wrote:

> > The infrared controller is part of the SMC 37N971 Super-IO controller.  The
> > default resources are
> > 
> > IO Range 03E8-03EF
> > IO Range 0100-0107

--
Roberto Jung Drebes <[EMAIL PROTECTED]>
Porto Alegre, RS - Brasil
http://www.inf.ufrgs.br/~drebes/


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

Reply via email to