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 [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
