LinuxQuestions.org
Review your favorite Linux distribution.
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 09-29-2004, 02:34 PM   #31
Tekel
LQ Newbie
 
Registered: Sep 2004
Location: UK
Distribution: Slackware / Debian / RedHat
Posts: 12

Rep: Reputation: 0

All depends on the machine to be honest.

Unplug the linux box from the power, take the casing off via removal of the screws in the rear... locate the slot that your network card is in, take out the retaining screw..and move it up or down a slot or two... it will only fit into the white PCI slots. Fitting is the opposite of removal.... funnly enough!

Try that first... if that doesnt work, when the linux machine first powers on just after the beep, i would suggest holding the delete key (may be different on yours) to access the Bios, from there navigate the menu's looking for the section entitled 'PnP OS Support' and set it to no, obvously saving changes before exiting....

Failing that, your network card could just be faulty... its cheap enough to buy a replacement.... i my self would test the network card in my Windows box before ruling it out as totally U/S.

Good Luck!

-Tek

Last edited by Tekel; 09-29-2004 at 02:35 PM.
 
Old 09-29-2004, 02:48 PM   #32
alex_zcb
Member
 
Registered: Sep 2004
Posts: 31

Original Poster
Rep: Reputation: 15
network card built in to mother board....tried the bios thing...didnt seem to work.....eth0 still failed on boot up
 
Old 09-29-2004, 02:50 PM   #33
apokryphos
Member
 
Registered: Jun 2004
Distribution: openSUSE Factory
Posts: 96

Rep: Reputation: 15
You can still always disable an onboard network card, of course, by putting a new one in and then disabling it in the bios.
 
Old 09-29-2004, 02:51 PM   #34
alex_zcb
Member
 
Registered: Sep 2004
Posts: 31

Original Poster
Rep: Reputation: 15
...... so there isnt any solution to it... all i want is when i boot up the linux that it doesnt say "failed" under the eth0 part....do u know how to fix that...i dont have another network card u see
 
Old 09-29-2004, 02:59 PM   #35
apokryphos
Member
 
Registered: Jun 2004
Distribution: openSUSE Factory
Posts: 96

Rep: Reputation: 15
I know you don't . I had a spare one up until recently, though, you can go to that computer market I told you about, they only cost around £8. Considering all the things you've already tried, I'd say that could possibly be the problem. On-board network cards always tend to be pretty cheap, quality-wise.
 
Old 09-29-2004, 03:05 PM   #36
Tekel
LQ Newbie
 
Registered: Sep 2004
Location: UK
Distribution: Slackware / Debian / RedHat
Posts: 12

Rep: Reputation: 0
yeah looks like your running out of options im afraid.

Does the command 'lspci' show anything related to ethernet's and if so what make? for exampleon my box it states...

00:11.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 74)
00:13.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 74)

- btw you can pick up the same 3com 100Mbit cards for like £2.00 each on itdealers.co.uk ..and if having a new one doesnt work, u havent lost alot of money whilst trying to fault find!
 
Old 09-29-2004, 03:26 PM   #37
alex_zcb
Member
 
Registered: Sep 2004
Posts: 31

Original Poster
Rep: Reputation: 15
i know the network card works cus i used to use it on the same box except i had windows os on it....i installed linux and thats when my problems began

when i type in the command the stuff about ethernet comes up as follows:

00:01.1 Ethernet controller: Silicon Intergrated Systems [SiS] SiS900 10/100 Ethernet (rev82)
 
Old 09-29-2004, 03:38 PM   #38
Tekel
LQ Newbie
 
Registered: Sep 2004
Location: UK
Distribution: Slackware / Debian / RedHat
Posts: 12

Rep: Reputation: 0
Quote:
Originally posted by alex_zcb 00:01.1 Ethernet controller: Silicon Intergrated Systems [SiS] SiS900 10/100 Ethernet (rev82) [/B]
OK - now try typing 'lsmod' - does it list anything called sis900 ? also is there a 1 or a 0 allocated? example on mines it shows...

Module Size Used by Not tainted
3c59x 25456 2

if theres nothing like sisxxx or sis900 - try 'modprobe sis900' or 'insmod sis900' - if you dont get any errors, try checking to see if it now sees the interface... 'ifconfig eth0'

Last edited by Tekel; 09-29-2004 at 03:39 PM.
 
Old 09-29-2004, 03:44 PM   #39
alex_zcb
Member
 
Registered: Sep 2004
Posts: 31

Original Poster
Rep: Reputation: 15
i got "sis900 19268 0"
i then typed 'modprobe sis900' and nothing happened....so then i typed 'insmod sis900' and it said " no such file or directory"...it detects eth0
 
Old 09-29-2004, 03:52 PM   #40
Tekel
LQ Newbie
 
Registered: Sep 2004
Location: UK
Distribution: Slackware / Debian / RedHat
Posts: 12

Rep: Reputation: 0
ok

now try the following....

ifconfig eth0 down
ifconfig eth0 192.168.100.5
route add default gw 192.168.100.1

then try and ping 192.168.100.1 (I'm assuming your Winows PC is on and you have used the internet connection sharing wizard on it) - also ensure the network cable is attached before doing anything with the ethernet.
 
Old 09-29-2004, 03:55 PM   #41
Tekel
LQ Newbie
 
Registered: Sep 2004
Location: UK
Distribution: Slackware / Debian / RedHat
Posts: 12

Rep: Reputation: 0
..and on that note its near 10PM and I hear a spliff calling my name :P if im still about tonight i'll try help you, failing that it will be tomorrow dude.
 
Old 09-29-2004, 03:58 PM   #42
alex_zcb
Member
 
Registered: Sep 2004
Posts: 31

Original Poster
Rep: Reputation: 15
HEEELLP MEE
 
Old 09-29-2004, 04:00 PM   #43
apokryphos
Member
 
Registered: Jun 2004
Distribution: openSUSE Factory
Posts: 96

Rep: Reputation: 15
A splif? You'll miss nip/tuck. I'm outta here.
 
Old 09-29-2004, 04:39 PM   #44
mermxx
Member
 
Registered: Apr 2004
Location: Wales
Distribution: rh9, winxp
Posts: 411

Rep: Reputation: 30
have u read back fully over all the posts....lets start at the beginning
u have win xp and linux machines.........
ur network cards in each machine is recognised
in bios ur network card in linux is recognised
lets try cable...the cable u r using are u sure it is a crossover cable ? or is it a cable that u would plug into a hub?
In winxp u have ran the internet connection sharing wizard? this will give u an ip address for that machine as 192.168.0.1 and a subnet mask of 255.255.255.0

So in linux we will follow the same numbers and where we have 192.168.0.1 we will change the 1 to a 2
192.168.0.2 and subnet mask of the same 255.255.255.0

so in /etc/resolve.conf u r going to have ur nameserver (which is the winxp machine 192.168.0.1)
so when u edit this file u r going to add that for example
nameserver 192.168.0.1

when u try to connect to the internet it will go to this address to look for a connection ( it will `resolve` it)

the next thing is u need to decide whether u want to statically give the linux machine this address so that when u try to connect to the internet it will automatically look for winxp or whether u want to `dynamically` assign it which simpluy means ur computer will try to find the address when u want to connect..

I think ur main problem at the moment lies with the type of connection u have to link the 2 computers. You cannot just plug a cable in that is meant for a `hub` and I think this is what u may have.
 
Old 09-29-2004, 05:51 PM   #45
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Just to add to mermxx's post, with a relatively small number of machines, I've found it much less of a headache to use static ip addresses for the lot. About the crossover cable have a look at this.

http://www.makeitsimple.com/how-to/dyi_crossover.htm

good luck.
 
  


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
Trouble networking two Linux computers (via crossover cable) lrt2003 Linux - Networking 3 06-29-2004 09:06 AM
Networking Two Home Computers !? SuseBoy Linux - Networking 4 08-20-2003 10:54 PM
Networking three computers srinuallada Linux - Networking 1 08-01-2002 04:31 PM
networking 2 computers Susan Linux - Networking 1 10-26-2001 03:23 PM
networking two computers dilberim82 Linux - Networking 6 05-21-2001 12:08 PM

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

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