OpenSUSE Wireless :: How Is NetworkManager Supposed To Work?

Jul 20, 2010

I'm finding the NetworkManager applet very confusing.When I start up at a new location I can use the "Connect to Other Network..." menu item to bring up the list of available networks, and I'd expect that by selecting one of these and clicking "Connect", then configuring and clicking OK, I'd get a connection. Instead the dialog just goes away and nothing else happens. Is something broken with NetworkManager, or am I misunderstanding how this is supposed to work?

By switching back and forth between NetworkManager and ifup I'm eventually able to establish a connection to a new access point, but it's been a painful process.I've also encountered a problem reported by others, where when my system fails to suspend/resume properly the /var/lib/NetworkManager/NetworkManager.state has NetworkingEnabled=false and I need to manually edit this before restarting networking... but that's a separate issue, and I can work around it with the manual edit (or just add a startup script to do this automatically).

View 4 Replies


ADVERTISEMENT

General :: NetworkManager Can't Get Wireless Network To Work?

Aug 23, 2010

I just loaded Suse 11.3 on my laptop. I can't get my wireless network to work. I tried via Yast and then switched back to Network Manager but nothing works.NM says that it is running, however I have no way to access it. No icon and I don't know where it is located or how to add to desktop panel.

View 6 Replies View Related

OpenSUSE Wireless :: NetworkManager Only Shows VPN Tab But No Wireless Or Wired Connections

May 31, 2011

I remember that I did configure my desktop PC for wired and wireless connections since openSUSE 11.2, 11.3 and 11.4. Currently I have openSUSE11.4 x86_64 KDE. Today I happen to notice that the icon for NetworkManager in the taskbar has been replaced with a red X. I discovered that Network Manager only shows VPN tab, whereas Wired and Wireless tabs are greyed out. The strange thing is I still have Internet connection with the CAT5 cable being plugged in. I can still configure wired and wireless connections via YAST but I cannot fix Network Manager settings.

View 9 Replies View Related

Security :: CentOS 5 - SELinux Denial Of Wicd / Wpa_supplicant - Get Wireless To Work Properly Using Default NetworkManager

May 11, 2010

I am trying to use CentOS 5.4 to set up a secure laptop, largely because of it's SELinux functionality. Unfortunately I couldn't get wireless to work properly using the default NetworkManager so I installed wicd. Initially it buggered up my whole installation but after relabelling files using SEL I can now use my system again. but.. I can't use it with SELinux enabled, as it denies the required accesses for wicd to work. I also get similar SELinux denials for wpa_supplicant. A couple of snippets from /var/log/audit/audit.log -

[Code]....

View 4 Replies View Related

OpenSUSE Wireless :: NetworkManager Does Not Run Connection At Boot

Jan 6, 2009

I'm using OpenSuse 11.1 (but it applies also to 11.0) on a Dell XPS, NetworkManager and scpm to manage profiles. I configured wireless network without problems and all runs perfectly. The annoying problem is that the wireless connection doesn't start at boot. Also by clicking on the NetworkManager applet networks are not displayed

But, as soon as I launch network configuration from Yast without do anything other, magically the wireless network is recognized and the PC connects to it.

It seems that the network configuration from Yast activates NetworkManager to connect or it activates the interface or the hardware.

View 8 Replies View Related

OpenSUSE Wireless :: Custom Configuration Using Networkmanager?

Dec 14, 2010

This new USB wireless adapter is not detected by OS. I have tried all possible custom configuration using networkmanager.

View 9 Replies View Related

OpenSUSE Wireless :: KDE Networkmanager Not Converting WEP Passphrase

Feb 6, 2011

My friend and I spent two weeks trying to find out why my openSUSE laptop wouldn't connect to his router using WEP. We finally figured out that the KDE networkmanager was not translating the passphrase into the hexidecimal number (default key #1). Once we entered the hexidecimal number, it connected with no problems. He uses Ubuntu on his test laptop (Windows guy). Ubuntu, and kubuntu via live CD, both connected only using the passphrase. I didn't have an openSUSE Gnome live CD to test weather this is KDE specific or not.

View 6 Replies View Related

OpenSUSE Wireless :: Error: Could Not Connect To NetworkManager

Mar 10, 2011

I have installed opensuse 11.3 I am unable to connect to my wireless connection.

KNetworkManager finds the connection (when i scan for connections), i can enter the WEP Hex key, it says it is configured. Goes through its "check list" when you click "ok", and all seems good. But it won't connect. When i run "nm-tool" i get:

State: unknown
WARNING **: error: could not connect to NetworkManager

I edited values in:

linux-2ys8:/home/sam # vi /var/lib/NetworkManager/NetworkManager.state

to "true"

running rcnetwork restart, output was:

Shutting down network interfaces:
eth0 device: Atheros Communications AR8121/AR8113/AR8114 Gigabit or Fast Ethernet (rev b0)
eth0

[code]....

knetworkmanager(9276): KUniqueApplication: Cannot find the D-Bus session server: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."

knetworkmanager(9275): KUniqueApplication: Pipe closed unexpectedly.

View 9 Replies View Related

OpenSUSE Wireless :: Traditional (ifup) And Networkmanager Using KDE 11.4

Mar 13, 2011

I have just installed 11.4 KDE (having used 11.3 for a while). I was able to use YAST in 11.3 to switch from network manager, to using 'traditional', to connect to wireless network without problems. Since installing (fresh install) 11.4, only network manager seems to work without issue;

using traditional never sets up the wireless connection - or should i say appears not to as no apps will connect (as they do fine using the network manager connection). using 'ifstatus wlan0', seems to suggest there is no configuration file when using the 'traditional' gui. Has any one had similar problems

View 9 Replies View Related

OpenSUSE Wireless :: 3 Passwords Required For Networkmanager?

Jun 23, 2011

Having an issue with networkmanager. When I login it is not automatically connecting to my wireless. When I click on networkmanager icon it has the correct connection. When I click the connection I get asked for 3 passwords

1) System policy prevents control of network connections Password for root:

2) System policy prevents use of user-specific connections Password for root:

3) kde wallet managern Just a little annoying.

Anyone know how to fix this ? My machine got a fresh install of opensuse11.4 with my /home restored from backup.

View 9 Replies View Related

OpenSUSE Wireless :: Use WPA2-Enterprise On KDE Plasmoid-NetworkManager

May 15, 2011

I had some difficulty getting Plasmoid to work on to connect to a WPA2-Enterprise Network. The Cert file is in DER format which is something like this "XXXX.cer" After I filed a bug report I got a respond to try the updated Plasmoid from this Repo:

Index of /repositories/KDE:/UpdatedApps/openSUSE_11.4 To use it you have to first install your certificate in openssl using terminal. First copy the certificate into the ssl directory (In OpenSUSE it is /etc/ssl/certs/)

1) sudo cp path_to_file /etc/ssl/certs/Then install it (If you don't do this it will fail) Source:http://gagravarr.org/writing/openssl...tml#Installing

2)sudo ln -s filename_of_certificate `openssl x509 -hash -noout -in filename_of_certificate`.0

3)Then after that when using Plasmoid to connect check the box use system certificate.

It should work like it worked for me but I still think certificate handling needs a lot of improvement.Pointing the cert directly from plasmoid does not work.

View 1 Replies View Related

OpenSUSE Wireless :: Cant Reconnect After Losing Connection Using NetworkManager?

Sep 8, 2011

I have problem with my wireless GSM connection , my notebook has built-in Toshiba (in fact Ericsson) F5521gw wireless modem , it is detected and usable by default without installing additional software.Problem is that I can connect flawlessly only once after switching on notebookif I disconnect manually I'm not able to connect again, i have to reboot my computer or another solution which allows me to reconnect is closing and opening lid (putting notebook in suspended state)I'm using Toshiba Tecra r850, openSUSE 11.4 x64 on Gnome 2 DE, using NetworkManager and nm-applet /var/log/messages after using disconnect from nm-applet:

Code:
Sep 8 17:04:39 linux-b5nl pppd[9933]: Terminating on signal 15
Sep 8 17:04:39 linux-b5nl pppd[9933]: Connect time 243.2 minutes.

[code]....

View 5 Replies View Related

OpenSUSE :: Networkmanager Doesn't Find Networkboard Eth0 But Only Wireless

Dec 15, 2010

on my dell latitude e6510 opensuse 11.3 kde 4.4.4 with tri boot windows 7 and two suse if boot with windows7 and I connect to internet by wired eth0 and then reboot in opensuse, networkmanager doesn't find my networkboard eth0 but only wireless, I have to reboot, enter in bios setup, exit, reboot, and then opensuse find my eth0, I tried with gnome too but is the same

View 8 Replies View Related

Ubuntu :: Gwibber And Flickr And How Is It Supposed To Work

May 2, 2010

Has anyone had success with integration of Gwibber and Flickr and if you did how did you do it? The actual text I tried adding my flickr account to Gwibber in Ubuntu 10.04 Lucid Lynx and in the end I am not sure if it works or not. There is a documented bug related to Gwibber and Flickr. [URL] Now I did check my screen name (which is naggobot) and I used that and also every other id I could imagine, including direct http link

[URL]

and yahoo email address that is tied to Flickr account. In the end I did manage to get some input to the Gwibber window from the Flickr account but that input was from photo stream of a contact of mine. So my question is has anyone had success of getting their photostream from Flickr to Gwibber? If you succeeded in this how did you do it i.e. what did you fill in to the user name field? Please be super accurate.

View 3 Replies View Related

OpenSUSE Wireless :: NetworkManager Doesn't Configure Default Route And Nameserve

Nov 15, 2009

yesterday I installed openSUSE 11.2 on my laptop. But I'm having problem getting the wifi configured properly. During the installation I got the message "No network running" (which I also saw after the installation when using the network configuration module of YaST after switching from ifup to NetworkManager). After installation NetworkManager seemed to work fine, it detected my wifi card, found the network, and I could even connect to it. Then the problems began, no Internet connection. The first thing I tried was pinging Google which yielded an "unknown host" message. So I checked /etc/resolv.conf, to look for the DNS servers, which where missing.

I added them manually and tried again. Still no luck, so I started pinging my router, which worked, tried again pinging Google using one of there IP addresses, which failed. So I ran route to find out which routes where being used, this one gave an unexpected result, because it only showed the route to the local network (I'm not sure about the loopback one, because this was also a lot of times missing when testing):

[Code]...

View 9 Replies View Related

OpenSUSE Wireless :: "Enable Wireless" In NetworkManager Grayed Out?

Jan 11, 2011

My wifi used to work and I do not know what made it go off-line as I mostly use my wired connection. Running SuSE 13-3, GNOME, kernel 2.6.34.7-0.7-default on a HP laptop. I wanted to include some diagnostic and configuration downloads from my computer but I am being told I have 5 images included in my post when I Paste the text. Don't know why!

View 9 Replies View Related

OpenSUSE Install :: Broke Gnome In 11.2 - Connect To The Internet Via Networkmanager And Couldn't Get Wifi Or Wired To Work

Apr 27, 2010

I was having a problem with cairo dock, asked on the board how to resolve was told to reinstall the visual driver for my monitor since I have an ati vid card since with the updated kernal u have to reinstall those drivers(didn't know that, I'm new to opensuse). I thought I did that before so I completely uninstalled it so I could then do a fresh reinstall but I wasn't paying attention and my laptop was unplugged for a while. I stepped away while the install was going on and my laptop died.

I tried plugging it in but had to restart my laptop when I did I got the command line rows and when I tried to start GDM it wouldn't start, I did so as SU. Attempted to connect to the internet via networkmanager and couldn't get wifi or wired to work. Anyway I can access my desktop visually just so I can start yast and install the driver or will I have to reinstall 11.2 or use the cd to repair? If so how do I use the cd to repair?

View 2 Replies View Related

Debian :: BCMxx - Wireless Isn't Working - NetworkManager Doesn't Even Detect A Wireless Card

Jul 14, 2010

I just got myself a Dell Inspiron 1440. And decided to install my favorite distro Debian. I got the installation to go with no issue and all seems to be working fine. However the wireless isn't working. NetworkManager doesnt even detect a wireless card. I followed the instructions here and installed the b43-fwcutter and then issued the modprobe b43 and modprobe b43legacy commands. Then I issued the iwconfig command and this was the output.

[Code].....

Also, I've been doing some research and found out about some file located /etc/udev/rules.d/70-persistent-net.rules. So I looked in mine and found out that only my eth0 is added.

[Code].....

View 1 Replies View Related

OpenSUSE Network :: NetworkManager And DNS - Connecting To Other Hosts When Using Another Wireless Network

Aug 21, 2011

since a few weeks I have a problem connecting to other hosts when I'm using another wireless network, which has a different DNS IP than I have in my network. I have to change /etc/resolv.conf to change the nameserver. Can NetworkManager control the nameserver? If yes, how?

View 3 Replies View Related

OpenSUSE Hardware :: How Are You Supposed To Enable Nvidia Graphics?

Jun 26, 2010

I'm just coming from Ubuntu(don't hate me) and realized that there are no Nvidia drivers in the repos. I had trouble even getting the repos to respond on the live cd or after installation; is opensuse having network problems? I changed the repositories to the GA tech libraries because they are closer and now they work, However I can't get any Nvidia drivers to install. Now, I'm not a super linux guru that can fly around linux like super man, but I'm also not a newbie to linux. Or at least I think I'm not.

I need to get Nvidia drivers installed...what is the easiest way to do that, considering the URL... repo doesn't seem to want to connect either.I don't know what the deal is, but Internet is rather clumsy with opensuse or with KDE, I'm not sure yet.

View 9 Replies View Related

OpenSUSE Wireless :: Wireless On Compaq Presario R3000 Doesn't Work

Nov 8, 2010

Sorry for repeating the same old complaint but there doesn't seem to be a common fix: Wireless does not work on my Presario R3000 although SUSE 11.x lists the hardware in the Hardware Information list and the hardware is turned on. Network Manager doesn't display any wireless networks in SUSE while Win 7 can see 4 of them on the same machine. Ubuntu has no problem either

View 1 Replies View Related

OpenSUSE Wireless :: Dell Inspiron 6400 Wireless Don't Work

Jan 24, 2010

i've installed openSUSE 11.2/KDE. Installation process finishes with fun. The first thing that i wanted in my laptop don't work. That's wireless internet. I've google and google. saw many thereds in openSUSE forms and check what i understand after reading thereds. Finally what i understand is i've to install firmware. I've downloaded the b43-fwcutter and broadcom-wl-4.178.10.4.tar. Installed b43-fwcutter. and copy broadcom-wl-4.178.10.4.tar. in to root. by using

[Code]...

View 6 Replies View Related

OpenSUSE Wireless :: Aspire 5670 - Wireless Doesn't Work

Sep 15, 2010

I installed opensuse 11.3 succesfully on my acer aspire 5670 (5672) laptop. Everything works except wireless connection. Looking for a solution is follewed the " My wireless doesn't work - a primer on what I should do next" guide on this forum. These are the results i become: (2) Determine what device you have.: 03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)

[Code]...

View 5 Replies View Related

OpenSUSE Wireless :: Getting Wireless To Work, Stuck On Step 5?

Feb 15, 2010

been beating my head against the wall.

hope@linux-vp98:~> sudo /usr/sbin/iwlist scan
root's password:
lo Interface doesn't support scanning.

[code]....

View 9 Replies View Related

OpenSUSE Wireless :: Can't Get Wireless To Work On Dell 1764

Oct 20, 2010

i have looked through countless forums and websites to try and get my wireless to work and nothing has helped here is the results of my lspci

[Code]....

View 8 Replies View Related

OpenSUSE Wireless :: Wireless Must Be On During Boot Or It Will Not Work

May 11, 2010

I've just upgraded from openSUSE 11.2 to 11.3. In 11.2 everything worked fine: I've booted my laptop, logged in and turn my wireless card on using the hardware wireless button, the KDE Wallet opened up, I inserted the password and voil�, wireless connection was on.But after upgrading from 11.3, it doesn't work like that anymore. I need to have the hardware wireless button pressed to on during boot, otherwise Network Manager will not work. And yes, I do check the "Enabled wireless" option, but it doesn't work. When I tried to check it out, I found out that the wireless "Scan" button that scans and displays the available wireless connections shows nothing.So, if I forget to put the wireless on for boot, I must restart and put it on. I've tried log off and log on, and restarting some network services, but neither worked.I have an Intel Corporation PRO/Wireless 2200BG, as showed below, and I'm posting this message using it.

Result of /sbin/lspci:

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 04)

[code]....

View 2 Replies View Related

OpenSUSE Wireless :: Wireless Connection Won't Work

Jun 3, 2010

Some info below:

- notebook Fuijtsu Siemens AMILO Pro2065 - 4 gb ram - 80 gb hd - wireless on board Intel PRO/Wireless 2200BG
- wireless works properly with Ubuntu (with WEP key)

I'm just installed OpenSuse 11.2 and:

- wireless found my AP
- i've just inserted WEP key / 64 bit Hex-Ascii and..not working!

View 1 Replies View Related

OpenSUSE Wireless :: Cannot Connect To AP - Cant Get Wireless To Work

Jun 22, 2010

Suse on an (old even) laptop is even more fun that it is on a desktop. BUT, I still cant get my wireless to work! I have the Encore ENUWI-N3 USB adaptor. Suse sucessfully detects my USB device, recognize its a Wireless lan network adapter, installs it as such (gives it its driver) and adds my wireless menu under network manager. (it gives it the rt2x00) I can enable / disable the USB device from there (its light corroborates that.

So all in all, suse installs my wireless. But I CANNOT find any AP when I scan. Under the "scan" tool (under connec to wireless > A wireless network ect ect) I find no APs. Adding the SSID of the AP manually is of no help either. And the command sudo /usr/sbin/iwlist scan merely gives - "wlan1 Scan completed" and nothing else. Check ifconfig - not a frame sent/received.

View 7 Replies View Related

CentOS 5 Networking :: NetworkManager Won't Start / Get It To Work?

Oct 12, 2009

I've been running CentOS on my laptop for a few weeks now. I don't know what happened today, but when I boot up, the NetworkManager wont show up on the panel, and I don't have access to wireless networks or Internet. I tried booting my Windows partition and the wireless works fine. I can't seem to remember any latest change I've made aside from the wallpaper =) Any ideas where I should start debugging? I could see the module "iwl3945" still loaded. Here's a manual type of my lsmod | grep iwl3945

iwl3945 90177 0
mac80211 137929 1 iwl3945
cfg80211 30793 2 iwl3945,mac80211

View 13 Replies View Related

Ubuntu Networking :: Wireless Without NetworkManager Applet?

Dec 28, 2010

Is there a way of wireless networking without using the Gnome NetworkManager Applet? I want to connect to the Internet using a USB 3G modem and connect to wifi without knowing all of the details of every network.Network manager is pretty good but there seems to be no way of using it without starting an X session and it doesn't play nice with any other networking tool and reminds me too much of a Microsoft application.

View 4 Replies View Related







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