[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2010-04-04 Thread Teej
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: irda-utils (Ubuntu)
   Status: Incomplete => Invalid

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2009-11-05 Thread Teej
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  The issue that you reported is one that should be
reproducible with the live environment of the Desktop CD of the current
release - Karmic Koala.  It would help us greatly if you could test with
it so we can work on getting it fixed in Ubuntu.  Thanks again and we
appreciate your help.

** Changed in: irda-utils (Ubuntu)
   Status: New => Incomplete

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2008-04-04 Thread DaveF
Here's some other output:

$ sudo findchip -d -v
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.

In the BIOS, the chip is configured at /dev/ttyS3 and irq 0x2e8. I can
see it in dmesg:

$ dmesg | grep ttyS
[1.318041] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[1.318339] serial8250: ttyS3 at I/O 0x2e8 (irq = 3) is a 16550A
[1.318770] 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

In the device manager, it's listed as PNP device SMCf010 with sysfs path
/sys/devices/pnp0/00:0d

Finally,

$ lsmod | grep ir
irtty_sir9600  0 
sir_dev   17156  1 irtty_sir
ircomm_tty39560  0 
ircomm  23684  1 ircomm_tty
irda  201276  4 irtty_sir,sir_dev,ircomm_tty,ircomm
crc_ccitt   3072  1 irda

and

$ sudo modprobe irda0
Password:
FATAL: Error inserting nsc_ircc 
(/lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/nsc-ircc.ko): No such 
device

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2008-04-02 Thread DaveF
The latest...

I still get no joy with the lspnp command. When I try to boot with the
acpi=off parameter, the system flashes a message saying something about
an unknown interrupt and then freezes half-way into the boot process and
I have to power down to recover. I tried various other combinations I
found on google such as noacpi, etc, and they all boot fine but still no
access to /proc/bus/pnp, if you know what I mean?

Anyway, here's the output I was able to generate...

[EMAIL PROTECTED]:~$ cd /lib/modules/`uname -r`/kernel/drivers/net/irda/;
for i in *.ko; do sudo modprobe -v `echo $i | sed "s/\(.*\)\.ko/\1/g"`;
done
Password:
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/act200l-sir.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/actisys-sir.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/ali-ircc.ko 
FATAL: Error inserting ali_ircc
(/lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/ali-ircc.ko): No
such device
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/donauboe.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/esi-sir.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/girbil-sir.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/irda-usb.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/litelink-sir.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/ma600-sir.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/mcp2120-sir.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/mcs7780.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/nsc-ircc.ko 
dongle_id=0x09
FATAL: Error inserting nsc_ircc
(/lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/nsc-ircc.ko): No
such device
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/old_belkin-sir.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/smsc-ircc2.ko 
FATAL: Error inserting smsc_ircc2
(/lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/smsc-ircc2.ko):
No such device
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/stir4200.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/tekram-sir.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/via-ircc.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/vlsi_ir.ko 
insmod /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/w83977af_ir.ko 
FATAL: Error inserting w83977af_ir
(/lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/w83977af_ir.ko):
No such device

Does this help in any way?

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2008-04-02 Thread Pik Master
 OK, several things:

1) I see you have upgraded your kernel since the last error message. The
error message was "FATAL: Error inserting nsc_ircc2
(/lib/modules/2.6.22-14-generic/kernel/drivers/net/irda/nsc-ircc2.ko):
No such device", So I assumed you had kernel 2.6.22.14-generic. We shall
correct that by changing every occurence of '2.6.22.14-generic to `uname
-r`

2) We need your PnP devices list to see if there is a chip capable of handlig 
the irda. The error you get from lspnp is probably because you should give 
acpi=off to you kernel parameter.
See this link for more details (quickly found by Google):
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/11276/comments/17

Because I don't have that Dell D820, I am guessing, but maybe you should
use the `acpi` command to see the same thing if you don't want to change
the kernel boot parameter? I fount this by searching for `apt-cache
search acpi`. It doesn't work for me, because I don't have ACPI on my
current Xubuntu system.

3) I don't know why you changed the "i" variable to "1" in the script I sent.
4) also this is the modprobe that should be executed with sudo, not cd.
So once again, I will send you the updated script, and just try to paste it as 
it is, not changing things. It works for me, and it should work for you, as I 
tested it before submitting. Here is the code.

cd /lib/modules/`uname -r`/kernel/drivers/net/irda/; for i in *.ko; do
sudo modprobe -v `echo $i | sed "s/\(.*\)\.ko/\1/g"`; done

What the script does is changing directory to current kernel IrDA
modules, and then trying to load all the modules found there. Sed is
used to cut off the .ko ending and then this resilt is passed as a
modprobe parameter to load it. The error you got is because you changed
"i' to "1"

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2008-04-02 Thread DaveF
Well, after realising what you were asking (sorry), I was able to get to
here:

/lib/modules/2.6.20-16-generic/kernel/drivers/net/irda$ for i in *.ko;
do modprobe -v `echo $1 | sed "s/\(.*\)\.ko/\1/g"`; done
Usage: modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-Q] [-b] [-o
]  [parameters...]
modprobe -r [-n] [-i] [-v]  ...
modprobe -l -t  [ -a  ...]
[...]
[here, I deleted 19 entries all identical to these two]
[...]
Usage: modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-Q] [-b] [-o
]  [parameters...]
modprobe -r [-n] [-i] [-v]  ...
modprobe -l -t  [ -a  ...]

/lib/modules/2.6.20-16-generic/kernel/drivers/net/irda$ ls -l *.ko
-rw-r--r-- 1 root root  6388 2008-02-12 01:19 act200l-sir.ko
-rw-r--r-- 1 root root  5744 2008-02-12 01:19 actisys-sir.ko
-rw-r--r-- 1 root root 33080 2008-02-12 01:19 ali-ircc.ko
-rw-r--r-- 1 root root 22624 2008-02-12 01:19 donauboe.ko
-rw-r--r-- 1 root root  4776 2008-02-12 01:19 esi-sir.ko
-rw-r--r-- 1 root root  6448 2008-02-12 01:19 girbil-sir.ko
-rw-r--r-- 1 root root 28052 2008-02-12 01:19 irda-usb.ko
-rw-r--r-- 1 root root 12816 2008-02-12 01:19 irtty-sir.ko
-rw-r--r-- 1 root root  5808 2008-02-12 01:19 litelink-sir.ko
-rw-r--r-- 1 root root  6812 2008-02-12 01:19 ma600-sir.ko
-rw-r--r-- 1 root root  6304 2008-02-12 01:19 mcp2120-sir.ko
-rw-r--r-- 1 root root 16612 2008-02-12 01:19 mcs7780.ko
-rw-r--r-- 1 root root 33020 2008-02-12 01:19 nsc-ircc.ko
-rw-r--r-- 1 root root  5420 2008-02-12 01:19 old_belkin-sir.ko
-rw-r--r-- 1 root root 21820 2008-02-12 01:19 sir-dev.ko
-rw-r--r-- 1 root root 37920 2008-02-12 01:19 smsc-ircc2.ko
-rw-r--r-- 1 root root 17132 2008-02-12 01:19 stir4200.ko
-rw-r--r-- 1 root root  7136 2008-02-12 01:19 tekram-sir.ko
-rw-r--r-- 1 root root 32908 2008-02-12 01:19 via-ircc.ko
-rw-r--r-- 1 root root 37220 2008-02-12 01:19 vlsi_ir.ko
-rw-r--r-- 1 root root 19736 2008-02-12 01:19 w83977af_ir.ko

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2008-04-01 Thread DaveF
On Tue, 2008-01-04 at 23:06 +, Pik Master wrote:
> DaveF, can you send your result for lspnp command?
> 
> If you have problems with finding the correct device, try to load all
> the modules for irda that you find in your
> /lib/modules/2.6.22-14-generic/kernel/drivers/net/irda directory and see
> the result? Something like (execute as root):
> 
> # cd /lib/modules/2.6.22-14-generic/kernel/drivers/net/irda/; for i in
> *.ko; do modprobe -v `echo $i | sed "s/\(.*\)\.ko/\1/g"`; done

OK, I'm sorta lost, which is unusual for me but, here goes...

$ sudo lspnp
lspnp: /proc/bus/pnp not available

$ sudo cd /lib/modules/2.6.20-16-generic/kernel/drivers/net/irda/; for 1
in *.ko; do modprobe -v `echo $1 | sed "s/\(.*\)\.ko/\1/g"`; done
sudo: cd: command not found
bash: `1': not a valid identifier

[EMAIL PROTECTED]:/$ cd /home
[EMAIL PROTECTED]:/home$ cd dave/Desktop
[EMAIL PROTECTED]:~/Desktop$

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2008-04-01 Thread Pik Master
DaveF, can you send your result for lspnp command?

If you have problems with finding the correct device, try to load all
the modules for irda that you find in your
/lib/modules/2.6.22-14-generic/kernel/drivers/net/irda directory and see
the result? Something like (execute as root):

# cd /lib/modules/2.6.22-14-generic/kernel/drivers/net/irda/; for i in
*.ko; do modprobe -v `echo $i | sed "s/\(.*\)\.ko/\1/g"`; done

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2008-03-28 Thread DaveF
I have the very same issue, in every respect, on a Dell Latitude D520
running feisty. The patch gives no joy: after patching, an equivalent
error message appears upon running /etc/init.d/irda-setup, namely
"FATAL: Error inserting nsc_ircc2
(/lib/modules/2.6.22-14-generic/kernel/drivers/net/irda/nsc-ircc2.ko):
No such device"

BTW, I had, at one point, upgraded to Gutsy and the same situation
prevailed there.

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2007-12-14 Thread Pik Master
list of PnP devices - as result of:  lspnp -v -v

** Attachment added: "list of PnP devices"
   http://launchpadlibrarian.net/10904493/lspnp.txt

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2007-12-14 Thread Pik Master
Partial fix for irda in Dell D820 - SIR mode. Differences in
/etc/irda/conf as a patch file

Get this file, change to the directory where you downloaded it and patch with:
  sudo patch -p2 /etc/init.d/irda-setup < detect.irda.dell.D820.patch

** Attachment added: "Partial fix for irda in Dell D820 - SIR mode"
   http://launchpadlibrarian.net/10904476/detect.irda.dell.D820.patch

-- 
irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820
https://bugs.launchpad.net/bugs/176386
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs