Here's the output of lspci as it relates to my wirelss card: 01:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
Here's the output of modprobe -c | grep ipw3495 which I believe is the name of the driver I use. $ modprobe -c | grep ipw3945 install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; /sbin/ipw3945d-$(uname -r) --quiet remove ipw3945 /sbin/ipw3945d-$(uname -r) --kill ; /sbin/modprobe -r --ignore-remove ipw3945 -- network manager hangs after trying to connect to a non-working wap https://bugs.launchpad.net/bugs/112225 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
