RE: [leaf-user] Unresolved Symbols

2003-01-21 Thread Luis.F.Correia
How did you mount the floppy?

Remember the default Bering floppy size is 1680, so you must
mount the floppy as such.

mount /dev/fd0u1680 /mnt


-Original Message-
From: David Pitts [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, January 21, 2003 3:22 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [leaf-user] Unresolved Symbols


I am using Bering_1.0-stable_img_bering_1680.exe from
http://sourceforge.net/project/showfiles.php?group_id=13751 and
smc-ultra.o (20-Oct-2002 09:03 6k) from
http://leaf.sourceforge.net/devel/jnilo/bering/rc4/modules/2.4.18/kernel
/drivers/net/ 

I haven't added anything to it other than the smc-ultra.o module.  

A couple of other things.  I tried to insmod another module (ne.o), just for
comparison, which came with the distro and had a similar problem. And when I
first mounted the Bering floppy to copy smc-ultra.o to /lib/modules from
/mnt, the directory listing was corrupted (ie the result of ls /mnt).  All
sorts of characters all over the place.  So I umounted the floppy and
rebooted the router PC and everthing looked fine.

Thanks for your thoughts.

David Pitts
IT Services Manager
Reid Library 
University of Western Australia
 
Telephone:   (08) 9380 3492 Fax:  (08) 9380 1012


-Original Message-
From: Lynn Avants [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, 21 January 2003 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: [leaf-user] Unresolved Symbols


On Monday 20 January 2003 08:04 pm, David Pitts wrote:
 Hi all.  Thanks for all your great work on this list.

 I have a general question that is more Linux than LEAF but I expect
 you guys will be able to answer it for me.  I tried to add smc-ultra.o

 to a Bering distro I'm putting together but when I ran insmod
 /lib/modules/smc-ultra.o I got a list of unresolved symbol messages.  
 I may have other problems with the NIC I am using so I'm not looking 
 for specific answers at the moment but can someone point me in the 
 direction of some instruction of what causes the unresolved symbol 
 messages?

Well, Google and the leaf-user list archive (searchable) are always your

best friends, but unresolved symbol messages generally indicate 
that the module you are using is not from the actual kernel
you are using. The smc-ultra module doesn't have any dependancies, so 
that's not a problem. We could likely help you more if we know which version
of LEAF you are using (exactly), if you've added a kernel to the image other
than stock, and where you got your module (exactly).

I hope this helps,
-- 
~Lynn Avants
Linux Embedded Appliance Firewall developer http://leaf.sourceforge.net


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Unresolved Symbols

2003-01-21 Thread Scott Merrill
On Monday 20 January 2003 10:22 pm, David Pitts wrote:
 I am using Bering_1.0-stable_img_bering_1680.exe from
 http://sourceforge.net/project/showfiles.php?group_id=13751 and
 smc-ultra.o (20-Oct-2002 09:03 6k) from
 http://leaf.sourceforge.net/devel/jnilo/bering/rc4/modules/2.4.18/kernel
 /drivers/net/

 I haven't added anything to it other than the smc-ultra.o module.

 A couple of other things.  I tried to insmod another module (ne.o), just
 for comparison, which came with the distro and had a similar problem.
 And when I first mounted the Bering floppy to copy smc-ultra.o to
 /lib/modules from /mnt, the directory listing was corrupted (ie the
 result of ls /mnt).  All sorts of characters all over the place.  So I
 umounted the floppy and rebooted the router PC and everthing looked
 fine.

I'm using Bering in a P166 with two SMC Ultra cards using the same smc-ultra.o 
module as referenced above, so I know it works.

The smc-ultra.o module depends on the 8390.o module.  Try loading that first 
in /etc/modules, and then load your smc-ultra.o module(s), setting io= and 
irq= as needed.

A friend has NICs which use the ne.o and wd.o modules, both of which _also_ 
require the 8390.o module to be loaded first.


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Unresolved Symbols

2003-01-21 Thread Lynn Avants
On Tuesday 21 January 2003 07:46 am, Scott Merrill wrote:
 The smc-ultra.o module depends on the 8390.o module.  

Thanks! I forgot that the smc-ultra depends on 8390.
Sorry for mis-leading you David. 

General information: always mount floppies /dev/fd0u1440
or /dev/fd0u1680 respective to the actual format size. 
-- 
~Lynn Avants
Linux Embedded Appliance Firewall developer
http://leaf.sourceforge.net


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Unresolved Symbols

2003-01-20 Thread David Pitts
Hi all.  Thanks for all your great work on this list.  

I have a general question that is more Linux than LEAF but I expect you
guys will be able to answer it for me.  I tried to add smc-ultra.o to a
Bering distro I'm putting together but when I ran insmod
/lib/modules/smc-ultra.o I got a list of unresolved symbol messages.  I
may have other problems with the NIC I am using so I'm not looking for
specific answers at the moment but can someone point me in the direction
of some instruction of what causes the unresolved symbol messages?

Thanks again for your assistance.

David Pitts
IT Services Manager
Reid Library 
University of Western Australia
 
Telephone:   (08) 9380 3492 Fax:  (08) 9380 1012



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Unresolved Symbols

2003-01-20 Thread Ray Olszewski
At 10:04 AM 1/21/03 +0800, David Pitts wrote:

Hi all.  Thanks for all your great work on this list.

I have a general question that is more Linux than LEAF but I expect you
guys will be able to answer it for me.  I tried to add smc-ultra.o to a
Bering distro I'm putting together but when I ran insmod
/lib/modules/smc-ultra.o I got a list of unresolved symbol messages.  I
may have other problems with the NIC I am using so I'm not looking for
specific answers at the moment but can someone point me in the direction
of some instruction of what causes the unresolved symbol messages?


There are two common causes.

1. The module being loaded depends on another module that has not been 
loaded previously (or some kernel feature that has not been compiled 
in).  (Check the appropriate modules.dep file for this, but I don't believe 
smc-ultra has dependencies in 2.4.x kernels.)

2. There is a version mismatch between the module and the kernel it is 
being insmod'ed to. (Check where you got the module from to see if it goes 
with your kernel.)




--
---Never tell me the odds!
Ray Olszewski	-- Han Solo
Palo Alto, California, USA			  [EMAIL PROTECTED]
---



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


RE: [leaf-user] Unresolved Symbols

2003-01-20 Thread David Pitts
Thanks Ray.  I used the module from the Bering website (6k file) so I
believe it's the right one. I don't suppose different versions of the
Bering software need different versions of the driver??

I will check dependencies.

David Pitts
IT Services Manager
Reid Library 
University of Western Australia
 
Telephone:   (08) 9380 3492 Fax:  (08) 9380 1012


-Original Message-
From: Ray Olszewski [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, 21 January 2003 10:36 AM
To: David Pitts; [EMAIL PROTECTED]
Subject: Re: [leaf-user] Unresolved Symbols


At 10:04 AM 1/21/03 +0800, David Pitts wrote:
Hi all.  Thanks for all your great work on this list.

I have a general question that is more Linux than LEAF but I expect you

guys will be able to answer it for me.  I tried to add smc-ultra.o to a

Bering distro I'm putting together but when I ran insmod 
/lib/modules/smc-ultra.o I got a list of unresolved symbol messages.  I

may have other problems with the NIC I am using so I'm not looking for 
specific answers at the moment but can someone point me in the 
direction of some instruction of what causes the unresolved symbol 
messages?

There are two common causes.

1. The module being loaded depends on another module that has not been 
loaded previously (or some kernel feature that has not been compiled 
in).  (Check the appropriate modules.dep file for this, but I don't
believe 
smc-ultra has dependencies in 2.4.x kernels.)

2. There is a version mismatch between the module and the kernel it is 
being insmod'ed to. (Check where you got the module from to see if it
goes 
with your kernel.)




--
---Never tell me the
odds!
Ray Olszewski   -- Han Solo
Palo Alto, California, USA[EMAIL PROTECTED]

---





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Unresolved Symbols

2003-01-20 Thread Lynn Avants
On Monday 20 January 2003 08:04 pm, David Pitts wrote:
 Hi all.  Thanks for all your great work on this list.

 I have a general question that is more Linux than LEAF but I expect you
 guys will be able to answer it for me.  I tried to add smc-ultra.o to a
 Bering distro I'm putting together but when I ran insmod
 /lib/modules/smc-ultra.o I got a list of unresolved symbol messages.  I
 may have other problems with the NIC I am using so I'm not looking for
 specific answers at the moment but can someone point me in the direction
 of some instruction of what causes the unresolved symbol messages?

Well, Google and the leaf-user list archive (searchable) are always your 
best friends, but unresolved symbol messages generally indicate 
that the module you are using is not from the actual kernel
you are using. The smc-ultra module doesn't have any dependancies, so 
that's not a problem. We could likely help you more if we know which version
of LEAF you are using (exactly), if you've added a kernel to the image other
than stock, and where you got your module (exactly).

I hope this helps,
-- 
~Lynn Avants
Linux Embedded Appliance Firewall developer
http://leaf.sourceforge.net


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Unresolved Symbols

2003-01-20 Thread Lynn Avants
On Monday 20 January 2003 08:43 pm, David Pitts wrote:
 Thanks Ray.  I used the module from the Bering website (6k file) so I
 believe it's the right one. I don't suppose different versions of the
 Bering software need different versions of the driver??

Wrong! I'll bet your using a module from the 2.4.20 tree with the stock
2.4.18 kernel. Get your module from the 2.4.18 tree instead!
-- 
~Lynn Avants
Linux Embedded Appliance Firewall developer
http://leaf.sourceforge.net


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] Unresolved Symbols

2003-01-20 Thread David Pitts
I am using Bering_1.0-stable_img_bering_1680.exe from
http://sourceforge.net/project/showfiles.php?group_id=13751 and
smc-ultra.o (20-Oct-2002 09:03 6k) from
http://leaf.sourceforge.net/devel/jnilo/bering/rc4/modules/2.4.18/kernel
/drivers/net/ 

I haven't added anything to it other than the smc-ultra.o module.  

A couple of other things.  I tried to insmod another module (ne.o), just
for comparison, which came with the distro and had a similar problem.
And when I first mounted the Bering floppy to copy smc-ultra.o to
/lib/modules from /mnt, the directory listing was corrupted (ie the
result of ls /mnt).  All sorts of characters all over the place.  So I
umounted the floppy and rebooted the router PC and everthing looked
fine.

Thanks for your thoughts.

David Pitts
IT Services Manager
Reid Library 
University of Western Australia
 
Telephone:   (08) 9380 3492 Fax:  (08) 9380 1012


-Original Message-
From: Lynn Avants [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, 21 January 2003 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: [leaf-user] Unresolved Symbols


On Monday 20 January 2003 08:04 pm, David Pitts wrote:
 Hi all.  Thanks for all your great work on this list.

 I have a general question that is more Linux than LEAF but I expect 
 you guys will be able to answer it for me.  I tried to add smc-ultra.o

 to a Bering distro I'm putting together but when I ran insmod 
 /lib/modules/smc-ultra.o I got a list of unresolved symbol messages.  
 I may have other problems with the NIC I am using so I'm not looking 
 for specific answers at the moment but can someone point me in the 
 direction of some instruction of what causes the unresolved symbol 
 messages?

Well, Google and the leaf-user list archive (searchable) are always your

best friends, but unresolved symbol messages generally indicate 
that the module you are using is not from the actual kernel
you are using. The smc-ultra module doesn't have any dependancies, so 
that's not a problem. We could likely help you more if we know which
version of LEAF you are using (exactly), if you've added a kernel to the
image other than stock, and where you got your module (exactly).

I hope this helps,
-- 
~Lynn Avants
Linux Embedded Appliance Firewall developer http://leaf.sourceforge.net


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Unresolved symbols

2002-10-25 Thread Paul Brooks
Hi all,
I have been looking at getting FDDI support for Bering,
I have successfully compiled a Bering kernel (on a debian machine) that
supports FDDI as a module.
The problem is when I declare the FDDI driver in '/lib/modules' and reboot I
get a lot of unresolved symbols and the driver installation is unsuccessful.

In total there is 24 lines of problems, I am including the first 8 or so as
an example:
SNIP
Insmod: Unresolved Symbol  request_region
Insmod: Unresolved Symbol  bh_active
Insmod: Unresolved Symbol  release_region
Insmod: Unresolved Symbol  card_stop
Insmod: Unresolved Symbol  init_smt
Insmod: Unresolved Symbol  smt_reset_defaults
Insmod: Unresolved Symbol  mac_add_multicast
Insmod: Unresolved Symbol  mac_driver_check_space
SNIP

The FDDI card is a Syskonnect SK5544 DAS and I compiled the driver
(skfddi.o) for it on a RedHat 7.1 machine.
FDDI support is built into the 2.x kernel and I have tried using the FDDI
module (skfp.o) that is loaded when I use the card in a full linux distro
but get the error:

'Skfp not a valid ELF file'

Can anyone help? Or let me know where to look..

Thanks
Paul




---
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Unresolved symbols

2002-10-25 Thread Paul Brooks
Hmmm. Funny how writing out problems sometimes leeds to ideas...
Just remembered that modules have to be compiled against a kernel in order
to work.

Paul



Hi all,
I have been looking at getting FDDI support for Bering,
I have successfully compiled a Bering kernel (on a debian machine) that
supports FDDI as a module.
The problem is when I declare the FDDI driver in '/lib/modules' and reboot I
get a lot of unresolved symbols and the driver installation is unsuccessful.

In total there is 24 lines of problems, I am including the first 8 or so as
an example:
SNIP
Insmod: Unresolved Symbol  request_region
Insmod: Unresolved Symbol  bh_active
Insmod: Unresolved Symbol  release_region
Insmod: Unresolved Symbol  card_stop
Insmod: Unresolved Symbol  init_smt
Insmod: Unresolved Symbol  smt_reset_defaults
Insmod: Unresolved Symbol  mac_add_multicast
Insmod: Unresolved Symbol  mac_driver_check_space
SNIP

The FDDI card is a Syskonnect SK5544 DAS and I compiled the driver
(skfddi.o) for it on a RedHat 7.1 machine.
FDDI support is built into the 2.x kernel and I have tried using the FDDI
module (skfp.o) that is loaded when I use the card in a full linux distro
but get the error:

'Skfp not a valid ELF file'

Can anyone help? Or let me know where to look..

Thanks
Paul




---
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html