LinuxQuestions.org
Visit Jeremy's Blog.
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 01-26-2006, 05:12 PM   #16
gusgoose_it
LQ Newbie
 
Registered: Jan 2006
Location: todi (italy)
Posts: 18

Original Poster
Rep: Reputation: 0

win32sux, now I am writing to you from Klax, it works! this is ifconfig

root@klax:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:4C:69:28:E5
inet addr:192.168.1.167 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:4cff:fe69:28e5/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1164 errors:0 dropped:0 overruns:0 frame:0
TX packets:1360 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:853813 (833.8 Kb) TX bytes:197495 (192.8 Kb)
Interrupt:11 Base address:0xa000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
So, after the booting of Klax the system works directly; if I run netconfig, with the static IP the system works, with DHCP it doesn't. For your question, with respect to windows, I try to search DHCP hostname without results.
 
Old 01-26-2006, 06:11 PM   #17
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
i'm glad it works for you on a live cd!

yeah, that also means there's no need for the hostname specifier...

i don't know man, if i were you i'd re-install slackware cuz something's probably broken in the install somewhere... if you choose to do this, make sure you do a full-install of the series you want, instead of cherry-picking packages...

also, forget the netconfig utility and just edit your rc.inet1.conf by hand...
 
Old 01-27-2006, 07:33 AM   #18
gusgoose_it
LQ Newbie
 
Registered: Jan 2006
Location: todi (italy)
Posts: 18

Original Poster
Rep: Reputation: 0
win32sux, thanks for your help
tomorrow I'll reinstall slack, without run netconfig
after, we should know what happens...
 
Old 01-27-2006, 09:43 AM   #19
kriton12
Member
 
Registered: Oct 2002
Posts: 81

Rep: Reputation: 16
Hmm.. I'm still stumped on this one.

-It seems you confirmed the 8139too driver is working.
-You can manually configure the card for a static IP address and it works
-During boot DHCPCD runs and fails to get an address for the card.
-You ran a live CD (KLAX) and the Dhcp client works.

Does anybody know what dhcp client Klax uses? Are they using dhcpcd or pump? I think it's the first one since Klax is based on Slax and Slax is based on slackware.

I downloaded the Hamlet router manual and it seems to use a pretty straight forward dhcp server. So where is the problem happening here? The card works, the server works, a static ip works, a live cd properly connects. Manually running dhcpcd does not work.

Please keep us informed on how the reinstall goes, I'm curious on this one.
 
Old 01-28-2006, 04:47 PM   #20
gusgoose_it
LQ Newbie
 
Registered: Jan 2006
Location: todi (italy)
Posts: 18

Original Poster
Rep: Reputation: 0
win32sux: I reinstall slack (the forth time), without run netconfig and nothing works; I go to rc.inet1.conf, I put "yes" on "USE_DHCP" , I reboot and nothing works. I return to rc.inet1.conf, I put the IPs and it doesn't works.
N.B.:I always choose full install, without "cherry-picking".

kriton12: when I choose "static IP" on netconfig on Slack 10.2, it doesn't works.
When I boot Klax live-CD the system works; if I run netconfig: with "static IP" it works, with "DHCP" it doesn't works.

1) It is possible that the program DHCP or DHCPCD is broken (the CD come from a magazine)? or a conflict between DHCP and DHCPCD?
2) I don't know wich program are used by Klax. When I boot on Klax, the file rc.inet1.conf reported ="" on IPADDR, NETMASK, USE_DHCP.
3) with "pkgtool" I see that on Klax dhcpcd is installed, but dhcp is not
4) so, I return on Slack 10.2, I remove dhcp, I reboot but it doesn't works.
 
Old 01-28-2006, 05:01 PM   #21
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
i assume you uncommented the line for your card's module in rc.modules, right??

hmmm, this is weird stuff... what's the md5sum of your dhcpcd package??

in fact, being that you say the cd came in a magazine, i'd checksum all the files on it to be sure everything is fine... the checksum of the CHECKSUMS.md5 file itself should be:
Code:
5b7c0f9cdf4489d1128b4c3a8f249594
after you've confirmed that file is fine, proceed to check all the files on the cd by using the "md5sum -c CHECKSUMS.md5" on the checksum file and waiting for all the files to be checksummed...
 
Old 01-30-2006, 11:12 AM   #22
gusgoose_it
LQ Newbie
 
Registered: Jan 2006
Location: todi (italy)
Posts: 18

Original Poster
Rep: Reputation: 0
I don't know how to check the files; I'm going to the Slack book to learn it
 
Old 01-30-2006, 12:24 PM   #23
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
to check the CHECKSUMS.md5 file on the CD just do a:
Code:
md5sum /mnt/cdrom/CHECKSUMS.md5
(assuming you mounted the cd at /mnt/cdrom blah blah blah...)

then after you are sure the checksum of that file is the same as the one i posted above, proceed to checksum all the files on the disk by feeding the md5sum program the checksum list file:
Code:
cd /mnt/cdrom
md5sum -c CHECKSUMS.md5 | less
it will take a while for all the checksums to be computed...

Last edited by win32sux; 01-30-2006 at 12:25 PM.
 
Old 02-01-2006, 05:11 AM   #24
gusgoose_it
LQ Newbie
 
Registered: Jan 2006
Location: todi (italy)
Posts: 18

Original Poster
Rep: Reputation: 0
the checksum of that file is completely different from the one you posted above!!!

Quote:
root@jake:~# md5sum /mnt/cdrom/CHECKSUMS.md5
55262a519c78904105cf3969aa85c224 /mnt/cdrom/CHECKSUMS.md5
 
Old 02-01-2006, 05:44 AM   #25
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by gusgoose_it
the checksum of that file is completely different from the one you posted above!!!

root@jake:~# md5sum /mnt/cdrom/CHECKSUMS.md5
55262a519c78904105cf3969aa85c224 /mnt/cdrom/CHECKSUMS.md5
actually, this checksum you've posted is the correct one for the CHECKSUMS.md5 file on the SECOND cd...

so do the same check again, but this time using CD1...
 
Old 02-01-2006, 12:58 PM   #26
gusgoose_it
LQ Newbie
 
Registered: Jan 2006
Location: todi (italy)
Posts: 18

Original Poster
Rep: Reputation: 0
I am using DVD...
 
Old 02-01-2006, 09:12 PM   #27
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
well, there should be a checksum file on the DVD for the files from CD 1, no?? perhaps with another name??

BTW, if you have the ability to download the official ISO(s) and burn yourself a CD(s) i think it would be a good idea to do it...
 
Old 02-02-2006, 03:54 AM   #28
gusgoose_it
LQ Newbie
 
Registered: Jan 2006
Location: todi (italy)
Posts: 18

Original Poster
Rep: Reputation: 0
that's right, I'll burn the official ISO
thanks for your attention
 
Old 02-06-2006, 04:14 PM   #29
gusgoose_it
LQ Newbie
 
Registered: Jan 2006
Location: todi (italy)
Posts: 18

Original Poster
Rep: Reputation: 0
Hi
I burned the official ISO and installed the full packages
I choose static IP or DHCP on netconfig
I wrote directly on the file inet1.conf
(I controlled the checksum of the DHCPCD file, it is OK)
but it doesn't works...
 
Old 02-07-2006, 04:37 PM   #30
oneagainstall
LQ Newbie
 
Registered: Feb 2006
Location: Bulgaria, the small and peaceful town of Razlog
Distribution: slackware-11.0
Posts: 9

Rep: Reputation: 0
hi everyone.
@gusgoose_it i have exactly the same problem with my realtech NIC. i'm trying to configure it with slackware 10.2 my one week efforts don't give a result. my network provider uses DHCP, too. i've tried the static ip option and the dhcp. i edited manually the rc.inte1.conf file, but still nothin. i had a suse 9.3 before and everything worked well. so right now i'm quite confused..
so can somebody help me too i'm tired of readin man pages and FAQs
 
  


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
Fast WAN slow LAN Slack 9.x - 10.x Grunthos Slackware 5 09-28-2005 03:58 AM
slack 10.0 intel PRO/Wireless LAN 2100 pgrimes Linux - Wireless Networking 1 10-06-2004 10:40 AM
Setting up my wireless LAN internet on my slack laptop :D Belize Linux - Wireless Networking 17 10-04-2003 01:15 PM
Can't get slack to recognize onboard lan fsu_slacker Linux - Networking 26 08-11-2003 10:09 AM
Help with w-lan on slack 9.0 killi Slackware 27 04-25-2003 10:16 AM

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

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