Quad Fast Ethernet Card on Sparc 10?


 
Thread Tools Search this Thread
Special Forums IP Networking Quad Fast Ethernet Card on Sparc 10?
# 8  
Old 09-26-2002
Thk you i'll try, but for now I put a new Host name for the other eth, and it's work (it stay after reboot)
I have two eth under the same subnet and now I have problem to ping 2 switchs under the same subnet!!!! Smilie
Bye
Enzo


Quote:
Originally posted by RTM
Create a file in /etc with the following type of info:

file name
hostname.hmex where x is the interface number
hostname.qfex
hostname.lex

You have to know which interface type you have - grep them from the dmesg command

contents of file
xxx.xxx.xxx.xxx where xxx is your IP number OR
put the hostname in there but it must be /etc/hosts


Read the man pages for:
ifconfig
netmasks (section 4)
hosts (section 4)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Hardware

Best hardware for a fast local Ethernet?

Dear all, I am setting up a new Ethernet network at home, I am going to have a good 100 Mbps internet connection (optic fiber) with a modem that have a gigabit ethernet card. I would like to to measure the speed of data transmission between several servers that are going to be connected to the... (2 Replies)
Discussion started by: freddie50
2 Replies

2. Solaris

Problem with my Ethernet Card

Hi Gurus of Solaris. I have a problem yesterday when I was installing solaris in a x86 equipement I attached some log that I capture when I try to resolve the problem Any guru that can help please. Any command or procedure that I can run, please advice me Regards Andres (10 Replies)
Discussion started by: andresguillen
10 Replies

3. AIX

Utilization of Ethernet Card

Hi, is it possible to find out network utilization of etherenet card in %? Regards, Manoj (2 Replies)
Discussion started by: manoj.solaris
2 Replies

4. Solaris

quad card configuration

Hi Group, I Have just installed quad card in my V440 machine, I am facing problem I cn just ping its ce0 card only rest of the cards are not ping able, here is details of my machine. ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 ... (2 Replies)
Discussion started by: sameergrover
2 Replies

5. IP Networking

ethernet card

What command do I use to show mw the ethernet card, I have tried ipconfig -a (1 Reply)
Discussion started by: dhlopomo
1 Replies

6. Solaris

Quad Ethernet

I have a Quad Ethernet card in a 220R. 2 ports activated. Each has its own hostname file and both hostnames are in the hosts file. I want both ports to have the same IP address so we can use the 2nd port in case we lose communication on the port. On bootup, the box gives me: SIOCSLIFFLAGS:... (5 Replies)
Discussion started by: hshapiro
5 Replies

7. SCO

Issue with a ethernet card

Installed a replacement 3com pci card on an ibm PC 300 GL, running OpenServer 6.0 , brought up system, and recieved this message: Fsstat:/dev/boot mounted Mounted /stand filesystem System auditing is not enabled. Dlpid:Unable to open network adapter driver (/dev/mdi/r8e0) Dlpid:No such... (0 Replies)
Discussion started by: tazmss1
0 Replies

8. UNIX for Dummies Questions & Answers

Ethernet card problem...

I am an extreme novice trying to learn Linux. I have redhat 9 installed in a computer I built specifically to install and learn linux. I have an asus a7v8x-x motherboard with the realtek 10/100 mbps ethernet card. I also installed a Jaht adapter jn-1110r32c ethernet card. I cannot get the... (2 Replies)
Discussion started by: Tony Empire
2 Replies

9. IP Networking

RedHat and Ethernet card no like each other

I have searched this forum for solution and have drawn a blank... so I come to you for help :) I an a Win XP user that has no problem getting on internet when I am on that OS (currently on it right now ;)). I installed red hat 9 and when I use that OS, I cannot get a connection. I ran the... (10 Replies)
Discussion started by: Minnesota Red
10 Replies

10. Filesystems, Disks and Memory

ethernet card for Solaris

Hi, How can i check the speed of the Ethernet card that my Sun server has and also how can i change it to full Duplex if it is set to half duplex? What is the file that takes care of this? (3 Replies)
Discussion started by: i2admin
3 Replies
Login or Register to Ask a Question
PCNET_CS(4)						     Kernel Interfaces Manual						       PCNET_CS(4)

NAME
pcnet_cs - generic NS8390-based PCMCIA Ethernet Driver SYNOPSIS
insmod pcnet_cs.o [pc_debug=n] [irq_list=i,j,...] [if_port=n] [full_duplex=n] [use_big_buf=n] [use_shmem=n] [mem_speed=n] [delay_output=n] [delay_time=n] [hw_addr=n,n,n,n,n,n] DESCRIPTION
Pcnet_cs is a driver for all NS8390-based PCMCIA ethernet cards. It can use either polled IO or a shared memory window to exchange data with the card. The driver first tests for a shared memory buffer, falling back on polled IO if the memory test fails. When this driver is bound to a card, it allocates the next available ethernet device (eth0..eth#). This device name will be reported in the kernel log file, and passed on to cardmgr(8). PARAMETERS
pc_debug=n Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero value enables debugging. irq_list=i,j,... Specifies the set of interrupts that may be allocated by this driver. if_port=n Selects the transceiver type, for Socket EA and IBM CCAE cards. 1 is 10baseT (twisted pair), and 2 is 10base2 (BNC, or thin net). The default is 1 (10baseT). full_duplex=n For DL10022 based cards where pcnet_cs can't find the MII interface, this option permits manual control of the duplex setting. 1 is full duplex, and 0 is half duplex; the default is 0. use_big_buf=n For Socket EA cards, a flag indicating if the driver should use the large (64K) packet buffer. The default is 1 (true). use_shmem=n Selects shared memory versus polled IO mode for packet transfers. The default is -1, meaning to use the card's CIS information to decide. mem_speed=n Sets the access speed of the shared memory window, in nanoseconds. The default is 0 (i.e., no extra wait states). Values of up to 1000 are legal. delay_output=n Specifies that a delay should be inserted after a polled IO block output. This is turned on by default for Accton and Socket EA cards. delay_time=n Specifies the length of the delay_output delay, in microseconds. The default is 4. hw_addr=n,n,n,n,n,n For cards whose hardware ethernet addresses can't be identified by the current driver, this is a hack for hardwiring a specific address. The argument should consist of exactly six byte-sized numbers, separated by commas, with no spaces. Numbers may be in decimal or hex ('0xNN'). DIAGNOSTICS
pcnet_cs: this is an AX88190 card! Indicates that this card is based on the Asix AX88190 chipset, which requires the axnet_cs driver. eth#: interrupt(s) dropped! Indicates that the driver did not receive an interrupt notification for some reason. The driver will poll the card (with a signifi- cant performance penalty) if the problem persists. The most likely cause is an interrupt conflict and/or host bridge configuration problem. eth#: MII is missing! Indicates that the driver expects this card to have a ``Media Independent Interface'' for link speed and duplex selection, but could not find it. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5). pcmcia-cs 2001/11/04 22:57:46 PCNET_CS(4)