Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with 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.
|
|
08-12-2002, 08:21 AM
|
#1
|
LQ Newbie
Registered: Feb 2002
Distribution: RedHat 7.2
Posts: 27
Rep:
|
3COM 3c509 problems
All,
I have a Dell from 1995 that I just installed RH 7.3 on and everything appears to
be correctly configured, but I have no network connectivity. The really odd bit, I installed
this guy network boot/ ftp install. When he came back up after the install networking
wasn't operational. I tried static IP and the NIC took definition and came UP RUNNING,
but dhcpcd was the original config. Even when it's UP RUNNING, connectivity is not working.
Here's the scoop:
3COM 3c509 integrated on Dell motherboard
irq 5, mem 0220-022f 0250-025f
lsmod displays 3c509 used 1
netstat -r
destination gateway genmask flags iface
172.22.8.0 * 255.255.248.0 U eth0127.0.0.0 * 255.0.0.0 U lo
default 172.22.8.1 0.0.0.0 UG eth0
ifconfig eth0inet addr 172.22.8.40
bcast 172.22.15.255
mask 255.255.248.0
UP BROADCAST RUNNING MULTICAST
TX packets 49
RX packets 0
Interrupt 5 base address 0x220
By all I know about networking, this NIC should be working. I disabled the firewall,
but I have received no packets whatsoever. So, dns and ping don't work as a result.
I'm totally stumped here; is there something I'm missing?
Thanks,
John
|
|
|
08-12-2002, 10:00 AM
|
#2
|
Member
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717
Rep:
|
You may not be getting your DNS server IP's from DHCP, Try putting them in manualy /etc/resolv.conf
ie; namserver XXX.XXX.XXX.XXX
Or try running netconfig and setting it up that way.
|
|
|
08-12-2002, 10:57 AM
|
#3
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
Yeah like Hanzerik pointed out, if its getting an IP address from dhcp? Right? then the card's module is working, your route tree looks right. Name resolution makes sense as the culprit. Does the machine have a gateway out? Try:
/sbin/route
and look for a route line with the UG flag set.
Cheers,
Finegan
|
|
|
08-12-2002, 11:52 AM
|
#4
|
LQ Newbie
Registered: Feb 2002
Distribution: RedHat 7.2
Posts: 27
Original Poster
Rep:
|
Here's 'netstat -r':
netstat -r
destination gateway genmask flags iface
172.22.8.0 * 255.255.248.0 U eth0
127.0.0.0 * 255.0.0.0 U lo
default 172.22.8.1 0.0.0.0 UG eth0
I do have a default route, and the NIC is configured correctly. I do have /etc/resolv.conf
configured with my DNS servers. I think the odd thing here is that this NIC worked
perfectly during the install, and failed horribly afterwards when new devices such as
the other modules were loaded. I've verified no connectivity via dhcpcd and a valid
static IP.
'lsmod'
Module Size used by Not tainted
autofs 11940 0 (autoclean) (unused)
3c509 10624 1
ext3 64448 2
jdb 47608 2 [ext3]
'lsdev' show no IRQ conficts and no i/o port conflicts.
Does that help? I'm really lost here diagnosing a HW oddity like this...
Thanks,
John
|
|
|
08-12-2002, 12:13 PM
|
#5
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
Its most likely an IRQ assignment issue. Even though it may read as clean in /proc/interrupts and lsdev. Try rmmod'ing 3c509 and modprobe it with irq=x just guessing at different IRQ assignments until one works.
Cheers,
Finegan
|
|
|
08-15-2003, 08:33 AM
|
#6
|
LQ Newbie
Registered: Aug 2003
Posts: 1
Rep:
|
thanks
I had the exact same problem. Could not ping to other nodes on my lan (including the router), but could ping self. just using modprobe 3c509 irq=5 did the trick on my system.
Thanks Again!
|
|
|
All times are GMT -5. The time now is 08:12 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
|
|