LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-22-2003, 06:02 PM   #31
IcedVovo
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Rep: Reputation: 0

No unresolved externals at all when it worked. For that matter - I have never got a program/module working when I got unresolved externals.

In case u did not know...
Unresolved externals are usually function calls that have not been located (which is the reason why the source is useful incase the people that wrote this software are making references to routines that are different for your hardware or OS). The program is therefore incomplete. If they did work, they would not be very reliable.
 
Old 07-22-2003, 09:20 PM   #32
BurnFEST
LQ Newbie
 
Registered: Jul 2003
Distribution: ClarkConnect Home 1.3 (RedHat 7.3)
Posts: 8

Rep: Reputation: 0
So its probably most likely that its happening because of the PCI 2.2 then.
 
Old 07-22-2003, 10:30 PM   #33
IcedVovo
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Rep: Reputation: 0
Maybe. But I know the card works without PCI 2.2 (which is supposedly backwards compatible). On my same machine, my dual boot Win2K box has no probs with it. BTW - i tried to compile the latest source from minitar and got a seg fault on the module during boot up (as per their instructions, they said to reboot after installing it).

I have sent support an email, and if I sacrifice enuf goannas, dingoes and the odd drop bear, I hope I get a reply.
 
Old 07-23-2003, 09:58 AM   #34
IcedVovo
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Rep: Reputation: 0
Well support has not responded, and I got impatient - so I got busy. For anyone else out there that is in a similar boat to me, here's what u can try (I am kicking myself that I didnt try this earlier)...

1) Unpack the source for rt2400.o. It can be downloaded from
www.minitar.com

2) Edit the makefile

3) Locate the "CFLAGS :=" section and change the value of
-march=
to suit your architecture (my wireless router is a Pentium 233MMX - or i586)

example - this is what the minitar folks supplied:
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)

and I changed it to:
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)

4) Follow their instructions for compiling and with a bit of luck u could be working! (Well it worked for me anyway)

That goanna, dingo and drop bear is happy now I won't have sacrifice them to the gods of support
 
Old 07-23-2003, 08:01 PM   #35
BurnFEST
LQ Newbie
 
Registered: Jul 2003
Distribution: ClarkConnect Home 1.3 (RedHat 7.3)
Posts: 8

Rep: Reputation: 0
Quote:
Originally posted by IcedVovo
example - this is what the minitar folks supplied:
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)

and I changed it to:
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
That would explain everything...thanks for that
 
Old 07-23-2003, 10:18 PM   #36
BurnFEST
LQ Newbie
 
Registered: Jul 2003
Distribution: ClarkConnect Home 1.3 (RedHat 7.3)
Posts: 8

Rep: Reputation: 0
Does anyone know how to get this thing into ad-hoc mode, as I dont have an AP. It was easy with the card under Windows, but i wouldnt even know where to start under linux.
 
Old 07-24-2003, 01:22 AM   #37
IcedVovo
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Rep: Reputation: 0
From www.minitar.com you will find a driver pack called:
Linux Drivers (8/7/03) (4.5MB)

Even tho the included rt2400.o driver failed to work for my system, the driver pack does install a compiled binary that does work called RaConfig. The installation will want to install this in /usr/local/bin. Run this program under X. And u will find that u can set your card to ad-hoc mode. This is what I used to configure my cards which are all using WEP and ad-hoc mode.

Hope this helps.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless setup help kkempter Linux - Wireless Networking 1 11-19-2005 11:29 AM
wireless setup jbclarkman Mandriva 2 01-13-2005 03:03 PM
wireless setup Patbuzz86 Linux - Wireless Networking 5 11-28-2004 09:28 AM
Wireless Setup seventhhat Red Hat 8 11-07-2004 11:29 PM
Wireless setup Arza Linux - Wireless Networking 3 06-20-2002 12:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration