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 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

Reply via email to