LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-20-2003, 11:01 AM   #1
DarkGremio
LQ Newbie
 
Registered: Jun 2003
Location: Alabama, USA
Posts: 22

Rep: Reputation: 15
PCtel Driver Problem


Where in the source located for this i got Redhat Linux 8.0??? Anyone know why it is not finding it and what is the soultion heres the code. I edited the source for the install maybe fidning where it is but I guess I didn't find the right file what is the right one?

pctel-0.9.6
[root@localhost Gremio]# cd pctel-0.9.6
[root@localhost pctel-0.9.6]# dir
acinclude.m4 config.log FAQ m4 mkinstalldirs
acinclude.m4~ configure include Makefile.am modules
aclocal.m4 configure.in INSTALL Makefile.in NEWS
AUTHORS COPYING install-sh misc README
ChangeLog cvscompile.sh lib missing src
[root@localhost pctel-0.9.6]# ./configure --with-hal=sis
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build driver for... HAL_I8XX
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gawk... (cached) gawk
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
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!

Thanks
 
Old 06-20-2003, 12:33 PM   #2
DarkGremio
LQ Newbie
 
Registered: Jun 2003
Location: Alabama, USA
Posts: 22

Original Poster
Rep: Reputation: 15
Well I got past the part and I got to the

insmod -f ptserial

it says some IRQ conflicts whats the problem with this? I got PCTel HSP56 Modem
 
Old 06-20-2003, 02:13 PM   #3
DarkGremio
LQ Newbie
 
Registered: Jun 2003
Location: Alabama, USA
Posts: 22

Original Poster
Rep: Reputation: 15
all newbies
 
Old 06-20-2003, 03:20 PM   #4
DarkGremio
LQ Newbie
 
Registered: Jun 2003
Location: Alabama, USA
Posts: 22

Original Poster
Rep: Reputation: 15
for god sakes does anyone know
 
Old 06-21-2003, 03:50 PM   #5
steved123
Member
 
Registered: May 2002
Location: New Hampshire
Distribution: Fedora Core 6 X86-64
Posts: 82

Rep: Reputation: 15
I used to just rename the "/usr/src/linux-2.4.XX-XX" directory to just plain "linux" for the install. I don't know if that will work for you. I think there is a newer version of the pctel driver. Remember to rename the directory back to the original name after your done. There is another way to put the path of the kernel source into the line. I think it is this --with-kernel-sources = /usr/src/linux-2.4.18-14
 
Old 08-12-2003, 11:35 PM   #6
chamarts
LQ Newbie
 
Registered: Aug 2003
Posts: 3

Rep: Reputation: 0
Im a newbie and tried installing HSP56 modem (for RedHat 8.0) from the download unofficial PCTel site. As usual it complained about the modversions.h file. i tried lookin in folder "/usr/src/linux" but of no use. There is one file that is located in /usr/include/linux and when i tried to look the contents. Content says i should use the kernel source files for include. But im unsuccessful in doing that. Can any one help with line by line procedures ?.

Most of the sites suggest "make dep " , "make menuconfig" but i have no sources folder where i can run those scripts.

I would appreciate your help

thanks,
srinivas chamarthi
ch_vasu90@homtail.com
 
Old 08-13-2003, 12:20 AM   #7
chamarts
LQ Newbie
 
Registered: Aug 2003
Posts: 3

Rep: Reputation: 0
This is regd prev post on PCTel Modem installation. i managed to find a link of usr/src/linux-2.4.18-14 in /lib/modules/2.4.18-14/build. After that i dont know how to proceed further. can any one help me ?
 
Old 08-14-2003, 06:41 AM   #8
tokyo24
LQ Newbie
 
Registered: Aug 2003
Location: Guernsey
Distribution: Red Hat 9
Posts: 4

Rep: Reputation: 0
Try installing the kernel source files, I had a similar prob in RH 9.0 and this seemed to help, I did it through GNOME but I don't know if its the same in RH 8.0.
 
Old 08-17-2003, 09:52 AM   #9
devashish
Member
 
Registered: Aug 2003
Posts: 31

Rep: Reputation: 15
re: I know

I had exactly the same prob and I knw what to do,

$ uname -r
$ cd /usr/src/<result of uname -r>
$ make oldconfig #or 'make config' if u are very energetic
$make dep


#then
$ cd /home/<your dir>/pctel.9.6.......
$make clean
$configure --with-hal=.........
$make
$make install
$cd modules
$insmod pctel.o
$insmod ptserial.o

GOOD LUCK


Last edited by devashish; 08-17-2003 at 09:55 AM.
 
  


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
Driver Problem For PCTEL HSP 56k PCI modem thandermax Linux - Hardware 1 07-26-2005 01:00 PM
PcTel HSP56 MicroModem Driver Problem RedHat 9 anoopp Linux - Hardware 1 01-13-2005 07:59 PM
Help with PCTel modem Driver Talosescribe Linux - Hardware 3 04-19-2004 06:47 PM
Driver for PCTEL modem GeoffC Linux - Newbie 11 09-23-2003 12:42 PM
Slackware 9 and pctel 0.9.6 driver SocialParasite Slackware 4 06-29-2003 12:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:57 PM.

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