LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-24-2003, 08:51 PM   #46
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30

I typed in ./configure --with-hal=pct789. This is the message i got. configure: error: no acceptable C complier found in $PATH. What should i do about that? Is that telling me that i don't have gcc complier? If it is. Do i go install a package that has it and what package would have it? Would it be the server package?
 
Old 05-24-2003, 09:03 PM   #47
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
you would need most of the development packages
installed gcc-whatever and all the glibc headers and
delelopment packages and the kernel source code.
bunch of stuff.
 
Old 05-24-2003, 09:54 PM   #48
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
whansard you are going to like this one. I got this error message now. configure: error: you should configure your kernel fi rst!. I never ever had to configure my kernel before. How do i do that? Thanks.
 
Old 05-24-2003, 10:29 PM   #49
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
what version of linux are you using?
did you install the same version of kernel source
as the kernel you are running?
you should be able to from a terminal
cd /usr/src/linux
make menuconfig
then pick the save and exit
but don't do the make depend && make stuff
unless you have to.

then go back to the pctel stuff and try again

if it doesn't work,
go back to /usr/src/linux and run
make depend && make
then
make modules
then go back and try the pctel thing.
 
Old 05-24-2003, 11:37 PM   #50
Rick422
Member
 
Registered: Apr 2003
Location: Arizona
Distribution: Red Hat Linux 9
Posts: 158

Rep: Reputation: 30
So Derek, I am not familiar with the PCTEL Platinum V. 90, but I assume that it is probably an internal WinModem. Maybe you will eventually get that modem configured properly. If not you could always just add and external V.90 or V.92 modem to one of your serial ports. As far as I know none of the external modems that hook to serial ports are WinModems. They can be used under Linux without installing any kind of driver. They were never designed to depend on Windows to help them work, so they do not depend on the operating system or special drivers to make them work. They are independant devices that can pretty much function on their own.

You could add the external modem to a serial port and allow Linux to use that. You could allow Windows to continue using the internal modem. Using the internal modem has probably caused one of your serial ports to be disabled so most likely only one of your two serial ports is now useable. Once an external V90 or V92 modem is attached Linux might not automatically notice that it is there. So you would probably need to point and click on a few options to tell Linux where to look for it and give the modem a name. It is a much simpler installation process than what you are trying to do.

Anyway, perhaps you will eventually get your existing modem to work instead. But, if you get discouraged and have $50 to space you might want to just add an external modem to one of your serial ports. Because of the much easier installation under Linux, it is all I ever use. If you do not have $50 to spare than keep at what you are doing. Good luck!
 
Old 05-25-2003, 06:51 AM   #51
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
I tryed cd /usr/src/linux. I got no such file or directory. I thought i typed that in right. What did i do wrong??
 
Old 05-25-2003, 07:06 AM   #52
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
So whansard, Do you think i could have my modem up and running in Redhat some time today? I really hope i do. Thanks.
 
Old 05-25-2003, 07:19 AM   #53
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
you probably don't have the kernel source installed.

you'll have to find somebody else to help you today.
this is my last mail for about 12 hours.
 
Old 05-25-2003, 07:24 AM   #54
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
Where can i get the kernel source from? Who wants to help me install the kernel source? Someone please reply back right a way. Thanks everyone.
 
Old 05-25-2003, 10:39 AM   #55
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
Can someone help me get my modem up and running in Redhat? Can someone help me install the kernel source? Please reply back as soon as possible. Thank You.
 
Old 05-25-2003, 10:46 AM   #56
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
The kernel source is on the RH cd-roms. Go to package management on the start menu (in system settings) and go to Development. Select Kernel Development.

That will then install the kernel source.
 
Old 05-25-2003, 11:20 AM   #57
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
XavierP- I installed every development package yesterday and just now i checked and everyone is installed. I could give you the error message i got. This is what i typed.

./configure --with-hal=pct789. This is the error message i got. configure: error: modversions.h is missing-you should configure your kernel fi rst!. What do i do now? Please reply back. Thank You.
 
Old 05-25-2003, 11:44 AM   #58
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
Did you know why i got that error?? I don't know how to configure my kernel. Can you help me configure my kernel?? Please reply back XavierP. Thanks. I hope i can get my modem running. I need you to help me as much as you can.
 
Old 05-25-2003, 03:30 PM   #59
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
Rick422- I do not have money to buy an external modem. Can you help me with this error? configure: error: modversions.h is missing-you should configure your kernel first!. I don't know how to configure my kernel. Can you give me step by step instructions on how to fix this error? Please reply as soon as possible Rick422. I hope you can help me get my modem running. I been patience and i really want it running. Thank You.
 
Old 05-25-2003, 04:05 PM   #60
Rick422
Member
 
Registered: Apr 2003
Location: Arizona
Distribution: Red Hat Linux 9
Posts: 158

Rep: Reputation: 30
Sorry if I interupted what you guys were doing. I have not yet read over all of what you have tried to do. However, I have only rarely used the tar command. I have only occasionally installed new software and when I did I usually had to carefully follow the instructions from "The Red Hat Linux 8 Bible." So far I have managed to get by without knowing how to compile a Linux kernel. I have also never tried to load or unload drivers with the insmod command, if that is something that would even be used. It has also been over a year since I tried compiling anything under Linux and even that was under different circumstances while taking an Object Oriented Programing in C++ class.

I consider myself to be only moderatly knowledgabe in Linux. I am comfortable using command line commands and in doing certain specific tasks such as connecting a Linux computer to a computer network. I used an external modem because I did not want to bother learning how to do what you are attempting to do.

About 10 years ago I was short of mony and only rarely bought new hardware or software, so I can relate to your not being able to afford a new modem. I doubt that I could help you very much. In the small city where I live we have a Linux club and the Linux club another nearby small city has install fests where they install Linux for anyone who is interested. Perhaps your local city Library or College Library has a "The Red Hat Linux 8 Bible" or something similar. Perhaps someone else can help. I would be willing if I knew how!
 
  


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 05:42 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