NE1000/2000 Ethernet network driver (QNX)
Net.ether1000 [-6] [-a] [-D id] [-f forget_time] [-h hang_ticks] [-i irq] [-I index] [-l log_net_id] [-M] [-n tx_num_entries] [-p io_port] [-P] [-r media_rate] [-R] [-s ram_size] [-t tx_retry_ticks] [-v] [-V id] &
You may use this option in conjunction with netsniff to monitor other traffic on the network.
The Net.ether1000 network driver communicates directly with a Novell NE1000 (8-bit) or NE2000 (16-bit) Ethernet network card; it also works with compatible cards. The driver provides the Network Manager (Net) with reliable data transfer over an Ethernet network.
The driver autodetects the following PCI NE2000 clones:
Installing a card at I/O port 360 may result in a conflict with the parallel port! |
If you have installed a boot ROM you must use one of the following Novell configurations; Net.ether1000 will automatically detect any IRQ.
Novell option | ROM address | I/O port | Default boot from: |
---|---|---|---|
0 | C800 | 300 | network |
2 | D000 | 340 | disk |
9 | CC00 | 320 | network |
X | D400 | 360 | network |
Before installing a boot ROM or network card, note the following:
To install: | You should: |
---|---|
a boot ROM | read the documentation that came with the boot ROM |
an NE1000 or NE2000 card | read the technote contained in the file Net.ether1000 in /etc/readme/technotes. |
multiple network cards in one machine | specify a unique logical network ID (-l option) to every network driver |
multiple NE1000 or NE2000 or compatible cards in one machine | specify -p to every invocation of Net.ether1000 even if a boot ROM is installed in one or more of the cards |
Start the driving using Novell option 9 (IRQ 5, I/O port 0x320, ROM at 0xCC00):
Net.ether1000 &
Support two cards -- one using Novell option 4 (IRQ 2, I/O port 0x300) on logical network 1, and the other using Novell option 9 (IRQ 5, I/O port 0x320, ROM at 0xCC00) on logical network 2:
Net.ether1000 -p 300 & Net.ether1000 -p 320 -l 2 &
Start the driver using IRQ 10 and I/O port 0x300:
Net.ether1000 &
Start the driver using IRQ 5 and I/O port 0x320:
Net.ether1000 &
Start the driver using IRQ 2 and I/O port 0x340:
Net.ether1000 &
Net.ether1000 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.ether1000 driver ignores SIGPWR.
Net.ether1000 terminates only upon encountering errors during initialization or upon getting a signal (i.e. being killed).