[Bug 85468] Re: NetworkManager finds wireless network, does not connect

mlaverdiere marco.laverdiere at sympatico.ca
Mon Apr 30 13:57:19 UTC 2007


I just want to clarify the item 3 of my previous comment above (#17), in
case it might be useful for someone.

In order to automate the workaround to make ndiswrapper + network-
manager works with my bcm43xx card, I have created  and **made
executable** the following files:

File #1:  /etc/init.d/bcm43xxactivation

#!/bin/bash
iwconfig eth1 essid x mode managed
exit 0


File #2:  /etc/acpi/resume.d/99-bcm43xxactivation

#!/bin/bash
iwconfig eth1 essid x mode managed
/etc/dbus/event.d/25NetworkManager restart
exit 0

Again, don't forget to make these files executable.

Hope this help.

-- 
NetworkManager finds wireless network, does not connect
https://bugs.launchpad.net/bugs/85468
You received this bug notification because you are a member of Kernel
Bugs, which is a bug contact for ndiswrapper in ubuntu.




More information about the kernel-bugs mailing list