* [gentoo-user] Trying to active the irda into my laptop
@ 2006-09-01 7:39 d2clon
2006-09-01 8:28 ` Alan McKinnon
0 siblings, 1 reply; 8+ messages in thread
From: d2clon @ 2006-09-01 7:39 UTC (permalink / raw
To: gentoo-user
Hi people:
I'm trying to turn on the irda on my laptop but I don't know how to know
which chipset it is, I think I need to know this to know which module I
need to compile in the kernel.
The command 'lspci'[1] does not show me any thing that looks like an
irda. Looking for 'irda' into 'dmesg' neither find any thing.
I have enable the infra-red into bios.
I tryed to follow the tutorial like:
http://gentoo-wiki.com/HOWTO_mobile_phone_connected_with_IrDA
But when I try to turn on the irda I have an error:
# /etc/init.d/irda start
* Starting IrDA ...
Failed to open device /dev/ttyS2: No such device or address
Maybe I don't active the correct kernel module but I don't know whic one
it es.
I tryed to active all the modules kernel into:
/lib/modules/2.6.15-gentoo-r1/kernel/net/irda/ [2]
Not the /etc/init.d/irda start
Not the irdadump
Not cat /proc/net/irda/irlap
Shows to me some thing.
Any suggestion? Thx.
d2clon
[1]-----------
# lspci
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O
Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP
Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2
EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface
Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE
Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
SMBus Controller (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
AC'97 Modem Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf
[FireGL 9000] (rev 02)
02:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705
Gigabit Ethernet (rev 01)
02:04.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B
Mini PCI Adapter (rev 04)
02:06.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0
CardBus/SmartCardBus Controller
02:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21
IEEE-1394a-2000 Controller (PHY/Link)
[2]--------------
# ls -l /lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/
total 228
-rw-r--r-- 1 root root 18630 Aug 23 12:07 ali-ircc.ko
-rw-r--r-- 1 root root 15052 Aug 23 12:07 donauboe.ko
-rw-r--r-- 1 root root 16132 Aug 23 12:07 irda-usb.ko
-rw-r--r-- 1 root root 9150 Aug 23 12:07 irtty-sir.ko
-rw-r--r-- 1 root root 22099 Aug 23 12:07 nsc-ircc.ko
-rw-r--r-- 1 root root 20311 Aug 23 12:07 sir-dev.ko
-rw-r--r-- 1 root root 24739 Aug 23 12:07 smsc-ircc2.ko
-rw-r--r-- 1 root root 15677 Aug 23 12:07 stir4200.ko
-rw-r--r-- 1 root root 28551 Aug 23 12:07 via-ircc.ko
-rw-r--r-- 1 root root 32156 Aug 23 12:07 vlsi_ir.ko
-rw-r--r-- 1 root root 14490 Aug 23 12:07 w83977af_ir.ko
biit ~ # modprobe ali-ircc
FATAL: Error inserting ali_ircc
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/ali-ircc.ko): No
such device
biit ~ # modprobe donauboe
biit ~ # modprobe irda-usb
biit ~ # modprobe irtty-sir
biit ~ # modprobe nsc-ircc
biit ~ # modprobe sir-dev
biit ~ # modprobe smsc-ircc2
FATAL: Error inserting smsc_ircc2
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/smsc-ircc2.ko):
No such device
biit ~ # modprobe stir4200
biit ~ # modprobe via-ircc
biit ~ # modprobe vlsi_ir
biit ~ # modprobe w83977af_ir
FATAL: Error inserting w83977af_ir
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/w83977af_ir.ko):
No such device
biit ~ # lsmod
Module Size Used by
vlsi_ir 25480 0
via_ircc 25108 0
nsc_ircc 16444 0
irtty_sir 6784 0
sir_dev 15564 1 irtty_sir
irda_usb 12036 0
donauboe 12032 0
ircomm_tty 22920 0
ircomm 12676 1 ircomm_tty
stir4200 12420 0
irda 123064 9
vlsi_ir,via_ircc,nsc_ircc,sir_dev,irda_usb,donauboe,ircomm_tty,ircomm,stir4200
crc_ccitt 2816 3 vlsi_ir,donauboe,irda
ieee80211_crypt_wep 5248 1
ipw2100 136932 0
ieee80211 46696 1 ipw2100
ieee80211_crypt 6016 2 ieee80211_crypt_wep,ieee80211
snd_intel8x0 30876 2
snd_ac97_codec 94496 1 snd_intel8x0
snd_ac97_bus 2944 1 snd_ac97_codec
--
http://www.flickr.com/photos/d2clon/
http://enamsterdam.blogspot.com/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Trying to active the irda into my laptop
2006-09-01 7:39 [gentoo-user] Trying to active the irda into my laptop d2clon
@ 2006-09-01 8:28 ` Alan McKinnon
2006-09-01 8:54 ` d2clon
0 siblings, 1 reply; 8+ messages in thread
From: Alan McKinnon @ 2006-09-01 8:28 UTC (permalink / raw
To: gentoo-user
On Friday 01 September 2006 09:39, d2clon wrote:
> 'm trying to turn on the irda on my laptop but I don't know
> how to know which chipset it is, I think I need to know this
> to know which module I need to compile in the kernel.
findchip - installed by irda-utils
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Trying to active the irda into my laptop
2006-09-01 8:28 ` Alan McKinnon
@ 2006-09-01 8:54 ` d2clon
2006-09-02 13:05 ` Mick
[not found] ` <Pine.BSO.4.58.0609011337240.12974@ida.bway.net>
0 siblings, 2 replies; 8+ messages in thread
From: d2clon @ 2006-09-01 8:54 UTC (permalink / raw
To: gentoo-user
Alan McKinnon wrote:
> On Friday 01 September 2006 09:39, d2clon wrote:
>> 'm trying to turn on the irda on my laptop but I don't know
>> how to know which chipset it is, I think I need to know this
>> to know which module I need to compile in the kernel.
>
> findchip - installed by irda-utils
>
biit ~ # findchip
biit ~ # 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
Wrong chip id=0x00
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.
:/ .. Its possible any damage on my irda chip?, The findchip doesn't
find any thing¡
I can not be sure if the irda chip is allright I never see it on.
Thanks.
d2clon
--
http://www.flickr.com/photos/d2clon/
http://enamsterdam.blogspot.com/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Trying to active the irda into my laptop
2006-09-01 8:54 ` d2clon
@ 2006-09-02 13:05 ` Mick
2006-09-02 20:29 ` d2clon
[not found] ` <Pine.BSO.4.58.0609011337240.12974@ida.bway.net>
1 sibling, 1 reply; 8+ messages in thread
From: Mick @ 2006-09-02 13:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1417 bytes --]
On Friday 01 September 2006 09:54, d2clon wrote:
> :/ .. Its possible any damage on my irda chip?, The findchip doesn't
>
> find any thing¡
>
> I can not be sure if the irda chip is allright I never see it on.
Sometimes you have to use setserial to assign your irda to a particular serial
port. For example on my Compaq Evo N600c I have to run:
===================================================
setserial /dev/ttyS2 uart none
/sbin/modprobe smsc_ircc2
irattach irda0 -s
===================================================
The syslog shows:
===================================================
Sep 2 14:01:19 lappy found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e):
LPC47N252
Sep 2 14:01:19 lappy SMsC IrDA Controller found
Sep 2 14:01:19 lappy IrCC version 2.0, firport 0x100, sirport 0x3e8 dma=1,
irq=3
Sep 2 14:01:19 lappy No transceiver found. Defaulting to Fast pin select
Sep 2 14:01:19 lappy IrDA: Registered device irda0
===================================================
However, findchip still does not find it.
Does your dmesg show anything? e.g. mine shows:
===================================================
found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e): LPC47N252
===================================================
Other laptops are more straight forward, but mine seems to be of the more
difficult variety . . .
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Trying to active the irda into my laptop
[not found] ` <Pine.BSO.4.58.0609011337240.12974@ida.bway.net>
@ 2006-09-02 19:51 ` d2clon
0 siblings, 0 replies; 8+ messages in thread
From: d2clon @ 2006-09-02 19:51 UTC (permalink / raw
To: gentoo-user
A. Khattri wrote:
> On Fri, 1 Sep 2006, d2clon wrote:
>
>> :/ .. Its possible any damage on my irda chip?, The findchip doesn't
>> find any thing¡
>
> Is it switched on in the BIOS?
Yes, it is.
--
http://www.flickr.com/photos/d2clon/
http://enamsterdam.blogspot.com/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Trying to active the irda into my laptop
2006-09-02 13:05 ` Mick
@ 2006-09-02 20:29 ` d2clon
2006-09-03 10:17 ` Mick
0 siblings, 1 reply; 8+ messages in thread
From: d2clon @ 2006-09-02 20:29 UTC (permalink / raw
To: gentoo-user
hi:
Mick wrote:
> On Friday 01 September 2006 09:54, d2clon wrote:
>
>> :/ .. Its possible any damage on my irda chip?, The findchip doesn't
>>
>> find any thing¡
>>
>> I can not be sure if the irda chip is allright I never see it on.
>
> Sometimes you have to use setserial to assign your irda to a particular serial
> port. For example on my Compaq Evo N600c I have to run:
> ===================================================
> setserial /dev/ttyS2 uart none
> /sbin/modprobe smsc_ircc2
> irattach irda0 -s
> ===================================================
This is my sequence:
------------------------------------------
biit ~ # setserial /dev/ttyS2 uart none
/dev/ttyS2: No such device or address
biit ~ # /sbin/modprobe smsc_ircc2
FATAL: Error inserting smsc_ircc2
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/smsc-ircc2.ko):
No such device
------------------------------------------
When i execute the next sentence:
-------------------------------------------
biit ~ # irattach irda0 -s
-------------------------------------------
This is what appear into syslog:
-------------------------------------------
Sep 2 21:53:04 localhost irattach: executing: '/sbin/modprobe irda0'
Sep 2 21:53:04 localhost irattach: + FATAL: Module irda0 not found.
Sep 2 21:53:04 localhost irattach: Trying to load module irda0 exited
with status 1
Sep 2 21:53:04 localhost irattach: executing: 'echo biit >
/proc/sys/net/irda/devname'
Sep 2 21:53:04 localhost irattach: executing: 'echo 1 >
/proc/sys/net/irda/discovery'
Sep 2 21:53:04 localhost irattach: Starting device irda0
Sep 2 21:53:04 localhost irattach: ioctl(SIOCGIFFLAGS): No such device
Sep 2 21:53:04 localhost irattach: Stopping device irda0
Sep 2 21:53:04 localhost irattach: ioctl(SIOCGIFFLAGS): No such device
Sep 2 21:53:04 localhost irattach: exiting ...
----------------------------------------------
I have the irda module:
----------------------------------------------
biit ~ # irattach irda -s
Could not get device name list.
----------------------------------------------
>
> Does your dmesg show anything? e.g. mine shows:
> ===================================================
> found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e): LPC47N252
> ===================================================
This is my dmesg:
http://paste.lisp.org/display/25171
>
> Other laptops are more straight forward, but mine seems to be of the more
> difficult variety . . .
So mine. :)
Thanks
d2clon
--
http://www.flickr.com/photos/d2clon/
http://enamsterdam.blogspot.com/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Trying to active the irda into my laptop
2006-09-02 20:29 ` d2clon
@ 2006-09-03 10:17 ` Mick
2006-09-05 10:16 ` d2clon
0 siblings, 1 reply; 8+ messages in thread
From: Mick @ 2006-09-03 10:17 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3423 bytes --]
On Saturday 02 September 2006 20:29, d2clon wrote:
> hi:
>
> This is my sequence:
> ------------------------------------------
> biit ~ # setserial /dev/ttyS2 uart none
> /dev/ttyS2: No such device or address
OK, this is telling you that ttyS2 is not the correct COM port for your irda
device. However, looking at your dmesg there's only two serial ports
reported, so ttS2 is not defined:
===========================================
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
===========================================
You need to enable some virtual (COM) ports. In your kernel configuration you
will need to set additional serial ports. Go to:
Device drivers --> Character devices --> Serial Drivers -->
and either enter a number higher than just 4 under:
(4) Maximum number of 8250/16550 serial ports
(4) Number of 8250/16550 serial ports to register at runtime
or better, on the latest stable kernel select:
[*] Extended 8250/16550 serial driver options
[*] Support more than 4 legacy serial ports
[*] Support for sharing serial interrupts
If when you reboot you keep getting the same error then you need to try
different ttySx number, where x is 0,1,2,3,4, . . . Note that some numbers
could cause IRQ conflicts and could crash your machine. In that case reboot
and try again.
> biit ~ # /sbin/modprobe smsc_ircc2
> FATAL: Error inserting smsc_ircc2
> (/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/smsc-ircc2.ko):
> No such device
Unless the COM port has been set correctly for your irda any module selection
will fail.
> ------------------------------------------
>
> When i execute the next sentence:
> -------------------------------------------
> biit ~ # irattach irda0 -s
> -------------------------------------------
>
> This is what appear into syslog:
> -------------------------------------------
> Sep 2 21:53:04 localhost irattach: executing: '/sbin/modprobe irda0'
> Sep 2 21:53:04 localhost irattach: + FATAL: Module irda0 not found.
> Sep 2 21:53:04 localhost irattach: Trying to load module irda0 exited
> with status 1
> Sep 2 21:53:04 localhost irattach: executing: 'echo biit >
> /proc/sys/net/irda/devname'
> Sep 2 21:53:04 localhost irattach: executing: 'echo 1 >
> /proc/sys/net/irda/discovery'
> Sep 2 21:53:04 localhost irattach: Starting device irda0
> Sep 2 21:53:04 localhost irattach: ioctl(SIOCGIFFLAGS): No such device
> Sep 2 21:53:04 localhost irattach: Stopping device irda0
> Sep 2 21:53:04 localhost irattach: ioctl(SIOCGIFFLAGS): No such device
> Sep 2 21:53:04 localhost irattach: exiting ...
> ----------------------------------------------
Ditto.
> > Does your dmesg show anything? e.g. mine shows:
> > ===================================================
> > found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e): LPC47N252
> > ===================================================
>
> This is my dmesg:
> http://paste.lisp.org/display/25171
OK, it would be really strange if an irda chip of your type was detected just
out of thin air without COM ports set in the kernel. Thankfully, it isn't.
> > Other laptops are more straight forward, but mine seems to be of the more
> > difficult variety . . .
>
> So mine. :)
Some old laptops are even more problematic . . .
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Trying to active the irda into my laptop
2006-09-03 10:17 ` Mick
@ 2006-09-05 10:16 ` d2clon
0 siblings, 0 replies; 8+ messages in thread
From: d2clon @ 2006-09-05 10:16 UTC (permalink / raw
To: gentoo-user
Mick wrote:
> On Saturday 02 September 2006 20:29, d2clon wrote:
> You need to enable some virtual (COM) ports. In your kernel configuration you
> will need to set additional serial ports. Go to:
This is how I have done:
-----------------------------------------
<*> 8250/16550 and compatible serial support
[ ] Console on 8250/16550 and compatible serial port
< > 8250/16550 PCMCIA device support
[ ] 8250/16550 device discovery via ACPI namespace
(4) Maximum number of 8250/16550 serial ports
[*] Extended 8250/16550 serial driver options
[*] Support more than 4 legacy serial ports
[*] Support for sharing serial interrupts
[ ] Autodetect IRQ on standard ports (unsafe)
[ ] Support RSA serial ports
--- Non-8250 serial port support
< > Digi International NEO PCI Support
-----------------------------------------
I hope I did well.
This is my kernel:
-----------------------------------------
biit linux # uname -a
Linux biit 2.6.15-gentoo-r1 #13 SMP PREEMPT Mon Sep 4 09:49:09 CEST 2006
i686 Intel(R) Pentium(R) M processor 1500MHz GNU/Linux
-----------------------------------------
I reboot the system and then I continue with the sequence:
-----------------------------------------
biit ~ # setserial /dev/ttyS2 uart none
-----------------------------------------
That's ok, not errors, nothing into syslog, nothing into dmesg.
-----------------------------------------
biit ~ # /sbin/modprobe smsc_ircc2
FATAL: Error inserting smsc_ircc2
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/smsc-ircc2.ko):
No such device
-----------------------------------------
This module doesn't work, some thing appeared into syslog:
-----------------------------------------
Sep 5 11:54:13 localhost kernel: NET: Registered protocol family 23
-----------------------------------------
But I don't know if some thing to be with.
-----------------------------------------
biit ~ # /sbin/modprobe smsc_ircc2
FATAL: Error inserting smsc_ircc2
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/smsc-ircc2.ko):
No such device
-----------------------------------------
Nothing into syslog, nothing into dmesg
-----------------------------------------
biit ~ # modprobe ali-ircc
FATAL: Error inserting ali_ircc
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/ali-ircc.ko): No
such device
-----------------------------------------
Nothing into syslog, nothing into dmesg
-----------------------------------------
biit ~ # modprobe donauboe
-----------------------------------------
Nothing into syslog, nothing into dmesg
-----------------------------------------
biit ~ # modprobe irtty-sir
-----------------------------------------
Nothing into syslog, nothing into dmesg
-----------------------------------------
biit ~ # modprobe nsc-ircc
FATAL: Error inserting nsc_ircc
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/nsc-ircc.ko): No
such device
-----------------------------------------
dmesg:
-------
nsc-ircc, Found chip at base=0x04e
nsc-ircc, driver loaded (Dag Brattli)
nsc_ircc_open(), can't get iobase of 0x2f8
syslog:
-------
Sep 5 12:00:30 localhost kernel: nsc-ircc, Found chip at base=0x04e
Sep 5 12:00:30 localhost kernel: nsc-ircc, driver loaded (Dag Brattli)
Sep 5 12:00:30 localhost kernel: nsc_ircc_open(), can't get iobase of 0x2f8
Sep 5 12:00:30 localhost kernel: nsc-ircc, Found chip at base=0x04e
Sep 5 12:00:30 localhost kernel: nsc-ircc, driver loaded (Dag Brattli)
Sep 5 12:00:30 localhost kernel: nsc_ircc_open(), can't get iobase of 0x2f8
-----------------------------------------
biit ~ # modprobe sir-dev
-----------------------------------------
-----------------------------------------
biit ~ # modprobe smsc-ircc2
FATAL: Error inserting smsc_ircc2
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/smsc-ircc2.ko):
No such device
-----------------------------------------
-----------------------------------------
biit ~ # modprobe stir4200
-----------------------------------------
syslog:
-------
Sep 5 12:02:57 localhost kernel: usbcore: registered new driver stir4200
dmesg:
------
usbcore: registered new driver stir4200
-----------------------------------------
biit ~ # modprobe via-ircc
-----------------------------------------
-----------------------------------------
biit ~ # modprobe vlsi_ir
-----------------------------------------
-----------------------------------------
biit ~ # modprobe w83977af_ir
FATAL: Error inserting w83977af_ir
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/w83977af_ir.ko):
No such device
-----------------------------------------
This is my actual lsmod:
-----------------------------------------
biit ~ # lsmod
Module Size Used by
vlsi_ir 25480 0
via_ircc 25108 0
stir4200 12420 0
irtty_sir 6784 0
sir_dev 15564 1 irtty_sir
donauboe 12032 0
irda 123064 5 vlsi_ir,via_ircc,stir4200,sir_dev,donauboe
crc_ccitt 2816 3 vlsi_ir,donauboe,irda
ieee80211_crypt_wep 5248 1
ipw2100 136932 0
ieee80211 46696 1 ipw2100
ieee80211_crypt 6016 2 ieee80211_crypt_wep,ieee80211
snd_intel8x0 30876 2
snd_ac97_codec 94496 1 snd_intel8x0
snd_ac97_bus 2944 1 snd_ac97_codec
-----------------------------------------
Now I try the irattach:
-----------------------------------------
biit ~ # irattach irda0 -s
-----------------------------------------
syslog:
---------
Sep 5 12:06:40 localhost irattach: executing: '/sbin/modprobe irda0'
Sep 5 12:06:40 localhost irattach: + FATAL: Module irda0 not found.
Sep 5 12:06:40 localhost irattach: Trying to load module irda0 exited
with status 1
Sep 5 12:06:40 localhost irattach: executing: 'echo biit >
/proc/sys/net/irda/devname'
Sep 5 12:06:40 localhost irattach: executing: 'echo 1 >
/proc/sys/net/irda/discovery'
Sep 5 12:06:40 localhost irattach: Starting device irda0
Sep 5 12:06:40 localhost irattach: ioctl(SIOCGIFFLAGS): No such device
Sep 5 12:06:40 localhost irattach: Stopping device irda0
Sep 5 12:06:40 localhost irattach: ioctl(SIOCGIFFLAGS): No such device
Sep 5 12:06:40 localhost irattach: exiting ...
dmesg:
-----
(nothing)
If I try with irda and not with irda0:
-----------------------------------------
biit ~ # irattach irda -s
Could not get device name list.
-----------------------------------------
Nothing into syslog, nothing into dmesg.
I'll try to start the irda service:
-----------------------------------------
biit ~ # /etc/init.d/irda start
* Starting IrDA ... [ ok ]
biit ~ # /etc/init.d/irda status
* status: started
-----------------------------------------
That's fine.. but into syslog:
-----
Sep 5 12:09:32 localhost irattach: Stopping device /dev/ttyS2
Sep 5 12:09:32 localhost irattach: ioctl(SIOCGIFFLAGS): No such device
Sep 5 12:09:32 localhost irattach: exiting ...---
Try to found some thing into irda:
-----------------------------------------
biit ~ # irdadump
0 packets received by filter
biit ~ # cat /proc/net/irda/irlap
-----------------------------------------
Nothing...
This is my dmesg: http://paste.lisp.org/display/25422
This is my .config: http://paste.lisp.org/display/25423
What I can doing wrong?
Thanks so much.
d2clon.
--
http://www.flickr.com/photos/d2clon/
http://enamsterdam.blogspot.com/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-09-05 10:21 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-01 7:39 [gentoo-user] Trying to active the irda into my laptop d2clon
2006-09-01 8:28 ` Alan McKinnon
2006-09-01 8:54 ` d2clon
2006-09-02 13:05 ` Mick
2006-09-02 20:29 ` d2clon
2006-09-03 10:17 ` Mick
2006-09-05 10:16 ` d2clon
[not found] ` <Pine.BSO.4.58.0609011337240.12974@ida.bway.net>
2006-09-02 19:51 ` d2clon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox