Hi,
Im trying to get my infrared port running to connect to my Siemens S55 mobilephone.
I have a Compaq Evo N610c running SuSE 9.0 linux distro.
I tested the Hardware configuration running with a Windowz imaroot 2447 1 0 09:07 ? 00:00:00 /usr/sbin/irattach smc-ircc ircc_irq=3 ircc_dma=1 -s
ge and then the IrDA connection works OK.
Booting to Linux (different harddisk) I can not get it to work.
I figured out the Laptop is using a SMC IR chipset. I installed the IrDA-utils and configured the /etc/sysconfig/irda file to connect to: IRDA_PORT="smc-ircc ircc_irq=3 ircc_dma=1"
Then starting the irattach with /etc/init.d/irda start, start the interface. dmesg gives the next result:
found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e): LPC47N252
SMC IrDA Controller found
IrCC version 2.0, firport 0x100, sirport 0x3e8 dma=1, irq=3
IrDA: Registered device irda0
lsmod | grep smc gives next result:
smc-ircc 6726 0 (unused)
irport 4632 0 [smc-ircc]
irda 84252 1 [smc-ircc irport]
Also running /etc/init.d/irda status gives:
Checking for service IrDA: running
ps -ef | grep irattach
root 2447 1 0 09:07 ? 00:00:00 /usr/sbin/irattach smc-ircc ircc_irq=3 ircc_dma=1 -s
So all seems to be correct, but when running irdadump with my mobilephone(irda enabled) in range, no output is generated.
Does anyone have an idea or got it to work on this type of laptop running a 2.4 kernel?
Thanks in advance,
Peter