Do-release-upgrade lost SSH connection (Linux Ubuntu)

Wednesday, 30. July 2014

Problem: Ubuntu was being upgraded to a new distribution using do-release-upgrade over SSH and the connection lost, and the backup SSH session could not be reached.

Solution: RunĀ sudo screen -x

 

WiFi fails to work properly in Fedora with Dell E1505 or Broadcom BCM4311

Wednesday, 22. June 2011

Problem: WiFi in Fedora 15 is not working very well or with limited functionality with a Broadcom BCM4311 wireless device, or a Dell E1505 laptop (which uses a BCM4311 wireless card).The wireless may work for a period of time, but eventually cuts out and refuses to connect until you either restart the computer, or disable and re-enable the wireless card.

Cause: Fedora selects the wrong driver for this particular card automatically.

Solution: Install the alternative driver.

Tip: To make this process faster, make sure Fedora is up-to-date BEFORE following these instructions.

To begin: Make sure you have access to a wired connection (ethernet connection). Partly through the process of changing the driver, you will not be able to use WiFi and it will become completely inaccessible.

First, double-check that your card is in-fact BCM4311. Open a new terminal window, and run the command

lspci

(You may need to be root to run this command).

The results should include something that looks like this:
0b:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
^^This first series of numbers may be different on your computer.

If you have a BCM4311, proceed. If this is not your card, do not follow these directions.

Make sure you are connected to the Internet.
Open a new terminal window, and run:

su
yum install akmod-wl

This will install the akmod-w1 driver. After the installation finishes, reboot your computer.
Once you have logged in again, you will have lost access to your wireless. This is because akmod-w1 installs a kernel that breaks wireless on Dell systems. We need to update the kernel in order to access wireless again.

Open the Software Update utility in Fedora. (Press the Windows/Super key and type “Software Update” to access this program).

The update for the kernel should appear. Install the update, and restart again.

The WiFi should now work.

For more information, check out this forum post:
http://forums.fedoraforum.org/showthread.php?p=1487122
This post contains other drivers you can also try.

 

Enhanced by Zemanta

Trust Relationship Error

Friday, 3. September 2010

“Windows could not log you in. The trust relationship between this computer and the primary domain failed.”

If you have ever seen this error, and said to yourself:”*@*$&@@ !! How the !*$&@^@ did this happen?” then I am totally with you.

What this means:
Really, I have no idea. Nor why it happens, or why XP never had this issue but Vista and 7 do. Essentially, it’s a security thing when either the client or the server has reasons not to trust the other.

How to fix it:

  1. Unplug the computer from the network, and log in using cached credentials.
  2. Drop the computer from the domain by changing the domain name to a workgroup.
  3. Reboot the computer.
  4. Log in using the built-in administrator account (you should make sure you know this before dropping it from the domain! Otherwise, you will need to create this user by alternative means).
  5. Join the computer back to the domain,
  6. Reboot.

If this fails, you can try another method located here:
http://community.tigranetworks.co.uk/blogs/tim_long/archive/2009/05/16/windows-7-rc-failed-trust-relationship.aspx