updated Netbook to Lucid -- NetworkManager is disabled
Don't have my netbook (Dell Mini 9) in front of me right now but was working w/ it last night and I noticed I wasn't connecting to my home network via wireless. *knetworkmanager shows that networking has been disabled. Both wireless and wired does not work. *Tried to right click on knetworkmanager in the tray to select enable wireless but never saw any configuration options.
Any ideas?
--
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
03-22-2010, 05:26 PM
Yuriy Kozlov
updated Netbook to Lucid -- NetworkManager is disabled
Is network-manager running?
status network-manager
On Mon, Mar 22, 2010 at 2:20 PM, Jonathan Jesse <jjesse@gmail.com> wrote:
> Don't have my netbook (Dell Mini 9) in front of me right now but was working
> w/ it last night and I noticed I wasn't connecting to my home network via
> wireless. *knetworkmanager shows that networking has been disabled. Both
> wireless and wired does not work. *Tried to right click on knetworkmanager
> in the tray to select enable wireless but never saw any configuration
> options.
> Any ideas?
> --
> kubuntu-devel mailing list
> kubuntu-devel@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
>
>
--
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
03-22-2010, 05:44 PM
Mackenzie Morgan
updated Netbook to Lucid -- NetworkManager is disabled
I have the same problem, and yes, network-manager is running. At least, it's
running enough for me to be able to stop it and for iwconfig to not work til I
do so!
On Monday 22 March 2010 2:26:38 pm Yuriy Kozlov wrote:
> Is network-manager running?
>
> status network-manager
>
> On Mon, Mar 22, 2010 at 2:20 PM, Jonathan Jesse <jjesse@gmail.com> wrote:
> > Don't have my netbook (Dell Mini 9) in front of me right now but was
> > working w/ it last night and I noticed I wasn't connecting to my home
> > network via wireless. knetworkmanager shows that networking has been
> > disabled. Both wireless and wired does not work. Tried to right click
> > on knetworkmanager in the tray to select enable wireless but never saw
> > any configuration options.
> > Any ideas?
> > --
> > kubuntu-devel mailing list
> > kubuntu-devel@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
--
Mackenzie Morgan
http://ubuntulinuxtipstricks.blogspot.com
apt-get moo
--
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
03-23-2010, 02:04 AM
Divan Santana
updated Netbook to Lucid -- NetworkManager is disabled
On Monday 22 March 2010 20:44:16 Mackenzie Morgan wrote:
> I have the same problem, and yes, network-manager is running. At least,
> it's running enough for me to be able to stop it and for iwconfig to not
> work til I do so!
Me too, Here was the fix for me.
sudo service network-manager stop
cd /var/lib/NetworkManager/
sudo rm NetworkManager.state
sudo service network-manager start
--
Divan Santana
082 787 8522
--
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
03-24-2010, 04:11 PM
Mackenzie Morgan
updated Netbook to Lucid -- NetworkManager is disabled
On Monday 22 March 2010 11:04:47 pm Divan Santana wrote:
> On Monday 22 March 2010 20:44:16 Mackenzie Morgan wrote:
> > I have the same problem, and yes, network-manager is running. At least,
> > it's running enough for me to be able to stop it and for iwconfig to not
> > work til I do so!
>
> Me too, Here was the fix for me.
>
> sudo service network-manager stop
> cd /var/lib/NetworkManager/
> sudo rm NetworkManager.state
> sudo service network-manager start
Somehow
NetworkingEnabled=false
was false instead of true in there, yeah. I suspect on mine it's because I
hit the rfkill button. Rebooting should reset the rfkill button (it used to)
but it appears not to.
So after doing what you said I am left with KNM only offering "create new
wireless network" and not displaying available networks at all (no, the option
to choose a different network is not there).
--
Mackenzie Morgan
http://ubuntulinuxtipstricks.blogspot.com
apt-get moo
--
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
03-24-2010, 05:52 PM
Daniel Chen
updated Netbook to Lucid -- NetworkManager is disabled
On Wed, Mar 24, 2010 at 10:11 AM, Mackenzie Morgan <macoafi@gmail.com> wrote:
> was false instead of true in there, yeah. *I suspect on mine it's because I
> hit the rfkill button. *Rebooting should reset the rfkill button (it used to)
> but it appears not to.
Please file a regression-potential tagged bug against linux so that we
can fix it.
--
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
03-24-2010, 08:46 PM
Mackenzie Morgan
updated Netbook to Lucid -- NetworkManager is disabled
On Wednesday 24 March 2010 2:52:25 pm Daniel Chen wrote:
> On Wed, Mar 24, 2010 at 10:11 AM, Mackenzie Morgan <macoafi@gmail.com> wrote:
> > was false instead of true in there, yeah. I suspect on mine it's because
> > I hit the rfkill button. Rebooting should reset the rfkill button (it
> > used to) but it appears not to.
>
> Please file a regression-potential tagged bug against linux so that we
> can fix it.
Sorry, bad phrasing. The wireless adapter itself goes back to working after
reboot, but because NetworkManager ignores that NM was disabled by the rfkill
being pressed and just assumes it's globally disabled, the result (to an end
user who doesn't know to use ifup) is like it stays disabled across reboots.
--
Mackenzie Morgan
http://ubuntulinuxtipstricks.blogspot.com
apt-get moo
--
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
03-24-2010, 08:55 PM
Richard JOHNSON
updated Netbook to Lucid -- NetworkManager is disabled
On Wed, Mar 24, 2010 at 01:11:07PM -0400, Mackenzie Morgan wrote:
[...]
> So after doing what you said I am left with KNM only offering "create new
> wireless network" and not displaying available networks at all (no, the option
> to choose a different network is not there).
Are you by chance using the new network mangler thingy that Jonathan put in
a PPA? If so, do this:
--
Name| Richard JOHNSON
Title| Developer
WWW| http://www.ubuntu.com
Email| nixternal@ubuntu.com
GnuPG| 3578 0981 A21D D662 2A96 7623 F4C1 838C D8C4 4738
--
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
03-24-2010, 09:05 PM
Mackenzie Morgan
updated Netbook to Lucid -- NetworkManager is disabled
On Wednesday 24 March 2010 5:55:05 pm Richard JOHNSON wrote:
> On Wed, Mar 24, 2010 at 01:11:07PM -0400, Mackenzie Morgan wrote:
> [...]
>
> > So after doing what you said I am left with KNM only offering "create new
> > wireless network" and not displaying available networks at all (no, the
> > option to choose a different network is not there).
>
> Are you by chance using the new network mangler thingy that Jonathan put in
> a PPA? If so, do this:
Nope, knetworkmanager. Just hit https://bugs.kde.org/show_bug.cgi?id=215080
too. (After like 4 reboots I convinced iwconfig that it was possible to
associate to an AP again, and eventually KNM after a few more.
--
Mackenzie Morgan
http://ubuntulinuxtipstricks.blogspot.com
apt-get moo
--
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
03-25-2010, 08:43 AM
Sebastian Kügler
updated Netbook to Lucid -- NetworkManager is disabled
On Wednesday 24 March 2010 22:46:33 Mackenzie Morgan wrote:
> On Wednesday 24 March 2010 2:52:25 pm Daniel Chen wrote:
> > On Wed, Mar 24, 2010 at 10:11 AM, Mackenzie Morgan <macoafi@gmail.com> wrote:
> > > was false instead of true in there, yeah. I suspect on mine it's
> > > because I hit the rfkill button. Rebooting should reset the rfkill
> > > button (it used to) but it appears not to.
> >
> >
> >
> > Please file a regression-potential tagged bug against linux so that we
> > can fix it.
>
> Sorry, bad phrasing. The wireless adapter itself goes back to working
> after reboot, but because NetworkManager ignores that NM was disabled by
> the rfkill being pressed and just assumes it's globally disabled, the
> result (to an end user who doesn't know to use ifup) is like it stays
> disabled across reboots.
Hm, you mean that network manager doesn't pick up you're wifi adapter being available
again? Can you reproduce the same with GNOME's nm-applet and maybe the Plasmoid? I've
been testing the hotplugging and rfkilling pretty extensively, and it works just fine
here.
--
sebas