Public bug reported:

Binary package hint: gnome-network-admin

Description:    Ubuntu intrepid (development branch) (Beta)
Release:        8.10


When I lose my network connection I have to shut down my network card and 
restart it in order to reconnect. I use the following file to do this.

#!/bin/bash
echo "Restarting Network ..."
sudo rmmod rtl8187
echo "Successfully deactivated RTL8187"
sleep 5
sudo modprobe rtl8187
sleep 5
echo "Successfully activated RTL8187"
sleep 5
sudo /etc/init.d/networking restart
echo "Restarting network using init.d file"

After this has run I can click on the network applet and select my
connection and it will reconnect.

I have attached a file giving the hardware listing for my machine.  I
have tried to use the report a problem setup (apport) but it simply give
me the busy icon for a minute and shuts down.  It does work when a crash
occures.

** Affects: gnome-system-tools (Ubuntu)
     Importance: Undecided
         Status: New

-- 
when network loses its connection I have shut down my network card and restart 
it to regain connection
https://bugs.launchpad.net/bugs/282436
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

Reply via email to