Em Wednesday 07 September 2011, .. ink .. escreveu: > HI, i looked for this project forum to post my question but i didnt find > any and decided to post my problem here. Hope its the right place. > > I was using NM 0.8.4 just fine and then i went to planet kde and there is a > post there that says NM 0.8 series is now deprecated for knetworkmanager > and everybody is advised to start using version 0.9.
Yes, I wrote that blog post. Having to maintain only one version of Plasma NM make things easier for me :-) and, as I wrote, some bugs only happen with NM-0.8.
> I compiled this version from sources the same way i did for 0.8.4 and > previous( the normal typical ./configure --prefix=/usr && make && make > install) but this new version is now failing to work and google isnt helpuf > in giving me assistance. Below is a log of the error msg i am getting when > network manager start. > > Is this a known problem? is there a known/workable solution? > > : ifplugd 0.28 initializing. > > Sep 7 02:32:39 mtz ifplugd(wlan1)[1646]: Using interface > wlan1/00:0D:0B:CF:F1:13 with driver <b43> (version: 2.6.38.8-pclos3.bfs) > Sep 7 02:32:39 mtz ifplugd(wlan1)[1646]: Using detection mode: SIOCETHTOOL > Sep 7 02:32:39 mtz ifplugd(wlan1)[1646]: Initialization complete, link > beat not detected.
You should not use ifplugd and NM at the same time.
> Sep 7 02:32:46 mtz NetworkManager[1896]: <info> NetworkManager (version > 0.9.0) is starting... > Sep 7 02:32:46 mtz NetworkManager[1896]: <info> Read config file > /usr/etc/NetworkManager/nm-system-settings.conf > Sep 7 02:32:46 mtz NetworkManager[1896]: <info> Loaded plugin keyfile: (c) > 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager > mailing list. > Sep 7 02:32:46 mtz NetworkManager[1896]: <info> trying to start the modem > manager... > Sep 7 02:32:46 mtz NetworkManager[1896]: <info> monitoring kernel firmware > directory '/lib/firmware'. > Sep 7 02:32:46 mtz NetworkManager[1896]: <info> found WiFi radio > killswitch rfkill0 (at > /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/ieee80211/phy0/rfkill > 0) (driver (unknown)) > Sep 7 02:32:46 mtz NetworkManager[1896]: <info> found WiFi radio > killswitch rfkill1 (at > /sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/ssb0:0/ieee80211/phy1/rfk > ill1) (driver (unknown)) > Sep 7 02:32:46 mtz NetworkManager[1896]: <warn> couldn't read > /usr/etc/hosts: (4) Failed to open file '/usr/etc/hosts': No such file or > directory
You should use ./configure --sysconfdir=/ to indicate that the hosts file is in /etc/hosts.
> Sep 7 02:32:50 mtz NetworkManager[1896]: <info> wpa_supplicant started > Sep 7 02:32:50 mtz NetworkManager[1896]: <error> [1315377170.372635] > [nm-supplicant-interface.c:570] interface_add_cb(): (wlan0): error adding > interface: wpa_supplicant couldn't grab this interface.
NM-0.9 requires a newer wpa_supplicant. I am not sure what is the minimum version, I use wpa_supplicant-0.7.3.
-- Lamarque V. Souza http://www.geographicguide.com/brazil.htm Linux User #57137 - http://counter.li.org/ http://planetkde.org/pt-br |