LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-30-2003, 06:11 AM   #1
amirp
LQ Newbie
 
Registered: May 2003
Posts: 3

Rep: Reputation: 0
Question Help needed installing internal modem


Hi everyone,

I have recently installed Red Hat 8.0 on my Toshiba Laptop. Being a , I used this wonderful forum to answer some basic questions. However I am now stuck on something and would love some help.

My laptop (like many others) has an internal modem (not PCMCIA card but actually installed within the chassie of the laptop). From what I have gathered, this seems to be a LT winmodem, where WinXP describes it as a "Integrated V90 K56 Flex Modem".

After doing some initial research here, I downloaded the latest binary ltmodem drivers (5.68) and using the readme file, I followed the instructions to install the driver within Linux.

I came across some problems after running the ltinst script (I was logged in as root and was in a terminal prompt) where I was first given the error that the ltmodem.o file could not be copied because the file or directory did not exist. After creating the /misc directory manually, this cp error disappeared, leaving the last error, "ltmodem: no module by that name".

From what I understand (I am not sure) this means that the module has not been installed properly, therefore Linux is not aware of the /dev/modem device, and so I can not use it via minicom (as recommended by the readme with the driver)

So I am stuck. I am rebooting into WinXP everytime I need to do more research, and I would LOVE it if I could be on the Internet reading and learning more about Linux.

If you can help me with this, I would be very grateful.

Thanks

Amir
 
Old 05-30-2003, 09:58 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Check and make sure you have the linux kernel source code installed, that it is the same source code as the running kernel and that you have a symbolic link /usr/src/linux pointing to it. I will check my system by opening an x terminal and giving these commands:
Code:
[phil@uilleann phil]$ su -
Password:
[root@uilleann root]# uname -r
2.4.18-3
[root@uilleann root]# cd /usr/src/linux-2.4.18-3
[root@uilleann linux-2.4.18-3]# ls
abi      COPYING        drivers  init    lib          mm      REPORTING-BUGS
arch     CREDITS        fs       ipc     MAINTAINERS  net     Rules.make
configs  Documentation  include  kernel  Makefile     README  scripts
[root@uilleann linux-2.4.18-3]# cd /usr/src
[root@uilleann src]# ls
linux-2.4  linux-2.4.18-3  redhat
[root@uilleann src]# ln -s /usr/src/linux-2.4.18-3 linux
[root@uilleann src]# ls
linux  linux-2.4  linux-2.4.18-3  redhat
[root@uilleann src]#
I noticed that my Redhat 7.3 had a symbolic link called linux-2.4 pointing to the kernel, so I created the symbolic link I need to install the module.

HTH

Last edited by fancypiper; 05-30-2003 at 11:46 AM.
 
Old 05-30-2003, 08:30 PM   #3
amirp
LQ Newbie
 
Registered: May 2003
Posts: 3

Original Poster
Rep: Reputation: 0
Change of Plans :P

Hi,

Since my last post, I spoke to a friend who told me to try Mandrake out, and with my frustrations already, I rebuilt using Mandrake.

However, same issue is still apparent. When I used your command (uname -r) in mandrake, I recieved the output: 2.4.19-16mdk. However I can't find this directory in /usr/src therefore I couldn't create the link you were talking about.

On another note, I did some more searching and found (on http://linmodems.technion.ac.il/Ltmodem.html) a file that has some drivers and also a handy scanning utility (scanPCI) which I used to see what hardware I had. I have pasted this info below. However, I am still stuck as to how to install the modem. If you or anyone else can help me I would be very greatful.

Thanks in advance,

Amir

Output of scanPCI:


BN=scanPCI
LSPCI=/usr/bin/lspci
TMPM=tmpfile

By the Class 07nn: criteria, detected system PCI modem devices are:

device Class VendorIDeviceID == ModemID
----------------------------------------------------------------
00:07.0 Class 0780: 11c1:0441 (rev 01)
00:07.0 Communication controller: Lucent Microelectronics 56k WinModem (rev 01)
VENDOR 0x11c1 DEVICE 0x0441
ID are within the serviced ranges:
00:0a.0 Class 0780: 1179:0701 (rev 23)
00:0a.0 Communication controller: Toshiba America Info Systems FIR Port (rev 23)

IDs of supported Lucent DSP PCI modems have ranges:
Vendor vendor_id device_id range
-----------------------------------------------
LUCENT 0x11c1 0x0440-0x045c
XIRCOM 0x115d 0x0000-0x000F
XIRCOM 0x115d 0x0440-0x045c
XIRCOM 0x115d 0x0010-0x03ff

VENDOR=LUCENT with MODEM_ID=11c1:0441
----------------------------------------------
MODEL_DATA= 0x0441 -- Mars 2 - data/fax only
00:07.0 Communication controller: Lucent Microelectronics 56k WinModem (rev 01)
00:07.0 Class 0780: 11c1:0441 (rev 01)
Subsystem: 1179:0001
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (63000ns min, 3500ns max)
Interrupt: pin A routed to IRQ 3
Region 0: Memory at ffefff00 (32-bit, non-prefetchable) [size=256]
Region 1: I/O ports at 02f8 [size=8]
Region 2: I/O ports at 1c00 [size=256]
Capabilities: <available only to root>
 
Old 05-30-2003, 08:50 PM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
In Linux, you get the same stuff in probably more understandable fashion with the command

cat /proc/pci

This probably won't work, but it's a common winmodem:

Conexant/Rockwell modem HOWTO

Perhaps you can find something that will help in these Google hits.

I would toss that modem in the trash and use a real modem. External serial port modems always work.

# Mandrake links
Mandrake home page
Mandrake Users website
Easy software management: Red Carpet
Maximum RPM
rpmfind
You didn't install the developmental packages? As root, command:
urpmi gcc

Last edited by fancypiper; 05-30-2003 at 09:00 PM.
 
Old 05-30-2003, 09:31 PM   #5
amirp
LQ Newbie
 
Registered: May 2003
Posts: 3

Original Poster
Rep: Reputation: 0
Wink Thanks

Well ... I'll read the links you gave me ... thanks for your help anyways.

PS. If I toss my modem in the trash, I'd have no laptop since it's an internal modem

Amir
 
Old 05-30-2003, 09:42 PM   #6
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Don't do that then!

You gotta serial port on that boat anchor though don'cha? That will fix you right up.

I picked one up for $14 two weeks ago. NAH na na NAH NAH
 
Old 05-30-2003, 10:46 PM   #7
johncoom
LQ Newbie
 
Registered: May 2003
Location: Melbourne Australia
Distribution: Mandrake
Posts: 15

Rep: Reputation: 0
Are you sure that you know what the internal modem is ?

If it is an AC'97 AMR modem chip (often known as a Softmodem) ?

Then you want to get a Smartlink driver from this Webpage

http://linmodems.technion.ac.il/resources.html

Look in the "a local copy of the available drivers" area of the AC'97 AMR section

Even if you do not have an AMR internal Softmodem there is info + links for lots of other Intenal winmodems on this page also.

PS. I know the Smartlink drivers work with many Toshiba Laptops - but as you did not state the exact model you have I do not know if it will work with yout Toshiba Laptop ?

Last edited by johncoom; 05-30-2003 at 10:51 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
ACER tm4150 internal modem driver needed bainonline Linux - Laptop and Netbook 1 08-27-2005 11:38 PM
Help installing Internal Modem anthrg Linux - Hardware 4 11-12-2004 05:31 AM
Installing an internal modem BigDaddy Linux - Hardware 2 09-26-2003 09:23 PM
problem in installing internal modem... senthilasks Linux - Hardware 0 08-19-2003 01:40 AM
problem in installing internal modem rjhm Linux - Newbie 3 08-17-2003 01:01 PM

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

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