- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Help initializing modem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2003 12:56 PM
11-01-2003 12:56 PM
Help initializing modem
how does one dertermine which device file does this modem belong to? Here's the output of lspci,
00:1f.6 Modem: Intel Corp. 82801DB AC'97 Modem (rev 03).
fyi, I am running rh9.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2003 02:14 PM
11-01-2003 02:14 PM
Re: Help initializing modem
I do not have Redhat, but my SuSE system does have a /dev/modems directory, which is the place I would start looking...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2003 06:46 PM
11-01-2003 06:46 PM
Re: Help initializing modem
Try with /dev/modem
[root@zigor-rh9 /]# ll /dev/modem
lrwxrwxrwx 1 root root 10 Oct 26 11:56 /dev/modem -> /dev/ttyS0
HTH
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2003 02:19 AM
11-02-2003 02:19 AM
Re: Help initializing modem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2003 06:19 PM
11-02-2003 06:19 PM
Re: Help initializing modem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 01:46 AM
11-03-2003 01:46 AM
Re: Help initializing modem
ttyS0 at 0x03f8 (irq = 4) is a 16550A
It does not have a modem attached to it. Isn't this suppose to be my com1 port? What is going on here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 03:59 AM
11-03-2003 03:59 AM
Re: Help initializing modem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 04:14 AM
11-03-2003 04:14 AM
Re: Help initializing modem
ls -l /dev/modem
lrwxrwxrwx 1 root root 5 May 14 15:57 /dev/modem -> ttyS0
often in the default install this is just
ls -l /dev/ttyS0
crw-rw---- 1 root uucp 4, 64 Jan 30 2003 /dev/ttyS0
This is if you use uucp
I also find usefull to invoke as root
# minicom -s
from there you can set up port/modem terminal setup and more
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 02:49 PM
11-03-2003 02:49 PM
Re: Help initializing modem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 05:54 PM
11-03-2003 05:54 PM
Re: Help initializing modem
http://seehuhn.de/comp/toshiba.html#modem
It might be a bit old now though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2003 09:49 PM
11-29-2003 09:49 PM
Re: Help initializing modem
win modem sr those modems which r emulated my their driver to windows as they r orignal serial devices
u didnt mentioned by wt name is it identified in any windows OS
i configed intel HAM 56k Ambient chipset modem in linux
check there which modem do u have
http://www.intel.com/design/modems/support/drivers.htm#drivers
http://downloadfinder.intel.com/scripts-df/Product_Filter.asp?ProductID=977
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2003 09:55 PM
11-29-2003 09:55 PM
Re: Help initializing modem
use kppp (best as far as i had been using)
in KDE to onfig modem
if u r not a newbie then use
/etc/wvdial.conf file
if u already had installed wvdial rpm
u can check wether wvdial is installed by comand at shell
rpm -q wvdial
good luck