LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Pctel Modem problem (https://www.linuxquestions.org/questions/linux-hardware-18/pctel-modem-problem-121034/)

dragoon linux 11-29-2003 02:01 PM

Pctel Modem problem
 
This isnt about installing it, well somewhat, cause I have the guide from the linux documentation project for how to install a pctel hsp56 micromodem, which is fine. But for some reason when I try to set my chipset (not mattering which one) with ./configure, on every possible one I get an error with the file modversions.h.

I have the file in two places as I have looked (/usr/src/linux-2.4.20-6/include/linux and
/usr/include/linux)
but while its configuring the chipset I always at the same spot, not mattering which chipset I choose to config, get :
checking /usr/src/linux/include/linux/modversions.h usability... no
checking /usr/src/linux/include/linux/modversions.h presence... no
checking for /usr/src/linux/include/linux/modversions.h... no
configure: error: modversions.h is missing - you should configure your kernel first!

does anyone think that they could please help? if you need more info I can always get it.....

fancypiper 11-29-2003 03:58 PM

You need to create a symbolic link named linux that points to your kernel source version, or edit your config file to look somewhere else.

Apparently, your kernel source code is located here:

/usr/src/linux-2.4.20-6

So you need to do:

cd /usr/src
ln -s linux-2.4.20-6 linux
ls -al

and check

In my case:
cd /usr/src
ln -s linux-2.4.18-3 linux
ls -al results in this
Code:

drwxr-xr-x    4 root    root          160 Jun 12 15:46 .
drwxr-xr-x  16 root    root          424 Jun  4 12:04 ..
lrwxrwxrwx    1 root    root          14 Jun 12 15:46 linux -> linux-2.4.18-3
lrwxrwxrwx    1 root    root          14 Jun  4 12:11 linux-2.4 -> linux-2.4.18-3
drwxr-xr-x  16 root    root          584 Jun  4 12:11 linux-2.4.18-3
drwxr-xr-x    7 root    root          168 Jun  4 12:08 redhat

Otherwise, you can edit config to reflect where the source code actually is.

dragoon linux 11-29-2003 08:10 PM

Thank you very much as it worked fine and the configuration finished fine. But now when I'm finally getting to it start dialing I have another problem. I am using kppp and when it dials to the number and it trys to connect to the network it gets an error. First it was a number 19 error and now its 16 and I'm completly lost. Btw half the time when I dial, it just freezes the pc up and goes on something like a busy signal, any idea? Thank you for any help

fancypiper 11-29-2003 08:36 PM

I have never had much luck with a winmodem, so I bought myself a cheap external serial port modem I found online for $14.50 + s&h.

I get better connection throughput, smaller error logs and fewer headaches configuring and connecting.

dragoon linux 11-30-2003 12:09 PM

hehe I would love to get an external or even broaband but the problem is I'm stuck with this ......this.......thing. :p

forget this, someone just close this thread cause I found out lately that since I'm using a compuserve 2000 account theres not point in trying......

sparton 12-01-2003 07:21 AM

same problem
 
I had the same problem i installed everthing and i was still getting error codes, i just gave up on it. I even double check that i installed it right and i had the same modem as you.

fancypiper 12-01-2003 08:52 AM

The Unofficial PCTel Linux Driver page
I finaly got my PcTel hsp56 mr modem to work
PcTel PCT789 Compilation in Fedora Core 1


All times are GMT -5. The time now is 07:42 PM.