Make IrDA work...
Hello! I'd some problems the last days trying to make mi IrDA interface work, I've a Fujitso-Siemns lifebook E7010 laptop and here are some details:
this is my BIOS setting:
InfraRed: [ENABLED]
I/O Address: [2E8-2EF]
Interrupt: IRQ3
I/O Address: [400 - 43F]
DMA Channel: [DMA3]
I tried findchip -d and this is what i get:
cannibal:~# findchip -d
Probing for FDC37C669 ...
Wrong chip id=0xff
Wrong chip id=0xff
Probing for FDC37C669FR ...
Wrong chip id=0xff
Wrong chip id=0xff
Probing for FDC37N869 ...
Wrong chip id=0xff
Wrong chip id=0xff
Probing for FDC37C93xFR ...
Wrong chip id=0xff
Wrong chip id=0xff
Probing for FDC37N957FR ...
Wrong chip id=0xff
Wrong chip id=0xff
Probing for FDC37N958FR ...
Wrong chip id=0xff
Wrong chip id=0xff
Probing for PC87108 ...
no chip at 0x150
no chip at 0x398
no chip at 0x0ea
Probing for PC87338 ...
no chip at 0x398
no chip at 0x15c
no chip at 0x02e
Probing for EFER at 0x03f0 ...
hefras = 0xff
Probing for EFER at 0x0370 ...
hefras = 0xff
EFER seems to be probed at 0x0370
chip id = 0xff, revision = 0xff
Wrong device ID = 0xff
Probing for EFER at 0x0250 ...
hefras = 0xff
Probing for EFER at 0x0250 ...
hefras = 0xff
Probing for EFER at 0x03f0 ...
hefras = 0xff
hefere = 0xff
Probing for EFER at 0x03f0 ...
hefras = 0xff
hefere = 0xff
EFER seems to be probed at 0x03f0
chip ID is 0x0f : no known chip was detected.
Couldn't find Winbond superI/O chip.
i'm using debian etch:
cannibal:/# uname -r
2.6.18-4-686
I cheeked dmesg and this is what i get:
cannibal:~# dmesg | grep "irq = 3"
serial8250: ttyS3 at I/O 0x2e8 (irq = 3) is a 16550A
I installed Irda-Utils with aptitude but it doesnt work...
Any ideas..?
|