Re: [gentoo-user] help with a second nic

2004-02-05 Thread Valmor de Almeida

Here it is what is compiled into the kernel.

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL2=y
CONFIG_ELPLUS=y
CONFIG_EEPRO100=y
CONFIG_E100=y
# CONFIG_3C515 is not set

I do not see any 3C59??? 

Will double check with make menuconfig.

--
Valmor








> Valmor de Almeida <[EMAIL PROTECTED]> writes:
> 
> ,
> | > 02:06.0 PCI bridge: Actiontec Electronics Inc: Unknown device 0100 (rev 1
> 1)
> | > 02:08.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (r
> ev 78)
> `
> do you have the 3c59X stuff compiled in / built as module for your
> kernel ? 
> 
> hth
> anupam
> 
> > Valmor de Almeida
> >
> > --
> > [EMAIL PROTECTED] mailing list
> 
> --
> [EMAIL PROTECTED] mailing list
> 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] help with a second nic

2004-02-05 Thread Anupam Kapoor
Valmor de Almeida <[EMAIL PROTECTED]> writes:

,
| > 02:06.0 PCI bridge: Actiontec Electronics Inc: Unknown device 0100 (rev 11)
| > 02:08.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
`
do you have the 3c59X stuff compiled in / built as module for your
kernel ? 

hth
anupam

> Valmor de Almeida
>
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] help with a second nic

2004-02-03 Thread Andrew Gaffney
Valmor de Almeida wrote:
What is the output of 'dmesg | grep eth'?

It is

bash-2.05b# dmesg | grep eth
eth0: OEM i82557/i82558 10/100 Ethernet, 00:20:E0:6E:EC:7B, IRQ 10.
Okay, you need to compile in support for your '3Com Corporation 3c905C-TX/TX-M' in your 
kernel. Its not being detected by the kernel which means its not supported. Once you get 
support in the kernel, all should be fine.

--
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] help with a second nic

2004-02-03 Thread Valmor de Almeida

> 
> What is the output of 'dmesg | grep eth'?
> 
> -- 

It is

bash-2.05b# dmesg | grep eth
eth0: OEM i82557/i82558 10/100 Ethernet, 00:20:E0:6E:EC:7B, IRQ 10.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] help with a second nic

2004-02-03 Thread Andrew Gaffney
Valmor de Almeida wrote:
When trying to start my second nic I get

bash-2.05b# /etc/init.d/net.eth1 start  
 * Bringing eth1 up...
SIOCSIFADDR: No such device
eth1: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth1: unknown interface: No such device
SIOCSIFNETMASK: No such device
 * Failed to bring eth1 up 

My /etc/conf.d/net is as follows

--
# card on the laptop
iface_eth0="192.168.0.5 broadcast 192.168.0.255 netmask 255.255.255.0"
#
# card on the port replicator
iface_eth1="192.168.0.5 broadcast 192.168.0.255 netmask 255.255.255.0"
#
gateway="eth0/192.168.0.1"
--
I would like to use the nic on the port replicator at work and the nic
on the laptop at home. Both at home and at work the laptop is
on an intranet behind a firewall router. The gateway address is the
same in both intranets.
I created the symbolic link for the init.d script

ln -s /etc/init.d/net.eth0 /etc/init.d/net.eth1

The result from lspci is 

---
bash-2.05b# lspci
00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller 
Hub (rev 04)
00:01.0 PCI bridge: Intel Corp. 82815 815 Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 03)
00:1f.0 ISA bridge: Intel Corp. 82801BAM ISA Bridge (LPC) (rev 03)
00:1f.1 IDE interface: Intel Corp. 82801BAM IDE U100 (rev 03)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 Go] (rev b2)
02:03.0 Multimedia audio controller: ESS Technology ES1983S Maestro-3i PCI Audio 
Accelerator (rev 10)
02:06.0 PCI bridge: Actiontec Electronics Inc: Unknown device 0100 (rev 11)
02:08.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
02:0f.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
02:0f.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
02:0f.2 FireWire (IEEE 1394): Texas Instruments PCI4451 IEEE-1394 Controller
08:04.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)
08:08.0 Communication controller: Lucent Microelectronics WinModem 56k (rev 01)
---
I have built support for both nic into the kernel 2.4.22-r5.

Also another error:

bash-2.05b# ifconfig eth1
eth1: error fetching interface information: Device not found
What is the output of 'dmesg | grep eth'?

--
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548
--
[EMAIL PROTECTED] mailing list