Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Modem problem: "Sorry, modem is busy" Post 13142 by sed on Saturday 12th of January 2002 02:45:16 AM
Old 01-12-2002
You must be using an internal modem to dial up. And UNIX can not
support internal modems very well. the solution:
1. re-configure your kernel to find the modem hardware.
2. use an external modem to have a try.
3. download a driver program to support your internal modem under UNIX.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Modem - Test /dev/modem

Ok. I tried following the directions from some of the other threads, but I've hit a road block. I have red hat 7.3 and I installed the hcf package: hcfpcimodem-0.99lnxtbeta03042700k2.4.18_3-1rh.i386.rpm It installed ok, no errors, but I still can't get linux to find my modem. I've tried... (2 Replies)
Discussion started by: lawadm1
2 Replies

2. Cybersecurity

how to access computer behind cable modem, from outside,across "the Internet"

hi im running a web server running, connected to my cable modem, which, as usual, has 2 different network address. one from "outside"(ie from isp), and the other for the internal network. im giving a static ip to the server.how do i access this server from outside the network across "the... (2 Replies)
Discussion started by: R00tSc0rpi0n
2 Replies

3. UNIX and Linux Applications

A question/problem about oracle "tns listener" and "enterprise manager"

hi, I have * an IBM P550 machine, * an AIX 5.3 running on it and * an oracle database, already installed on it. The problem (or question of my own) is: Oracle tns listener, "CT_LISTENER", and the enterprise manager (EM) of the instance, which is uniq instance and called... (0 Replies)
Discussion started by: talipk
0 Replies

4. UNIX for Advanced & Expert Users

A question/problem about oracle "tns listener" and "enterprise manager"

hi, I have a problem about the Oracle related components. I'm not able to find any answer yet, and waiting for your responses... Here is the configuration of my system: * an IBM P550 machine, * an AIX 5.3 running on it and * an oracle database, already installed on it. The problem (or... (1 Reply)
Discussion started by: talipk
1 Replies

5. Linux

Umount of a "busy" disk

A product I am working on manages storage. We are currently porting it from Solaris to Linux. The product allows its user, among other things, to add and remove file server volumes, where these volumes are exported using the NFS or the CIFS protocol. The problem is that when the user requests to... (5 Replies)
Discussion started by: dhzdh
5 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. UNIX for Dummies Questions & Answers

UNIX rm -rf error "rm: cannot remove `filename' : Device or resource busy"

Hi Everyone, I am trying to remove a directory: $ rm -rf directory_name/ rm: cannot remove `directory_name/filename': Device or resource busy What does this mean, and why can't I remove these files? I already tried moving into the directory, and removing the files individually, but I... (7 Replies)
Discussion started by: Anna_Z
7 Replies

8. Solaris

"Device busy" When Reopening Serial Port

Any help much appreciated. I am a Java developer, not a Solaris adept. I'm having an issue reopening serial port with the Java app I am developing. I develop in Windows and deploy the app on Solaris 10 (Sunfire X4170 with Xeon.) On the target machine my app uses the two serial ports... (11 Replies)
Discussion started by: Jim Ryan
11 Replies

9. SCO

NFS umount shows the "Device busy (Error 16)"

Hi there After making a backup copy of it sometimes happens that when I want to unmount an NFS indicates the error:umount: /path_mount busy: Device busy (Error 16) if I run lsoff, I can not find the process that is blocking the application. I'm using OpenServer 5.0.2c as one NFS server ... (14 Replies)
Discussion started by: flako
14 Replies

10. Solaris

How to remove a LUN in "Online Busy" state?

Hi all, I have a LUN that is in "Online Busy" when I issue the dev_gestate subcommand of luxadm: root@es088wb6:~# luxadm -v -e dev_getstate /dev/rdsk/c21t50050763090887FEd4s2 phys path = "/devices/pci@6c0/pci@1/pci@0/pci@4/SUNW,qlc@0/fp@0,0/ssd@w50050763090887fe,4:c,raw" ... (5 Replies)
Discussion started by: ludiegu
5 Replies
BAYCOMEPP(8)						   Linux AX.25 Utilities Manual 					      BAYCOMEPP(8)

NAME
baycomepp - Baycom EPP modem driver SYNOPSIS
baycomepp [ -lknvcaz ] [-p portaddr] [-m modestr] [--epp] [--ecp] [--eppconv] [--eppafsk] [--ifname name] [--hwaddr callsign] [--ipaddr ipaddress] [--netmask netmask] [--broadcast broadcast] DESCRIPTION
baycomepp is a user mode driver for the Baycom EPP modem family. It currently supports the conventional EPP modem (using the IDT 72xxx FIFO's) and the FPGA (Xilinx XCS10) variant. The driver automatically initializes the FPGA modem depending on the requested mode. In order to keep the resident memory footprint small (approx 20kBytes plus standard system shared libraries like libc), the initialization code is contained in a shared library called baycomfpga_init.so . This driver is able to automatically attach itself to the kernel network stack as a network interface (usually called ax0). To do this it requires the Linux Kernel MKISS driver (enable CONFIG_MKISS). OPTIONS
baycomepp accepts the following options: -h --help Display an overview of the available command line parameters and exit. -v --verbose Increases the verbosity of the output. May be cumulated. -p --port Specifies the base address of the EPP capable parallel port to which the modem is connected. Use the 0x prefix to specify hexadecimal numbers. -m --mode Specifies various ``firmware'' options. -n --no-daemon Do not start up in background as a daemon. Also log received and transmitted packets to stdout. -l --log Log to syslog. -k --kill Kill running baycomepp daemons. Don't start the driver proper. --epp Start up in EPP FSK mode. Requires the FPGA version. --eppafsk Start up in EPP AFSK mode. Requires the FPGA version. --ecp Start up in ECP FSK mode. Requires the FPGA version. --eppconv Start up in conventional EPP FSK mode. Requires the conventional version. --ifname Set the name of the interface (requires Linux 2.2.x) --hwaddr Set the hardware address (callsign) of the interface --ipaddr Set the ip address of the interface --netmask Set the netmask of the interface --broadcast Set the broadcast address of the interface FIRMWARE OPTIONS
intclk uses FPGA internal clock; don't use if an external oscillator is on board. extclk uses the external oscillator; recommended if the internal modem is used, as the frequency of the FPGA oscillator is not accurate enough. intmodem uses the internal modem extmodem uses a DF9IC type modem connected to the high speed modem connector divider=x sets the clock divider for the internal modem (baud=fquartz/16/divider) loopback sets an internal modem loopback extstat allows extended status readback noextstat disallows extended status readback SEE ALSO
ifconfig (8), sethdlc (8), AUTHOR
baycomepp was written by Thomas Sailer, HB9JNX/AE4WA (sailer@ife.ee.ethz.ch). BaycomEPP 0.2 13 May 1998 BAYCOMEPP(8)
All times are GMT -4. The time now is 01:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy