Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2001 08:39:43 +0200
From:      Karl Dietz <Karl.Dietz@triplan.com>
To:        "'Derek O'Flynn'" <derekoflynn@hotmail.com>, "Andrew.Skalet@Colorado.EDU" <Andrew.Skalet@Colorado.EDU>, "tokenring@freebsd.org" <tokenring@freebsd.org>
Subject:   RE: turbo IBM problems...
Message-ID:  <01C115AE.85472690@chuck>

next in thread | raw e-mail | index | archive | help
G'day,

you need

pseudo-device   token           # Token Ring support

in the kernel config (recompile after adding this) and

if_ttr_load = "YES"

in /boot/loader.conf

Maybe you want

ifconfig_ttr0 = "inet <some ip> netmask <some netmask>"

in /etc/rc.conf too

Regards, Karl

-----Original Message-----
From:	Derek O'Flynn [SMTP:derekoflynn@hotmail.com]
Sent:	Wednesday, July 25, 2001 11:40 PM
To:	Andrew.Skalet@Colorado.EDU; tokenring@freebsd.org
Subject:	Re: turbo IBM problems...

I have an olicom token ring adapter, and had to add the following lines into 
the kernel, you probably will have to do something similiar:

device          oltr            # Olicom Token Ring Adapters
pseudo-device   token           # Token Ring support

You will need to recompile the kernel after adding these lines.

>/kernel:
>link_elf: symbol iso88025_ioctl undefined
>
>in the dmesg. if I try to load it manually, it gives the above message,
>then:
>
>kldload: can't load if_ttr: Exec format error


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-tokenring" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01C115AE.85472690>