Ubuntu Networking :: Update Manager Broke Ethernet?

Mar 9, 2011

Writing this from a 9.10 LiveCD, so I know that my hardware is working fine.My system is running 10.10 normally. Last night, the update manager popped up, as it frequently does, and said I had some packages that could be updated. So I let it update after which it said I needed to reboot. So I did, and now it doesn't recognize my network connection, and even the blinky lights on the port itself stay dark. don't know a lot about networking or stuff under the hood, but I can work a console and/or text editor if someone can tell me where to look and what to type.My hardware is (from "lspci | grep -i eth"):02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)The packages that have a modified date of last night are:

ubuntuone-client-gnome_1.4.6-0ubuntu2_amd64.deb
python-ubuntuone-client_1.4.6-0ubuntu2_all.deb
libsyncdaemon-1.0-1_1.4.6-0ubuntu2_amd64

[code]....

View 9 Replies


ADVERTISEMENT

Ubuntu Networking :: Upgrade To 10.04 Broke R8169-based Wired Ethernet - Working Only At 10Mbps

May 1, 2010

After upgrading from karmic to lucid yesterday made my RTL 8111 -network card die. It's integrated on Intel D510mo mini-itx board.

dmesg:

Code:

After some googling I found out a lot of forumposts about the same problem from year 2007, but the troubles seem to disappear on the newer versions and seem to be back now? With those posts I managed to get the link up by using ethtool by setting autoneg off and setting speed to be 10mbps and half duplex. Any other speed/duplex combination fails.

One suggestion I found was to install r8168-driver from Realtek instead of the r8169. It didn't help, result was very much the same.

I booted to 9.10 live-cd and there the network worked as intended (100Mbps, I dont have a gigabit switch)

I really wouldn't like to fall back to 9.10, but my file server is not very usable with 10mbps.

View 9 Replies View Related

Fedora Networking :: Yum Broke Wireless - Network Manager Crashed

Apr 30, 2011

So, after doing a 'yum update', I minimized the terminal and completely forgot about it - so I accidentally went ahead and suspended my laptop before it had finished. I resumed my laptop and noticed that yum hadn't finished 'cleaning up' the packages. Nevertheless, yum continued and the process finished. After an hour or so use of the internet (wirelessly), all of a sudden the wireless network disconnected, and NetworkManager crashed. I rebooted my computer only to find that NetworkManager now says that my 'firmware is missing' for my wireless card.

View 6 Replies View Related

Ubuntu Networking :: Freenx Update Broke KDE On Kubuntu 10.04?

May 25, 2011

After a recient update to the freenx libraries KDE on Kubuntu 10.04 stopped working but other desktops like gnome kept running. The problem wasn't in the normal log files, but it was found in the .xsession-errors file in the user directory on the server. After the update NX is trying to start kde with the /usr/bin/startkde4 command which doesn't exist. Instead make a link from /usr/bin/startkde to the non existent /usr/bin/startkde4 and it will work again. To do this use the command:

Code:

sudo ln -s /usr/bin/startkde /usr/bin/startkde4

View 3 Replies View Related

Networking :: Debian Testing (Wheezy) Update REALLY Broke Networking

May 8, 2011

The update that broke things contained some 400 packages.The problem is NOT hardware related. There are 2 other linux installs on the laptop that work the way they should.This is all related to using a wired network connection.The update removed the package network-config and did not replace it. Not sure that is the problem because that package is related to the gui and I can not get an ip in cli.

I am stuck at cli because the new kernel broke nvidia (pretty normal). There was also a new xserver, which tends to break nvidia, and as I recall a new kde. Anyway I am unable to rebuild the nvidia driver because I can not establish a network connection to my network to get the packages needed to fix it.

View 11 Replies View Related

Ubuntu Networking :: Kernel Update Broke The Network Driver

Dec 23, 2010

I managed to get my Linksys AE1000 USB wireless adapter to work on Unbuntu 10.04 LTS.but recently I updated the kernel to 2.6.32-26 and when i rebooted I logged on to see my wireless connection was not working.even worse, I can't fn the links i had that showed me how to install it in the first place, its about the fact that the new kernel uses a different usb setup(probably incorrect, let me know it its incorrect). its an issue that the hacked driver isnt compatible with the new kernel release, how can i revert to the older version that it did work on? i'm using a RALinkTech driver [URL]

View 3 Replies View Related

Fedora Networking :: Update Broke 3G - Modem Disappeared When Try To Connect

Apr 30, 2010

I have a huawei e230 modem that used to work pretty good until this week. It has always been much slower on linux than windows but I am not complaining because windows keep disconnecting ever hour or so, while linux can stay connected over night without problem. The modem is still recognized but when I try to connect it suddenly disappears.

View 1 Replies View Related

Ubuntu Networking :: Wireless Not Working After Installing Latest Update From Update Manager?

Sep 30, 2010

As the title says i updated my system which then needed a reboot. I also installed Mixxx djing software to try it out. So i thought id just restart the system. Usually when i boot into my desktop wireless automatically can connect to my router but not this time, wired only for now... i know theres tons of wireless issue threads but some more experienced users will be able to get straight to the point and run through some diagnostics with me.

View 1 Replies View Related

Ubuntu Networking :: No Wireless/Ethernet After Partial Update

Nov 7, 2010

I am running Ubuntu 10.10

I am using an Intel WiFi Link 4965AGN built in adapter.

When I was prompted for a system-update I clicked Update and apparently something failed an only a partial-update happened. Now my wireless/Ethernet connections do not work. I tried enabling all Network Adapters but that option is no longer available in the "Preference/Administration" tab.

Note: I cannot access the internet at all on that partition so I can't download any updates from repositories.

View 2 Replies View Related

Fedora Hardware :: Intel Gigabit Ethernet(e1000e) Broke On 2.6.35 Kernel / Resolve This?

Nov 8, 2010

Just a heads up to others. There is a kernel regression in the 2.6.35 kernel with regard to, some but not all Intel Gigabit ethernet adapters using the e1000e driver. After an otherwise successful upgrade from fedora 13 to 14, no ethernet connection could be made while using the upgraded 2.6.35 kernel that comes with fedora 14. The 2.6.34 fedora 13 kernels work fine and were fortunately still available after the upgrade.

I have personally seen the identical malfunction on all 2.6.35 kernels I've tried with both Arch and Aptosid and have seen similar reported problems on the Gentoo forum. In each case, going back to a 2.6.34 or upgrading to a 2.6.36 kernel solved the problem so this is almost certainly a kernel issue. My onboard Intel Gigabit ethernet adapter is:

$ lspci -vv | grep Ethernet
00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02)

I believe the intel ICH8 chipset motherboards are the ones primarily effected.

View 9 Replies View Related

Ubuntu Networking :: 10.04 Kernel Update - No Ethernet Connection On Reboot

Sep 18, 2010

I updated to the latest available kernel for Kubuntu 10.04 today (2.6.32-24). When the system rebooted, it refused to connect to my wireless network. So far I have been unsuccessful in persuading it to connect. ifconfig shows the existence of the ethernet connection as eth0, and Network Manager also seems to accept the existence of the ethernet port - so why has it suddenly chosen now to stop connecting to the wired network?

View 8 Replies View Related

Fedora Networking :: Network Manager Didn't Recognize NVidia MCP67 Ethernet [10de:054c] (rev A2)?

Oct 25, 2009

The Network manager didn't recognize my eth0 device as a maned device.In shell I can use my eth0 but not by Gnome Network Manager.My device is nVidia Corporation MCP67 Ethernet [10de:054c] (rev a2) and I'm running a Fedora 11. On previous version like, Fedora 10 an 9 this board was managed normally by network manager.Anyone already set up this board on Network Manager ?My Notebook is a HP dv2736us and I'm using a Fedora 11 64bits.

View 6 Replies View Related

Ubuntu :: Synaptic Pckage Manager Is Broke?

Sep 1, 2011

E: Could not open file /var/lib/apt/extended_states - open (2: No such file or directory)
E: Unable to determine the file size - fstat (9: Bad file descriptor)
E: _cache->open() failed, please report.

When i opened my synaptic package manager it comes up with this, i tried to install avast anti virus, now when i try to remove it off the terminal it comes up with this, im quite a noob and im unable i can sort this out myself.

~$ sudo apt-get --purge remove avast4workstation
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

also my package manager has come up with crashing too, i have no idea i would assume it was because of trying to install avast and it didnt like it.

View 9 Replies View Related

Ubuntu :: Launch Update Manager Via A Terminal: Sudo Update-manager?

Jan 19, 2010

I am having issues with Update Manager after cancelling an Update.The Update Manager shows a number of required updates, but when I click on Install Updates... Nothing happensWhen I launch sudo dpkg --configure -a in a terminal I receive the following message:dpkg: status database area is locked by another process.On another forum i saw something regarding a gksu.lock file that needed to be deleted... but I can't find any such file....If I try to launch update manager via a terminal: sudo update-manager I get the following error:

requiredDownload could not be calculated: E:Unable to parse package file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_karmic-updates_main_binary-amd64_Packages (2), E:Unable to parse package file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_karmic-updates_main_binary-amd64_Packages (1), E:Unable to parse package file /var/lib/apt/lists

[Code]....

View 9 Replies View Related

Ubuntu :: Unable To Update Using The Update Manager Or By Using The Package Manager?

Jul 13, 2010

Ubuntu 10.04 64 bit I have not been able to update using the update manager or by using the package manager. It seems when the update manager tries to download all the requests fail.Anyone else had this problem??

View 1 Replies View Related

Ubuntu Networking :: Broadcom 4401 Ethernet: No "Wired Connections" Showing Up In Network Manager?

Apr 10, 2011

I've been struggling with this a bit now, and I'm not sure what the problem is. I have a laptop with a BCM4401 Ethernet card as well as a BCM4311 Wireless card. The wireless card works great out of the box, I'm able to connect with it perfectly. The problem is the ethernet card. Here is the situation: The NetworkManager menu doesn't list "Wired Networks" at all (ie. it doesn't say "not managed", it just only lists Wireless networks) Going into Network Connections, there is an "Auto eth0" entry ifconfig shows eth0 (which I assume means NetworkManager isn't managing eth0) I have edited /etc/NetworkManager/nm-system-settings.conf to say managed=true I have edited /etc/network/interfaces to remove any mention of eth0 (all that's left is the "lo" lines) So I'm not sure why eth0 is still showing up when I run ifconfig, and why Network Manager is not managing it. Any ideas?

Edit: Not sure what I did but now ifconfig spits out this:

Code:
eth0 Link encap:Ethernet HWaddr 00:1c:26:2c:60:75
inet addr:10.0.1.12 Bcast:10.0.1.255 Mask:255.255.255.0
inet6 addr: fe80::21c:26ff:fe2c:6075/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

[Code]...

The MAC address of the "Auto eth0" entry is 00:1C:23:8F:D4:39, the same as the eth1 entry that ifconfig spits out.

View 5 Replies View Related

Ubuntu :: Php Update Broke PhpMyAdmin 10.04 LTS

May 2, 2011

I am having an issue with phpMyAdmin on my Xubuntu machine. I installed a few updates today and now my phpMyAdmin web interface site is not loading on the server. This is a local server running in my office. It appears that the page tries to load, but no output is delivered to the screen.

Taking a closer look at my updates, it looks like the following changes were made (along with some upgrades to Firefox):

When I use the 'Force Version....' command, I am given only two options the '4.8' version that I have now (the broken one) and a flat '4' version with no .7. Also, the force version didn't seem to do anything. I tried to Force a version and then mark a package for reinstall. When I did this Synaptic informed me that it was simply going to reinstall the 4.8 version.

What I would like to do is to revert to the 5.3.2-1ubuntu4.7 version of all of these files and then lock the version using Synaptic, to prevent this issue from recurring.

I am not afraid of heading to the command line either.

System Information:
32-Bit Xubuntu 10.04 LTS install
Athlon 3800+
2GB Ram

View 1 Replies View Related

Ubuntu Networking :: Bug With Network Manager After Update To 9.10

Jan 4, 2010

I used Ubuntu for the first time yesterday (V.9.04) and imediatly upgrade it to V.9.10. After,the DSL conection failed to conect. After reading many threads here I was able to connect by opening a terminal:

sudo pon dsl-provider

It seems ther's a bug with network-manager, but I'd like to use it again as it easier and NB user-friendly.

View 1 Replies View Related

Ubuntu Networking :: Network Manager Update Still Bad?

Jan 6, 2011

Arg, I just removed the bad update 2. 6.35-24.now update manager wants me to install new ones; is it still the 'bad' update that messed up my wifi or has it been fixed?

View 4 Replies View Related

Ubuntu :: Emacs Org Mode Broke After Update

Jan 9, 2010

I just updated to emacs23 from emacs22 (sudo apt-get install emacs2). I find that I now have a problem with org mode structured lists not appearing. A single asteriks on a line by itself no longer appears highlighted and no longer collapses and expands using the tab key.

View 2 Replies View Related

Ubuntu :: Kernel Update Broke System?

Feb 6, 2010

i upgraded my kernel to the latest version that being linux-image-2.6.31-19 and now when i start my linux box i get the grub shell. this problem happend once before but i only had to run the command: sudo update-grub2 and everything turned back normal. now even though i run the command everytime i restart my linux i get the grub shell.

View 5 Replies View Related

Ubuntu :: Last Kernel Update Broke My System Too

Feb 7, 2010

Firstly my gdesklets have gone, and if I try to run gdesklets then I get a blank window in the top left corner, followed by another blank window in the centre which disappears, then the first one fades to gray.

Secondly, clicking the 'running man' to exit just closes both gnome panels.

Ubuntu 8.04 (2.6.24-25)I know 8.04 is pretty old now, and I should probably start over, but it was all fine until this latest update.

View 1 Replies View Related

Ubuntu :: Wine Update Broke Sound In WoW

Jul 10, 2010

After upgrading to 1.2-rc7, sound stopped working in WoW. Switching between OSS and alsa has no effect.

Others are having this issue: [URL]

Is there any easy way for me to downgrade to the last version? Hate to have to install from source.

View 1 Replies View Related

Ubuntu :: Kernel Update Broke Fglrx 10.6/10.7 On 10.04

Nov 25, 2010

Posting from my Windows 7 system. Once again an Ubuntu kernel update has broken X. Once again I cannot get into Grub2, despite putting in the hacks to lengthen the time it listens. I don't need instructions on how to fix it from Live CD. I'm going to try Gentoo or something, anything, different. I need a Linux distro that can survive regular updates and boot to desktop reliably.

View 1 Replies View Related

Ubuntu :: Kernel Update Broke The Nvidia?

Jan 29, 2011

I am running Ubuntu 10.04 and ran the normal weekly updates last night. There were kernal updates listed but they have run alright before so I went ahead and let everything update.

On restart my Nvidia drivers would not load, so I restarted in low graphics mode. I uninstalled the Nvidia driver (with the intent of reinstalling them) but decided to restart before I reinstalled the driver (windows habit). upon restart I was told (in a very small box) that Ubuntu was running in low graphics mode.

I clicked ok and it proceeded to load, but it loaded it in regular mode and only the right half of the desktop is visible! It is like it is cut totally in half! And I can't get to the important side with Admin and Preferences. I tried boot options but that just gets me a very small colored box. There are no options when it boots just 3/4 of a box that says it is running in low graphics mode because "unable to load module "fglrx" module does not exist". I can not try and reinstall the Nvidia drivers because I can't see the part of the desktop that has Admin on it. I have used Ubuntu for several years now but have not used the terminal very often.

View 9 Replies View Related

Ubuntu :: System Update Broke CAElinux?

Mar 25, 2011

I did the latest update last might, 3-24-11, and I woke up,to find my system completly broken. There is some weird new startup and nothing starts, absolutly nothing. I'm typing from my phone now. I'll try some troubleshooting soon but I may just reinstall.

View 1 Replies View Related

Ubuntu Networking :: Update Manager Behind Proxy Not Working In 10.10?

Dec 10, 2010

I was having trouble getting update-manager to work behind a proxy (without authentication). I tried everything I could find in my search, including setting http_proxy environment variable, setting the System->Preferences->Network Proxy and setting the Synaptic package manager proxy settings. Nothing seemed to work.

It turns out that the problem was that the System->Preferences->Network Proxy allows "automatic" proxy (pac file), and I had used that. update-manager doesn't do anything with this setting I guess. I changed from the automatic setting to a host/port manual setting and it began working.

I suspect this qualifies as a bug. update-manager should do something more reasonable than quietly fail if the settings are for automatic - it would be really nice if it worked, and if not then an error message.

View 5 Replies View Related

Ubuntu Networking :: Update Took Out Network-Manager Icon

May 27, 2011

Using Ubuntu 10.04 (2.6.32-31)on a Dell studio today.Update manager offered four updates, one about networking. I accepted. After restart the Network-Manager icon had vanished from the tool bar and was replaced by a second loudspeaker control icon. No ability to link to the internet. Starting Network-Manager from the pull-down menus did not help.Muggins Noob thought, un/re-install Network Manager. Duh! Uninstall is fine, but re-installing from the web without Network-Manager, tricky. Sadly no ethernet wire available, either wifi or GSM/3G.

View 4 Replies View Related

Ubuntu :: Update Broke Windows And Icon Themes

Jan 11, 2010

I just did install the updates as they showed up with the Update manager, and now the themes are "broken." On startup, all windows are themed with the Redmond theme. When I open the Appearance dialog, some windows' theme come back. But nautilus still uses the Redmond theme (I'm not running it as root either). The icon theme is totally not taking effect. It's using the ugly gray icons regardless of what I have chosen. This all happened right after the latest update on Karmic, and after I've reinstalled my NVidia driver which breaks after every kernel update. I think it was a kernel update because the number of lines at the grub menu seemed to have increased.

View 2 Replies View Related

Ubuntu :: Update Broke OpenJDK - Error In Processing

Jul 30, 2010

The update manager told me there were several packages to update, and I as usually said 'OK'. Then, it told me that some packages could not be installed. I ran dpkg in a terminal window, and this is what it looks like:

> sudo dpkg --configure -a
Setting up openjdk-6-jre-headless (6b18-1.8-4ubuntu3) ...
update-alternatives: error: alternative link /usr/bin/java is already managed by java~.
dpkg: error processing openjdk-6-jre-headless (--configure):
subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of openjdk-6-jre:
openjdk-6-jre depends on openjdk-6-jre-headless (>= 6b18-1.8-4ubuntu3); however:
Package openjdk-6-jre-headless is not configured yet.
dpkg: error processing openjdk-6-jre (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of icedtea-6-jre-cacao:
icedtea-6-jre-cacao depends on openjdk-6-jre-headless (= 6b18-1.8-4ubuntu3); however:
Package openjdk-6-jre-headless is not configured yet.
dpkg: error processing icedtea-6-jre-cacao (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of icedtea6-plugin:
icedtea6-plugin depends on openjdk-6-jre (= 6b18-1.8-4ubuntu3); however:
Package openjdk-6-jre is not configured yet.
dpkg: error processing icedtea6-plugin (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openjdk-6-jre-headless
openjdk-6-jre
icedtea-6-jre-cacao
icedtea6-plugin

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved