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.
|
 |
02-06-2004, 12:13 PM
|
#1
|
Member
Registered: Nov 2003
Location: Decatur, Georgia
Distribution: Oracle Solaris 10, Fedora 14
Posts: 39
Rep:
|
Linux Driver for DEC 21040-family ethernet cards
Does anyone know where I can Find a driver for these cards?
DECchip 21041 [Tulip Pass 3]
thanks
|
|
|
02-06-2004, 02:14 PM
|
#2
|
Member
Registered: Feb 2004
Location: NY
Distribution: Fedora 10, CentOS 5.4, Debian 5 Sparc64
Posts: 356
Rep:
|
My first guess is that it's the tulip driver, and it should already be available to choose. Try modprobe tulip.
|
|
|
02-06-2004, 02:32 PM
|
#3
|
Member
Registered: Nov 2003
Location: Decatur, Georgia
Distribution: Oracle Solaris 10, Fedora 14
Posts: 39
Original Poster
Rep:
|
How
How do I do that, excuse me I am a novice.
|
|
|
02-06-2004, 05:34 PM
|
#4
|
Member
Registered: Feb 2004
Location: NY
Distribution: Fedora 10, CentOS 5.4, Debian 5 Sparc64
Posts: 356
Rep:
|
As root type modprobe tulip
|
|
|
02-07-2004, 01:27 AM
|
#5
|
Member
Registered: Nov 2003
Location: Decatur, Georgia
Distribution: Oracle Solaris 10, Fedora 14
Posts: 39
Original Poster
Rep:
|
installing driver
wow! you guys are great! I look forward to when I am answering questions.
Thanks so much for helping me get on my feet.
Ok here is where I am now...Driver installation and network card configuration. The lights on my switch are orange instead of green. How do I
1,. Test to see if my network card is installed
2. Configure my network settings(subnet,ip,gateway,etc,etc)
3. Install the Tulip Driver for my card if it is not already installed??
Thanks!!!
Confused 
|
|
|
02-07-2004, 09:14 AM
|
#6
|
Member
Registered: Feb 2004
Location: NY
Distribution: Fedora 10, CentOS 5.4, Debian 5 Sparc64
Posts: 356
Rep:
|
In the case of a 3Com 905c
as root:
less /proc/pci
Code:
Ethernet controller: 3Com Corporation 3c905C-TX [Fast Etherlink] (rev 120).
IRQ 11.
Master Capable. Latency=64. Min Gnt=10.Max Lat=10.
I/O at 0xdc80 [0xdcff].
Non-prefetchable 32 bit memory at 0xff6ffc00 [0xff6ffc7f]
lsmod
Code:
Module Size Used by Not tainted
ide-cd 35200 0 (autoclean)
cdrom 35168 0 (autoclean) [ide-cd]
i810_audio 26752 0 (autoclean)
ac97_codec 14816 0 (autoclean) [i810_audio]
soundcore 7364 2 (autoclean) [i810_audio]
r128 100472 1
agpgart 35584 3
autofs 13220 0 (autoclean) (unused)
3c59x 31784 1
appletalk 24972 0 (autoclean)
ipx 21140 0 (autoclean)
usb-uhci 25540 0 (unused)
usbcore 65440 1 [usb-uhci]
ext3 67520 5
jbd 51368 5 [ext3]
In /etc/modules.conf
this line needs to appear:
alias eth0 3c59x <--- that is the module seen in lsmod
More to come...
|
|
|
02-07-2004, 09:50 AM
|
#7
|
Member
Registered: Feb 2004
Location: NY
Distribution: Fedora 10, CentOS 5.4, Debian 5 Sparc64
Posts: 356
Rep:
|
In redhat to configure the network:
cd /etc/sysconfig/networking/devices
Code:
[root@cfms7 devices]# less ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
BROADCAST=192.168.0.255
IPADDR=192.168.0.2
NETMASK=255.255.255.0
NETWORK=192.168.0.0
ONBOOT=yes
GATEWAY=192.168.0.1
TYPE=Ethernet
USERCTL=no
PEERDNS=no
This is the file that the redhat gui network config tool edits.
In Debian, it should be similar. My Deb box is b0rked, so...
|
|
|
03-13-2004, 11:58 PM
|
#8
|
Member
Registered: Nov 2003
Location: Decatur, Georgia
Distribution: Oracle Solaris 10, Fedora 14
Posts: 39
Original Poster
Rep:
|
Thanks Cosmo
I am such a newb, the card was installed already and it worked i went into the GUI network card config in Deb and was able to configure it
Thanks again!
|
|
|
All times are GMT -5. The time now is 02:00 AM.
|
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
|
|