Configuring the Audio Driver for an AC97 Audio Controller [BigAdmin转过来的]

发布于 2022-07-03 02:56:32 字数 6970 浏览 6 评论 1

看到不少人还在找,所以就贴过来。

Configuring the Audio Driver for an AC97 Audio Controller
Federico Lazcano, June 2005

This Tech Tip shows how to configure a VT8233/VT8235 VIA chipset-based built-in audio device, using the Solaris 10 OS for x86 platforms.

1. Download and Unpack the Driver
The first step in this how-to is to download the driver for the built-in AC97 audio controller. From the Audio drivers for Solaris site, you can download Beta Version 1.9:

http://www.tools.de/solaris/audi ... 9beta-i86pc.pkg.bz2
This package provides several drivers, but we are just interested in two of them:

TOOLSahlp: Audio Driver Framework
TOOLSva8233: Audio Driver for VIA VT8233 AC97 audio controller
Although this was tested only in the Solaris 10 OS, it can also be used in Solaris 8 and 9 releases.

Download the package and save it, for example, in your home directory.

The next step is to unpack the package. The friendly bunzip2 command will do it for us.

bash-3.00$ cd /export/home/flazcano/
bash-3.00$ ls -l *.bz2
-rw-r--r--   1 flazcano other 117207 abr 11 14:18 audio-1.9beta-i86pc.pkg.bz2
bash-3.00$ bunzip2 audio-1.9beta-i86pc.pkg.bz2
bash-3.00$ ls -l *.pkg
-rw-r--r--   1 flazcano other 487424 abr 11 14:18 audio-1.9beta-i86pc.pkg

2. Install and Configure
Let's install the driver. We need administrative privileges to do this.

bash-3.00$ su
Password:
# bash
# pkgadd -d audio-1.9beta-i86pc.pkg

The following packages are available:

  1  TOOLSahlp       Audio Driver Framework
                     (i86pc) 1.9beta
  2  TOOLSbpci       Soundblaster 16/128 PCI (ES1370/1371) Driver
                     (i86pc) 1.9beta
  3  TOOLSemu        Soundblaster Audigy PCI (EMU10Kx) Driver
                     (i86pc) 1.9beta
  4  TOOLSi810       Audio Driver for Intel ICH audio controller
                     (i86pc) 1.9beta
  5  TOOLSva686      Audio Driver for VIA VT82C686A AC97 audio controller (beta)
                     (i86pc) 1.9beta
  6  TOOLSva8233     Audio Driver for VIA VT8233 AC97 audio controller
                     (i86pc) 1.9beta

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:
Now we have several options. First we need to install the audio driver framework, typing 1.

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: 1

Processing package instance <TOOLSahlp> from
   </export/home/flazcano/audio-1.9beta-i86pc.pkg>

Audio Driver Framework(i86pc) 1.9beta
Audio Drivers for Solaris
....
....
....
Installing Audio Driver Framework as <TOOLSahlp>

## Installing part 1 of 1.
/kernel/misc/amd64/audiohlp
/kernel/misc/audiohlp
/kernel/misc/audiohlp.conf
[ verifying class <none> ]

Installation of <TOOLSahlp> was successful.
OK, let's install the driver itself.

# pkgadd -d audio-1.9beta-i86pc.pkg

The following packages are available:
  1  TOOLSahlp       Audio Driver Framework
                     (i86pc) 1.9beta
  2  TOOLSbpci       Soundblaster 16/128 PCI (ES1370/1371) Driver
                     (i86pc) 1.9beta
  3  TOOLSemu        Soundblaster Audigy PCI (EMU10Kx) Driver
                     (i86pc) 1.9beta
  4  TOOLSi810       Audio Driver for Intel ICH audio controller
                     (i86pc) 1.9beta
  5  TOOLSva686      Audio Driver for VIA VT82C686A AC97 audio controller (beta)
                     (i86pc) 1.9beta
  6  TOOLSva8233     Audio Driver for VIA VT8233 AC97 audio controller
                     (i86pc) 1.9beta

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:6
....
....
Do you want to continue with the installation of <TOOLSva8233> [y,n,?] y
....
....
Installation of <TOOLSva8233> was successful.

*** IMPORTANT NOTICE ***
        This machine must now be rebooted in order to ensure
        sane operation.  Execute
               shutdown -y -i6 -g0
        and wait for the "Console Login:" prompt.
As we can see, the installation was successful.

3. Reboot and Enjoy
To apply the changes, we need to reboot our operating system.

# shutdown -y -i6 -g0
Now we can enjoy our favorite tunes on the Solaris 10 OS for x86 platforms.

About the Author
Federico Lazcano works for Kit Ingeneria Electronica S.R.L. in the Pre-Sales area, specializing in hardware and infrastructure services. He is a student at the Universidad Nacional de Rosario, Argentina, seeking his degree in Electronic Engineering. Please send comments or feedback to: flazcano@kit.com.ar.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月依秋水 2022-07-03 12:22:53

audio-1.9beta-i86pc.pkg.bz2
直接文中的URL 下载

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文