LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-23-2005, 05:16 AM   #1
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Rep: Reputation: 45
How to use Win Modem in Linux


Iam using internal Modem i.e " Intel (R) 536 EP V.92 ". Basically it is a Lucent modem but built in intel chip on it .
This modem works fine in windows.I want to run it in Mandrake Linux 10 .Plz guide me that how can i use such kind of modem in Linux . Is it possible to run win modem under linux also.
Aslo let me know about which brand of external modem is best to use it in linux if winmodem does't support .
Thanks
 
Old 03-23-2005, 05:21 AM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
http://www.linmodems.org/

make sure you have the kernel-source package installed. and a development environment ( gcc, make, binutils( you won't need them all, like autoconf or m4, automake etc.., but you will need enough to at least have a working c compiler)).

Last edited by __J; 03-23-2005 at 05:23 AM.
 
Old 03-23-2005, 05:37 AM   #3
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
Ok can u guide me that how much free space required
to install
Mandrake Linux 10 =
or
Red Hat Linux 9 =

Thanks
 
Old 03-23-2005, 05:39 AM   #4
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
depends on what you install. If I remember correctly, both of them show you while you are choosing packages how much space is being used and how much free space you will have when the installation is done.
 
Old 03-23-2005, 05:44 AM   #5
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
Thanks --J i want to use it only in the home .i.e using office & internet . Just like a normal windows user user windows application at home .
Same as i want to use Linux . both KDE ,GNOME, Office ,Messenger & other utility softwares .

now i think u can guide me that good space for both Mandrake & Linux .
 
Old 03-23-2005, 05:54 AM   #6
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
if you are cramped for space, you might want to think about choosing between kde or gnome and leaving one off. It's nice to have both around and have a choice on what you want to run that day, but both of them with all of their applications take up a decent amount of space. Also, take a look at Fedora Core, Red Hat 9 is getting a little old so it's going to be harder to locate precompiled applications.
 
Old 03-23-2005, 05:56 AM   #7
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
----J .ok what do u think about 20 GB if i alocate as free HD for both KDE & GNOME applications .
 
Old 03-23-2005, 06:18 AM   #8
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
yeah 20 is alot of space, you'll be fine. to save yourself some headaches later on, during the install, choose to install the development related files. They don't take up much space, and if you need them later on, you'll save alot of time.
 
Old 03-23-2005, 10:12 AM   #9
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
honestly, that's more than enough space... i have about 20 gig dedicated to one distro and it only takes up 2.5 (would be less but i Had to install KDE on top of Enlightenment)

depending on the dsitro you use, 10 gig should be fine... 20 more than enough.
 
Old 03-24-2005, 12:50 AM   #10
Trio3b
Member
 
Registered: Oct 2004
Location: Texas, USA
Distribution: MDV 2008.1, PCLinuxOS,
Posts: 315

Rep: Reputation: 30
modem help

Modem Help

Here are some notes made to myself on the road to getting internet connected with Linux....hope it helps.

Just got on line with Amigo AMI-IA56 internal PCI dialup modem with Intel 536ep chipset. ( google for it)

Maybe this will help.

1. Your ISP must play nice w/Linux...mine didn't (AOL) , had to change ISP.

2. I guess you know that DSL thru LAN (NIC) connection is easiest. No drivers. Took about 4 minutes.

3. Next easiest is dialup with external serial (NOT USB) modem. Google for Best DATA or US Robotics ($20 - $65). No drivers. Takes about 5-10 min. to configure in Kppp. I bought one for the kid's PC at thrift store. ($4). Everyone's getting rid of older 56k ser. modems. (they work with linux and are faster than some internal PCI modems)

4 .More difficult is internal PCI modem requiring drivers (which includes both soft and hardware modems) You must determine whether your modem is a softmodem or a hardware modem. If you insist on installing an internal PCI modem, be prepared to search for drivers. It could take 1 day or three weeks depending on lots of variables. Also, do not expect much tech support from the modem manufacturer, even if the modem is listed as being linux compatible.
Check here --> http://www.linmodems.org
or here --> http://www.modemsite.com

Of course I chose the most difficult install. This was my tutorial to myself after successful install.
I cannot guarantee any success with your setup:

my setup:
Mandrake 10.0 download.
KDE3.2
Konqueror
2.6.3-7 kernel
Amigo AMI-IA56 internal hdwr PCI modem w/Intel 536ep chipset ($20)

Intel 536ep modem install

Install modem in PC
make sure kernel source is installed by the following:
(you must have your install cd's ready)
open a terminal>logon as root(su)>enter password>then type:
# urpmi kernel-source


Must use EXACT drivers for EXACT modem for EXACT kernel version.
Use the intel 536ep 4.69-mdk10-up.tgz file from Intel site. Drivers on modem disk are outdated (they are for kernel 2.4.x)
Use GUI to create empty folder in /home/user/ ....named Intel
copy .tgz file to folder using GUI
unzip the file by one of the following methods:
In terminal:
# tar -zxvf <filename>.tgz
the file will be unzipped into a new folder in the Intel folder

OR

In the GUI (Konqueror) right click the .tgz file>choose actions>choose extract here. Again, new folder will be created in Intel folder.
Use whichever method DOES NOT impose locked permissions on the unzipped files.
Follow instructions in the readme created in the unzipped folder.
Go back to terminal:
move into the directory created by the unzip action by:
# cd <filename directory>
# make clean
# make 536
#make install
reboot PC
this will create a /dev/modem/ link. Use this setting in the Kppp dialer.

The Kppp dialer is a completely different project once you have loaded the drivers. If you need help, I will try to post, but am still experimenting with modem commands...... ...slower connect speeds (28800 - 45000) actually give the best combination of speed AND stability.
Good luck
 
  


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
My instructions are for Linux, but I work in Win...what is the win equialent of (~)? michaelton Linux - Newbie 2 05-21-2004 11:15 AM
win modem shud work on linux Xing Linux - Hardware 1 09-16-2003 10:38 AM
Win modem for Linux?? yellowbelly Linux - Hardware 1 06-13-2003 04:35 PM
can my win modem work with linux and where i get yubz86 Linux - Hardware 3 12-20-2002 12:48 AM
win modem lunatic Linux - Hardware 2 04-03-2002 11:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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