LinuxQuestions.org
Review your favorite Linux distribution.
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-25-2003, 10:10 PM   #91
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

for the redhat 7.2 i was just trying to show examples
of the filenames. i think he has redhat 9.
it would be an individual package. gcc3something.
we know it's installed because you compiled the pctel
modules with it. i haven't used the package manager
that comes with redhat now, so i don't know what
to tell you to click.

rpm -e gcc* --nodeps --force

i think would get it for sure.
the packages add/remove program is using rpm
in the background.
if you do that command above, you can then install
gcc-2.96 something, then redo your pctel stuff.
 
Old 05-25-2003, 10:59 PM   #92
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
It's not working.. I still get the error. Please reply back.
 
Old 05-25-2003, 11:07 PM   #93
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
which error?

if you got gcc3 uninstalled

cd /work/pctel-0.9.6
make clean
./configure --with-hal=789
make
make install
depmod -a
insmod pctel
insmod ptserial
 
Old 05-25-2003, 11:07 PM   #94
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
Do you think i could have my modem working tonight??
 
Old 05-25-2003, 11:11 PM   #95
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
i have no idea, but where you got before, with
the modules installed, would have been it, if you
didn't have gcc3 installed, but we didn't know that.
you just have to do the same thing with the older
compiler.
 
Old 05-26-2003, 05:01 AM   #96
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
I'm back to the same error again. I must configure my kernel. I just reinstalled Redhat Linux 9. I want them drivers installed. Please reply back. Thanks.
 
Old 05-26-2003, 05:05 AM   #97
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 don't have to configure your kernel. that kernel
that comes with redhat is preconfigured. you just
have to install the kernel source.
if you've installed the kernel source you can make a
symlink with that ln -s /usr/src/linux-2.4.20-8 /usr/src/linux
 
Old 05-26-2003, 05:07 AM   #98
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
I tryed all that. I even tryed that command above and i still get the error.
 
Old 05-26-2003, 05:14 AM   #99
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
there is a file inside that pctel-0.9.6 directory
called INSTALL. you can open it with a text editor
or word processor. if you are getting the error about
"you need to configure your kernel source" then that
means the pctel software cannot find the kernel source.
the other option is to type the full kernel path into
the configure command

./configure --with-kernel-includes=/usr/src/linux-2.4.20-8/include --with-hal=pct789

i just thought that would be harder, since any space
slash or path wrong would make it not work.
 
Old 05-26-2003, 05:32 AM   #100
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
the contents of the INSTALL file


PCTEL Linux PCI driver, version 0.9.6
-------------------------------------
Description
-----------
This package contains the PCTEL driver for various PCTEL modems for linux.
It is meant for kernel 2.4.x, up to 2.4.18 so far.
Installation
------------
0) Unpack the tarball by typing "tar zxvf pctel-0.9.6.tar.gz"
1) Go into that directory by typing "cd pctel-0.9.6"
2) Find out what chipset you have in your board:
3) ./configure
Options:
--with-hal=hal
Select one of: pct789, cm8738, i8xx, sis, via686a
--with-kernel-includes=/path/to/my/kernel-sources/include
If you don't have your kernel sources at /usr/src/linux, specifiy
your includes
4) Compile the modules by typing "make"
5) If everything went fine, get root by typing "su"
7) Install the drivers by typing "make install"
8) You are now ready to use your modules.
Type "insmod pctel" and "insmod ptserial".
You should see in your logs ("tail /var/log/messages") something like:
May 16 23:28:17 suba kernel: PCTel initialization. Country code is 2.
May 16 23:28:17 suba kernel: PCTel device[00:11.0](0x88) found "PCTel Inc HSP MicroModem 56 $
May 16 23:28:17 suba kernel: PCTel driver version 0.9.6 [5.05c-4.27.215 (09-14-2001)]] (PCT7$
May 16 23:28:17 suba kernel: PCTel driver built on [Linux 2.4.8 i686 unknown] with [2.95.3].
May 16 23:28:17 suba kernel: ttyS15 at 0xe800 (irq = 9) is a PCtel
Notes:
You can always uninstall the modules by typing "make uninstall". If you
need to recompile the modules, "make clean" and "make" are your friends.
 
Old 05-26-2003, 05:34 AM   #101
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
This is what i typed in.

./configure --with-kernel-includes= /usr/src/linux-2.4.20.8/include --with-hal=pct789. I got the same error message.
 
Old 05-26-2003, 05:39 AM   #102
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
then the kernel source isn't installed.
but i think the path is
is /usr/src/linux-2.4.20-8/include
notice the dash before the 8, not a period.
if you typed a period, it shouldn't have worked.
if you typed the path right, then the source isn't installed.
 
Old 05-26-2003, 05:53 AM   #103
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
ok, i'm gone for the day now.
don't forget what snagged you yesterday.
you have to have the kernel source installed.
you have to have gcc-2.9something installed but
not have 3.0something installed. you almost had
it yesterday, if redhat had compiled that kernel with
gcc-3.0 then it would have worked. you just have to
get those modules compiled with gcc-2.9X.
when you get them compiled and installed
the insmod commands will load the modules.
you will have to do that every time you boot linux, until
you change some settings to get them to load
automatically.
You might can get MasterC to help you if you are lucky.
He's very good at explaining things to newbies.
 
Old 05-26-2003, 05:57 AM   #104
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
MasterC, When you come online. Can you please help me? I'm a newbie. I still got the same error about the kernel. Can someone help? Thanks.
 
Old 05-26-2003, 06:21 AM   #105
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
I'm thinking about going to PM MasterC. I don't see anything about PM. You know Private Message. It's a really quick question for anyone. Where is the PM located at in this site??
 
  


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:55 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