LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-07-2012, 09:35 AM   #1
wang
Member
 
Registered: Dec 2010
Distribution: ubuntu 10.04
Posts: 43

Rep: Reputation: 0
Thumbs down new installed slackware 13.37 cannot access networking


Hi,
I have just installed slackware,without setting the network configure(ignored).All is ok during the installation.after rebooting,i just cannot access the networking.
of course,i have tried to configured it by netconfig,ifconfig,and editing the etc files,but they all don't work.
i don't it is because my nic is not supported,for by ifconfig it tells the mac address which is right,and i guess i just didn't configure the networking properly,please give me
some more detailed advice on configuring it,much appreciated!
i access my campus Lan by a router,and there is a DNS server to access the internet,likely using DHCP.
 
Old 07-07-2012, 09:44 AM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
Try booting to the install CD, running the setup command, then selecting and running the network setup script that you omitted the first time. That's likely the quickest way. Don't worry about the prompt to enter a domain name--just make something up. I always use bell-dot-org.
 
Old 07-07-2012, 09:45 AM   #3
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
Try to configure it with
Code:
netconfig
 
Old 07-07-2012, 09:52 AM   #4
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
Did you install wicd from /extra?
 
Old 07-07-2012, 09:59 AM   #5
wang
Member
 
Registered: Dec 2010
Distribution: ubuntu 10.04
Posts: 43

Original Poster
Rep: Reputation: 0
thanks all for reply.
Quote:
Originally Posted by cwizardone View Post
Did you install wicd from /extra?
what is wicd? and i am not sure if i installed /extra.And while installing,i didn't even notice 'extra' stuff....Any way,does it help? i have not tried.
 
Old 07-07-2012, 10:07 AM   #6
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
Quote:
Originally Posted by wang View Post
thanks all for reply.


what is wicd? and i am not sure if i installed /extra.And while installing,i didn't even notice 'extra' stuff....Any way,does it help? i have not tried.
From what media did you install Slackware? On the DVD you will find a directory called /extra. In there you will find a directory labeled, wicd. If you used the CD set it might be the last or one of the last CDs. Or, you can download it from here,

http://slackware.oregonstate.edu/

wicd is described as follows:
Quote:
wicd: wicd (network manager for linux)
wicd:
wicd: wicd is a wired and wireless network manager for Linux.
wicd: Some features include:
wicd: - Ability to connect to wired and wireless networks
wicd: - Profiles for each wireless network and wired network
wicd: - Many encryption schemes, some of which include WEP/WPA/WPA2
wicd: - Compatible with wireless-tools
wicd:
wicd: Homepage: http://wicd.net
wicd:
Good luck and enjoy Slackware.
 
Old 07-07-2012, 12:15 PM   #7
wang
Member
 
Registered: Dec 2010
Distribution: ubuntu 10.04
Posts: 43

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
Try to configure it with
Code:
netconfig
i tried that,doesn't work.
 
Old 07-07-2012, 12:22 PM   #8
wang
Member
 
Registered: Dec 2010
Distribution: ubuntu 10.04
Posts: 43

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by frankbell View Post
Try booting to the install CD, running the setup command, then selecting and running the network setup script that you omitted the first time. That's likely the quickest way. Don't worry about the prompt to enter a domain name--just make something up. I always use bell-dot-org.
i tried that,it is the same as netconfig,doesn't work,either.
now,i can't help suspecting that the kernel doesn't support my NIC?though at first i denied that,but...

so how do i add relative modules(if so)or how to verify it is the problem?
thanks
 
Old 07-07-2012, 12:36 PM   #9
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
Please post the output of
Code:
lspci
so that we can see which network hardware is in your machine.
 
Old 07-07-2012, 12:47 PM   #10
TommyC7
Member
 
Registered: Mar 2012
Distribution: Slackware, CentOS, OpenBSD, FreeBSD
Posts: 530

Rep: Reputation: Disabled
Actually, can we see the output of:
Code:
lspci -k
I think your wireless NIC is supported, but you likely just haven't set up networking properly.
 
Old 07-08-2012, 10:19 AM   #11
wang
Member
 
Registered: Dec 2010
Distribution: ubuntu 10.04
Posts: 43

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
Please post the output of
Code:
lspci
so that we can see which network hardware is in your machine.
by lspci,i am 100% sure my slackware knows my Intel PCI-e NIC,i don't paste the content of it because i am using other's XP and it is not quite needed(i believe).

so,up here,i really have no idea how to solve this.yes,i don't think it is a difficult problem,but it does is still there.And i do get a little upset.

Any more advice?thanks
 
Old 07-08-2012, 10:49 AM   #12
ceh383
Member
 
Registered: May 2003
Location: The Left coast, USA
Distribution: Slack_64 14.2
Posts: 226

Rep: Reputation: 29
If your NIC is indeed supported, install wicd to configure your network.
 
Old 07-08-2012, 11:00 AM   #13
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by wang View Post
by lspci,i am 100% sure my slackware knows my Intel PCI-e NIC,i don't paste the content of it because i am using other's XP and it is not quite needed(i believe).

so,up here,i really have no idea how to solve this.yes,i don't think it is a difficult problem,but it does is still there.And i do get a little upset.

Any more advice?thanks
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.
 
2 members found this post helpful.
Old 07-08-2012, 11:08 AM   #14
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 wang View Post
by lspci,i am 100% sure my slackware knows my Intel PCI-e NIC,i don't paste the content of it because i am using other's XP and it is not quite needed(i believe).

so,up here,i really have no idea how to solve this.yes,i don't think it is a difficult problem,but it does is still there.And i do get a little upset.

Any more advice?thanks
There would be advice if you wouldn't deny to give us information about your problem. We could help you further if we would at least know the hardware.
 
1 members found this post helpful.
Old 07-08-2012, 11:26 AM   #15
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
If you are not willing to provide us information about your system, you will have to figure it out on your own.
Try reading http://alien.slackbook.org/dokuwiki/...ckware:network or else run "man rc.inet1.conf" which will give you a condensed view of that Wiki page.

Eric
 
1 members found this post helpful.
  


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 07:43 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