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-28-2003, 09:14 PM   #166
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30

I thought NetBSD was a variant to Unix.
 
Old 05-28-2003, 09:19 PM   #167
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
They may work similar, but they are much different, just like Linux is a Unix workalike. Did you read my question about your kernel?
 
Old 05-28-2003, 09:21 PM   #168
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
How far back is your question?? I might of a while ago.
 
Old 05-28-2003, 09:26 PM   #169
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Did you install the kernel source code and headers from your CD or download a different source code?

Your running kernel can be found by commanding

uname -r

I will check and see what kernel I am running and then look and see if I have that source code.
Code:
[phil@tinwhistle phil]$ uname -r
2.4.18-3
[phil@tinwhistle phil]$ cd /usr/src/linux-2.4.18-3
[phil@tinwhistle linux-2.4.18-3]$ ls
abi      COPYING        drivers  init    lib          mm      REPORTING-BUGS
arch     CREDITS        fs       ipc     MAINTAINERS  net     Rules.make
configs  Documentation  include  kernel  Makefile     README  scripts
[phil@tinwhistle linux-2.4.18-3]$
I do.

What is the result of you making the same commands with your kernel number for cd and ls?
 
Old 05-28-2003, 09:54 PM   #170
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
arch Documentation kernel net
configs drivers lib README
COPYING fs linux-2.4.20-8 REPORTING-BUGS
COPYING.modules include MAINTAINERS Rules.make
CREDITS init Makefile scripts
crypto ipc mm tmp_include_depends

I have a question. I always write this out by hand. I wanted to copy it to a floppy disk. This is the command i used.
./configure > /home/user/configure.output. Why does it say no such file or directory?? Did i typed that command in right?? Thanks.
 
Old 05-29-2003, 08:48 AM   #171
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Quote:
Why does it say no such file or directory??
Because that file doesn't exist. Create the file first with the command:

touch /home/user/configure.output

Then that file, which is now empty, will exist and you can write to it.
 
Old 05-29-2003, 08:55 AM   #172
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
That's not quite true (at least in my experience). > will create the file if it doesn't exist. I think the part that is giving the output of:
Code:
no such file or directory
might be because there is no configure script, OR more likely, the person is not in the directory containing the configure script.

Cool
 
Old 05-29-2003, 09:07 AM   #173
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
dsantamassino, you do understand that you should use /home/<user>/configure.output, replacing <user> with the actual user's login name, don't you?

For an example, in my case, I would use /home/phil/configure.output.
 
Old 05-29-2003, 11:56 AM   #174
Pcghost
Senior Member
 
Registered: Feb 2003
Location: The Arctic
Distribution: Fedora, Debian, OpenSuSE and Android
Posts: 1,820

Rep: Reputation: 46
Congrats on guru Fancypiper. Well deserved. This has got to be the longest non-random thread I have ever seen. Wow!!
 
Old 05-29-2003, 03:38 PM   #175
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
What do you want me to write in the terminal?? How do i copy everything i typed to a floppy disk?? I don't understand what you guys are talking about.
 
Old 05-29-2003, 06:59 PM   #176
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Quote:
Originally posted by dsantamassino
I don't understand what you guys are talking about.
That's why we keep urging you to read the Rute User's Tutorial and Exposition and the Linux Newbie Administrator Guide.

I am unsubscribing from this thread, so if you wish further help from me, start a new thread, with the subject significant to your problem, what you have attempted, etc., and being able to understand our answers.
 
Old 05-30-2003, 02:41 AM   #177
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
derek,
we've tried hard to get your modem working, but it's
very hard, and a lot of that is just because of your
unfamiliarity with linux. what you are trying to do is a little
too hard for somebody unfamiliar with the linux terms
and commands and stuff like that.
all through this thread, several people have posted
short articles and howto's that they think you should read
so that you can better understand the instructions we
are trying to give you. a great many of the howto's are
installed with linux, and are easily available through
the desktop, though you may need to install the full
kde envinronment, which comes with your redhat 9,
so that you can read some of the stuff.
you could probably also install a recent version of
mandrake, and your pctel driver might work perfectly
in that following the instructions that you've already
followed and the commands you have used.
 
Old 05-30-2003, 06:42 AM   #178
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
MasterC, Can you post some information on how to recompile my kernel or gcc?? Please reply back. Thank You.
 
Old 05-30-2003, 07:03 AM   #179
Ewen
Member
 
Registered: Nov 2002
Location: Victoria, Australia
Distribution: Mandrake 9.1
Posts: 35

Rep: Reputation: 15
This has to be the most incredible thread I have ever read. I cannot believe that one man can ask so many unrelated questions covering such a wide range of stuff without accepting one iota of advice.

The helpers and moderators on this forum surely are a patient lot indeed.

I followed a similar cluster of threads on the forum he mentions (ozzu.com) and they gave up in exasperation too.
 
Old 05-30-2003, 07:25 AM   #180
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
derek,
you can recompile your kernel if you wish,
by entering the linux kernel source directory,
/usr/src/linux
and entering
make dep
make bzImage
make modules
make install
make modules_install

since redhat comes with a config already in the
source, you don't have to configure.
if you want to change any kernel options, youcan
run make menuconfig from that directory if you wish
first. that's how you compile a kernel.

if you goof up, you could make your redhat where it
won't boot, but that probably doesn't really bother you,
because you can reinstall if you mess it up.

Last edited by whansard; 05-30-2003 at 07:26 AM.
 
  


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
Modem Not responding in RedHat Linux 9.0 ukjairaj Linux - Hardware 6 07-04-2007 10:05 PM
conexant v.92 internal modem not detecting in redhat linux 9.0 supersac Linux - Newbie 9 11-30-2004 01:04 PM
redhat linux 8.0 modem problem!!!! linuxfan2 Linux - Software 7 05-10-2003 10:37 AM
Redhat Linux 8: Problem with Sound and Modem anjanmustafi Linux - Hardware 4 03-18-2003 02:07 PM
my modem is not detected in redhat linux 6.2 linux2cool Linux - Newbie 2 02-25-2001 02:48 PM

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

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