Fred wrote: > Hello > > The motherboard I'm using comes with an embedded Intel Ethernet Pro 100 > interface, and I'd like to add a PCI card (DECchip 21041 Tulip) so I can > hook up an IP phone directly to the AstLinux box using a cross-over cable. > The IP phone should be able to access the Net through the AstLinux box. > > Problem is, even after uncommenting INTIF in rc.conf, rebooting and > checking that rc.conf was saved through UnionFS, ifconfig only sets eth0 > (Intel) and doesn't report two NICs, even though the two interfaces are > detected by "lspci". > > ================= # lspci -v > > 00:02.0 Ethernet controller: Intel Corporation 82557/8/9 Ethernet Pro 100 > (rev 08) > Subsystem: Intel Corporation EtherExpress PRO/100+ Management Adapter > Flags: bus master, medium devsel, latency 64, IRQ 10 > Memory at f3efe000 (32-bit, non-prefetchable) [size=4K] > I/O ports at 6c40 [size=64] > Memory at f3f00000 (32-bit, non-prefetchable) [size=1M] > Expansion ROM at 20000000 [disabled] [size=1M] > Capabilities: [dc] Power Management version 2 > > 00:04.0 Ethernet controller: Digital Equipment Corporation DECchip 21041 > [Tulip Pass 3] (rev 21) > Subsystem: D-Link System Inc DE-530+ > Flags: bus master, medium devsel, latency 32, IRQ 6 > I/O ports at 7c00 [size=128] > Memory at f3efdf80 (32-bit, non-prefetchable) [size=128] > Expansion ROM at 20100000 [disabled] [size=256K] > > ================= # dmesg > > Linux Tulip driver version 1.1.14 (May 11, 2002) > eepro100.c:v1.09j-t 9/29/99 Donald Becker > http://www.scyld.com/network/eepro100.html > eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin > <[EMAIL PROTECTED]> and others > eth0: 0000:00:02.0, 00:06:29:34:60:21, IRQ 10. > Receiver lock-up bug exists -- enabling work-around. > Board assembly 713234-002, Physical connectors present: RJ45 > Primary interface chip i82555 PHY #1. > General self-test: passed. > Serial sub-system self-test: passed. > Internal registers self-test: passed. > ROM checksum self-test: passed (0x04f4518b). > Receiver lock-up workaround activated. > natsemi dp8381x driver, version 2.1, Sept 11, 2006 > originally by Donald Becker <[EMAIL PROTECTED]> > http://www.scyld.com/network/natsemi.html > 2.4.x kernel port by Jeff Garzik, Tjeerd Mulder > forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.59. > 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) > 8139too Fast Ethernet driver 0.9.28 > via-rhine.c:v1.10-LK1.4.2 Sept-11-2006 Written by Donald Becker > pcnet32.c:v1.33-NAPI 27.Jun.2006 [EMAIL PROTECTED] > Intel(R) PRO/1000 Network Driver - version 7.3.15-k2 > Copyright (c) 1999-2006 Intel Corporation. > ns83820.c: National Semiconductor DP83820 10/100/1000 driver. > ================= > > The rest is here : http://pastebin.ca/888515 > > What should I do to set eth1, and allow the IP phone to have full access to > the Net (it will receive calls from the Net through AstLinux)? Do I need to > recompile my own Linux kernel?
What's lsmod look like? You should not have to compile your own kernel, but it would be helpful to know which kernel module is needed for that hardware (I'm assuming the tulip module). Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
