hylafax安装过程没问题,运行faxsetup,后面要求写端口的时候
Serial port that modem is connected to []? cuad0
Hmm, there does not appear to be an fuser command on your machine.
This means that I am unable to ensure that all processes using the
modem have been killed.I will keep going, but beware that you may
have competition for the modem.
...省略.....
Now we are going to probe the tty port to figure out the type
of modem that is attached.This takes a few seconds, so be patient.
Note that if you do not have the modem cabled to the port, or the
modem is turned off, this may hang (just go and cable up the modem
or turn it on, or whatever).
Probing for best speed to talk to modem: 38400 OK.
Terminated
About fax classes:
The difference between fax classes has to do with how HylaFAX interacts
with the modem and the fax protocol features that are used when sending
or receiving faxes.One class isn't inherently better than another;
however, one probably will suit a user's needs better than others.
Class 1 relies on HylaFAX to perform the bulk of the fax protocol.
Class 2 relies on the modem to perform the bulk of the fax protocol.
Class 2.0 is similar to Class 2 but may include more features.
Class 1.0 is similar to Class 1 but may add V.34-fax capability.
Class 2.1 is similar to Class 2.0 but adds V.34-fax capability.
HylaFAX generally will have more features when using Class 1/1.0 than
when using most modems' Class 2 or Class 2.0 implementations.Generally
any problems encountered in Class 1/1.0 can be resolved by modifications
to HylaFAX, but usually any problems encountered in Class 2/2.0/2.1 will
require the modem manufacturer to resolve it.
If you're unsure and your modem supports it, use Class 1.
Hmm, this looks like a Class 1 modem.
Hmm, something seems to be hung, check your modem eh?
Product code (ATI0) is "1.0".
Hmm, something seems to be hung, check your modem eh?
Other information (ATI3) is "MD56xx".
DTE-DCE flow control scheme [default]?
Hmm, something seems to be hung, check your modem eh?
然后系统就一直提示Hmm, something seems to be hung, check your modem eh?这句话,我看到其他人在freebsd 5.X上也有这个问题,解决不了。
重要的是,这个同样的modem,在debian 3和hylafax的系统上顺利通过。
-----------------------------------------------
现在faxaddmodem可以通过,参考网上的一些信息,我做了个补丁patch-etc-faxaddmodem.sh.in,放在/usr/ports/comms/hylafax/files下面,收发传真的测试成功。 对应的版本为hylafax-4.3.2
etc/faxaddmodem.sh.in如下
---etc/faxaddmodem.sh.in.origThuAug1616:11:132007
+++etc/faxaddmodem.sh.inThuAug1616:11:432007
@@-869,7+869,7@@
#resetthemodem.Ifsomethinggoeswrong,it'll
#nagtheusertocheckontheproblem.
#
-(trap"exit1"1215;
+(trap"exit1"12;
whiletrue;do
sleep10;
echo""
分享到:
相关推荐
本指南将详细阐述FreeBSD 8.4的安装过程,以及如何在安装完成后部署Panabit网络管理软件。 一、FreeBSD 8.4安装步骤 1. 获取安装媒介:首先,你需要下载或制作FreeBSD 8.4的安装媒介,通常可以是ISO镜像文件,然后...
FreeBSD11下安装Apache24的详细过程
在FreeBSD 11.0操作系统中安装phpMyAdmin是一个涉及多个步骤的过程,涉及到系统管理、包管理、网络服务配置等多个IT知识点。首先,我们来详细了解这个过程。 **1. 环境准备** 在开始安装之前,确保你的FreeBSD系统...
### FreeBSD U盘安装教程知识点详解 #### 一、前言 FreeBSD是一款强大的类Unix操作系统,因其稳定性、安全性和性能优化而备受服务器管理和技术爱好者的青睐。随着版本更新和技术进步,FreeBSD支持从U盘安装已成为一...
Step 2: FreeBSD 下的磁盘概念及硬盘分区 在安装 FreeBSD 之前,需要了解 FreeBSD 的磁盘概念和硬盘分区。FreeBSD 使用BSD磁盘标签来标识硬盘,硬盘被分为多个分区,例如 /、/usr、/var 等。您需要规划硬盘空间,...
1. 更新系统到最新补丁,使用`freebsd-update fetch install`命令。 2. 配置防火墙规则,如`ipfw`或`pf`,以增强安全性。 3. 安装额外的软件包,满足工作或个人需求。 **十一、用户账户管理** 1. 创建普通用户账户...
以上就是在FreeBSD 11.0环境下安装MySQL数据库的详细步骤。在实际操作中,可能会遇到各种问题,如网络问题、权限问题等,需要根据错误提示进行解决。同时,记得定期备份数据,确保系统的安全性,以防止数据丢失。在...
FreeBSD 8.0 安装教程 本文档提供了 FreeBSD 8.0 的详细安装教程,从下载镜像文件到完成安装的整个过程。对于第一次安装 FreeBSD 的人来说,这个教程提供了非常详细的步骤指导,可以帮助他们轻松地安装 FreeBSD 8.0...
FreeBSD是一种类UNIX操作系统,但不是真正意义上的UNIX操作系统,它是由经过BSD、386BSD和4.4BSD发展而来的Unix的一个重要分支,它支持 x86 兼容(包括 Pentium® 和 Athlon™)、amd64 兼容(包括 Opteron™、Athlon...
设置防火墙规则,关闭不必要的服务,安装安全补丁等。 通过以上步骤,可以顺利完成FreeBSD系统的安装与基本配置。需要注意的是,安装过程中可能会遇到各种问题,建议查阅官方文档或社区论坛寻求帮助。
### VMWARE下安装FreeBSD知识点总结 #### 一、FreeBSD简介 FreeBSD是一种类Unix的操作系统,基于BSD(Berkeley Software Distribution),它以其稳定性和安全性而闻名。FreeBSD 7.0作为早期版本之一,提供了强大的...
本文将详细介绍FreeBSD 6.2的安装过程,包括必要的步骤、工具的使用以及关键软件的安装。 ### 1. 下载与刻录FreeBSD 6.2 首先,你需要从FreeBSD官方镜像站点或第三方提供者处下载FreeBSD 6.2的ISO映像文件。确保...
FreeBSD系统安装手册,便于查询解决查询烦恼。
FreeBSD11下安装PHP的详细过程
### FreeBSD安装知识点详解 #### 一、FreeBSD与Linux的区别 FreeBSD被视作一个更加接近Unix的传统系统,相比Linux,它保留了更多的Unix特性。这一点体现在其代码库的纯净性和简洁性上,使得FreeBSD在某些方面比...
### FreeBSD基本安装与汉化详解 #### 一、FreeBSD简介 FreeBSD是一种类Unix操作系统,以其稳定性、安全性和性能而著称。它基于Berkeley Software Distribution (BSD)的源代码,提供了强大的网络功能和广泛的硬件...
FreeBSD 详细安装步骤
"FreeBSD 8.1详细安装教程无桌面环境版" FreeBSD 8.1 是一个功能强大且可靠的操作系统,以下是 FreeBSD 8.1 安装教程无桌面环境版的详细步骤: Step 1: 进入 BIOS 设置 在安装 FreeBSD 之前,需要先进入 BIOS ...