Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Trying to active the irda into my laptop
Date: Sat, 02 Sep 2006 13:12:40
Message-Id: 200609021406.03072.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Trying to active the irda into my laptop by d2clon
1 On Friday 01 September 2006 09:54, d2clon wrote:
2
3 > :/ .. Its possible any damage on my irda chip?, The findchip doesn't
4 >
5 > find any thing¡
6 >
7 > I can not be sure if the irda chip is allright I never see it on.
8
9 Sometimes you have to use setserial to assign your irda to a particular serial
10 port. For example on my Compaq Evo N600c I have to run:
11 ===================================================
12 setserial /dev/ttyS2 uart none
13 /sbin/modprobe smsc_ircc2
14 irattach irda0 -s
15 ===================================================
16
17 The syslog shows:
18 ===================================================
19 Sep 2 14:01:19 lappy found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e):
20 LPC47N252
21 Sep 2 14:01:19 lappy SMsC IrDA Controller found
22 Sep 2 14:01:19 lappy IrCC version 2.0, firport 0x100, sirport 0x3e8 dma=1,
23 irq=3
24 Sep 2 14:01:19 lappy No transceiver found. Defaulting to Fast pin select
25 Sep 2 14:01:19 lappy IrDA: Registered device irda0
26 ===================================================
27
28 However, findchip still does not find it.
29
30 Does your dmesg show anything? e.g. mine shows:
31 ===================================================
32 found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e): LPC47N252
33 ===================================================
34
35 Other laptops are more straight forward, but mine seems to be of the more
36 difficult variety . . .
37 --
38 Regards,
39 Mick

Replies

Subject Author
Re: [gentoo-user] Trying to active the irda into my laptop d2clon <d2clon@×××××××××××××××.org>