Hello Paul

> Greetings!  I ran out of new and interesting things to do so I'm
> experimenting with a Token Ring interface on my LRP box using the Bering
> beta4 distribution.  I have an IBM Auto 16/4 ISA adapter and have configued
> the card with the LANAID utility.  The ibmtr.o module was downloaded from
> the dachstein-small collection on lrp.steinkuehler.net.
Be carefull there, this is a 2.2 kernel and probably compiled with 
other options and other patches, so if you use the bering kernel, 
than take the 2.4 bering modules too.  For this version they are at 

http://leaf.sourceforge.net/devel/jnilo/bering/beta4/modules/drivers/n
et/tokenring/
 

> When I try to load the token ring net module (ibmtr.o), I get the following
> insmod errors:
> 
> unresolved symbol     request_region
> unresolved symbol bh_active
> unresolved symbol release_region
> unresolved symbol kfree_s
> unresolved symbol csum_partial_copy
> unresolved symbol check_region
> 

 Obviously, I'm missing something here - are there command-line arguments for
> the ibmtr module or am I missing a library?  It's an out of the box Bering
> beta4 with the exception of the ibm module.
unresolved symbol usually means that an modul dependencie is 
not met. 
In this case this probably means that you have to load another 
module that present certain interfaces /routines.
I don't have experience with tokenring but I tip that you have to use 
the tmsisa.o  

insmod tmsisa   parameters ? 
and after theat
insmod ibmtr

if you succeed in setting up the network with tokenring, please 
report back  , if you have another unresolved symbol, feel free to 
post again. 
> 
> The other network cards are NE2000 running ne.o and 8390.o modules and they
> are working fine.
> 
> Any ideas will be appreciated!
> 
> paul
> 
> Paul M. Wright, Jr.
> McKay Technologies
> "making technology play nice..."
> 
Good luck.  

Eric Wolzak

Bering
http://leaf.sf.net/devel/jnilo
http://leaf.sf.net/devel/ericw


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to