Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
multiple 3com 3c950b PCI nics
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
rumrunner
n00b
n00b


Joined: 19 Mar 2005
Posts: 4

PostPosted: Sat Mar 19, 2005 1:14 am    Post subject: multiple 3com 3c950b PCI nics Reply with quote

my network was working with my old 3com 3c509 isa. then one day i turned off my computer and it didn't work anymore. i think the board might be fried (it's 10 years old or so).

now on to my problem. i put in 4 3com 3c950 nics, and now my internet no longer works.

what i've done so far:
i recompiled the kernel 2.6 with 3c95x build as a module. i added the the net startup scripts as described in the gentoo handbook.

when i do: ifconfig eth0, it shows up but isn't connected. the same thing happens for each of the eth1, eth2, and eth3.

so then i try: dhcpd -HD eth0. the connection light on my router blinks like it's doing something. but after it's done running, there is no connection. i try for the other eth1, eth2, eth3. but, they don't make the lights on the router blink (they aren't plugged into it--at least i think eth0 is the topmost slot)

i had the 3c509 previously, and i had to deal with all of the isa pnp disabling jazz. is there something like that for the 3c950, i suspect not because i couldn't find anything?

i'm really at a loss. i've searched for 4 days on the internet and the gentoo message boards for something related with no luck. any suggestion would be much appreciated. i'm sure it's something simple.


mike
Back to top
View user's profile Send private message
Jerri
Guru
Guru


Joined: 03 Apr 2003
Posts: 353

PostPosted: Sat Mar 19, 2005 3:00 am    Post subject: Reply with quote

you might have to tweak /etc/modules.conf a little to get all four cards working with the same driver, like such:

Code:

alias eth0 ne
alias eth1 ne
options ne io=0x240,0x300


check out tldp for more info
Back to top
View user's profile Send private message
rumrunner
n00b
n00b


Joined: 19 Mar 2005
Posts: 4

PostPosted: Sat Mar 19, 2005 3:17 pm    Post subject: multiple 3com 3c905b PCI nics Reply with quote

thanks for pointing me to that tutorial. but, i think the problem may be more subtle than that.

i added:
Code:

alias eth0 3c59x
alias eth1 3c59x
alias eth2 3c59x
alias eth3 3c59x
options 3c59x io=0x1000,0x1080,0x1400,0x1480


in /etc/modules.d/aliases

i still have the same problem when i try to dhcpcd eth0 or eth1, eth2, eth3

i got the io addresses from ifconfig eth0. i'm not sure if that's what i was supposed to use. but, the modules still load fine. just don't get connections to dhcp.
Back to top
View user's profile Send private message
Jerri
Guru
Guru


Joined: 03 Apr 2003
Posts: 353

PostPosted: Sat Mar 19, 2005 3:51 pm    Post subject: Reply with quote

I ran into a problem similar to that when trying to build a dedicated firewall. Network modules loaded properly, but still could not assign ip to any of the network cards. Turned out it was the switch. I'm not exactly sure what the problem was, it might have been some foul up with the address tables or something. anyways, just a quick reset, and it worked. Now this is a long shot, but have you tried swapping cables? are you sure your plugged into to eth0 when broadcasting for an ip? have you tried using just one network card? are you sure the cards work (maybe try it in another box.. a windows box if its lying around)?

I'm running out of ideas here. :(
Back to top
View user's profile Send private message
rumrunner
n00b
n00b


Joined: 19 Mar 2005
Posts: 4

PostPosted: Sat Mar 19, 2005 7:43 pm    Post subject: multiple 3com 3c950b PCI nics with AGP card [solved] Reply with quote

i guess this goes under the 'you learn something new everyday' file.

apparently you can't have a pci card in the first slot (next to the agp card) and have an agp card. not only that. but when you do put a pci card there, it blocks the entire pci bus (or at least all of the cards with the same driver, which was all i had).

everything works famously now. thanks for you help.
Back to top
View user's profile Send private message
Jerri
Guru
Guru


Joined: 03 Apr 2003
Posts: 353

PostPosted: Sat Mar 19, 2005 10:07 pm    Post subject: Reply with quote

i'm curious about what your using that box for.. 4 nics eh? right on.

glad to hear things worked out
Back to top
View user's profile Send private message
rumrunner
n00b
n00b


Joined: 19 Mar 2005
Posts: 4

PostPosted: Mon Mar 21, 2005 12:21 am    Post subject: Reply with quote

i'm actually using it as a router to handle my subnetwork and my wireless network. it's mostly just experimental though. to test things like nfs and apache.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum