On Tue, 2008-01-04 at 23:06 +0000, 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 [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
