LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-21-2011, 10:09 AM   #1
vai
LQ Newbie
 
Registered: Dec 2011
Posts: 7

Rep: Reputation: Disabled
slackware network


Hi,
I've installed slackware 13.37 and i can't connect to a wired network.
I have already install wicd from the dvd folder but when i try to connect("after obttaining the ip adress") it disconnects...
My pc is a toshiba r630.
thank you
 
Old 12-21-2011, 11:51 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
To copnnect to a wired network by hand, you don't need wicd.

Modprobe <your-module> for the nic if it doesn't show in lspci, & try
dhcpcd eth0

If that doesn't sort it, let's have details of what you have, and what you want to connect to.
 
Old 12-21-2011, 01:26 PM   #3
vai
LQ Newbie
 
Registered: Dec 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
To copnnect to a wired network by hand, you don't need wicd.

Modprobe <your-module> for the nic if it doesn't show in lspci, & try
dhcpcd eth0

If that doesn't sort it, let's have details of what you have, and what you want to connect to.

I don't know how to do this "Modprobe <your-module> for the nic if it doesn't show in lspci". Can you tell me what to do?
this is what happen when i run the command dhcpcd eth0:

bash-4.1# dhcpcd eth0
dhcpcd[3771]: version 5.2.11 starting
dhcpcd[3771]: eth0: rebinding lease of 192.168.1.102
dhcpcd[3771]: eth0: acknowledged 192.168.1.102 from 192.168.1.1
dhcpcd[3771]: eth0: checking for 192.168.1.102
dhcpcd[3771]: eth0: leased 192.168.1.102 for 86400 seconds
dhcpcd: eth0: MTU set to 1492
dhcpcd[3771]: forked to background, child pid 3804
 
Old 12-21-2011, 01:46 PM   #4
Pencils
LQ Newbie
 
Registered: Nov 2010
Posts: 14

Rep: Reputation: 8
What's the problem? That's not disconnecting, it's moving to the background after a successful address allocation.
 
Old 12-21-2011, 01:56 PM   #5
vai
LQ Newbie
 
Registered: Dec 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Pencils View Post
What's the problem? That's not disconnecting, it's moving to the background after a successful address allocation.
? its says not connected...

Last edited by vai; 12-21-2011 at 02:24 PM.
 
Old 12-21-2011, 02:46 PM   #6
Pencils
LQ Newbie
 
Registered: Nov 2010
Posts: 14

Rep: Reputation: 8
What does?
 
Old 12-21-2011, 03:01 PM   #7
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
try editing /etc/rc.d/inet1.conf as root

where it says USE_DHCP[0]="" for eth0/eth1/eth2/eth3 put a yes inside the apostrophes for all those then save it and reboot
 
Old 12-21-2011, 05:10 PM   #8
vai
LQ Newbie
 
Registered: Dec 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by linus72 View Post
try editing /etc/rc.d/inet1.conf as root

where it says USE_DHCP[0]="" for eth0/eth1/eth2/eth3 put a yes inside the apostrophes for all those then save it and reboot
Already done :/
 
Old 12-21-2011, 05:31 PM   #9
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
see here
http://www.nfec.de/2010/11/arch-linu...tege-r700r705/

especially this-
Quote:
I’m using broadcom-wl package from AUR (installed with yaourt) . My R700 has broadcom 4727 (lspci -n gives 14e4:4727).
 
Old 12-22-2011, 04:50 AM   #10
vai
LQ Newbie
 
Registered: Dec 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
still not working...
Any ideas?
Can this be related to the x64 version?
 
Old 12-22-2011, 07:10 AM   #11
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
There's no logical reason related to x64....

The results of dhcpcd eth0 indicate that you're obtaining a lease. I'm assuming you get disconnected shortly afterwards.

Does # dmesg tell us anything?
 
Old 12-22-2011, 07:52 AM   #12
vai
LQ Newbie
 
Registered: Dec 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mrclisdue View Post
There's no logical reason related to x64....

The results of dhcpcd eth0 indicate that you're obtaining a lease. I'm assuming you get disconnected shortly afterwards.

Does # dmesg tell us anything?
dmesg in the txt
Attached Files
File Type: txt dmesg.txt (31.2 KB, 7 views)
 
Old 12-22-2011, 08:46 AM   #13
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
Have a look at this thread:

http://www.linuxquestions.org/questi...igabit-866260/

It's possible, judging from the output from dmesg, that you have a similar issue on the router end, as opposed to dhcpcd itself.

Before jumping through more hoops and editing files, perhaps you can see if the lease holds using dhclient?

cheers,
 
Old 12-22-2011, 10:18 AM   #14
vai
LQ Newbie
 
Registered: Dec 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mrclisdue View Post
Have a look at this thread:

http://www.linuxquestions.org/questi...igabit-866260/

It's possible, judging from the output from dmesg, that you have a similar issue on the router end, as opposed to dhcpcd itself.

Before jumping through more hoops and editing files, perhaps you can see if the lease holds using dhclient?

cheers,
Thank You!

in /etc/dhcpcd.conf
find "nohook lookup-hostname"
modified to "nohook hostname"
problem solved.
 
  


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
network bridge / bond - slackware network init scripts Slax-Dude Slackware 1 07-17-2009 06:56 AM
Slackware 10 network configuration. Problem with 8139 network card drivers ! Padmakiran Linux - Networking 8 03-27-2007 06:48 AM
how to configure my network on slackware 10.0 so i can access a windows network salviadud Linux - Newbie 2 02-11-2005 01:19 PM
Network time-out Slackware 10 kern 2.6.7 Network everwhere NIC EdwardA Linux - Hardware 2 06-26-2004 08:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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