Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
01-26-2006, 05:12 PM
|
#16
|
|
LQ Newbie
Registered: Jan 2006
Location: todi (italy)
Posts: 18
Original Poster
Rep:
|
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.
|
|
|
|
01-26-2006, 06:11 PM
|
#17
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
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...
|
|
|
|
01-27-2006, 07:33 AM
|
#18
|
|
LQ Newbie
Registered: Jan 2006
Location: todi (italy)
Posts: 18
Original Poster
Rep:
|
win32sux, thanks for your help
tomorrow I'll reinstall slack, without run netconfig
after, we should know what happens...
|
|
|
|
01-27-2006, 09:43 AM
|
#19
|
|
Member
Registered: Oct 2002
Posts: 81
Rep:
|
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.
|
|
|
|
01-28-2006, 04:47 PM
|
#20
|
|
LQ Newbie
Registered: Jan 2006
Location: todi (italy)
Posts: 18
Original Poster
Rep:
|
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.
|
|
|
|
01-28-2006, 05:01 PM
|
#21
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
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...
|
|
|
|
01-30-2006, 11:12 AM
|
#22
|
|
LQ Newbie
Registered: Jan 2006
Location: todi (italy)
Posts: 18
Original Poster
Rep:
|
I don't know how to check the files; I'm going to the Slack book to learn it
|
|
|
|
01-30-2006, 12:24 PM
|
#23
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
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.
|
|
|
|
02-01-2006, 05:11 AM
|
#24
|
|
LQ Newbie
Registered: Jan 2006
Location: todi (italy)
Posts: 18
Original Poster
Rep:
|
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
|
|
|
|
|
02-01-2006, 05:44 AM
|
#25
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
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...
|
|
|
|
02-01-2006, 12:58 PM
|
#26
|
|
LQ Newbie
Registered: Jan 2006
Location: todi (italy)
Posts: 18
Original Poster
Rep:
|
I am using DVD...
|
|
|
|
02-01-2006, 09:12 PM
|
#27
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
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...
|
|
|
|
02-02-2006, 03:54 AM
|
#28
|
|
LQ Newbie
Registered: Jan 2006
Location: todi (italy)
Posts: 18
Original Poster
Rep:
|
that's right, I'll burn the official ISO
thanks for your attention
|
|
|
|
02-06-2006, 04:14 PM
|
#29
|
|
LQ Newbie
Registered: Jan 2006
Location: todi (italy)
Posts: 18
Original Poster
Rep:
|
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...
|
|
|
|
02-07-2006, 04:37 PM
|
#30
|
|
LQ Newbie
Registered: Feb 2006
Location: Bulgaria, the small and peaceful town of Razlog
Distribution: slackware-11.0
Posts: 9
Rep:
|
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 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:17 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|