LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 03-12-2002, 04:44 PM   #1
Drynish
LQ Newbie
 
Registered: Mar 2002
Location: Repentigny, QC
Distribution: Slackware 8.0
Posts: 10

Rep: Reputation: 0
Unhappy Network card installation problem


I've checked a great number of discussion about that in that site but I never found what I need to answer my problems. I'll tell you more about what I'm using :

486 sx 25 mhz
8 meg ram
1.2 gig hd
linux slackware 8.0
a ne 2000 card (compatible)

I have many difficulties to configure (or install) the ne card. It's being detected when I do modprobe (I've ajusted the modules.conf). Modules.conf looks like this:

alias eth0 ne
options ne io=0x300 irq=10

(I've configurated my card in dos)

ifconfig eth0 returns the HWaddr adress of the card... so I think it's well configurated.

When I ping my card, using 192.168.0.3 (ip when I put one) with the command :

ifconfig eth0 192.168.0.3

I get a return but when it's from my other winxp computer or when I try to ping my winxp computer... In windows it says request time out and in linux it is a ping but never answered, stay still.

When afterwards I do an ifconfig eth0

I get RX packets : 0 errors: X (number)

thanks
 
Old 03-14-2002, 02:20 AM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Have you configured routing tables?
Use route command. The default should be eth0
route del default
route add default eth0
 
Old 03-14-2002, 07:21 AM   #3
Drynish
LQ Newbie
 
Registered: Mar 2002
Location: Repentigny, QC
Distribution: Slackware 8.0
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Mara
Have you configured routing tables?
Use route command. The default should be eth0
route del default
route add default eth0
I've done this...

When I ping others IP it wrote:
PING 192.168.0.10(192.168.0.10): 56 octets data
wait...

When I wait a while ifconfig of eth0 still show me RX errors : 10

Doesn't change my problem... looks like the card could not catch answers???

Michel
 
Old 03-14-2002, 11:44 AM   #4
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Are all cables correct?
 
Old 03-14-2002, 05:37 PM   #5
Drynish
LQ Newbie
 
Registered: Mar 2002
Location: Repentigny, QC
Distribution: Slackware 8.0
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Mara
Are all cables correct?
I exchanged them and tried, my xp computer is going fine...


Maybe if I reset the bios... Does the bios keep in mind the adress of the isa card?

Michel
 
Old 03-15-2002, 01:24 AM   #6
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
It's isa? So maybe look for the right module and
modprobe io=xxxx irq=zzzz
 
Old 03-16-2002, 08:56 AM   #7
Drynish
LQ Newbie
 
Registered: Mar 2002
Location: Repentigny, QC
Distribution: Slackware 8.0
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Mara
It's isa? So maybe look for the right module and
modprobe io=xxxx irq=zzzz
Did you remember my first message? It's written in the modules.conf:

alias eth0 ne
options ne io=0x300 irq=10

So... and you know, I think it's when it receives somethings that fucked...
 
Old 03-16-2002, 10:56 AM   #8
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Could you try this modprobe manually? What is it writting?
 
Old 03-16-2002, 01:33 PM   #9
Drynish
LQ Newbie
 
Registered: Mar 2002
Location: Repentigny, QC
Distribution: Slackware 8.0
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Mara
Could you try this modprobe manually? What is it writting?
It worked... the card is detected...

what should I do now?
 
Old 03-16-2002, 04:46 PM   #10
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
ifconfig eth0 192.168.0.10
ifconfig lo 127.0.0.1
 
Old 03-16-2002, 11:40 PM   #11
Drynish
LQ Newbie
 
Registered: Mar 2002
Location: Repentigny, QC
Distribution: Slackware 8.0
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Mara
ifconfig eth0 192.168.0.10
ifconfig lo 127.0.0.1
When I ping myself, it's ok... when I ping others in the network... I never received nothing:

exemple:
3 packets transmitted, 0 packets received, 100% packet loss
 
Old 03-17-2002, 06:32 PM   #12
bbenz3
Member
 
Registered: Feb 2002
Location: Orlando
Distribution: Whatever I feel like at the time I install.
Posts: 284

Rep: Reputation: 30
What are the IPs you are pinging? Are they located on the same subnet as your's is? Can they ping you? What type of computer are you pinging?

These questions will help a lot in determining what is going on. If you aren't on the same subnet then it could be a problem. if they are ext IPs and since yours is an int unaddressible from the outside then that could also be a problem. Also if the machine trying to be pinged is a firewalled system then it could auto drop any pings.
 
Old 03-18-2002, 02:39 PM   #13
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Look into the command route. Maybe try
route del default
route add default eth0
(packets to other ips will be sent into the network).
 
Old 03-24-2002, 08:51 PM   #14
Drynish
LQ Newbie
 
Registered: Mar 2002
Location: Repentigny, QC
Distribution: Slackware 8.0
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by bbenz3
What are the IPs you are pinging? Are they located on the same subnet as your's is? Can they ping you? What type of computer are you pinging?

These questions will help a lot in determining what is going on. If you aren't on the same subnet then it could be a problem. if they are ext IPs and since yours is an int unaddressible from the outside then that could also be a problem. Also if the machine trying to be pinged is a firewalled system then it could auto drop any pings.
My xp computer 192.168.0.10, my linux computer 192.168.0.3 so yes they are in the same Subnet. They cannot ping themselves, the only one that is working is the xp one, my linux computer, like I said, cannot receive answer. Don't know why... My xp computer is a pentium 2 400 mhz, windows xp pro...

Michel
 
Old 03-24-2002, 09:28 PM   #15
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
have you added your default gateway ??

route add default gw x.x.x.x

and you can also add your DNS entries too if your on the internet in resolv.conf.

-trickykid

Last edited by trickykid; 03-24-2002 at 09:40 PM.
 
  


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
Mdk 10.1 network card installation problem Tian-SAIT Mandriva 5 10-27-2004 02:49 PM
network card installation tevtango Linux - Hardware 5 02-14-2003 06:07 PM
network installation of RH7.3 on laptop with pcmcia network card. Smerk Linux - Distributions 1 10-31-2002 11:56 PM
Problem with Network Card Installation nick Linux - Networking 6 07-13-2002 12:19 AM
installation of network card - how??? schlitzer Linux - Networking 4 11-10-2001 01:49 PM

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

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