LinuxQuestions.org
Visit Jeremy's Blog.
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 12-08-2003, 10:53 PM   #1
cauge
LQ Newbie
 
Registered: Nov 2003
Posts: 21

Rep: Reputation: 15
How install modem & Internet connection


I'm using mandrake 9.2 and trying to set up my modem & Internet connection. I have downloaded a Linux driver for my modem and have installed that driver in Mandrake in home/modem. In Mandrake Control Center, under hardware, then modem, there is no modem shown.
1. How do I get the modem set up?

2. As to the Internet connection, I've gone to Mandrake Control Center, then Network & Internet, then clicked on DrakConnect. Going through these steps,
I clicked the auto detect.
For modems, the /dev/modem was highlighted and I accepted that - the other choices were tso/com1 through com8
for domain name, enetered access4less.net which is my ISP
I've left out some here steps which I think were clear enough
after finishing the configuration, I tested the connection and got the message " The system doesn't seem to be connected to the Internet. Try to reconfigure your connection"
Any suggestions?
While I'm at it, I did read in the help about setting up a firewall. How di I find it?
 
Old 12-09-2003, 01:25 AM   #2
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Make sure your modem/driver actually work. Install a package called minicom to double check which port your modem is actually configured on. Then change the /dev/modem symlink to the right port.
 
Old 12-09-2003, 01:55 PM   #3
cauge
LQ Newbie
 
Registered: Nov 2003
Posts: 21

Original Poster
Rep: Reputation: 15
Thanks, adz, but I feel dumber all the time trying to use MDK, and I think I'm a pretty savvy XP user. Anyhow, where do I find this package called minicom? When I go to RPM to look for packages, there are none. Might I have not installed those with Mandrake initially? If I have to reinstall Mandrake, or upgrade it, how do I do that? Do I first open Mandrake? If so, what after that? Thanks for your help.
 
Old 12-09-2003, 05:52 PM   #4
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Well I've never used used mandrake but it should be on the CDs. If you don't want to do that then try to use the dial up app and try different ports until you get a resonse from the modem. I'm assuming you've never gotten an audible response from the modem like a dial tone. If you get a response then you know where the modem is. The good thing about minicom is that you can send different commands to the modem and test it out.
 
Old 12-09-2003, 08:33 PM   #5
cauge
LQ Newbie
 
Registered: Nov 2003
Posts: 21

Original Poster
Rep: Reputation: 15
modem trials

I tried connecting with all the modem choices. None of them connected. Also, in the hardware list, there is no modem shown. The name 'modem is there, but nothing in it. I have a modem driver in the home/modem file, but how does that get associated with the modem and the Internet connection?
 
Old 12-10-2003, 12:43 AM   #6
BobGuy
LQ Newbie
 
Registered: Oct 2003
Location: In A House
Distribution: mandrake slackware
Posts: 24

Rep: Reputation: 15
Does this modem have a brand name?
 
Old 12-10-2003, 07:07 AM   #7
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Well you have to load the driver. It will be a module. You'll have to load it with either the modprobe or insmod commands.

Last edited by adz; 12-10-2003 at 07:12 AM.
 
Old 12-10-2003, 09:56 AM   #8
cauge
LQ Newbie
 
Registered: Nov 2003
Posts: 21

Original Poster
Rep: Reputation: 15
the modem is a Conexant HSF Data/Fax PCI Modem, but the driver that I'm trying to use is for Linux. I downloaded the driver form their web site and it's tailored to the specific Mandrake kernel I have, so I'm confident it's the right driver. As to adz' comment that I have to load the driver, that's what I needed to hear. Now would you please be specific as to how to do that. I have unzipped the driver and it's in home/modem.

Last edited by cauge; 12-10-2003 at 09:57 AM.
 
Old 12-10-2003, 05:26 PM   #9
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
You've unzipped it and that's it? There will be a proceedure to install it. Like a readme file. Other than that therre might be something on the site you downloaded it from. The procedure varies from company to company.
 
Old 12-10-2003, 08:49 PM   #10
cauge
LQ Newbie
 
Registered: Nov 2003
Posts: 21

Original Poster
Rep: Reputation: 15
You're right again. The modem website provided an rpm -i etc commmand to install. I tried that . When I typed the install command, I got this response-
warning: (then the install command) V3 DSA signature:NOKEY, key-ID 5dfbf7dc mkdir failed - Permission denied.
Can you advise me how to resolve that? I also emailed the modem site, but don't know if they'll respond. Thanks
 
Old 12-10-2003, 10:27 PM   #11
cauge
LQ Newbie
 
Registered: Nov 2003
Posts: 21

Original Poster
Rep: Reputation: 15
More info since my last post: I did receive a quick reply from Linuxant saying to make sure I am running the install command as "root" and that I might have to sign run "su --login" first. The "NOKEY" warning can be safely ignored.
As far as I know, I am signed in as root. I tried the install command again and got the same message as before plus this - error: unpacking of archive failed on file /etc/hsfmodem: cpio: mkdir failed. Permission denied.
Can you shed any light on that?
 
Old 12-10-2003, 11:13 PM   #12
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
I had similar probs getting the RPM version to work, but the tar.gz version worked fine. I believe the latest versions are "speed locked" to 14.4k, but you can download an older version here . This is not "speed locked". To install, run this as root:
Code:
1. extract the package with "tar -xzf hsflinmodem-{version}.tar.gz"

2. change to the package directory with "cd hsflinmodem-{version}"

3. run "make install" from the top of the package directory.

4. run "hsfconfig" to complete the installation and configure your modem.
That should get it all working.

<EDIT>
BEFORE INSTALLING

Remove any old HSF modem drivers, either manually or by
running "rpm -e hsflinmodem" or "make uninstall" if using the
RPM or tar versions of this package respectively.
</EDIT>

HTH
Baldrick

Last edited by Baldrick65; 12-10-2003 at 11:16 PM.
 
Old 12-11-2003, 08:43 PM   #13
cauge
LQ Newbie
 
Registered: Nov 2003
Posts: 21

Original Poster
Rep: Reputation: 15
Installing modem

Thanh's guys. I was not logged in as root. In terminal, I typed the kdesu command, which logged me in as root. The install command was connected and I'm in business.
 
  


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
Help with a modem internet connection firefork Linux - Newbie 5 12-25-2004 02:03 AM
Modem internet connection appasamy Linux - Hardware 1 12-20-2004 11:34 AM
Nic card -> cable internet modem no internet connection zeshan_b Mandriva 21 09-26-2004 11:48 AM
Internet connection sharing help...using USB modem & Network card Daz155HGT Linux - Networking 6 04-28-2004 01:44 PM
HowTo Install 56K V90 Modem and internet connection in Redhat 8.0? futurist Linux - Networking 3 03-17-2003 02:13 PM

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

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