Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| 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. |
|
 |
12-20-2002, 09:27 PM
|
#1
|
|
LQ Newbie
Registered: Aug 2002
Posts: 5
Rep:
|
Pulling out hair again...
I am looking to get an alternative os to windows. I have heard about linux. I like the concept. But every single time without exception linux has me pulling my hair out saying "I never had this problem with windows!!!"
ELX looks really good. I installed the 597MB version from the webpage alongside my Win98SE and I was impressed. I have tried Mandrake, Redhat, Lycoris, Debian... now ELX. Everything recognized right off the bat... sound... monitor... hardware... everything.. or so I thought. Good! So let's try Mozilla. The package wasn't found. That's cool, there are other browsers here.
But soon I recognized it didn't detect my sis900 onboard ethernet card. Major problem. I must have internet on my OS. So I read around other forums and it looked like some linuxes don't like onboard SIS cards. Odd, I thought, but no sweat. I'll just throw in my Linksys 10/100 network everywhere PCI card and everything will be just peachy right?
WRONG.
It still doesn't detect my network cards (either of them) and I noticed in the bootup sequence it says "checking for eth-0" long pause..... FAILED. Cannot determine IP address. Does this have anything to do with my router?
So I got the 2 cd version elx linux from a friend. I figured since for whatever reason the package couldn't find mozilla, perhaps I had a corrupt install. o.k., 2 cd elx linux, I'll install this, I'll have Mozilla, it'll detect my network card, we'll be in business and windows is history for me. Right on.
Nope. The minute xserver started up from bootup my monitor got possessed. Totally unreadable, static up and down the screen, no v-hold, nothing. Whatever resolution and refresh rate it was detecting (obviously different than the other version because the other version worked) was horribly horribly wrong. I can't read it, so I can't install.
So once again linux has me pulling out my hair. Why can't I get a distribution to work like I need it to? Redhat and Mandrake are great but they don't recognize my sound. Debian doesn't like my hardware at all, lycoris for whatever reason doesn't install at all. ELX is soooo close to being the ultimate linux system ever. But the internet must work. Does anybody have any ideas, or should I delete the linux partition for more windows space?
Sorry for venting, but linux had always promised me so much, but never came through. I am hoping this is the last stop in searching for an alternative OS. But so far linux annoys me.
|
|
|
|
12-20-2002, 11:43 PM
|
#2
|
|
Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,154
Rep:
|
I am sure that that hardware will work, when you had it booting and looking for the ip address for eth0 it just needed to be configured.
So where are you at now? Are you going to install one of the distros and get it working or what?
In the first case the fix would probably be this
Code:
modprobe sis900
dhcpcd
with the linksys it will be this
Code:
modprobe pci-scan
modprobe tulip
dhcpcd
if you don't have dhcp on the network do this instead of dhcpcd
(ip numbers my need to be different for your network)
Code:
ifconfig eth0 192.168.0.101
route add default gw 192.168.0.1
then add the name servers to /etc/resolv.conf
Last edited by DavidPhillips; 12-20-2002 at 11:47 PM.
|
|
|
|
12-21-2002, 12:03 PM
|
#3
|
|
LQ Newbie
Registered: Aug 2002
Posts: 5
Original Poster
Rep:
|
Where am I supposed to be altering this exactly?
I went to the control panel and then to network configuration. Here's where things get dicey and I don't understand exactly. I use DHCP on the network so really all that I should need for net access is to "enable DHCP" and then it should work. Workgroup and netbios name should only be for network shares which I don't use. This doesn't produce any results.
So I went back to Win98 did a winipcfg, copied down all of that information and tried statically assigning an ip address. Some sucess. The adapter obtained an ip address and it went through the startup without failing a test. AWESOME!
But it still doesn't work. I still can't go to any webpages. AARRRGH!!
Thanks for the help, but I still do not get it.
|
|
|
|
12-21-2002, 12:18 PM
|
#4
|
|
Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,154
Rep:
|
oh so you have networking going already
try to use dhcp first
in a command console try this
if that fails just set the ip manually again,
then just put the nameservers in /etc/resolv.conf
xxx.xxx.xxx.xxx = your ip address
yyy.yyy.yyy.yyy = default gateway ip address
Code:
ifconfig eth0 xxx.xxx.xxx.xxx
route add default gw yyy.yyy.yyy.yyy
|
|
|
|
12-21-2002, 01:29 PM
|
#5
|
|
LQ Newbie
Registered: Aug 2002
Posts: 5
Original Poster
Rep:
|
Thanks for the help Dave, I'll try it a little later today (I've been fiddling with the $@# thing for 2 hours straight). Do you think the router is interfering at all?
|
|
|
|
12-21-2002, 01:33 PM
|
#6
|
|
Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,154
Rep:
|
I would think that it's not if a windows box setup for dhcp works without anything special being done to it, then just running dhcpcd should do it.
the reason why you cannot open web pages after setting the ip address would be the lack of a nameserver in the /etc/resolv.conf file
Last edited by DavidPhillips; 12-21-2002 at 01:35 PM.
|
|
|
|
12-21-2002, 05:07 PM
|
#7
|
|
Member
Registered: Nov 2002
Location: us
Distribution: red hat
Posts: 143
Rep:
|
the beauty of linux is that you do the work, and you will learn the OS.
windows is system that even a foul can use and only fouls will use.
|
|
|
|
12-22-2002, 01:06 AM
|
#8
|
|
LQ Newbie
Registered: Aug 2002
Posts: 5
Original Poster
Rep:
|
ELX didn't recognize the command "dhcpcd". That's odd. I have another monitor here that worked with the 2 cd version. I'll give it another crack when I get back from vacation, because I snapped the ELX 1 cd version out of frustration.
I disagree balam. For an OS to be sucessful it MUST NECESSARILY be so easy a fool could use it. It's imperative. Most of the people on this planet have no damn clue how their system works, they just want the easiest fastest way to email, internet and office their way to whatever they have to do. Most importantly IT HAS TO WORK!! It must require 0 configuration on the users end. Do you think the average joe knows what DHCP is? A linux kernel? Editing a file in /etc/bin What again? Where??? How?
I see tremendous power in linux, but until it reaches the usability and point and double clickity click click of windows, Bill Gates owns linux 24-7. If it can't cater to the masses of computer illerate people on this planet, it will remain a tool for technophiles.
|
|
|
|
12-22-2002, 01:21 AM
|
#9
|
|
Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,154
Rep:
|
I think there's a little bit of Linux in all of us.
I wonder what distro Bill is using these days.
|
|
|
|
| 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 03:02 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
|
|