[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-tr] My settings.. maybe this will help with the debug



Mike,
 
    Here is my config information... if you need anything else, just ask and I'll be happy to help out. If you want to send me patches that you want me to try that is ok too... The ifconfig down/up patch seemed to work fine.
 
 
***** network.opts ******
 
case "$ADDRESS" in
*,*,*,*)
    # Transceiver selection, for some cards -- see 'man ifport'
    IF_PORT=""
    # Use BOOTP? [y/n]
    BOOTP="n"
    # Use DHCP? [y/n]
    DHCP="n"
    DHCP="n"
    IPADDR="9.99.245.138"
    NETMASK="255.255.252.0"
    NETWORK="1.2.0.0"
    BROADCAST="9.99.245.255"
    # Gateway address for static routing
    GATEWAY="9.99.244.1"
    # Things to add to /etc/resolv.conf for this interface
    DOMAIN=""
    SEARCH=""
    DNS_1=""
    DNS_2=""
    DNS_3=""
    # NFS mounts, should be listed in /etc/fstab
    MOUNTS=""
    # For IPX interfaces, the frame type and network number
    IPX_FRAME=""
    IPX_NETNUM=""
    # Extra stuff to do after setting up the interface
    start_fn () { return; }
    # Extra stuff to do before shutting down the interface
    stop_fn () { return; }
    ;;
esac
 
 
 
****** config.opts ******
#
# Local PCMCIA Configuration File
#
# System resources available for PCMCIA devices
#
include port 0x100-0x4ff, port 0x1000-0x17ff
include memory 0xc0000-0xfffff
#, memory 0x60000000-0x60ffffff
#
# Extra port range for IBM Token Ring
#
include port 0xa00-0xaff
#
# Resources we should not use, even if they appear to be available
#
# First built-in serial port
exclude irq 4
# Second built-in serial port
#exclude irq 3
# First built-in parallel port
exclude irq 7
#
# Options for loadable modules
#
# To fix sluggish network with IBM ethernet adapter...
#module "pcnet_cs" opts "mem_speed=600"
#
# Options for Xircom Netwave driver...
#module "netwave_cs" opts "domain=0x100 scramble_key=0x0"
 
# test for Token Ring
module "ibmtr_cs" opts "mmiobase=0xDA000 srambase=0xDC000 sramsize=16"
 
********* dmesg report  ********
ibmtr_cs.c 1.10 1996/01/06 05:19:00 (Steve Kipisz)
           2.2.7 1999/05/03 12:00:00 (Mike Phillips)
 
ibmtr_attach()
ibmtr_config(0xc0007da0)
ibmtr.c: v1.3.57   8/ 7/94 Peter De Schrijver and Mark Swanson
         v2.1.125 10/20/98 Paul Norton <pnorton@ieee.org>
         v2.2.0   12/30/98 Joel Sloan <jjs@c-me.com>
tr0: ISA 16/4 Adapter/A (short) | 16/4 ISA-16 Adapter found
tr0: using irq 0, PIOaddr a20, 16K shared RAM.
tr0: Hardware address : 00:04:AC:FA:C5:D4
tr0: Maximum MTU 16Mbps: 4056, 4Mbps: 4568
tr0: port 0xa20, irq 9, mmio 0xda000, sram 0xdc000,
  hwaddr=0004ACFAC5D4
tr0: Initial interrupt : 16 Mbps, shared RAM base 000dc000.
tr0: Adapter initialized and opened.
tr0: ASB error 40 in cmd 81
tr0: ASB not free !!!
tr0: Adapter closed.
tr0: Initial interrupt : 16 Mbps, shared RAM base 000dc000.
tr0: Adapter initialized and opened.
tr0: ASB error 40 in cmd 81
tr0: ASB not free !!!
tr0: Adapter closed.
tr0: PCMCIA card removed.
ibmtr_release(0xc0007da0)
ibmtr_detach(0xc0007da0)
ibmtr_cs: unloading
 
 
Hope that helps,
 
Kevin