Click to See Complete Forum and Search --> : pctel modem driver/Redhat 7.2
lohfink
03-23-2002, 04:23 PM
I am keen to get my pctel 56k modem working. I d/l a driver file (pctel-o.9.0) and a set of instructions. I'v reinstalled Redhat with the kernel sources.I've done the 'with-hal' bit and the 'includes' bit.
It gets past 'modversions.h' ok, then looks for kernel 2.4.0 and tells me I need to install it. I'm out of ideas-any suggestions would be appreciated. :confused:
mdwatts
03-23-2002, 06:08 PM
What kernel version does Redhat 7.2 use?
The kernel source is installed in /usr/src/linux-2.4.# and a symlink from that directory to /usr/src/linux?
Does it specifically ask for 2.4.0? Are the pctel drivers only for a certain kernel version or will they work for all the 2.4 series?
What is the exact error message?
lohfink
03-23-2002, 06:37 PM
My version is running 2.4.7-10 kernel.
The readme says the driver is for kernel 2.4.x.
The error is as follows:
'configure:error:You should have linux kernel 2.4.0 installed.'
Do I need to configure the kernel?
mdwatts
03-23-2002, 07:36 PM
The kernel source in /usr/src/linux is the 2.4.7-10 kernel?
Did you install the kernel source from the cd's or download from www.kernel.org? (http://www.kernel.org?)
lohfink
03-24-2002, 04:44 AM
I have two sources, it appears:
/usr/src/linux-2.4.7-10 and
/usr/src/linux2.4
I am definately running kernel 2.4.7-10.
Both kernels were installed from the cd.
(I've tried the '--with-kernel-includes' using both paths)
mdwatts
03-24-2002, 09:17 AM
Are they separate source directories or is one symlinked to the other?
ls -l /usr/src/linux2.4
Maybe you need to recompile the kernel to include ppp support etc.
Have you tried a Google search for pctel etc. to see if others have had the same problem and hopefully a possible solution?
otheos
03-25-2002, 01:50 PM
check this site:
link here (http://radel.inet.net.nz/m810lmr.html)
It is a faq for the PCChips 810LMR that uses a PCTEL modem (AMR) and it has all you need to install it in linux.