[Bug 339716] Re: Network Manager fails to connect

2010-11-18 Thread Launchpad Bug Tracker
[Expired for network-manager (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: network-manager (Ubuntu)
   Status: Incomplete => Expired

-- 
Network Manager fails to connect
https://bugs.launchpad.net/bugs/339716
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 339716] Re: Network Manager fails to connect

2009-03-08 Thread Michael Rocco Sabino
oops the filename should read "net" at the beginning, not b43netfix.sh.

-- 
Network Manager fails to connect
https://bugs.launchpad.net/bugs/339716
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 339716] Re: Network Manager fails to connect

2009-03-08 Thread Michael Rocco Sabino
Temporary workaround (for alpha 5)

-b43netfix.sh
echo "Stopping Network Manager. Ctrl+C to abort. Usage: ./net ."
sudo /etc/init.d/NetworkManager stop


echo "Line to fix iwconfig, since 4318 sometimes doesn't associate (on my 
laptop)"
sudo iwconfig wlan0 essid UNBORK
echo Sudoing iwconfig wlan0 with essid: $1
sudo iwconfig wlan0 essid $1
echo "Bringing interface up and down to associate"
sudo ifconfig wlan0 down
sudo ifconfig wlan0 up
sudo dhclient wlan0

--

-- 
Network Manager fails to connect
https://bugs.launchpad.net/bugs/339716
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs