分享
 
 
 

OSS快速安装指南

王朝other·作者佚名  2006-11-23
窄屏简体版  字體: |||超大  

fjxufeng(风过留枫) 译

Quick installation instructions for Open Sound System

=====================================================

快速安装OOS(开放的声卡系统)指南

IMPORTANT! Do not remove any OSS files if you are upgrading from an earlier

Open Sound System version. The upgrade procedure requires that

all files

from the previous Open Sound System installation are in

their place.

重要提示:如果你是从更早版本的OOS中升级,一定不要删除任何一个文件。因为升级时需要这些文件呆在原位上。

You should have three files in this directory:

你可以在这个目录下看到三个文件:

INSTALL (this file)

INSTALL:安装指南,就是这个文件!

oss-install The installation program

oss-install:安装主文件

oss.pkg A data file containing the software to be installed.

oss.pkg:OSS包含的数据文件

To install the OSS software you should perform the following steps:

安装OSS软件你需完成以下几个步骤:

1) OSS can't be installed if there is a sound driver already loaded. The easiest

way to verify this is to execute cat /dev/sndstat. If it

prints out

information about sound drivers, it means you have some

driver installed.

1)如果在你的系统中已经装载了声卡驱动程序,OSS将不能正常安装。你可以执行 cat /dev/sndstat命令检查你的系统中是否已经安装了声卡驱动程序。如果这个命令打印出一些关于声卡的驱动程序信息,就意味着你安装了声卡驱动程序。

a) If you have earlier version of Open Sound System installed you

should unload

it using "soundoff" before proceeding. However you _DO NOT_ need to remove the existing

driver files since the installation automaticly updates (only) the required parts.

a)如果你已经安装了早期版本的OSS,你可以使用soundoff 将OSS从你正在运行的系统中unload掉。但你不能将OSS中的已存在的驱动程序文件面面删掉!因为在升级时,需要这些文件。

b) There is a sound driver compiled in the kernel (not as a loadable

module). In this

case you have to reconfigure and recompile the kernel so that there is no sound driver

included. Don't forget to boot with the newly compiled kernel before proceeding.

This only affects Linux,FreeBSD, SCO OpenServer, UnixWare and BSD/OS versions of OSS.

b)如果你有一个声卡驱动程序编译在内核中,你就必需重新配置再重新编译内核以确保不包含声卡驱动程序。做完后别忘了用新的内核重新引导系统。这一点针对的是Linux,FreeBSD, SCO OpenServer, UnixWare and BSD/OS版本的OSS软件

NOTE FOR LINUX USERS:

In the event that your sound driver is a loadable kernel module,

you should unload

the sound module before proceeding with the OSS installation.

Execute "rmmod

sound" and ensure that the module is not reinstalled during next boot or by kerneld.

The easiest way to do this is to remove all "sound.o" files from the subdirectories

of /lib/modules.

LINUX用户请注意:

如果在你的系统中,内核已装载了驱动程序,你必须unload掉这个声卡模块才能安装OSS,执行rmmod sound,然后确认这个模块不会在重新启动时被装入。一种简单的方法就是直接移去/lib/modules中所有sound.o文件。

2) Execute the installation program (./oss-install). This must

be done

when logged on as root (don't use "su"). The installation

procedure

is described below.

2)执行安装程序:./oss-install。要注意的是:执行这个命令必须以root登录,而不能是用su命令进入root!具体安装如下:

If you get error "./oss-install: No such file or directory" please verify that

you are trying to install proper OSS/Linux installation package. There are

different packages available for both the "traditional" libc/libc5 and the new

glibc/libc6 version (for example RedHat 5.x, SuSE 6.x and later).

如果你在安装的过程中遇到错误:"./oss-install:No such file or directory",请检查你是否选择了正确的安装包。因为有供不同libary使用的版本。

In Linux it's possible that oss-install complains something like

"Error

opening terminal: linux".

在LINUX中,可能会出现oss-install提示象:"Error opening terminal:linux"的错误。

This may happen because there are two different versions of the curses

library.

这种情况的发展是原因在你的系统中有两个版本的library。

You may also try setting the TERM environment variable to vt100.

你也可以尝试有vt100的终端进行设置。

3) After installation is complete, you can start the driver by

executing "soundon".

To stop the driver use "soundoff". These files are found in the directory where

OSS is installed and in some systems they can be found in /usr/local/bin.

When you need to change

configuration of the driver, you an do it by executing "soundconf" in

the directory

where you installed OSS (usually /usr/lib/oss).

3)当安装完成时,你可以执行soundon来启动OSS声卡驱动程序,用soundoff来中止OSS声卡驱动程序。这些文件可以在OSS安装后的目录或/usr/local/bin目录下找到。当你需要改变这个驱动程序的配置时,你可以执行soundconf,这个文件也在你安装OSS的目录下(通常是/usr/lib/oss)。

Selecting the right OSS/Linux installation package (Linux only)

---------------------------------------------------------------

正确地选择OSS/Linux安装包(仅限Linux)

Due to differences between kernel versions there are 8 different

OSS/Linux

installation packages downloadable from our web site.4 of them are for systems

using the traditional libc and the last 4

ones are for new glibc/libc6 library (RedHat 5.x and later, SuSE 6.x

and later and probably all Linux 2.2.x based distributiins).

对应不同的内核,OSS共有8种不同的安装包以供下载。其中有四种是用于传统的library,其余四种是用于新的glibc/libc6(RedHat 5.x以后版本,SuSE 6.x以后版本以及绝大部分基于linux 2.2.x核心的发行版本。

Linux 2.0.x

This is the "normal" version which should be used together with all

kernels between 2.0.0 and 2.0.36 compiled with uniprocessor support

(the default case).

Linux 2.0.x:标准版本,支持Linux 2.0.0-2.0.36内核(单处理器)。

Linux 2.0.x (SMP)

This package is for Linux 2.0.0 to 2.0.36 kernels compiled with SMP

support (SMP=1 uncommented in the kernel Makefile). Use this package only

if you have compiled the kernel yourself with SMP support (all Linux

distributions install the "normal" (non SMP) kernel by default).

Linux 2.0.x(SMP):这个包支持Linux 2.0.0-2.0.36内核(多处理器)。

Linux 2.2.x (SMP)

Linux 2.2.x (UP)

There are two different packages for the latest Linux 2.2.x

kernels. You should select the package depending on the way how the kernel

is compiled (this has nothing to do with the number of CPUs on your

machine).

Linux 2.2.x(SMP)、Linux 2.2.x(UP):这是两个基于Linux 2.2.x核心的不同安装包。你可以根据核心如何编译而选择(这里并不关心你的机器上有几个CPU)。

For example:

例如:

"2.2.0 #2 SMP ..." means that you should select the SMP version while

"2.2.0 #2 ..." means that you should select the UP version.

"2.2.0 #2 SMP ..."意思是你选择了SMP版本。

"2.2.0 #2 ..."则表示你选择了UP版本。

Steps performed by the installation program (oss-install)

------------------------------------------------------------

安装程序oss-install步骤:

When executed oss-install performs the necessary steps required to install

Open Sound System. The steps are:

当你执行oss-install后,须要完成以下步骤:

0) Initial compatibility checks are performed. You will be informed if

you should download another installation package of OSS.

0)首先做兼容性测试。如果你下载了不对的OSS安装包,你将得到它的提示。

1) The program shows the licence agreement. After reading the

agreement, accept it by activating the [Accept] button below the text area.

You can use the arrow up and arrow down keys to scroll the text. Use TAB to

jump between the scroll area and the buttons below it. Press ENTER to

activate the selected (highted lighted) choice.

1)检查后,安装程序将显示安装许可协议。当你读了协议后,如果你同意,则按[Accept]按钮。你可以使用光标键滚动文本区。按TAB键在按钮与文本区中切换。按回车确认。

2) Next the program views release notes of Open Sound System (Readme). After

reading it activate the [Ok] button.

2)接受协议后,程序将显示OOS的版本信息及帮助信息。你读过后按OK按钮继续。

3) The third step is selecting the directory where the Open Sound System

software is installed. The program offers several alternatives but

/usr/lib/oss is the recommended choice.

3)第三步则是为OSS选择安装目录。OSS提供了几个选择,默认是/usr/lib/oss

4) After the above interactive steps the installation program extracts the

software files to the selected directory. It also verifies that the driver

version is compatible with your current kernel version by trying to

load the modules.

4)完成了以上步骤,安装程序将解压软件文件到所选择的目录。并且还检验这个驱动程序是否与你的内核兼容,然后尝试装载这个模块。

NOTE FOR LINUX USERS:

Linux用户注意:

On Linux, if there are some kind of kernel version incompatibilities, the

installation program attempts to resolve them by recompiling the "sndshield"

module. This step succeeds only in systems that meet criterias listed in Readme.

If remompilation fails, you should download new driver version from

http://www.4front-tech.com/linux.html.

在Linux中,如果有些内核版本是不兼容OSS的安装程序将试图通过重新编译"sndshield"模块来解决这个问题。这一步只有当你的系统能使用标准版才会取得成功。如果重新编译失败,你就必须从http://www.4front-tech.com/linux.html下载一个新的版本。

5) Finally the configuration program is invoked automaticly (see below).

最后配置程序以便今后自动调用!

Running the configuration program (soundconf)

---------------------------------------------

运行配置程序soundconf

The configuration program is started automaticly after software installation

is complete. You can run it again by executing "soundconf" command in the

directory where Open Sound System was installed (/usr/lib/oss in most cases).

[1] [2] 下一页

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有