LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 05-26-2004, 01:36 PM   #1
perl4ever
LQ Newbie
 
Registered: May 2004
Location: WA
Posts: 10

Rep: Reputation: 0
Exclamation Kernal Options during Mandrake 10.0 install


I am re-posting this question, since maybe no one really saw the last one using the title that I gave it.

My question is in regard to the Mandrake Install script, and a specific prompt that it presents, asking for "options" to send to the kernal when selecting a network card. I need to tell the Mandrake script the io and irq of my network card, after selecting from a list of cards.

Here are the details:

I've created a CD-ROM boot image for installing Mandrake 10.0. I have an NE2000 compatible card that works fine in Win98, at io=0x300 and IRQ=10.

When Mandrake's install program tries to detect network, it says it needs the network_driver image, so, I put that in. I select one of two modules (the ne.ko or the pci version). I thought that I then should enter the following on the "Options: ______" line:

io=0x300 irq=10

However, that does not work on either module. I think that I am not typing in the "option" correctly. Do I need to type the following on that line?

options ne io=0x300 irq=10

or...

ne io=0x300 irq=10

or, what? I cannot find documentation that tells me exactly what to put on the options input line in the Installation process in this Mandrake 10.0

Please point me to a reference that spells out what Mandrake's install program wants at that particular prompt (I expect that this is a kernal options prompt, but, does Mandrake's install program add the "options" and other information, or do I need to add all that? If I need to add that, what else needs to be added?). Or, just tell me...

Any help would be apprecatiated. I need to have this network card active so that I can install from FTP.

Thanks in advance,

Tomas
 
Old 06-07-2004, 10:02 PM   #2
perl4ever
LQ Newbie
 
Registered: May 2004
Location: WA
Posts: 10

Original Poster
Rep: Reputation: 0
Still no answer...

Well, I am surprised that no one has an answer to my simple question. What the heck does a person put on the line in Mandrake 10.0's install script, after choosing the network card module, before it attempts to load that module during a boot-up?

Hmmm.
 
Old 06-21-2004, 09:42 AM   #3
linuxham
LQ Newbie
 
Registered: Nov 2003
Location: Michigan
Distribution: Mandrake, Debian
Posts: 6

Rep: Reputation: 0
You may be out of luck...

I came looking for answers for Suse Prof 9.1. Yast gave me no help. I got down to using the CLI. I first had to find the ne module ne.ko. I don't understand the .ko extension, but whatever. I thought it was .o

anyway

insmod /path/ne.ko io=0x240 irq=10

"UNKNOW SYMBOL"

I don't understand the error message, but it looks to me that the code is doesn't work.

Mandrake may have the same problem

But, yeah, just put io=0x300 irq=10 in options. The ne.ko is for ISA cards, there is another for PCI cards, chek that out.

73! Long live amateur radio!!

Last edited by linuxham; 06-21-2004 at 09:46 AM.
 
Old 06-21-2004, 12:00 PM   #4
perl4ever
LQ Newbie
 
Registered: May 2004
Location: WA
Posts: 10

Original Poster
Rep: Reputation: 0
Interesting - I *did* put that on the line, and that is what I got:

"UNKNOWN SYMBOL"

that is why I thought I did it incorrectly.

I never got this to work. I have ended up taking a week to download all three ISO images and burned three CDs. Then, I installed from that.

From that, the Network card works fine.

Go figure.

73!
 
Old 06-21-2004, 01:32 PM   #5
linuxham
LQ Newbie
 
Registered: Nov 2003
Location: Michigan
Distribution: Mandrake, Debian
Posts: 6

Rep: Reputation: 0
what changed?

Did you switch distros, what did you download?? Most everything seems to work to my satisfaction with Suse, and I got some more things to try with it, not going to swithch yet. What did you change?
 
Old 06-21-2004, 03:02 PM   #6
perl4ever
LQ Newbie
 
Registered: May 2004
Location: WA
Posts: 10

Original Poster
Rep: Reputation: 0
I downloaded the Mandrake 10.0 Official ISO images - all three - then burnt them to CD. Then, did the install from CDROM.

The networking issues went away when I went through network configuration manually. I could never get the FTP version of the install to work, since the ne.ko never worked.
 
Old 06-22-2004, 04:28 PM   #7
linuxham
LQ Newbie
 
Registered: Nov 2003
Location: Michigan
Distribution: Mandrake, Debian
Posts: 6

Rep: Reputation: 0
Now on to N9NU to add ham programs

I will trying with Suse. Best of Luck & 73!!
 
Old 12-11-2004, 01:45 PM   #8
raboffel
LQ Newbie
 
Registered: Dec 2004
Posts: 1

Rep: Reputation: 0
i had similar problems with a ne2k - compatible card (compex rl 2000) with suse 9.1 and wanted to use the ne.ko package with same problem. it seems that the name of the package was wrong, it was n2 instead of ne.
so i did

insmod /path/n2.ko

without any options, the right io address was configured right.
perhaps this may help some user
 
Old 12-11-2004, 02:34 PM   #9
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Wrong syntax

it's

modprobe n2

WITHOUT the extension!

To supply module options

edit /etc/modules.conf

Then alias your network card

alias eth0 n2


Then use the

above options

lines to supply any parameters you need.

If everything is specified correctly when you reboot you'll find the module is loaded and memory resident...

lsmod | less

to see... and you'll be able to configure the card in the MCC
 
  


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
How do i update the kernal on Mandrake 10.1 fieldyweb Linux - Newbie 1 10-10-2005 08:26 PM
How to install kernal source for Mandrake 10? i_like_deer Mandriva 11 08-08-2004 01:26 PM
Is there an In dept explaination of 2.4.22 Kernal options? jimdaworm Linux - Newbie 2 11-15-2003 02:51 PM
kernal options in lilo alloydog Linux - Newbie 4 06-02-2003 12:03 AM
Mandrake 9.0 : Kernal Panic error aniketbapat Linux - General 1 02-23-2003 01:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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