亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 1862 | 回復(fù): 0
打印 上一主題 下一主題

SCO UnixWare 7.1.4下配置聲卡 [復(fù)制鏈接]

論壇徽章:
1
15-16賽季CBA聯(lián)賽之北控
日期:2022-03-04 22:35:50
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2008-03-25 10:43 |只看該作者 |倒序?yàn)g覽

作者:sco  出處:uw714doc.sco.com   
Configuring a sound card
If you want to install a sound card after installing UnixWare 7 and the LKP, you need to do the following to enable Linux application to use it. Sound card configuration is performed entirely on the Unix side; only the configuration of Linux applications to use the card is done from the LKP side.
  • Install the sound card in your system using scoadmin audio from a UNIX shell or desktop.
  • Download the Open Sound System

    (OSS) from
    http://www.opensound.com.
    (They provide a free evaluation copy, but charge for a permanent license.)
    Select the UnixWare 7 version of the OSS and follow their installation instructions. Note the device node under /dev used by the audio card.
  • Verify that the sound card is working on UnixWare 7 in UNIX mode using OSS.
  • Determine the major node of the UnixWare 7 audio device node:    ls -l /dev/audio-device
    Do this from a Unix shell: you need the major number of the UnixWare 7 device node, not the Linux device node.
    In the output of ls, the major and minor numbers are listed in the column before the date, separated by a comma; as in the following example, where 29 is the major number:    crw-rw-rw-    1 bin      bin       29,  0 Apr  7  1998 audio
  • Change directory to /linux/lxinst/dev.    cd /linux/lxinst/dev
  • Copy the following script into a file name mkaudio.sh in the current directory:    #!/bin/sh
       
       umask 111
       rm audio
       rm audio0
       rm audio1
       rm audio2
       rm audio3
       rm audio4
       rm dmfm0
       rm dsp
       rm dsp0
       rm dsp1
       rm dsp2
       rm dsp4
       rm dspW0
       rm dspW1
       rm midi00
       rm midi01
       rm midi02
       rm midi03
       rm midi04
       rm mixer0
       rm mixer1
       rm mixer2
       rm mixer3
       rm mixer4
       rm music
       rm sequencer
       rm sndstat
       mknod audio c $1 4
       mknod audio0 c $1 4
       mknod audio1 c $1 20
       mknod audio2 c $1 36
       mknod audio3 c $1 52
       mknod audio4 c $1 68
       mknod dmfm0        c $1 7
       mknod dsp c $1 3
       mknod dsp0 c $1 3
       mknod dsp1 c $1 19
       mknod dsp2 c $1 35
       mknod dsp4 c $1 67
       mknod dspW0 c $1 5
       mknod dspW1 c $1 21
       mknod midi00 c $1 2
       mknod midi01 c $1 18
       mknod midi02 c $1 34
       mknod midi03 c $1 50
       mknod midi04 c $1 66
       mknod mixer0 c $1 0
       mknod mixer1 c $1 16
       mknod mixer2 c $1 32
       mknod mixer3 c $1 48
       mknod mixer4 c $1 64
       mknod music c $1 8
       mknod sequencer c $1 1
       mknod sndstat c $1 6       
  • Run the script as follows, using the major number of the UnixWare 7 audio device obtained previously:    sh ./mkaudio.sh major#
  • You should now be able to configure a Linux application under LKP to use the audio card you just installed.


    本文來自ChinaUnix博客,如果查看原文請(qǐng)點(diǎn):http://blog.chinaunix.net/u/31/showart_507373.html
  • 您需要登錄后才可以回帖 登錄 | 注冊(cè)

    本版積分規(guī)則 發(fā)表回復(fù)

      

    北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
    未成年舉報(bào)專區(qū)
    中國互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
    感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

    清除 Cookies - ChinaUnix - Archiver - WAP - TOP