LinuxQuestions.org
Help answer threads with 0 replies.
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 06-13-2003, 04:15 AM   #1
Gr3y
LQ Newbie
 
Registered: Jun 2003
Location: Tempe
Distribution: Mandrake 9.1
Posts: 6

Rep: Reputation: 0
Problems with PC-Tel 1789 Micromodem Drivers


I'm not going to lie to you nice folks: I am an utter amature when it comes to using linux. My (current) problem is that I can't get my modem to work. I have download the drivers, unpaked but can not get them to run properly. Below is information on both my distro and my modem.

Modem info:
Make: Pragmatic (Lectron) PCI micromodem
Chipset: PC-Tel 1789
Distro:
Mandrake Linux 9.1

Any help you can offer me would be apreciated.
Thank you.
 
Old 06-13-2003, 11:17 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
If there where any instructions in the package with the drivers, show us the error output from what you tried following those instructions.
 
Old 06-13-2003, 11:35 AM   #3
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
I hope this doesn't seem off-topic... Isn't the PCTel a Winmodem, that is, a software modem? I had one in my Windows days. It was awful. The best computer money I ever spent was the few dollars it took to buy a totally hardware modem to replace it. No more computer hangups, slowdowns, failure to retrieve files, etc.

Sorry not to be answering the question, but from my own painful experience I just wanted to suggest moving to a hardware solution--if yours isn't.
 
Old 06-13-2003, 04:05 PM   #4
Gr3y
LQ Newbie
 
Registered: Jun 2003
Location: Tempe
Distribution: Mandrake 9.1
Posts: 6

Original Poster
Rep: Reputation: 0
Jonr is completely right, the Pc-Tel 1789 architecture is a Win modem. However I have found a driver for my modem. The driver is called pctel-0.9.6.tar.gz, I found it on this site http://linmodems.technion.ac.il/pctel-linux/. My new problem is getting it to install. I unpaked, went into the new directory and used the command:
./configure --with-kernal-includes=/usr/src/linux/include --with-hal=pct789
It then ran for a few seconds then gave me the error modversions.h is missing - you should configure your kernel first! (The exclamation point is from the program not me).
Once again I am a complete newbie in the whole linux field. Any assistance with this problem (even if it is just pointing me to a thread which has delt with this problem before) would be greatly apreciated.
Thank you.
 
Old 06-13-2003, 05:43 PM   #5
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Well, it's in the FAQ:

8. Compile error: no modversions.h
----------------------------------
If you see something like:
configure: error: modversions.h is missing - you should configure
your kernel first!

then, you either have:
a) not installed your kernel sources --> install them

b) your kernel sources at a different path --> specify the path with:
./configure --with-kernel-includes=DIR

c) no "modversions.h" in your kernel sources -->
create the modversions.h by running
$ cd [...] (where you have your kernel sources, default is
/usr/src/linux)
$ make dep

this should make you a modversions.h in [...]/linux/include/

If this did not work, an ugly hack is to create an empty file there:
$ mkdir -p [...]/linux/include/linux
$ touch [...]/linux/include/linux/modversions.h



Hope that get's you goin.
 
Old 06-14-2003, 12:53 AM   #6
tr0gd0O0r
Member
 
Registered: Jun 2003
Location: Louisiana
Distribution: Fedora 1
Posts: 60

Rep: Reputation: 15
first off, if you hvaen't already found this somehwere here's what you need to type to (according to the instrucitons)
tar zxvf /path to file
#it will create a new file (pctel-0.9.6) in the same directory as the tarball file go to it
cd /that file
./configure --with-hal=your chipset --with-kernel-includes=wherever ur kernel includes are (see modversion.h proble abouve)
make
make install
insmod pctel
insmod ptserial

if all tha tworks /w no errors your good to go

I just finished working on getting my pctel to work (using pctel-0.9.6.tat.gz.) I had mandrake for a while i was able to get to make and then ran into some errors. I switched to redhat and it work out alright. Good luck
 
Old 06-14-2003, 03:56 PM   #7
Gr3y
LQ Newbie
 
Registered: Jun 2003
Location: Tempe
Distribution: Mandrake 9.1
Posts: 6

Original Poster
Rep: Reputation: 0
I found the modversions.h files (there is one in /usr/include/ and one in usr/include/linux) however when I point the ./configure file to either of these directories it still say that modversion.h is neither usable or present. Is it possible that when I installed Mandrake that it did not install the kernel sources? And if this is the case how would I go about installing them?
Thank you for your patience.

Last edited by Gr3y; 06-14-2003 at 04:03 PM.
 
Old 06-14-2003, 11:46 PM   #8
tr0gd0O0r
Member
 
Registered: Jun 2003
Location: Louisiana
Distribution: Fedora 1
Posts: 60

Rep: Reputation: 15
from what i've gathered reading stuff on the internet i think its possible that the kernel sources aren't inlcuded (although i doubt that's the problem) I also ran into what ur saying. try pointing it to /usr/src. if that doesn't work try the ugly back way talked about up there somewhere, i think thats what finally worked for me
 
  


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
Help!!! Still can't install the PC Tel HSP56 micromodem driver!!! RJARRRPCGP Linux - Newbie 1 08-25-2004 02:31 PM
Using the PC-Tel HSP56 Modem in Linux drunkenchicken Linux - Hardware 1 04-24-2004 08:14 AM
Tel Net key_maker Linux - Software 4 10-16-2003 01:21 PM
HSP 56 micromodem(rev 01) drivers monty_neo Linux - Hardware 1 09-25-2003 11:50 PM
Pc Tel hsp56 modem riser modem drivers matt_w_lambert Linux - Hardware 1 03-23-2003 05:38 PM

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

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