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-24-2003, 06:43 PM   #31
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30

Do i have to use the terminal to log in as root? I can give you a really good reason why i don't know how to log in as root. The reason is i'm not going to play with Redhat until i get my modem to work. Modem is really important to me. I know i have a dial up. Can you please help me log in?
 
Old 05-24-2003, 06:48 PM   #32
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
/# cd /mnt/cdrom
/mnt/cdrom# ls
total 1345
1 . 1 .. 1344 pctel-0.9.6.tar.gz
/mnt/cdrom# mkdir /work
/mnt/cdrom# cp pctel-0.9.6.tar.gz /work
/mnt/cdrom# cd /work
/work# ls
total 1346
1 . 2 .. 1344 pctel-0.9.6.tar.gz
/work# tar zxvf pctel-0.9.6.tar.gz
pctel-0.9.6/
pctel-0.9.6/misc/
pctel-0.9.6/misc/Makefile.am
pctel-0.9.6/misc/Makefile.in
pctel-0.9.6/misc/SlackBuild.in
pctel-0.9.6/misc/build_rpms.sh.in
pctel-0.9.6/misc/pctel.spec.in
pctel-0.9.6/misc/autogen.sh
pctel-0.9.6/misc/pctel.spec
pctel-0.9.6/README
pctel-0.9.6/AUTHORS
pctel-0.9.6/COPYING
pctel-0.9.6/ChangeLog
pctel-0.9.6/INSTALL
pctel-0.9.6/Makefile.am
pctel-0.9.6/Makefile.in
pctel-0.9.6/NEWS
pctel-0.9.6/acinclude.m4
pctel-0.9.6/aclocal.m4
pctel-0.9.6/configure
pctel-0.9.6/configure.in
pctel-0.9.6/install-sh
pctel-0.9.6/missing
pctel-0.9.6/mkinstalldirs
pctel-0.9.6/cvscompile.sh
pctel-0.9.6/FAQ
pctel-0.9.6/src/
pctel-0.9.6/src/Makefile.am
pctel-0.9.6/src/Makefile.in
pctel-0.9.6/src/module/
pctel-0.9.6/src/module/Makefile.am
pctel-0.9.6/src/module/Makefile.in
pctel-0.9.6/src/module/
pctel-0.9.6/src/module/Makefile.am
pctel-0.9.6/src/module/Makefile.in
pctel-0.9.6/src/module/ptmodule.c
pctel-0.9.6/src/ptserial/
pctel-0.9.6/src/ptserial/Makefile.am
pctel-0.9.6/src/ptserial/Makefile.in
pctel-0.9.6/src/ptserial/ptserial-2.4.6.c
pctel-0.9.6/src/ptserial/ptserial-2.4.7.c
pctel-0.9.6/lib/
pctel-0.9.6/lib/asus/
pctel-0.9.6/lib/asus/dsp.a
pctel-0.9.6/lib/asus/i810hal.a
pctel-0.9.6/lib/cm8738/
pctel-0.9.6/lib/cm8738/pctel-cm8738.o
pctel-0.9.6/lib/pct789/
pctel-0.9.6/lib/pct789/dsp.a
pctel-0.9.6/lib/pct789/pcthal.a
pctel-0.9.6/lib/sis/
pctel-0.9.6/lib/sis/dsp.a
pctel-0.9.6/lib/sis/i810hal.a
pctel-0.9.6/lib/via/
pctel-0.9.6/lib/via/dsp.a
pctel-0.9.6/lib/via/via686ahal.a
pctel-0.9.6/lib/Makefile.am
pctel-0.9.6/lib/Makefile.in
pctel-0.9.6/lib/control.a
pctel-0.9.6/lib/vuart.o
pctel-0.9.6/modules/
pctel-0.9.6/modules/Makefile.am
pctel-0.9.6/modules/Makefile.in
pctel-0.9.6/include/
pctel-0.9.6/include/pctel.h
pctel-0.9.6/include/halwraps.h
pctel-0.9.6/include/vuart.h
pctel-0.9.6/include/Makefile.am
pctel-0.9.6/include/Makefile.in
pctel-0.9.6/m4/
pctel-0.9.6/m4/Makefile.am
pctel-0.9.6/m4/Makefile.in
pctel-0.9.6/m4/_pctel.m4
/work# ls
total 1347
1 . 2 .. 1 pctel-0.9.6 1344 pctel-0.9.6.tar.gz
/work# cd pctel-0.9.6
/work/pctel-0.9.6# ls
total 309
1 . 4 Makefile.am 8 configure.in 12 missing
1 .. 20 Makefile.in 4 cvscompile.sh 4 mkinstalldirs
4 AUTHORS 4 NEWS 1 include 1 modules
20 COPYING 4 README 8 install-sh 1 src
4 ChangeLog 8 acinclude.m4 1 lib
8 FAQ 36 aclocal.m4 1 m4
4 INSTALL 152 configure 1 misc
/work/pctel-0.9.6#


you'll have to be logged in as root to install kernel
modules anyway. you can
su -
but you'll have to know the root password to login
anyway.

Last edited by whansard; 05-24-2003 at 06:51 PM.
 
Old 05-24-2003, 06:53 PM   #33
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
Do i have to type that all in? I'm about to restart my computer and start typeing everything you just wrote.
 
Old 05-24-2003, 06:56 PM   #34
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 was just showing you what you see when you do
the right stuff. i pasted that from my terminal.
 
Old 05-24-2003, 07:10 PM   #35
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
How the hell do you do that?? I can't even do that. Please help me. Can you tell me how did you do that? Ok. I tell you what i download. pctel-0.9.6.tar.gz. I have a PCTEL Platinum V. 90 modem. Is there anything else you need to know before i get my modem running? Oh tar zxvf pctel-0.9.6.tar.gz is no such file. Please tell me every little step you did. Thanks.
 
Old 05-24-2003, 07:22 PM   #36
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
thats what all that stuff was.

su -
mkdir /work
cp /mnt/cdrom/pctel-0.9.6.tar.gz /work
cd /work
tar zxvf pctel-0.9.6.tar.gz
cd pctel-0.9.6
less README
 
Old 05-24-2003, 07:26 PM   #37
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Did you read the install file - http://linmodems.technion.ac.il/pcte...-0.9.6/INSTALL
and the FAQ - http://linmodems.technion.ac.il/pcte...ctel-0.9.6/FAQ

To install:
open a terminal
type cd /the/folder/you/downloaded/to
Unpack the tarball by typing "tar zxvf pctel-0.9.6.tar.gz" without the quotes
type ./configure and press enter
when the command prompt returns type make
type su and press enter
type in root password and hit enter
Install the drivers by typing make install and hit enter
Type "insmod pctel" without the quotes and hit enter
Type "insmod ptserial" without the quotes and hit enter


Your modem should be installed.
 
Old 05-24-2003, 07:29 PM   #38
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
(Sorry to butt in whansard)
 
Old 05-24-2003, 07:35 PM   #39
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
thats not butting in. he's not understanding me.
i tried short versions and long version and in between.
his file is on a cdrom, i'm assuming /mnt/cdrom, but
i can't get far enough to find out.
 
Old 05-24-2003, 07:37 PM   #40
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
How about copying the file from the cd to /home/username? Something I have seen under Win is that files on cd are read only - mybe copying it and changing it to read/write would sort out the problem...?
 
Old 05-24-2003, 08:02 PM   #41
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
Hey guys... I got some really good news. I did it. How do i know it will find a modem? There was no modem on my system. Do i have to futher in with the commands? Please reply back right a way. Thanks. I did the last step cd pctel-0.9.6. Did not find a modem.
 
Old 05-24-2003, 08:07 PM   #42
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
What did you do? How far did you get? Did you follow the install guide?
 
Old 05-24-2003, 08:09 PM   #43
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
if you're back to xp now and you go back to linux
you will have to do some of the stuff over
if you put the stuff in your work directory, then
cd /work/pctel-0.9.6
su -
./configure
make
make install


there is a readme file you can look at in that
directory with
less README
 
Old 05-24-2003, 08:28 PM   #44
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 make. This is the massage i got. make: ***No targets specified and no makefile found. stop. I typed in make install. This is the message i got. make: ***No rule to make target 'install'. stop. What does that mean??
 
Old 05-24-2003, 08:34 PM   #45
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
./configure creates the Makefile
make compiles the driver according to the settings in
the makefile

i just checked
it's

./configure --with-hal=pct789

i think

Last edited by whansard; 05-24-2003 at 08:35 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
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 02:57 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