LinuxQuestions.org
Help answer threads with 0 replies.
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 07-08-2012, 01:23 PM   #16
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178

wicd will help you. You can download it from here:

https://launchpad.net/wicd/+download

After installation run wicd-client.
 
1 members found this post helpful.
Old 07-08-2012, 01:24 PM   #17
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by jostber View Post
wicd will help you. You can download it from here:

https://launchpad.net/wicd/+download

After installation run wicd-client.
If you want to use wicd the I would recommend to use the pre-compiled package from /extra.
 
1 members found this post helpful.
Old 07-08-2012, 01:50 PM   #18
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
You can also do this in a terminal:

wget http://ftp.ist.utl.pt/pub/slackware/...7.0-i486-2.txz && installpkg wicd*tkz && wicd-client &
 
Old 07-08-2012, 09:39 PM   #19
Alchemikos
Member
 
Registered: Jun 2012
Location: Porto Alegre-Brazil
Distribution: Slackware- 14, Debian Wheezy, Ubuntu Studio, Tails
Posts: 88

Rep: Reputation: 6
Hum probably there's no driver for your networkcard actually
You need to know exactly what's card it is:

Code:
# lspci -v
And if there's no drivers in use, you must to install it, I have one Atheros and solved installing atl1c driver, in newer kernels it's come together

Cheers

Alchemikos
 
Old 07-08-2012, 09:58 PM   #20
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by jostber View Post
You can also do this in a terminal:

wget http://ftp.ist.utl.pt/pub/slackware/...7.0-i486-2.txz && installpkg wicd*tkz && wicd-client &
Actually not. The OP does have no network connection on that install, so pulling in a package with wget will not work.
 
Old 07-12-2012, 02:27 PM   #21
ferrel
Member
 
Registered: Feb 2007
Location: Pasadena, Texas
Distribution: Slackware 14.0
Posts: 137

Rep: Reputation: 3
I just went through a networking problem with a laptop running 13.37. Wicd didn't work until I had most everything
else sorted out.
1. As root (su -) run ifconfig -a this may immediately tell you if your wireless card is recognized. Show that result.
2. Also as root, as already recommended, lspci -v will show the name of your card, and may list the appropriate kernel
module at the bottom.
3. Assume your kernel module is ipw2200 (this is mine), lsmod | grep -i ipw2200 will show if your kernel module is loaded.
4. If not, load it with modprobe your_module
5. If it doesn't load, you'll have to find it, probably on the internet.
6. If loaded, show results from ifconfig -a so we know which interface is for wireless. Once this is known, you'll need to
edit /etc/rc.d/rc.inet1.conf. I can help you with this, as can others, if they will.
7. We also need to know what type of encryption your wireless node uses.

How did I solve my problem? I read alien bob's networking guide until it started talking to me in my sleep, and I got it
working.

Good luck!
Ferrel

It's the ant, not the antennae.

Last edited by ferrel; 07-12-2012 at 03:19 PM.
 
1 members found this post helpful.
Old 07-14-2012, 10:47 AM   #22
wang
Member
 
Registered: Dec 2010
Distribution: ubuntu 10.04
Posts: 43

Original Poster
Rep: Reputation: 0
Wink

sorry for leaving for so long.

Quote:
Originally Posted by Richard Cranium View Post
I'm glad that you know what we need to know to help you.

I'm now 100% sure that you can figure this out on your own.
well,emh,maybe i was just a little...too lazy to do that?
however i think the following may be helpful:
(1)i access internet by campus LAN(eth0) through servers in it,using DHCP.
(2)the local router also serves as a DHCP server,but not the DNS server.
(3)i have no way to vi and add the DNS server to /etc/resolv.conf,saying 'the file's timestamp has been changed' and just left unsaved.

(4)the DNS server is not in a subnet with the local router( but in the same LAN,of course)
(5)i can ping and even telnet the local router(but don't know the passwd,haha).
(6)it seems that the DNS server is reachable with my slackware,but after entering a domainname,firefox says no server found.
(7)at boot time,i notice a message:dhcpcd requires a lease.... 8 seconds time out........(well,well,i can not remember clearly,may be a clue)

that's it, may be useful.
 
Old 07-14-2012, 11:35 PM   #23
ferrel
Member
 
Registered: Feb 2007
Location: Pasadena, Texas
Distribution: Slackware 14.0
Posts: 137

Rep: Reputation: 3
No, sorry, none of this is useful. That's it for me.
 
1 members found this post helpful.
Old 07-15-2012, 10:01 PM   #24
wang
Member
 
Registered: Dec 2010
Distribution: ubuntu 10.04
Posts: 43

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jostber View Post
wicd will help you. You can download it from here:

https://launchpad.net/wicd/+download

After installation run wicd-client.
yes,though don't know why,it does better than netconfig,and eventually solved the problem.
a simple but practical solution,thanks!
 
Old 07-15-2012, 10:04 PM   #25
wang
Member
 
Registered: Dec 2010
Distribution: ubuntu 10.04
Posts: 43

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ferrel View Post
No, sorry, none of this is useful. That's it for me.
Aha,appreciate for your kindness,thanks!
 
Old 07-22-2012, 12:48 AM   #26
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Moved to Slackware-Installation
 
  


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
Installed slackware-try to access FAT32 file partition-permission denied-? linus72 Slackware 10 03-23-2009 08:23 AM
Dual boot windows/slackware, but slackware installed first? Cryptic_K Slackware 3 11-20-2006 12:49 PM
Installed Slackware 10.2 cannot get internet access davscott666 Linux - Networking 3 04-05-2006 10:59 AM
Installed Slackware, but don't see everything that installed alpinewonder Slackware 4 07-17-2003 10:51 PM

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

All times are GMT -5. The time now is 01:15 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