Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: IrDA crashes every time
Date: Sun, 23 Apr 2006 00:22:43
Message-Id: 358eca8f0604221717v1eaeace8v881d3f56b256a1f2@mail.gmail.com
In Reply to: [gentoo-user] IrDA crashes every time by Mick
1 On 23/04/06, Mick <michaelkintzios@×××××.com> wrote:
2 > Hi All,
3 >
4 > I have not been able to use irda on an old laptop (Evo N600v) that
5 > I've inherited. :-(
6 >
7 > I can launch /etc/init.d/irda start, which brings up
8 > /usr/bin/irattach. It all goes pear-shaped from there.
9 >
10 > The log shows:
11 > =======================
12 > Apr 23 00:51:17 lappy irattach: executing: 'echo lappy >
13 > /proc/sys/net/irda/devname'
14 > Apr 23 00:51:17 lappy irattach: executing: 'echo 1 >
15 > /proc/sys/net/irda/discovery'
16 > Apr 23 00:51:17 lappy irattach: Starting device irda0
17 > =======================
18 >
19 > So it seems that irda0 starts alright. However, irda/discovery stays empty:
20 > =======================
21 > $ cat /proc/net/irda/discovery
22 > IrLMP: Discovery log:
23 > =======================
24 >
25 > This is what I have wrt ttS':
26 > =======================
27 > Serial: 8250/16550 driver $Revision: 1.90 $ 6 ports, IRQ sharing disabled
28 > serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
29 > serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
30 > serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
31 > 00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
32 > =======================
33 >
34 > Shuting down irattach or irda is not straight forward. Invariably, I
35 > have to zap /etc/init.d/irda and kill -9 /usr/bin/irattach to get rid
36 > of them. I have also tried scmxx which listens to ircomm0, but
37 > couldn't get it to work either. :-(
38 >
39 > I am not sure what I am missing here. How did you get your irda
40 > working on your laptop? Can you please help?
41
42 Another thing that may be related to this problem is that I have not
43 been able to modprobe XXX, despite what I've read in google:
44 ========================
45 # modprobe -v smsc-ircc2
46 insmod /lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/smsc-ircc2.ko
47 FATAL: Error inserting smsc_ircc2
48 (/lib/modules/2.6.15-gentoo-r1/kernel/drivers/
49 net/irda/smsc-ircc2.ko): No such
50 device
51 ========================
52
53 While the logs show:
54 ========================
55 Apr 23 01:01:01 lappy smsc_ircc_present: can't get sir_base of 0x3e8
56 ========================
57 Is this some IRQ clash?
58
59 --
60 Regards,
61 Mick
62
63 --
64 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: IrDA crashes every time Hans-Werner Hilse <hilse@×××.de>