Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-10-2011, 09:48 PM
|
#1
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267
Rep:
|
how do i use network-manager in backtrack instead of wicd
i am using backtrack wireless and i am getting tired of using wicd for numerious reasons like the wicd isn't as nice to wpa2 enterprise active directories while network-manager is for some reason i can't get my computer to connect to the wireless network we use a wpa2 enterprise with leap for the security function so wicd doesn't connect to it so how do i go about installing network-manager and using it instead of wicd
|
|
|
11-13-2011, 04:54 PM
|
#2
|
Senior Member
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591
|
Seeing as Backtrack is Ubuntu based, Ubuntu is Debian based, you can either use apt-get or synaptics if installed. Just remove wicd and install network-manager and network-manager-applet from source as it appears it is not available in Backtrack repos. After reboot the applet should be somewhere, click on it and configure.
|
|
|
11-13-2011, 06:36 PM
|
#3
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267
Original Poster
Rep:
|
the network manager is available in the repos but i don't know about the applet but i am assuming that it was installed correctly since i just saw the little radio wave icon in the corner but for some reason when i enabled networking the app didn't scan for any wireless APs, i restarted the machine to see if network-manager would negate wicd's processes and the radio wave icon disappeared and now i am left with no networking capabilities, so what was i supposed to do then
|
|
|
11-13-2011, 08:05 PM
|
#4
|
LQ Veteran
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,252
|
Quote:
i restarted the machine to see if network-manager would negate wicd's processes
|
Wicd and Network manager installed side by side conflicts with the other.
Brains said
which from your later post seems like you did not do.
|
|
|
11-13-2011, 11:33 PM
|
#5
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267
Original Poster
Rep:
|
i did remove wicd but i guess that was after i installed network manager so i am assuming that i was suppossed to uninstall wicd and install network-manager at the same time. because when wicd goes away i have no more internet connection and that means that i won't be able to install network-manager. is there at least something that i should do after i install it which is what will happen after i uninstall wicd.
|
|
|
11-13-2011, 11:54 PM
|
#6
|
LQ Veteran
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,252
|
Quote:
i did remove wicd but i guess that was after
|
Ok. That is OK. As Long as the 2 are not running side by side.
As far as wpa for network manager. I run wicd and wpa2 encryption just fine with no disconnects or troubles.
Not sure why network manager disappears when you click on it either. Not a Back Track user myself.
I guess you could look through
or A good site to look through since you are running backtrack
http://www.tty1.net/blog/2010-04-21-...arison_en.html
|
|
|
11-14-2011, 01:39 AM
|
#7
|
Senior Member
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591
|
At the Backtrack site there is a FAQ link, number 17 might help. Also, there are many tutorials for configuring /etc/network/interfaces file to have your wireless card configured upon boot up. There are also many tutorials to connect via command line, an example below. Apparently from what synaptic says about Fluxbox, there should be a way to enable a network applet if FAQ 17 still don't show something, but I have no Fluxbox experience. If there is no way to get an applet, then installing from source might get one for you.
Code:
run command: ifconfig to see name of wireless interface, if wlan0, try next commands
iwlist wlan0 scan
iwconfig wlan0 ap XX:XX:XX:XX:XX:XX (replace Xs with numbers for your router's mac address)
iwconfig wlan0 essid "ap_name" (replace ap_name with your router's essid name)
iwconfig wlan0 mode managed
iwconfig wlan0 key s:12345 (replace 12345 with your wpa2psk key)
dhclient wlan0
Every wireless router I've come in contact with has four rj45 ports to connect a computer via the NIC. For some stupid reason, ISP providers do not throw in a six foot network cable with the router for days when you have wireless issues. Anyway they are cheap to buy and are handy for dealing with issues like this so you can always have an internet connection, unless you are borrowing the neighbors wireless broadcast signal.
|
|
|
11-14-2011, 09:48 AM
|
#8
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267
Original Poster
Rep:
|
never not without their permission, besides i also have another thing. on some wireless networks i come into contact with wpa2 enterprise with peap encryption which requires a username and password. i tried it in wicd and no dice but every time i do it in debian's network-manager applet it works fine so i was figuring that this would make things a little easier when it comes to encryption like this.
i also seriously need to change my wireless encryption i still use wep and i need to move on to wpa2.
Last edited by baronobeefdip; 11-14-2011 at 10:40 AM.
|
|
|
11-14-2011, 08:12 PM
|
#9
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267
Original Poster
Rep:
|
Quote:
Originally Posted by rokytnji
As far as wpa for network manager. I run wicd and wpa2 encryption just fine with no disconnects or troubles.
|
have you ever tried it with active directory login credentials.
normally in distros like Fedora, Ubuntu and Debian they tell us how to log in with the network manager nobody ever mentioned wicd so i'll tell you. in the wireless window we were told to select wpa2 enterprise. the authentication is PEAP and the inner authentication is MSCHAPv2. some how i found this in wicd but it doesn't connect instead it just times out, i never had this problem with networkmanager before so i want to try it
|
|
|
11-14-2011, 10:17 PM
|
#10
|
LQ Veteran
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,252
|
Quote:
have you ever tried it with active directory login credentials
|
I personally don't use Windows if that (quote above) is what you mean on my home network. My wife is the only Windows 7 user and I don't use her laptop as a server. My wireless is set up as WPA-Personal (psk).
Antix wicd handles that just fine. Same for when I have to access wpa wireless networks on the road like motels.
Have you even read The Ubuntu documention on Network Manager for installing it properly on different Desktops than Gnome.
Quote:
Notes
Gnome
Go to System -> Preferences -> Sessions In the Startup Programs tab, click Add type "nm-applet", click OK. log out of your gnome session, and log back in again.
Other Window Managers/Desktop Environments
add nm-applet to your startup
Note: nm-applet is now part of the network-manager-gnome package which is recommended when you install the network-manager package but may not have been installed.
|
You can find out if nm-applet is installed I guess with the command
Code:
apt-cache policy nm-applet
For startup I guess. To find the command.
should probably output /usr/bin/nm-applet. You won't need the /usr/bin/ part for startup. Just nm-applet & .
That goes in your hidden startup file in /home/your user name/.fluxbox/startup.
Fluxbox wiki
Good Luck again.
Last edited by rokytnji; 11-14-2011 at 10:23 PM.
|
|
|
11-17-2011, 01:20 AM
|
#11
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267
Original Poster
Rep:
|
alright i just uninstalled wicd and installed network-manager-gnome and for a while i was able to bring up the applet in the corner of the screen but for some reason it couldn't start managing the network so i did a reboot. on reboot the little radio signal icon is once again missig so i opened a terminal and typed this
the command came back and told me that another instance of nm-applet was running but i didn't see it. i then discovered that it was off to the side too uch since i could click the mouse button in the far top right corner of the screen i tried to move it into visibility but when i unlocked the notification field it wasn't showing now i have lost the icon and i want to get it back typing nm-applet in the terminal doesn't help
another thing that got me is that the wireless card functioned perfectly in wicd but i never got "wireless networks found" bubble on the screen could this be because the icon wasn't visible? i really want to get that icon back
|
|
|
11-17-2011, 04:45 PM
|
#12
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267
Original Poster
Rep:
|
is there at least someone that has connected to a wireless network that uses the encryption
WPA2 enterprise
PEAP (Protected EAP)
MSCHAPv2
and you need to enter a username and password. this connection worked fine in Debian (which is what backtrack is based one when you look at it underneath the Ubuntu similarities)
and the applet on the top bar disappeared after i was able to get it up and working but after i removed wicd i had to restart because the icon wasn't listing any network and when i did it still wasn't listing anythig while being completely hidden from the screen i was able to view it's option by clicking to the corner of the screen in the far top right btu after another restart it was gone for good so now i don't have a networking manager program.
|
|
|
All times are GMT -5. The time now is 12:57 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|