Sponsored Content
Full Discussion: Solaris USR5610B Setup...
Top Forums UNIX for Dummies Questions & Answers Solaris USR5610B Setup... Post 32496 by RTM on Wednesday 27th of November 2002 11:13:28 AM
Old 11-27-2002
FYI - link for external modem set up on Sunsolve

There was no specific problems noted for Solaris 8x86 and USR modems on SunSolve. The following was for Solaris 2.4x86:

Quote:
The modem card is:
WorldPort 14,400 Fax/Data Modem - PCMCIA 2.0
U.S. Robotics
(looks exactly like the Sun WorlPort modem card with an
attached box with a phone jack)

After Solaris x86 2.4 was installed, it was followed by the
PCMCIA Driver Update 6 installation.

The modem card was not being recognized by the pcmcia drivers
and the following was shown on the output of prtconf:

pcmcia, instance #0
pcser, instance #0
PC,Intel MODEM 2400+ iNC110US A-0 (driver not attached)

When doing tip the modem will appear to connect...it beeps and
says it is connected. But he cannot do any simple modem commands...nothing happens. If he un-hotplugs the card he will get "connection closed eot".


The workaround suggestion:


[msb 6/21/95] Try tio get USR to fix their modem. Good luck - they will just
tell you that "Well, it works OK on DOS".
Suggest you check out what modems ARE supported and replace the modem. It may be the easiest way to get it working (assuming that you HAVE checked that it isn't a cable problem).
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris UNIX Printer Setup

I have a HP laserjet 5Si MX on a Microsoft network that I need to route my print output to. I have setup a host that amounts to just the ip address of the printer, and created a printer that is connected to that host. My print is sent directly to the printer, but it is not formatted correctly. ... (2 Replies)
Discussion started by: pkappaz
2 Replies

2. UNIX for Dummies Questions & Answers

Solaris 8 Setup

I recently picked up a Sparc Station 20, and installed a fresh copy of Solaris 8 on it. I've been attempting to set it up so it recognizes/is recognized by the rest of my network so I can setup a PPPoE connection. According to ifconfig -a, I've got an IP address. According to dmesg | grep... (2 Replies)
Discussion started by: caphector
2 Replies

3. Solaris

modem setup solaris 10 x86

I,am trying to configure an external multitech 5656zdx modem for dial in mode on a serial port using a dell 1800 server with solaris 10 for intel as the OS. It answers only once, further attemps fail, I have to reboot system before it will work again. I also used an older model 3334zdx which... (1 Reply)
Discussion started by: albm
1 Replies

4. UNIX for Dummies Questions & Answers

solaris 10 wireless network setup

I installed solaris 10 x86 on my dell laptop on a partition alongside windows xp. I am able to connect to the internet in xp with both my ethernet local area connection as well as through my wireless network card. But, however i do not have clue as to how to go about it in solaris. i did not... (0 Replies)
Discussion started by: stakes20
0 Replies

5. Solaris

How to? Setup VPN on Solaris 9/10?

Can you use the new OpenSwan IPsec on Solaris? Or what software does Sun provide for Windows-Solaris integrated VPNs? Thanx. :D (0 Replies)
Discussion started by: Joncamp
0 Replies

6. Solaris

setup exceed solaris 10

Hi All, How do I setup exceed on solaris 10 either sparc or intel? When I ssh or telnet and exceed is already running? Nothing comes out when I run smc. Thanks in advance, itik (0 Replies)
Discussion started by: itik
0 Replies

7. Solaris

Setup HP Cp3505n printer with Solaris 10

Please someone help me to setup HP Cp3505n running with Solaris 10. Thanks so much! (3 Replies)
Discussion started by: Caktus
3 Replies

8. Solaris

Solaris 10 internet connection setup

I have a solaris 10 on my laptop. I want to let my internet work. Command: ifconfig -a Return: lo: ... e1000g0: ... I dont know what else to setup so when I open firefox, I have access to internet. Can anyone show me how to do the setting? Thanks a lot. (1 Reply)
Discussion started by: dbahaha
1 Replies

9. Solaris

Internet setup on Solaris 10

Hi all, I have setup Solaris 10 OS on my home Sparc (Blade 1500) box. I also setup CDE (Common Desktop Environment). The box has Network card with 6 connections available for Internet, So I hooked up a hard-wired link from my router to the first slot. The light is green on both ends. Now, how... (2 Replies)
Discussion started by: steve701
2 Replies

10. Solaris

How to setup rcp in Solaris?

How to setup rcp in Solaris (4 Replies)
Discussion started by: VIJAYA BABU A
4 Replies
pcser(7D)																 pcser(7D)

NAME
pcser - PCMCIA serial card device driver SYNOPSIS
serial@<socket>:pcser serial@<socket>:pcser,cu The pcser PCMCIA serial card device driver supports asynchronous serial I/O access to any PCMCIA card that that complies with Revision 2.1 of the PCMCIA standard and which represents an 8250-type UART interface. PRECONFIGURE
If a PC card modem or serial device is recognized, the pcser device driver is automatically loaded, ports and IRQs allocated, and special files created (if they don't already exist). CONFIGURATION
Configuration steps include initial installation and configuration, identifying an unrecognized device and misidentifying a recognized device. Initial Installation and Configuration 1. Install the Solaris software. 2. Boot the system. 3. Insert the modem or serial device. Identifying an Unrecognized Device If you insert a PC card modem or serial device and it is not recognized (that is, no special files are created under /dev/cua or /dev/term), use the prtconf command to find the problem: 1. Become root. 2. Run the prtconf -D command to see if your modem or serial device is recognized. An unrecognized device will appear at the end of the prtconf output. For example: # prtconf -D . . . pcic, instance #0 (driver name: pcic) . . . pccard111.222 (driver not attached) 3. If your device is not recognized, use the add_drv command to add the name of your device as another known alias for pcser devices. For example, type the following at the command line: # add_drv -i'"pccard111.222"' pcser Note - Include the double quotes in single quotes to keep the shell from stripping out the double quotes. Use the identification string listed in the prtconf output. Use the entire string in the add_drv command. See add_drv(1M). Misidentifying a Recognized Device 1. Run the prtconf -D command to see if your modem or serial device is erroneously recognized as a memory card. If the device is incor- rectly recognized as a memory card, the output of the prtconf command could show: # prtconf -D . . . pcic, instance #0 (driver name: pcic) . . . memory, instance #0 (driver name: pcmem) pcram, instance #0 (driver name: pcram) 2. Use the Configuration Assistant to identify the memory resource conflict, and add correct information for the device on the View/Edit Devices menu. Typically, the problem may be a resource conflict between device memory settings. A PC Card adapter chip that is not fully supported may also be the cause of the problem. 3. To work properly with the Solaris operating environment, all devices must be accounted for, even those the Solaris environment does not support. The Configuration Assistant software accounts for all devices in your system. Additional Configuration When adding a new serial port or modem to the system, you often need to edit configuration files so that applications can use the new com- munications port. For example, the /etc/uucp/Devices file needs to be updated to use UUCP. See Overview of UUCP in the System Administra- tion Guide. For PPP on the serial port, see pppd(1M) and Solaris PPP Overview in the System Administration Guide. Special Files The serial devices in /dev/term and /dev/cua are named by socket number. A card inserted in socket 0 is pc0, and socket 1 is pc1. Hot Plugging If a PC Card modem or serial device is unplugged while in use, the device driver returns errors until the card is replaced in the socket. The device must be closed and reopened with the card reinserted before the device begins working again. The restart process depends on the application. For example, a tip session automatically exits when a card in use is unplugged. To restart the system, you must restart the tip session. /kernel/drv/pcser pcser driver /dev/term/pcn dial-in devices /dev/cua/pcn dial-out devices where: n is the PCMCIA physical socket number. cu(1C), tip(1), uucp(1C), autopush(1M), pcmciad(1M), ports(1M), ioctl(2), open(2), pcmcia(7D), termio(7I ), ldterm(7M), ttcompat(7M) pcser: socket n soft silo overflow The driver's character input ring buffer overflowed before it could be serviced. pcser: socket n unable to get CIS information The CIS on the card has incorrect information or is in an incorrect format. This message usually indicates a non-compliant card. 10 Sep 2002 pcser(7D)
All times are GMT -4. The time now is 10:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy