LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-21-2003, 09:40 AM   #1
veiver
LQ Newbie
 
Registered: May 2003
Posts: 4

Rep: Reputation: 0
install PCI ATA133 card problem


Hello all
I'm using the Linux 7.3 and text mode.
I bought a PCI ATA133 card. The chip of this card is HighPoint HPT302 and
the model is Rocket133SB.
But I can't install the driver successfully.
The installation guide and driver for Linux in the follow address.
http://www.highpoint-tech.com/v11_RedHat_r133sb.zip

According to the installation guide, firstly, I used the "Installing HPT302
Driver on an Existing System" method.
But the Linux show me that:
#insmod hpt302.o
hpt302.o: unresolved symbol scsi_register_R4f8b6a93
hpt302.o: unresolved symbol scsi_unregister_R56e69f8a
hpt302.o:
Hint: You are trying to load a module without a GPL compatible license and
it has unresolved symbols. The module may be trying to be a coding or user
error. Contact the module supplier for assistance, only they can help you.

On the other hand, the installation guide mention that:
If you recompile the kernel with SCSI support and still receive the
"unresolved symbols" error, it may be caused that you have not configured
symbol versioning correctly. To correct it, recompile the kernel with symbol
versioning configured. Please refer to the kernel document for more
information.

I had written a e-mail to HighPoint, they replied that:
If you have loaded scsi_mod and sd_mod but still get "unresolved symbol"
errors, it's most likely that you use different kernel config for driver and
kernel. Try to use the config file provided in kernel source to rebuild the
driver.

I want to ask a question.
In my Linux book, this didn't not show "how to rebuild kernel".
I ever tried "make menuconfig". However, I no idea to set the kernel.
Can anyone tell me which option of config. menu help me to solve the
problem?

Thank you
 
Old 05-21-2003, 11:54 AM   #2
youngstorm
Member
 
Registered: May 2003
Location: USA
Distribution: Fedora 21, RHEL 5,6&7, Windoze 7
Posts: 235

Rep: Reputation: 31
Hello,
Make sure you have kernel version 2.4.18-3. you can find your's by typing 'uname -r'. I'm thinking you may have done an update using Redhat's updater or rebuilt the kernel yourself. If you are using 2.4.18-3 let me know. We'll see what else we can do.
 
Old 05-21-2003, 06:51 PM   #3
veiver
LQ Newbie
 
Registered: May 2003
Posts: 4

Original Poster
Rep: Reputation: 0
Hello youngstorm
Yes, the kernel is 2.4.18-3 now.
In fact, I had read some articles and my Linux book for rebuild kernel, they just teach use the commands and explain the items in the kernel menu.

However, I no idea which item(s) should be used for me.
Could you give me some idea to rebuild the kernel?

By the way, I forgotten something to tell you.
After I unsuccessfully installed the card, I try to format and reinstall the Linux.
From the installation guide, I saw "Installing RedHat Linux on HPT302 Controller", and I think this method more easy......But, I still can't successfully install the card.

And I discovery that, in the Linux installing process, I'm sure the card working normally. Because I can fix and format the harddisk which connected to the card. However, completed and reboot the computer, occur the problem again.

Thank you
 
Old 05-22-2003, 05:20 PM   #4
youngstorm
Member
 
Registered: May 2003
Location: USA
Distribution: Fedora 21, RHEL 5,6&7, Windoze 7
Posts: 235

Rep: Reputation: 31
Just to make sure you understand how to rebuild a kernel. Follow these steps.
1. cd /usr/src/linux
2. make mrproper
3. make menuconfig
4. make dep ; make clean ; make bzImage
5. make modules
6. make modules_install

your new kernel will be in /usr/src/linux/arch/i386/boot

if you have trouble installing it tell which boot loader you use and I'll give help for that.

while going through menuconfig check anything you may need that I dont know about.

now, in menuconfig at the main menu go to:
-Loadable module support --->
in here you should see 3 items, check them all.

-ATA/IDE/MFM/RLL support --->
in here check "ATA/IDE/MFM/RLL support"
then go into
IDE, ATA and ATAPI Block devices --->
in here check "SCSI emulation support"
and anything else you may need.

-SCSI support --->
in here check "SCSI generic support"


let me know how it goes.
good luck

Last edited by youngstorm; 05-22-2003 at 05:22 PM.
 
Old 05-23-2003, 11:37 PM   #5
veiver
LQ Newbie
 
Registered: May 2003
Posts: 4

Original Poster
Rep: Reputation: 0
I want to ask a question
How to rebuild the kernel for support symbol versioning configured?
I read the installation guide and found that at p.5.
But I no idea how to do that.....
 
Old 05-27-2003, 09:50 AM   #6
youngstorm
Member
 
Registered: May 2003
Location: USA
Distribution: Fedora 21, RHEL 5,6&7, Windoze 7
Posts: 235

Rep: Reputation: 31
Good morning,
In my instructions under "make menuconfig"
under the "-Loadable module support --->"
I said you should check all 3 items. 1 of them is "symbol versioning"

that should work for you
if not let me know
 
Old 05-30-2003, 09:58 PM   #7
veiver
LQ Newbie
 
Registered: May 2003
Posts: 4

Original Poster
Rep: Reputation: 0
Hello youngstorm

I'm very sorry, reply so late.

I changed to RH9.0 now, because 9.0 support the card......
I'm very disappointed the technical support of the proxy company.
The man dated me to demo the installation procedure....
Of course, he was using RH9.0 to demo and the step be step very quick. And he challenged my RH7.3 (my RH7.3 is attached by my RH7.3 book)
I was very happy, because he told me that when I use the official RH7.3, the problem will be solved.

The result is.......the problem still occur in the official RH7.3
After I installed the RH9.0, I understood why the man install the card so easy.........

Finally, I still no idea how to recompile the kernel.......

Thank you for your help~~
 
  


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
Installing Maxtor SATA/ATA133 card?? AnasSplenium Linux - Hardware 1 01-26-2004 04:19 PM
anyone got an InnoVision EIO AP-1680 ATA133 RAID PCI controller card? Jestrik Linux - Hardware 0 12-26-2003 09:50 PM
Is it hard to install wireless pci card? lonny Linux - Hardware 8 12-03-2003 03:13 PM
EIO APA-1680 ATA133 RAID Card topche Linux - Hardware 0 10-15-2003 01:21 AM
Looking for driver - Z-Cyber ATA133 RAID card satimis Linux - Hardware 0 09-02-2003 11:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:24 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