I installed M7 on my PC, and everything was working perfectly (even the funny sound issue I get with every openSUSE install on this PC didn’t happen).
But then I put the PC to sleep, and forgetting I’d done this, I turned the power off.
On rebooting, the system hung for a while as networkmanager did its thing. However knetworkmanager wasn’t started and when I started it, it said that network manager was disabled.
I tried rebooting, tried using ifup (where pinging my router worked but pinging google.com didn’t) and I tried disabling ipv6.
/var/log/NetworkManager is empty, as is /var/log/faillog.
/var/log/wpa_supplicant.log gives
and /var/log/localmessages gives
I’m sure the quickest way to solve this would be to reinstall but where’s the fun in that?
Networking is a mystery to me so I have no idea where to start. Any ideas would be welcome!
Hi
Also worth checking the NetworkManger setting
in /etc/sysconfig/network/config and the variable NETWORKMANAGER is set
to yes. You can do this via YaST /etc/sysconfig editor.
–
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 11 days 17:05, 2 users, load average: 0.05, 0.07, 0.06
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15
I note both eth0’s and wlan0’s states are unmanaged.
I’ve also remembered that (with a KDE install) I updated gtk2 from GNOME:Factory OBS, as per the most annoying bugs workaround. Could this have caused the problem?
On 05/30/2010 10:46 AM, Joban wrote:
>
> I note both eth0’s and wlan0’s states are unmanaged.
>
> I’ve also remembered that (with a KDE install) I updated gtk2 from
> GNOME:Factory OBS, as per ‘the most annoying bugs’
> (http://tinyurl.com/yym8gc3) workaround. Could this have caused the
> problem?
Not likely as NM works perfectly for me with M7 and did so even when
Firefox was crashing due to the gtk2 problem.
user2304: I don’t think it’s a firmware issue as a) neither eth0 nor wlan0 work with networkmanager, but with ifup they can both ping my local network, b) that bug refers to an intel chipset whereas mine is ralink and c) wlan0 with network manager worked before I, like a fool, cut the power off.
Whilst I could zypper dup, I’d quite like to use this as a learning experience as I know nothing of networking with openSUSE. That is of course if anyone is anyone is willing to help me!
have you filed a bug-report for this one? I have exactly the same problem - system went to sleep and didn’t come back on (flickering black screen using the NVIDIA drivers) and now the network manager is broken.
On 06/28/2010 12:36 PM, f33l wrote:
>
> Hi James,
>
>
> have you filed a bug-report for this one? I have exactly the same
> problem - system went to sleep and didn’t come back on (flickering black
> screen using the NVIDIA drivers) and now the network manager is broken.
In what way is NM broken? I have not seen any problem.
Well, if I do an rcnetwork restart, I get the following output:
Shutting down the NetworkManager done
Shutting down network interfaces:
eth0 name: BCM4401-B0 100Base-TX
eth0 done
pan0
No configuration found for pan0
Nevertheless the interface will be shut down.
bridge-utils not installed
pan0 done
wlan0 device: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
No configuration found for wlan0
Nevertheless the interface will be shut down.
wlan0 done
Shutting down service network . . . . . . . . . done
Starting the NetworkManager done
Connecting............... 1s
waiting
It does not seem to be able to “connect”. I’ve tried reinstalling all packages, zypper dup, netconfig update, but nothing worked. Only way seems to be reinstalling :(.
solid-network listdevices
# List the network devices present.
solid-network listnetworks ‘uni’
# List the networks known to the device specified by ‘uni’.
solid-network query (status|wireless|wireless-hardware)|(interface ‘uni’)|(network ‘device-uni’ ‘network-uni’)
# Query whether networking features are active or not.
# - If the ‘status’ option is given, return whether
# networking is enabled for the system
# - If the ‘wireless’ option is given, return whether
# wireless is enabled for the system
# - If the ‘wireless-hardware’ option is given,
# return whether the wireless hardware is enabled
# - If the ‘interface’ option is given, print the
# properties of the network interface that ‘uni’ refers to.
# - If the ‘network’ option is given, print the
# properties of the network on ‘device-uni’ that ‘network-uni’ refers to.
solid-network set wireless (enabled|disabled)
# Enable or disable networking on this system.
solid-network set networking (enabled|disabled)
# Enable or disable networking on this system.
solid-network set network ‘device-uni’ ‘network-uni’ [authentication ‘key’]
# Activate the network ‘network-uni’ on ‘device-uni’.
# Optionally, use WEP128, open-system encryption with hex key ‘key’. (Hardcoded)
# Where ‘authentication’ is one of:
# wep hex64|ascii64|hex128|ascii128|passphrase64|passphrase128 ‘key’ [open|shared]
# wpapsk wpa|wpa2 tkip|ccmp-aes password
# wpaeap UNIMPLEMENTED IN SOLIDSHELL
thank you so much. I got it working by the following combination (maybe I was too impatient between the first attempt to active and the first status query):
chris@linux-gekz:/usr/share/man> solid-network set networking enabled
chris@linux-gekz:/usr/share/man> solid-network query status
networking: is not enabled
rcnetwork restart (other shell)
chris@linux-gekz:/usr/share/man> solid-network set networking enabled
chris@linux-gekz:/usr/share/man> solid-network query status
networking: is enabled
Hi, I have the same issue when I tried sleeping the system. When I turn it on again the network manager shows as unmanaged.
I followed the commands showed above and I got the same results. However, when I tried #solid-network listdevices
QApplications: qAppName: Please instantiate the QApplication object first.
kdeinit4: preparing to launch /usr/lib64/libkdeinit4_klauncher.so
Klauncher(5921) kdemain: No DBUS session-bus found. Check if you have started the DBUS Server
Kdeinit4: Communication error with launcher. Exiting!
solid-network(7481): No ksycoca4 database available!
solid-network(7481)/kdecore (trader) KserviceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType: “SolidNetworkManager” Not found
debug: newotk interface list contains: 0 entries
It would be nice if you guys could add more info to it because even if one knows the workaround fixing this issue is important since nobody should have to mess with the command line just because NM is not active after suspending or some other action.
Thank you for this - I had exactly the same issue with kde4 in the final 11.3 release. “solid-network set networking enabled” alone run as root seems to have fixed it for me!
I had suspended my laptop and it failed to come up again so I was forced to do a hard reboot. KNetworkManager broke after that.
Same thing happened to me (laptop didn’t wake up after hibernating so nm was broken while ifup worked).
solid-network set networking enabled
as root solved it.