yesterday evening I installed Linux Mint 13 Mate in a dual-boot option with Windows XP. Everything was fine (after I convinced the boot-manager to also recognize linux....). Then I installed all recommended updates and switched from DHCP to a static IP address (Menu -> Control Center -> Network).
Then I switched to PC off and today I switched in on again and during the boot of Linux the following messages appeared:
"configuring networking" and
"60 seconds more to configure networking"
After that linux started without any network connection. I typed
- Code: Select all
sudo service NetworkManager start
which gave me the error message the NetworkManager is an unrecognized service.
Then I did this
- Code: Select all
sudo dpkg-reconfigure network-manager
trying to reset any configuration. No success.
Then I reinstalled the network-manager by typing
- Code: Select all
sudo apt-get --reinstall install network-manager
After rebooting, the system tray icon has vanished, and I have no connection at all.
This is the output of the command
- Code: Select all
sudo inxi -SNx
- Code: Select all
System: Host: ipfpc105 Kernel: 3.2.0-23-generic x86_64 (64 bit, gcc: 4.6.3) Desktop: N/A Distro: Linux Mint 13 Maya
Network: Card: Intel 82579LM Gigabit Network Connection driver: e1000e ver: 1.5.1-k port: f060 bus-ID: 00:19.0
and of the command
- Code: Select all
sudo nm-tool
- Code: Select all
NetworkManager Tool
State: connected (global)
- Device: eth0 -----------------------------------------------------------------
Type: Wired
Driver: e1000e
State: unmanaged
Default: no
HW Address: 2C:41:38:9F:AA:2C
Capabilities:
Carrier Detect: yes
Wired Properties
Carrier: off
Any ideas?

