LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-24-2011, 05:12 AM   #1
dspjm
Member
 
Registered: Dec 2010
Distribution: Scientific Linux Slackware
Posts: 91

Rep: Reputation: 2
how to use wireless network?


There's no NetworkManager, where should i detect the possible connection and connect it.
 
Old 07-24-2011, 05:31 AM   #2
Snark1994
Senior Member
 
Registered: Sep 2010
Distribution: Debian
Posts: 1,632
Blog Entries: 3

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
Use
Code:
ifconfig -a
to list all interfaces, and
Code:
ifconfig
to list all interfaces that are currently up. If you need an interface which is down, use
Code:
ifconfig interfaceName up
(you will probably have to have superuser privileges for these commands). How you connect to the interface will depend on the interface type: is it wired or wireless, and is it static or DHCP IP addressing?
 
Old 07-24-2011, 08:41 AM   #3
dspjm
Member
 
Registered: Dec 2010
Distribution: Scientific Linux Slackware
Posts: 91

Original Poster
Rep: Reputation: 2
thank you,I turn the wlan0 up already, but I want a tool which can find the possible wireless signals just like NetworkManager
 
Old 07-24-2011, 08:45 AM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Then install 'wicd' in /extra.
 
1 members found this post helpful.
Old 07-24-2011, 08:49 AM   #5
idnotcrae
Member
 
Registered: May 2011
Distribution: Slackware
Posts: 121

Rep: Reputation: 0
can he use
Quote:
iwlist wlan0 scan
i guess it's already installed !

is that right or not ? um not sure ! :O

Last edited by idnotcrae; 07-24-2011 at 08:52 AM.
 
Old 07-24-2011, 09:20 AM   #6
saavedra29
Member
 
Registered: Aug 2010
Location: Greece
Distribution: slackware
Posts: 42

Rep: Reputation: 3
Well, just in case, there is a network manager in slackbuilds that probably does everything automatically and with a nice interface. I don't know many things as i haven't used it but i think it's usefull for someone that doesn't want to always use the command line: http://slackbuilds.org/repository/13...etworkManager/
 
Old 07-24-2011, 04:40 PM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by idnotcrae View Post
can he use

i guess it's already installed !

is that right or not ? um not sure ! :O
Yes, after configuring the device and setting the network settings.
 
Old 07-24-2011, 06:16 PM   #8
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
NetworkManager packages can be found here,

http://connie.slackware.com/~rworkma...xtra/packages/

Then add, /etc/rc.d/rc.networkmanager start

to either /etc/rc.d/rc.local or rc.M

I prefer to use rc.M

Good luck.
 
Old 07-26-2011, 06:46 PM   #9
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
Quote:
Originally Posted by idnotcrae View Post
can he use

i guess it's already installed !

is that right or not ? um not sure ! :O
The syntax is "iwlist wlan0 scanning". That will show available networks but will not connect you to them.

Brian

---------- Post added 07-26-11 at 05:47 PM ----------

NetworkManager is also available from slackbuilds.org/sbopkg.

Brian
 
Old 07-26-2011, 07:53 PM   #10
slac-in-the-box
Member
 
Registered: Mar 2010
Location: oregon
Distribution: slackware64-15.0 / slarm64-current
Posts: 780
Blog Entries: 1

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
wicd

well...

you can configure wireless newtorking by hand each time when you boot up, using ifconfig, iwlist, and iwconfig (and manually change the settings each time you switch coffee shops). You can make the settings stick accross a reboot by configuring the file /etc/rc.d/rc.inet1.conf...

Or, you can just install wicd from the /extra repository at your nearest slackware mirror... after you install wicd and reboot, it's icon shows up on a desktop panel and indicates signal strength, and, if you click on the icon, it shows available wireless networks, and allows you to connect to them...
 
Old 07-31-2011, 03:40 AM   #11
dspjm
Member
 
Registered: Dec 2010
Distribution: Scientific Linux Slackware
Posts: 91

Original Poster
Rep: Reputation: 2
the icwd solution resolve my problem, thanks to everybody
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Configuring wireless network using USB Wireless adapter on Slackware-current x64 kkmic Slackware 16 06-28-2011 05:21 AM
Wireless device crash when wireless network is lost (ubuntu/gutsy on ThinkPad) daganesh Linux - Wireless Networking 6 11-24-2008 05:06 AM
Wireless network keeps disconnecting on Intel(R) Pro/wireless 2200bg network card gregh Linux - Wireless Networking 1 09-16-2006 06:57 PM
Wireless (Intel PRO/Wireless 2200BG) network problems using FC5 kernel 2.6.17 TempleOwl1999 Linux - Laptop and Netbook 14 08-26-2006 02:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration