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-01-2003, 03:13 PM   #16
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72

It means they don't understand English too well... they're just repeating the instructions of the readme.txt more or less. Their so-called "Makefile" is little more then a bash script that is guess what module might work on the system... it would have been better if they had just packaged this with RPMs. You might need to wave a very large flag that has "source code" written accross it, or ask for what I guess is the source file: rt2400.c

Honestly, badgering the info out of them may be a lot harder then installing a redhat kernel. Look into "rpm2cpio" which will just dump the contents of an RPM into... wherever you tell it, and then just grab the rpms from RH for their stock 2.4.20 from RH9, and the kernel modules, and then unpack'em and copy the module tree over to /usr/lib/ and bopy their kernel to /boot and edit grub to aim at their kernel. The machine won't care in the long run.

Cheers,

Finegan
 
Old 07-01-2003, 07:02 PM   #17
nuxie1
Member
 
Registered: Oct 2002
Location: Melbourne, Australia
Distribution: Mandrake 9.1, Clarkconnect 1.3
Posts: 39

Original Poster
Rep: Reputation: 15
Well, thats what Ive been trying to do without much luck. Tried the 8.0 kernel and 9.0 kernel, but failed with a heap of dependencies. Tried the 7.3 one, the machine ran it, but pff the stupid module still wouldnt load, because it was built on '2.4.18-3custom' instead of '2.4.18-3'. I tried doing insmod -f but it spat out about 15 unresolved symbols.

I emailed them a few times for source code, but they said: "We don’t supply source codes unfortunately. However the Linux driver should work."

Now apparently theyre talking to their engineers, I dont know what about! Oh well, this one goes into the 'to-be-continued' basket.

Thanks for your help finegan, Im glad the Linux community is more helpful than companies customer support (isnt it always the case).
 
Old 07-15-2003, 07:31 PM   #18
IcedVovo
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Rep: Reputation: 0
Quote:
insmod -f rt2400.o
Warning: kernel-module version mismatch
rt2400.o was compiled for kernel version 2.4.18-3custom
while this kernel is version 2.4.20-18.7
rt2400.o: unresolved symbol pci_release_regions_Ree185a37
rt2400.o: unresolved symbol alloc_skb_Rea4a1fcf
rt2400.o: unresolved symbol eth_type_trans_R1af63081
rt2400.o: unresolved symbol dev_base_R06b094eb
rt2400.o: unresolved symbol pci_unregister_driver_R6387cfd3
rt2400.o: unresolved symbol __netdev_watchdog_up_Rdba22fb8
rt2400.o: unresolved symbol softnet_data_Rb74b2783
rt2400.o: unresolved symbol skb_over_panic_Ra17c230b
rt2400.o: unresolved symbol unregister_netdev_R56cbba84
rt2400.o: unresolved symbol filp_open_Ra284e424
rt2400.o: unresolved symbol alloc_etherdev_R0edba8cf
rt2400.o: unresolved symbol pci_free_consistent_R4a863b05
rt2400.o: unresolved symbol pci_alloc_consistent_Rd2217097
rt2400.o: unresolved symbol register_netdev_Re32f6bc3
rt2400.o: unresolved symbol netif_rx_R35fec680
rt2400.o: unresolved symbol pci_request_regions_Reddf5b5b
rt2400.o: unresolved symbol filp_close_Re2b85e82
rt2400.o: unresolved symbol pci_register_driver_R9e6cd8b6
rt2400.o: unresolved symbol pci_enable_device_Rbd4d327a
rt2400.o: unresolved symbol pci_set_master_R1fb64c17
rt2400.o: unresolved symbol do_BUG_R577f4bff


I had this too when I tried with Rh73 on my test PC (P233 MMX). It worked on my Winbloze2000 dual boot PC (PIII 800) and so I decided I'd give it a go on the other boot partition - RH8. It worked first time (followed the doco). Both installs did not have their kernels updated (or anything else for that matter). My only complaint now is that under RH8, the RaConfig utility only supports 40 and 104bit WEP, and under winbloze it supports 64 and 128bit WEP... *grrrr*

Regarding the above error, could it be that because this card is PCI2.2, it may have an issue with older chipsets (or could it be the compiled rt2400.o has the problem) ?
 
Old 07-15-2003, 07:56 PM   #19
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
40bit and 64bit WEP are the same thing. One refers to whether the key is in hex and the other ascii, or something along that lines, regardless, 40 is analogous to 64 an 104 to 128.

nuxie1,

ever get those jokers to give up the source?

Cheers,

Finegan
 
Old 07-16-2003, 04:24 AM   #20
nuxie1
Member
 
Registered: Oct 2002
Location: Melbourne, Australia
Distribution: Mandrake 9.1, Clarkconnect 1.3
Posts: 39

Original Poster
Rep: Reputation: 15
No source, theyre looking into it 'as priority'
 
Old 07-17-2003, 07:35 PM   #21
IcedVovo
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Rep: Reputation: 0
Quote:
40bit and 64bit WEP are the same thing. One refers to whether the key is in hex and the other ascii, or something along that lines, regardless, 40 is analogous to 64 an 104 to 128.
Worked like a charm!!! Thx finegan

FYI - I installed RH7.3, RH9, then RH8 ( the minitar is now working on my pIII 800 under RH8 ) on my p233MMX (my proposed wireless router), and still get the unresolved externals. I hope they release the source - I guess it would be very difficult to support their product given the permutations in OS and hardware combinations out there.

Well - at least we know it works on a PIII with RH 8 (I am guessing that any ver of RH from RH7.1 to RH 9.0 would also be OK)
 
Old 07-17-2003, 11:49 PM   #22
BurnFEST
LQ Newbie
 
Registered: Jul 2003
Distribution: ClarkConnect Home 1.3 (RedHat 7.3)
Posts: 8

Rep: Reputation: 0
Quote:
Originally posted by IcedVovo
FYI - I installed RH7.3, RH9, then RH8 ( the minitar is now working on my pIII 800 under RH8 ) on my p233MMX (my proposed wireless router), and still get the unresolved externals.
So are you saying you got the minitar working under RH8 on the p233mmx, even tho you are getting unresolved externals?

I'm running Redhat 9.0 on a AMD K62/500 and i get unresolved externals, and the module still doesnt appear in lsmod. I'll grab a copy of redhat 8.0 and try it i suppose :-/
 
Old 07-18-2003, 12:20 AM   #23
nuxie1
Member
 
Registered: Oct 2002
Location: Melbourne, Australia
Distribution: Mandrake 9.1, Clarkconnect 1.3
Posts: 39

Original Poster
Rep: Reputation: 15
Email support@minitar.com and ask for answers.

The more people that email for better drivers/source etc.. the more likely they are to respond.

btw, BurnFEST, OCAU?
 
Old 07-18-2003, 08:23 AM   #24
BurnFEST
LQ Newbie
 
Registered: Jul 2003
Distribution: ClarkConnect Home 1.3 (RedHat 7.3)
Posts: 8

Rep: Reputation: 0
Yup, I'm BurnFEST on OCAU.
 
Old 07-20-2003, 03:25 AM   #25
IcedVovo
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Rep: Reputation: 0
BurnFEST - sorry for the delayed response - been mucking around with this wireless card for the last few days so I was AFK from my normal 'net PC.

Quote:
So are you saying you got the minitar working under RH8 on the p233mmx, even tho you are getting unresolved externals?
Sorry - typo:

Quote:
FYI - I installed RH7.3, RH9, then RH8 ( the minitar is now working on my pIII 800 under RH8 ) on my p233MMX (my proposed wireless router), and still get the unresolved externals.
should of been:

FYI - I installed RH7.3, RH9, then RH8 ( the minitar is now working on my pIII 800 under RH8 ) on my p233MMX (my proposed wireless router), and I still get the unresolved externals.

Last edited by IcedVovo; 07-20-2003 at 03:32 AM.
 
Old 07-20-2003, 04:41 AM   #26
BurnFEST
LQ Newbie
 
Registered: Jul 2003
Distribution: ClarkConnect Home 1.3 (RedHat 7.3)
Posts: 8

Rep: Reputation: 0
Ive done the same thing on my K62/500, and in that order (7.3, 9.0, 8.0) and i get unresolved externals and its not working

It does the same thing on my PIII 667, what chipset is your board (which its working with)?
 
Old 07-20-2003, 05:20 AM   #27
nuxie1
Member
 
Registered: Oct 2002
Location: Melbourne, Australia
Distribution: Mandrake 9.1, Clarkconnect 1.3
Posts: 39

Original Poster
Rep: Reputation: 15
Have you guys emailed minitar for support?

I have it working under RH9...

Just trying to route my two networks.
 
Old 07-21-2003, 07:00 AM   #28
IcedVovo
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Rep: Reputation: 0
Quote:
It does the same thing on my PIII 667, what chipset is your board (which its working with)?
PIII 800 is using a BX 440 chipset.

Nuxie - haven't sent a reply to support yet. Will do as soon as I can figure out my p233MMX's chipset (suspect a TX). Btw - what chipset is your MB?
 
Old 07-22-2003, 02:33 AM   #29
IcedVovo
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Rep: Reputation: 0
FYI - The linux source has posted. I guess u can expect further posts if hassles are encountered.

http://www.minitar.com/index.php?maincat=download
 
Old 07-22-2003, 08:35 AM   #30
BurnFEST
LQ Newbie
 
Registered: Jul 2003
Distribution: ClarkConnect Home 1.3 (RedHat 7.3)
Posts: 8

Rep: Reputation: 0
Just one think I'd like to get straight...did you still get the unresolved externals, even when it worked?
 
  


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 10:48 PM.

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