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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
04-10-2006, 07:11 AM
|
#16
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,976
|
Quote:
Originally Posted by JMJ_coder
Hello,
I set up the static IP and gateway. But no connection. I don't understand. There is a physical connection and I configure it to be on the same local LAN, but it will not ping at all.
I don't have a router. It is a DSL Modem, SpeedStream 4100. It is configured with PPPoE on the modem. The connection works fine with Windows XP (at least it did when I used to have Windows) and Fedora. So it does work, but not under Slackware so far.
The first issue that needs to be addressed is just basic connectivity between my NIC, a Netgear FA311/FA312 and the DSL Modem. Until I can ping the modem (IP 192.168.0.1, netmask 255.255.0.0), the issue of trying to reach a DHCP server seems moot.
|
Hi,
Why the netmask 255.255.0.0 ?
By chance have you checked the cat-5 cable?
|
|
|
04-11-2006, 11:01 AM
|
#17
|
Member
Registered: Apr 2006
Distribution: Fedora
Posts: 478
Original Poster
Rep:
|
Hello,
No I don't think the modem is broken, since it is working right now in Fedora.
The netmask of 255.255.0.0 is straight from the modem information page at 192.168.0.1. It has all the IP information. I have tried entering it in statically, but still nothing.
I am using a CAT 5e Crossover cable between the NIC and the Modem. I tried to use a CAT 5 Straight-Through Cable and still nothing.
Interestingly, I observed the modem lights when pinging, and the activity light blinks each time a ping request is sent, but either is isn't sending a return, or the NIC isn't recieving it.
|
|
|
04-11-2006, 03:06 PM
|
#18
|
Member
Registered: Apr 2006
Posts: 143
Rep:
|
Did you move the machine or the modem since you last use Fedora? The reason I asked is that I once encountered a problem where I moved my computer and it stop being able to get DHCP or see the router. The router light and the NIC light shows a physical connection, but the OS complain that there's nothing there and cannot get a DHCP address.
The only change was that I move the computer. I eventually got it to work by plugging the computer into a different outlet. I suspect that it had something to do with the bad ground in the electrical outlet. Try plugging the machine into a different outlet and see if it works better.
Paul
|
|
|
04-11-2006, 04:16 PM
|
#19
|
Member
Registered: Apr 2006
Distribution: Fedora
Posts: 478
Original Poster
Rep:
|
Hello,
No I didn't move the computer at all.
I did find something VERY INTERESTING! On a whim, I installed Slackware 10.1 and everything just worked right out of the box. No config at all. I set the netconfig to DHCP and BAM! I have an internet connection.
OK, so what changed between 10.1 and 10.2 to affect the DHCP setup?
I would like to use 10.2 because of some newer software that comes with it, of which immediately Firefox comes to mind. Is there that big of a difference between the two or could I just use 10.1 and install the software I want? Also what difference between the two kernels (I think 2.4.19? in 10.1 and 2.4.31 in 10.2)?
|
|
|
04-12-2006, 12:12 AM
|
#20
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
You could try an experiment upgrading 10.1 packages from 10.2 and checking when dhcp stops working. I think it might be kernel issue. Maybe you could use your 2.4.31 kernel from 10.2 to boot 10.1 and check if the problem arises. You may need to upgrade some packages from 10.2 to get the boot successful.
|
|
|
04-12-2006, 07:43 AM
|
#21
|
Member
Registered: Apr 2006
Posts: 143
Rep:
|
Could be a driver module they have added in 10.2 that is not in 10.1. In any case, I am now having the same problem with my server since I change it to Slackware 10.2 (it used to run Xandros 3.02 OC). I wish I tested the network connection before I made the change, now I am wondering if it's a hardware issue or a OS driver issue.
Paul
|
|
|
04-12-2006, 10:41 AM
|
#22
|
Member
Registered: Apr 2006
Distribution: Fedora
Posts: 478
Original Poster
Rep:
|
Hello,
I am pretty sure now that it is a kernel issue. I installed 10.2 with the test26.s kernel and BAM! I have the internet. So it doesn't seem to be anything with the 10.2 packages but with the 2.4.31 kernel.
Any ideas on what in the kernel is the issue or if it is a bad module? Would it be fixable if I tried to compile the kernel from source?
|
|
|
04-12-2006, 10:53 AM
|
#23
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
Quote:
Originally Posted by JMJ_coder
Any ideas on what in the kernel is the issue or if it is a bad module? Would it be fixable if I tried to compile the kernel from source?
|
I wouldn't say it's a kernel issue, just your modem isn't compiled. By all means, recompile 2.4 if you want, but why? 2.6.xx is faster, and it already works. Recompile that instead.
|
|
|
04-12-2006, 01:21 PM
|
#24
|
Member
Registered: Apr 2006
Distribution: Fedora
Posts: 478
Original Poster
Rep:
|
Quote:
Originally Posted by cwwilson721
I wouldn't say it's a kernel issue, just your modem isn't compiled.
|
Hello,
What does that mean, modem not compiled? It's an external modem that acts like a router. The only thing that I can think that could need compiled would be the NIC module for the kernel. It is - natsemi.
I think that the module is corrupt in the bare.i kernel. I loaded the bareacpi.i kernel and it works.
|
|
|
04-12-2006, 02:47 PM
|
#25
|
Member
Registered: Jun 2005
Location: Georgia, USA
Distribution: Arch, Gentoo, Ubuntu
Posts: 91
Rep:
|
I also wonder if it is a kernel issue. I have been using Suse, and I upgraded the kernel 2 days ago (per the Suse update checker) and then shutdown for the night. Then yesterday, when I booted up - I could not connect! I also have the problems described by JMJ_coder. I am not assigned an IP using DHCP, and I am told I am "connected" with a static IP - but I cannot view the router's configuration IP (192.168.1.1). I am going to try a reinstall tonight (with Debian instead of OpenSuse) and see what happens. The kernel was a 2.6.?? before 2 days ago. This is all very frustrating!
|
|
|
04-13-2006, 09:09 PM
|
#26
|
Member
Registered: Apr 2006
Distribution: Fedora
Posts: 478
Original Poster
Rep:
|
Hello,
Well, I am posting this from Slackware!!  I ended up just using the bareacpi.i kernel. Either bare.i has a corrupt module(natsemi) or something - or my copy of bare.i is corrupt. Either way, I have a working Slackware distribution. I am very happy to have gotten it working and am pleased with Slackware so far.
I want to thank everyone who contributed to this thread. I certainly learned alot.
|
|
|
04-14-2006, 01:25 AM
|
#27
|
Member
Registered: Apr 2006
Posts: 143
Rep:
|
Well, I did have a network problem. The machine could not acquire a DHCP address. I tried to disconnect and reconnect the cable to force a renegotiate. I ran the DHCP command to try to get it to acquire an address. I rebooted the machine. Nothing worked. ifconfig returned the card's MAC, so the driver must be seeing the card. Why, why, why isn't it working. I got frustrated, turned it off, and came back the next day to work on it.
When I booted the machine, I notice that it acquire a DCHP address and everyting worked just fine. May be I didn't sacrifice enough virgins to the dark gods or something.
Unfortunately, my sound still does not work. I'll work on it some more. Next, try to get digikam working. I had tried to install this on my friend's computer so she can get pictures off her camera, but I kept getting dependency error.
|
|
|
All times are GMT -5. The time now is 12:50 PM.
|
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
|
|