LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 03-16-2011, 06:25 PM   #1
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Rep: Reputation: 24
Newbie needs advice to set network connection


I connect wirelessly to a Lan, using a Linksys wifi card in my desktop.

Which of the 3 options for network connection should I choose, fixed ip address or DHCS? or loopconfig. None of them seem to relate to my situation.

Preferably, can this be done without having to redo the install?

I tried the first option, fixed ip address, because it specifies having a network card, but had no clue about the various addresses asked for so just took the default options. When I tried to connect Konqueror returned this error message
Quote:
The requested operation could not be completed
Unknown Host
Details of the Request:
URL: http://www.google.com
Protocol: http
Date and Time: Wednesday 16 March 2011 14:31
Additional Information: www.google.com
Thank you for your help.
 
Old 03-16-2011, 07:21 PM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Which distribution are you using?
What do you use to connect, networkmanager, wicd....
It depends on how the router is configured.
If the router gives out IP's (set to DHCP) you should use DHCP.
If not, use fixed IP.
Bear in mind, if you use fixed IP, you need to use the same subnet as your router.
If the router has IP
Code:
192.168.0.1
you need to give the IP
Code:
192.168.0.x
to the computer, and use the ip from the router as default Gateway.
Also, don't forget to give the DNS servers.

Kind regards

Last edited by repo; 03-16-2011 at 07:23 PM.
 
Old 03-17-2011, 03:30 AM   #3
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by repo View Post
Which distribution are you using?
I'm using 13.1
Quote:
Originally Posted by repo View Post
What do you use to connect, networkmanager, wicd....
I startx, Konqueror, and entered google.com as the address
Quote:
Originally Posted by repo View Post
If the router gives out IP's (set to DHCP) you should use DHCP.
If not, use fixed IP.
Bear in mind, if you use fixed IP, you need to use the same subnet as your router.
If the router has IP
Code:
192.168.0.1
you need to give the IP
Code:
192.168.0.x
to the computer, and use the ip from the router as default Gateway.
Also, don't forget to give the DNS servers.

Kind regards
I tried above both ways, both produced the same error as before. I have to provide a password to connect to this LAN, and neither of these two options gives an opportunity to do so.
Also, I do not know how to obtain the requisite data from my linux machine, so I used the following which I got from the wifi card on my windows machine.
Code:
DNS server	192.168.0.1
IP Address		192.168.0.10
Subnet Mask		255.255.255.0
Default Gateway	192.168.0.1
DHCP Server	192.168.0.1
Primary WINS Server	0.0.0.0
Secondary WINS Server	0.0.0.0
So the IP address, 192.168.0.10, may be wrong (I assumed the x you quoted needed to be replaced by an actual number).
 
Old 03-18-2011, 02:54 AM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You can also login to router to get wireless settings
 
Old 03-18-2011, 12:00 PM   #5
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
do you have wicd installed

with slackware you can either configure your network manually, by editing /etc/rc.d/rc.inet1.conf or you can use wicd. The wicd slackware package can be found in the /extra directory of your local slackware mirror.

After it is installed, once you startx, you will see an icon in the panel of two displays close together... when you click on this, it scans wifi and tells you about available networks; once it finds your network, you can select the properties for that network before you connect to it, and there you will be able to enter the password to connect to an encrypted network, and to specify the type of encryption... Then you just close the properties window, and click connect. Once connected, the wicd icon in the panel also begins displaying the signal strength of the connection, and if you mouse over the icon, the status of the connection, including ip address is displayed. Wicd also has an advanced section where you can specify static ip address if not using dhcp.

good luck and have fun learning slackware
 
1 members found this post helpful.
Old 03-22-2011, 05:10 PM   #6
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by slac-in-the-box View Post
with slackware you can either configure your network manually, by editing /etc/rc.d/rc.inet1.conf or you can use wicd. The wicd slackware package can be found in the /extra directory of your local slackware mirror.

After it is installed, once you startx, you will see an icon in the panel of two displays close together... when you click on this, it scans wifi and tells you about available networks; once it finds your network, you can select the properties for that network before you connect to it, and there you will be able to enter the password to connect to an encrypted network, and to specify the type of encryption... Then you just close the properties window, and click connect. Once connected, the wicd icon in the panel also begins displaying the signal strength of the connection, and if you mouse over the icon, the status of the connection, including ip address is displayed. Wicd also has an advanced section where you can specify static ip address if not using dhcp.

good luck and have fun learning slackware
Thank you very much. I spent several hours over the last 3 days trying to edit rc.inet1.conf manually, without success, because I had no idea what to enter for various parameters. With wicd all I had to do was enter the password; what a difference!
 
  


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
[SOLVED] How to set up network connection(pppoe)? cola Slackware 6 10-04-2009 12:38 AM
how do i set up an network connection? ct_hamster Linux - Newbie 54 04-15-2009 05:27 PM
How do I set up a network connection to OSX? CyberLord_7 Linux - Newbie 3 03-07-2006 03:29 PM
Set Up School Network From Scratch - Need Advice. Someone Hold My Hand! norisoft Linux - Newbie 7 06-13-2003 03:40 AM

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

All times are GMT -5. The time now is 05:17 PM.

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