LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 10-13-2008, 06:23 AM   #1
Kakarot_Rathish
Member
 
Registered: Sep 2008
Posts: 35
Blog Entries: 1

Rep: Reputation: 15
How to install an internal modem


hiiiii all.....
i m new in usin linux so need some help out here...
i hav a PcTel HSP56 Micromodem installed in my system....
and i am usin debian etch as operating system....
inorder for me to connect to d internet.....what am i supposed to do??
 
Old 10-13-2008, 07:42 AM   #2
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
First we need to know which distro and version you are using.
 
Old 10-13-2008, 11:26 PM   #3
Kakarot_Rathish
Member
 
Registered: Sep 2008
Posts: 35

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by Larry Webb View Post
First we need to know which distro and version you are using.
can u tell me wht did u mean by distro...and version .....
are u askin about the debian version i'm using.....
 
Old 10-14-2008, 01:57 AM   #4
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Quote:
Originally Posted by Kakarot_Rathish View Post
can u tell me wht did u mean by distro...and version .....
are u askin about the debian version i'm using.....
By distro we mean opensuse , debian , ubuntu , mandriva DSL ppuppy and so one
And version as a example opensuse 10. 10,3 and so on
 
Old 10-15-2008, 01:54 PM   #5
Kakarot_Rathish
Member
 
Registered: Sep 2008
Posts: 35

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by ronlau9 View Post
By distro we mean opensuse , debian , ubuntu , mandriva DSL ppuppy and so one
And version as a example opensuse 10. 10,3 and so on
i'm using DEBIAN 4.0
 
Old 10-16-2008, 06:21 AM   #6
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Here is a tutorial that may help that has the driver link listed.

http://linmodems.technion.ac.il/pcte...index-old.html
 
Old 10-19-2008, 01:57 AM   #7
Kakarot_Rathish
Member
 
Registered: Sep 2008
Posts: 35

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by Larry Webb View Post
Here is a tutorial that may help that has the driver link listed.

http://linmodems.technion.ac.il/pcte...index-old.html
i tried pctel-0.8.6
thn......while running ./configure d followin error came

checking for /ursr/include/linux/modversions.h........no
configure error:modversions.h is missing - you should configure your kernel first!


it was ursr not usr.....i dint find any directory named ursr
and i tried to find modversions.h also ...but coudnt....

now wat shoud i do???
 
Old 10-31-2008, 04:57 PM   #8
klytu
Member
 
Registered: Mar 2004
Location: Eastern United States
Distribution: Ubuntu
Posts: 65

Rep: Reputation: 15
Quote:
Originally Posted by Kakarot_Rathish View Post
i tried pctel-0.8.6
thn......while running ./configure d followin error came

checking for /ursr/include/linux/modversions.h........no
configure error:modversions.h is missing - you should configure your kernel first!


it was ursr not usr.....i dint find any directory named ursr
and i tried to find modversions.h also ...but coudnt....

now wat shoud i do???
The following info, copied from the FAQ for the driver might help you:

Quote:
9. Compile error: "modversions.h could not be found" (2.4.x)
------------------------------------------------------------
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/headers --> 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
On the other hand, if you are REALLY new to using Linux, this might end up confusing you even more! :-) Post back if you don't understand and we'll try to help.
 
Old 12-12-2008, 01:38 AM   #9
Kakarot_Rathish
Member
 
Registered: Sep 2008
Posts: 35

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by klytu View Post
The following info, copied from the FAQ for the driver might help you:



On the other hand, if you are REALLY new to using Linux, this might end up confusing you even more! :-) Post back if you don't understand and we'll try to help.
sorry guyz i was busy with some exams..
thn....i tried what you hav said but it was not working.....
and i have noticed that i'm using debian2.6.18-4-686....
so i believe it might be due to tht na.....the driver was for 2.4 kernel naa
 
Old 12-12-2008, 03:07 AM   #10
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
Go to linmodems.org and in the Status paragraph is a link to scanModem tool, follow that link and read how to use it. Download it and run it, it will create a folder called "modem" where there will be a few helpful text files. The "ModemData.txt" file will give detailed instructions on what to do, where to get proper latest code, and an email address where you can send the ModemData.txt file to linmodem maintainers who will respond within a few days to help you if you run into issues.
 
Old 12-12-2008, 03:19 AM   #11
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
And make sure linux-kernel-headers matching your kernel version is installed, if not, install them with this command as root: apt-get install linux-kernel-headers.
I have 2.6.22 and 2.6.26 kernels installed, and neither has a modversions.h header. As the quote from the FAQ posted earlier suggests, you can create it if you still get the error when headers are installed with this command: touch /usr/src/linux-headers-2.6.18-4-686/include/linux/modversions.h
 
  


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
How do you install an internal ISA modem? jacatone Linux - Newbie 2 08-23-2007 03:23 AM
How to install Modem Aztech internal modem MSP3880-U. Mic Q SUSE / openSUSE 4 08-03-2005 02:14 AM
how to install internal modem obstinatesod Linux - Hardware 1 04-20-2005 12:53 PM
how can i install a internal modem in linux Morpheus Linux - Hardware 1 02-28-2003 03:07 AM
can i install internal modem manpreet Linux - General 1 05-08-2001 02:56 PM

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

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