Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]tlug: Corega ethernet cards
- To: tlug@example.com
- Subject: tlug: Corega ethernet cards
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Date: Wed, 11 Feb 1998 09:57:32 +0900 (JST)
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <001b01bd364e$8021f520$18d8ebca@example.com>
- References: <001b01bd364e$8021f520$18d8ebca@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
>>>>> "Jonathan" == Jonathan Byrne <jpmag@example.com> writes: Jonathan> Linux box, install Red Hat 5. Well, Red Hat doesn't Jonathan> have it in the list of supported cards. Can anybody Jonathan> tell me what I should do to make this work? If the card comes with software, check there and see if there's something that looks like a linux driver or a README that tells you where it is. Look in the card documentation and see if it says which famous brand it emulates. Failing that, look for the chipset. Many of the drivers have chip names (eg, "tulip" for the DEC 21x4x series). Try that driver. (Sorry, I don't know what "try" means since I hand edit the config files even when I'm forced to use RedHat, so I doubt my procedures will be appropriate.) You might need to look through the source in /usr/linux/drivers/net (`grep -l "$card\|$chipset" *.[ch]' is a reasonable place to start. Failing that, reboot, cd /lib/modules/<kernel-version>/net. ls *.o > drivers Edit any non-hardware drivers out of that file (stuff like dummy, ppp, slhc, bsd_comp, eql, etc.) for drv in `cat drivers`; do if modprobe ${drv%.o}; then exit 0; done watch the output. if the machine locks up (unlikely on modern machines but I've seen it happen even with PNP), edit all of the failures out of `drivers' and restart. Jonathan> And if you say something like "compile a custom kernel," Jonathan> detailed instructions on doing that would be quite Jonathan> appreciated :-) RedHat probably supplies all known drivers as modules already. You might need to compile a driver. HTH --------------------------------------------------------------- Next Saturday Meeting: 14 February 1998 12:30 Tokyo Station Yaesu Chuo ticket gate. --------------------------------------------------------------- a word from the sponsor: TWICS - Japan's First Public-Access Internet System www.twics.com info@example.com Tel:03-3351-5977 Fax:03-3353-6096
- References:
- tlug: Corega ethernet cards
- From: "Jonathan Byrne" <jpmag@example.com>
Home | Main Index | Thread Index
- Prev by Date: tlug: Corega ethernet cards
- Next by Date: Re: tlug: Corega ethernet cards
- Prev by thread: tlug: Corega ethernet cards
- Next by thread: Re: tlug: Corega ethernet cards
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links