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



Reply via email to