LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 08-28-2003, 08:56 AM   #16
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60

# Guides to software management
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation

# Modem and connection troubleshooting
WinModems and Linux
Modem HOWTO
Modem NHFs
Linmodems.org
Conexant/Rockwell modem HOWTO
The Unofficial PCTel Linux Driver page
I finaly got my PcTel hsp56 mr modem to work
Linux driver for Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets
Lucent AMR modem listed as an Intel AC'97 - Smart Link Modems
The kppp Handbook
Dial-up Networking Configuration Using KDE's Kppp
Troubleshooting ISP Connection Problems

# Compiling/installing kernel modules
You will need to have installed:
1. The developmental packages (compiler)
2. The kernel source code that matches your running kernel
3. The module source or install code

Check out your system and look under the hood and see if you installed the stuff you need to do the job. Open an x terminal and type in this sequence of commands to see what kernel we are running and see if you have the kernel source installed:
Code:
[fancy@tinwhistle fancy]$ su -
Password: 
[root@tinwhistle root]# uname -r
2.4.18-3
I am running kernel version 2.4.18-3. Do I have the proper source code?
Code:
[root@tinwhistle root]# cd /usr/src
[root@tinwhistle src]# ls -alc
total 3
drwxr-xr-x    4 root     root          136 Jun 12 14:53 .
drwxr-xr-x   16 root     root          424 Jun  4 12:04 ..
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
[root@tinwhistle src]#
I do have the same kernel version source code installed in the directory /usr/src/linux-2.4.18-3 and there is a symbolic link named linux-2.4 pointing to it.

If you don't see something similiar to this (but in color), you will need to install the kernel source.

NOTE: I noticed that Red Hat didn't make the symbolic link /usr/src/linux that all of the INSTALL files that I have read mentioned that I need, so I may as well make one now to save editing the files in the source code to install.So, I'll make it just now:
Code:
[root@tinwhistle src]# ln -s linux-2.4.18-3 linux         
[root@tinwhistle src]# ls -alc
total 3
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
[root@tinwhistle src]#
Ah, there it is, so that's done.

Next, did I install the compiler?
Code:
[root@tinwhistle src]# gcc -v          
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-113)
[root@tinwhistle src]#
Yes, I have a compiler installed.

If you don't have those two things installed, you have to install them first off your install CD.

If they are installed, download the source and happy comiling. Make sure you carefully read the README and INSTALL files after extracting and before compiling/installing.

# Mandrake links
Mandrake home page
Mandrake Users website
Easy urpmi config for Mandrake
urpmi mini-HOWTO
Easy software management: Red Carpet
Maximum RPM
rpmfind
You didn't install the developmental packages? As root, command:
urpmi gcc
An Introduction to the Midnight Commander. You can install it by commanding:
urpmi mc
Midnight Commander home page

Last edited by fancypiper; 08-28-2003 at 08:59 AM.
 
Old 08-28-2003, 10:23 AM   #17
mssmoker
LQ Newbie
 
Registered: Aug 2003
Location: italy
Posts: 5

Rep: Reputation: 0
open a terminal, go to the directory where you put your downloaded files (the .rpm ones) (typing cd /directory_name)

became root (type su root)

try typing
rpm -i ltmodem-8.26a9-2mdk.i586.rpm --nodeps

then type
rpm -i ltmodem-kernel2.4.21.0.13-8.26a9-2mdk.i586.rpm --nodeps

that would solve problems... i hope... your modem maight be recognized when you restart.

about .tar file: if you are tolking about the source you must untar it (you can do it using ark or any other compression program you can find in your installation cd), then you must compile it ( you must install also kernel-source and a lot of other stuff as fancypiper's message says , read README file you must find in the untared directory...).

try first with rpm pakages, as compiling could be little difficult (but not impossible even for a newbie)

let me know.
 
Old 09-01-2003, 01:42 AM   #18
sonny_gutzie
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Original Poster
Rep: Reputation: 0
it still doesn't recognize my modem when i use the onternet and network connection wizard.. the file says it is already installed.. but it still does not detect te modem...
 
Old 09-01-2003, 11:05 AM   #19
afunke
LQ Newbie
 
Registered: Feb 2003
Location: Curitiba - Brazil
Distribution: Mandrake 9.2
Posts: 14

Rep: Reputation: 0
STEP BY STEP PROCEDURE:

1) Is this an on-board modem? If yes, then you have to enter BIOS (usually by pressing ESC just after machine is turned on), then configure the following setting to "No":

Plug and Play aware OS? (Set this to No).

2) Install kernel-source (which will provide kernel headers).
uprmi kernel-source

3) Download the source code: ltmodem*.tar.gz from one of the links provided above.
- Save it to /tmp
- Extract it:
cd /tmp
tar -zxvf ltmodem*tar.gz
cd ltmodem*tar.gz
./build_module
- Become root in order to install it:
su
- Install it:
./ltinst2
- Activate autoloading on demand:
./autoload

- Make a symbolic link from /dev/modem to /dev/ttyLT0 or to /dev/tts/LT0:
ln -sf /dev/tts/LT0 /dev/modem

- Edit /etc/modules and add the following lines:
lt_serial
lt_modem

- Load the modules:
modprobe lt_serial
modprobe lt_modem

- Install KPPP:
uprmi kppp

- Exit "root" status:
exit

- Start kppp
kppp

- Go to modem configuration, find "Talk to modem" button, and test it....

- Create new Dial-up account...

Andreas
 
Old 09-01-2003, 06:57 PM   #20
mssmoker
LQ Newbie
 
Registered: Aug 2003
Location: italy
Posts: 5

Rep: Reputation: 0
don't use internet wizards, because "The modem drivers are NOT loaded on boot up, but are loaded on demand (typically by ppp initiation)". so you must install kppp, create an account , then open it and chose setup. in device under 'modem device' choose /dev/modem , then in modem try 'ask modem'. you must have a reponse from it... i hope... if so everything is ok.
if doesn't work try removing rpms and compile the tar file as written above.
 
Old 09-02-2003, 10:19 PM   #21
sonny_gutzie
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Original Poster
Rep: Reputation: 0
I just got this new modem... it is a creative labs pci modem blaster.. can i set ths up easily as compared to the lucent one? i just downloadedthe file fro the lucent website and it is an hcf.. wat do i need to next?
 
Old 09-02-2003, 10:29 PM   #22
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Post the output of this:

cat /proc/pci
or
lspci
 
Old 10-22-2003, 02:48 PM   #23
Hawkster78
LQ Newbie
 
Registered: Jan 2003
Location: West Virginia
Distribution: RedHat 9.3, Mepis, SuSE
Posts: 12

Rep: Reputation: 0
Modem on Satellite

Go to http://www.smlink.com and download their driver for linux. It works on my Toshiba Satellite 1905 modem. Then after you unpack the driver in linux read the readme file and follow it to the letter and in under 15 min you should have your modem up and running.
 
  


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
The Intel Corp.82801CA/CAM AC'97 Modem (aka Lucent Technologies Soft Modem AMR)works! tarek Linux - Laptop and Netbook 6 03-18-2006 04:05 AM
Complete Linux Newbie, Need Detailed Instructions For Problems srparke Linspire/Freespire 8 03-19-2005 01:08 AM
Lucent Modem Darkseid Linux - Distributions 0 11-01-2004 10:45 PM
2.4.20 lucent modem module not working. Piratero Slackware 3 02-13-2004 12:09 PM
Actiontec modem w/Lucent chips - Isnt working SRSilvia Linux - Hardware 2 11-11-2003 05:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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