Hot answers tagged networking
2
You should be launching a web browser first (Firefox/Chrome/etc), in all likelihood.
Within the browser, your access point (router, etc) should be providing you a login at that point so you can authenticate in, get proper access out to the net, and at which point you should be able to get Software Center functionality.
Try opening a web browser, and see ...
1
You have first to try another driver from jockey, if it does not work then you can use ndisgtkif you have your wireless driver for windows this program will create a driver for linux starting from Windows driver,
if it does not work you can see this for detecting you wireless card then download the driver from here
or finally if those does not work try ...
1
If you want to give the best output, something like this would be best appreciated.
$ lspci | awk '/net/ {print $1}' | xargs -i% lspci -ks %
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 03)
Subsystem: Gigabyte Technology Co., Ltd Motherboard
Kernel driver in use: r8169
0a:00.0 ...
1
"What kind of things should I check to track down the root of this issue?"
You need to look at the stuff that's common to both transfers. Were you transferring the same file? Could that file be croupt? Were you out of ram for file caching? How was your CPU?
Encrypting an partition usually has this type of side effect. Remember in order to transfer your ...
1
The resolvconf records have names that follow the pattern
IFACE.CONFIGURER
So to force eth1* records to come before other eth* records you need to replace
eth*
with
eth1*
eth*
After making this change, do
sudo resolvconf -u
1
After researching this a little more in-depth, I've read that the alx driver that ships with newer Ubuntu versions still doesn't do the trick for the AR8161. So, in order to fix this you have a couple of options: you could build from source or enable the "proposed" repository.
Enabling the Proposed Repository
Open the Software & Updates application ...
1
There is a bug report here: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1104476
A workaround is to remove the line
system-ca-cert=true
from the configuration file found in /etc/NetworkManager/system-connections/
Only top voted, non community-wiki answers of a minimum length are eligible

