Sponsored Content
Full Discussion: Linux
Top Forums UNIX for Dummies Questions & Answers Linux Post 4231 by pops on Saturday 21st of July 2001 08:01:48 PM
Old 07-21-2001
Smilie cheers, it is a gud site
i think i need to consider getting hold of a cd with a 56k modem
...yeh ok stop laughing..this is the newbie section

thanx for the help
 

2 More Discussions You Might Find Interesting

1. Fedora

Which is the better platform to learn UNIX/Linux (Kali Linux Vs. Red Hat or other)?

I just started a new semester and I started my UNIX class yesterday. I've already decided to use python along with my learning process but what I really want to use with it is Kali as my UNIX/Linux platform to learn off of since I already wanted to learn Cyber Sec. anyways. I just wanted to know if... (12 Replies)
Discussion started by: ApacheOmega
12 Replies

2. UNIX for Beginners Questions & Answers

Simple sed command not working; could be a Mac/Linux vs. PC/Linux issue

Hello, I am on a Mac and trying to clean up some monthly files with a very simple SED: sed '3,10d;/<ACROSS>/,$d' input.txt > output.txt (from the input, delete lines 3 - 10; then delete from the line containing <ACROSS> to the end of the file) then output to output.txt Even when I try... (2 Replies)
Discussion started by: verbatim
2 Replies
UMODEM(4)						   BSD Kernel Interfaces Manual 						 UMODEM(4)

NAME
umodem -- USB modem support SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device umodem device ucom Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): umodem_load="YES" DESCRIPTION
The umodem driver provides support for USB modems in the Communication Device Class using the Abstract Control Model. These modems are basi- cally standard serial line modems, but they are accessed via USB instead. They support a regular AT command set. The commands can either be multiplexed with the data stream or handled through separate pipes. In the latter case the AT commands have to be given on a device separate from the data device. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). HARDWARE
Devices supported by the umodem driver include: o 3Com 5605 o Curitel PC5740 Wireless Modem o Kyocera AH-K3001V Mobile Phone(WILLCOM) o Kyocera WX320K Mobile Phone(WILLCOM) o Metricom Ricochet GS USB wireless modem o Sierra MC5720 Wireless Modem o Yamaha Broadband Wireless Router RTW65b o ELSA MicroLink 56k USB modem o Sony Ericsson W810i phone SEE ALSO
tty(4), ucom(4), usb(4) HISTORY
The umodem driver appeared in NetBSD 1.5. This manual page was adopted from NetBSD by Tom Rhodes <trhodes@FreeBSD.org> in April 2002. BUGS
Only modems with multiplexed commands and data are supported at the moment. BSD
November 22, 2006 BSD
All times are GMT -4. The time now is 03:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy