![]() |
![]() |
![]() |
3Com 509 Ethernet network driver (QNX)
Net.ether509 [options] &
You may use this option in conjunction with netsniff to monitor other traffic on the network.
The Net.ether509 network driver communicates directly with a 3Com 509 Etherlink III Ethernet network card. The driver provides the Network Manager (Net) with reliable data transfer over an Ethernet network.
By default, Net.ether509 automatically determines the I/O port base and the IRQ.
Before installing your card, note the following:
To install: | You should: |
---|---|
a 3Com 509 card | read the technote contained in the file Net.ether509 in /etc/readme/technotes. |
multiple network cards in one machine | specify a unique logical network ID (-l option) to every network driver |
multiple 3Com 509 network cards in one machine | specify the -p option to every invocation of Net.ether509 |
One 509 card is installed. Use automatic detection of I/O port and IRQ:
Net.ether509 &
Support two cards - one using IRQ 2 and an I/O port base of 0x220 on logical network 1, the other using IRQ 5 and an I/O port base of 0x300 on logical network 2:
Net.ether509 -p 220 & Net.ether509 -p 300 -l 2 &
Net.ether509 closes its standard input, standard output and standard error immediately after initialization.
Error messages are displayed via the qnx_display_*() functions, not through standard error.
The Net.ether509 driver ignores SIGPWR.
Net.ether509 terminates only upon encountering errors during initialization or upon getting a signal (i.e. being killed).
![]() |
![]() |
![]() |