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 01-22-2004, 12:08 PM   #16
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60

The two you got out of the mag were most likely (Assuming they identified as Fedora core 1):
yarrow-i386-disc1.iso
yarrow-i386-disc2.iso
This is the 3rd install cd you needed to download and burn:
yarrow-i386-disc3.iso

Last edited by fancypiper; 01-22-2004 at 12:12 PM.
 
Old 01-22-2004, 03:04 PM   #17
Ge|atinousFury
LQ Newbie
 
Registered: Jan 2004
Location: Auburn, AL
Distribution: Fedora
Posts: 14

Original Poster
Rep: Reputation: 0
I burned the 3rd iso onto cd, but it doesn't autorun or anything....I can just browse the cd's folders/files...here they are:

Fedora
GPL
README
RPM-GPG-KEY
RPM-GPG-KEY-beta
TRANS.TBL

The only actual folder is the Fedora folder, and inside it there are 2 items:

RPMS (this is a folder with tons of rpm's inside)
TRANS.TBL


I don't see source anywhere

Last edited by Ge|atinousFury; 01-22-2004 at 03:08 PM.
 
Old 01-22-2004, 03:13 PM   #18
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Look for kernel-source-2.4.22-1.2115.nptl.i386.rpm in the RPMS folder of each install CD. It should be on one of them.

If you can't find it, just download, then as root cd to the download dir and command rpm -Uvh kernel-source*
 
Old 01-22-2004, 03:15 PM   #19
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Quote:
Originally posted by Ge|atinousFury
I burned the 3rd iso onto cd, but it doesn't autorun or anything
# How do I burn a bootable CD in Windows to install Linux?
How to Burn ISOs

# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
 
Old 01-22-2004, 03:16 PM   #20
Ge|atinousFury
LQ Newbie
 
Registered: Jan 2004
Location: Auburn, AL
Distribution: Fedora
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by fancypiper
Look for kernel-source-2.4.22-1.2115.nptl.i386.rpm in the RPMS folder of each install CD. It should be on one of them.

If you can't find it, just download, then as root cd to the download dir and command rpm -Uvh kernel-source*
How's this...before I read the last post of yours I just burned ISO #1 onto a cd also....it did autorun and I checked to install kernel development, and now it's asking me to put in ISO #3 (which I have already burned ) to install:

kernel-source-0:2.4.22-1.2115.nptl.i386

Is this an alternative method (but equally correct)?

Last edited by Ge|atinousFury; 01-22-2004 at 03:18 PM.
 
Old 01-22-2004, 03:17 PM   #21
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Yep.
 
Old 01-22-2004, 03:44 PM   #22
Ge|atinousFury
LQ Newbie
 
Registered: Jan 2004
Location: Auburn, AL
Distribution: Fedora
Posts: 14

Original Poster
Rep: Reputation: 0
OMG sweet!!!!! I now have my first linux system running with internet hahahaha

Thanks a TON fancypiper...I'll be sure to give you a great rating

I just extracted the tar file, then ran:

% make clean
% make
% make install

And boom....when I rebooted some kind of auto hardware config came up....and after I checked dynamic settings (I guess this means auto detect?), my net worked!!

Thanks again!!
 
Old 01-22-2004, 04:06 PM   #23
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You didn't need to re-boot. Just load the module you just made (see man insmod), then ifup eth0 should have done it.

Re-booting is for installing either new hardware or running/testing a new kernel you just made.
 
Old 01-22-2004, 04:31 PM   #24
Ge|atinousFury
LQ Newbie
 
Registered: Jan 2004
Location: Auburn, AL
Distribution: Fedora
Posts: 14

Original Poster
Rep: Reputation: 0
Quick question...when I boot up now, the boot loader gives me 3 choices instead of 2:

I just updated my kernel and kernel source through the redhat updater, and I now have kernel-2.4.22-1.2149 and the source to go with it.

The boot loader now has these 3 choices:

Fedora 2.4.22-1.2149
Fedora 2.4.22-1.2115
DOS

Should I remove the old kernel choice somehow or is this regular behavior and I should just pick the newest kernel every time I go into linux?

Edit: Also, I chedked the file you referred to for loading modules, and it really doesn't make sense to me? Could you elaborate on "loading the module into the kernel" for me please?

Last edited by Ge|atinousFury; 01-22-2004 at 04:45 PM.
 
Old 01-22-2004, 04:42 PM   #25
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I would test the new kernel for a few days. When it works to your satisfaction, you can remove the old kernel-source, then edit your /boot/grub/grub.conf file to remove the old kernel stanza.

You will need to install the kernel-source for that kernel as well if you wish your ethernet to work with the new kernel. You will have to go through the same proceedure to install proprietary drivers for any new kernel.

For a better and easier software management program, install the 2 rpms for apt4rpm, after it installs command apt-get update, then apt-get install synaptic. You should have an icon for Synaptic somewhere on your menu and it will have more packages available that Fedora doesn't have.

I like it much better than Fedora's pacakge manager.

Last edited by fancypiper; 01-22-2004 at 04:43 PM.
 
  


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
So many errors when I typed the "make" and "make install" command Niceman2005 Linux - Software 23 07-22-2009 02:33 PM
"make" command doesn´t work Syntron Linux - General 2 10-19-2004 08:31 AM
compiling tar.bz2... "./configure make make install" doesn't work dodo1983 Linux - Newbie 7 08-17-2004 12:34 AM
"Make command doesn't work!!! suse7.1user Linux - Software 2 08-14-2003 03:37 PM
Installing a new kernel, "make" doesn't work ! EmpHatic Linux - Software 1 03-22-2001 08:34 AM

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

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