LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-12-2002, 02:35 PM   #1
dimeo111
LQ Newbie
 
Registered: Nov 2002
Distribution: RedHat 8.0
Posts: 11

Rep: Reputation: 0
RedHat 8.0 modem issue?


unfortunattley I am stuck useing a dialup modem which is a external serial &comport Zoom dual mode 56k modem model#2949L lucent chipset I have allready visited linmodems.org they said that all serial modems should work under Linux anyway this one is NOT it does not recognize my modem but when GRUB boots the indicator lights are working showing progress But when I get to the SYS I go too the menu and apply internet connection wizard from there the sys created a generic modem this driver is not working I went to ZOOM.com to see if they had drivers for linux couldn't find any I am very new to linux i was wondering if there is some type of command you can give the sys too see if that would help the sys to recognize the modem the reason I am asking this is because I had an issue with my video card so I had to go into VMLINUZ too get the video card to work can the same be done for modems?
 
Old 11-12-2002, 04:25 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
try minicom, see if it can communicate with your modem
 
Old 11-12-2002, 05:01 PM   #3
dimeo111
LQ Newbie
 
Registered: Nov 2002
Distribution: RedHat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
What is minicom

sorry but i do not know what minicom is ? is it a test driver that you can download I am extremally new to linux and how do I install minicom if it is a driver.
 
Old 11-12-2002, 05:31 PM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
it is a program
 
Old 11-12-2002, 05:40 PM   #5
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
It's a low-level communications program that can be used to connect to other computers with a modem/serial connection, but in this instance, is more useful as a test-bed to see if your modem is being detected properly.
 
Old 11-12-2002, 07:45 PM   #6
dimeo111
LQ Newbie
 
Registered: Nov 2002
Distribution: RedHat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
Ok I downloaded minicom to disk ? how do I install ,I went too the sys menu the only thing I could find was Harddisk formatter but when I tryed it sys ask if I want to format disk if I am not mistakein that would overwrite the program.So how do I open the floppy disk in Linux or better yet how do I do the install sorry I have been a windows slave hopeing to break free of the darkside.......
 
Old 11-12-2002, 07:51 PM   #7
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
It should already have been installed on your system...
 
Old 11-12-2002, 08:11 PM   #8
VioLaToR
Member
 
Registered: Aug 2002
Distribution: ArchLinux 2007.08 / Slackware 11.0
Posts: 58

Rep: Reputation: 15
you have to mount the floppy if you have inserted the disk after you log into X. If you have the disk in the drive on startup, it should mount it automatically. If there is a floppy icon on your desktop, try right-clicking on it and see if there is an option to MOUNT. If there is, then click it to mount the drive. Konqueror should open a window upon mounting the device and show you the contents of the drive.
 
Old 11-12-2002, 08:16 PM   #9
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
you downloaded it to a floppy?

ok, first see if you alredy have it

open an xterm or in a terminal type this...

minicom


if you get command not found or permission denied error login as root or use

su -

then try it

if it's not there then mount the floppy...

mount /dev/fd0 /mnt/floppy

cd /mnt/floppy

is it an rpm file, I hope so


run this...


rpm -iv filename

then run this...

minicom
 
Old 11-12-2002, 08:24 PM   #10
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Alternatively, check which com port it's on (if it's a serial device, it should normally be on ttyS0 or ttyS1) and try cating some hayes to it:
cat > /dev/ttyS0 and then type something like atz or atd 1234 and see how your modem responds. If it doesn't work for one, try the other.
 
Old 11-12-2002, 10:00 PM   #11
dimeo111
LQ Newbie
 
Registered: Nov 2002
Distribution: RedHat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
ok I went into terminal mode and typed minicom this is the response minicom: there is no global configuration file/etc/minirc.dfl create one (with minicom -s) Then I went too the menu an found Disk management & used the user mount tool mount reaply (mount:I could not determine the file system type,and none was specified.
 
Old 11-13-2002, 02:27 AM   #12
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
mount what?

minicom is on your system there is nothing to mount

run this...

minicom -s

it needs to create the config file
 
Old 11-13-2002, 02:29 AM   #13
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I'm not sure what all that mount stuff was but if you just open a command prompt somewhere and type this

mount /dev/fd0 /mnt/floppy

let me know if there are errors
 
Old 11-13-2002, 09:21 AM   #14
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
OK, let's just back up here.

Minicom is a program that should already by on your system. You do not need to download it, you should not need to install it (unless it's not been installed from your CDs)... and this modem is a serial modem - i.e. it plugs into the serial socket on the back of your PC? It shouldn't matter if it has lucent chips on it - the serial port is not really fast enough for data to be transfered to the PC for software decoding, so it is (almost certainly - I may be proven wrong) going to be a hardware modem!

If you can't find minicom on your computer, then use the CAT command and pass some HAYES commands to the appropriate device - if you have Windows running on your machine, you can verify which com port the modem is on from there:

COM1 = /dev/ttyS0
COM2 = /dev/ttyS1
COM3 = /dev/ttyS3
COM4 = /dev/ttyS4

There should be no need to mount anything, to download anything, or to otherwise do anything else!
 
Old 12-30-2002, 12:29 PM   #15
ronald_jon@msn
LQ Newbie
 
Registered: Dec 2002
Location: Dallas
Posts: 4

Rep: Reputation: 0
From linmodem, click the link for Contextext drivers, that will take you to a page that has an rpm package for Zoom type modems.
 
  


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
another modem issue Pawnee20 Linux - Hardware 18 02-19-2005 10:42 AM
Modem issue HeReigns Linux - Hardware 0 07-07-2004 04:04 PM
Modem issue HeReigns Linux - General 6 07-01-2004 04:20 PM
Modem Issue Again sKiBa Linux - Newbie 2 06-13-2004 09:37 AM
Modem Issue Serga Linux - Software 2 01-07-2002 06:37 PM

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

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