mdzz_cx 发表于 2005-5-22 22:26:38

扩展名是.tar.bz2的文件怎么解压或安装呀?请指点命令!

我的声卡是realtalk ac'97 for VAI 的,从网上下载了 一个for linux 的驱动,名为
alc.tar.bz2 我不知道怎么安装这个驱动!!
哪位能给我说说????
小弟不胜感激!!! :?:

zhuyongxin 发表于 2005-5-22 22:47:00

tar -jxvf alc.tar.bz2
然后看一下README

antijp 发表于 2005-5-22 22:57:36

tar --bunzip2 -xf alc.tar.bz2

mdzz_cx 发表于 2005-5-23 10:15:35

我用tar -jxvf alc.tar.bz2 解压了,好用!
readme.txt 的内容是
The source code copy from www.alsa-project.org.      ver:A1.8
Linux Source Code for ALC audio codec

Installation:
This Source Code is from www.alsa-project.org.
For driver installation, please follow below steps.

Step 1. Unzip source code
      tar xfvj alcsound.tar.bz2

Step 2. Turn on sound support (soundcore module)

Step 3. Complied source code
        a. ./Configure
        b. make install
        c. ./snddevices

Step 4. Edit your /etc/modules.conf or conf.modules depending on the Distribution
        (Please refer to the attached modules.conf)

Step 5. reboot your machine

Note:         1. The most detail information, can refer the INSTALL file in the alcsound.tar.bz2.
        2. Kernel Version must be 2.2.14 or later.
        3. All mixer channels are muted by default. You must use a native
                or OSS mixer program to unmute appropriate channels.
        4. If can not compile the source code, try to rename the /usr/src/linux-2.x -> /usr/src/linux.
        5. The driver added to support the SPDIF functoin.
然后执行./configure   成功
可是当执行make install是提示错误如下:
make dep
make: Entering directory `/home/caoxin/alsa-driver-0.9.2'
make: Entering directory `/home/caoxin/alsa-driver-0.9.2/acore'
Makefile:18: /usr/src/linux-2.4.18-3/alsa-driver-0.9.2/alsa-kernel/core/Makefile: No such file or directory
Makefile:20: /usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make: No such file or directory
make: *** No rule to make target `/usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make'.Stop.
make: Leaving directory `/home/caoxin/alsa-driver-0.9.2/acore'
make: *** Error 1
make: Leaving directory `/home/caoxin/alsa-driver-0.9.2'
make: *** Error 2
我又试了一下#make还是一样
各位大哥说说该怎么办呀:::???

mdzz_cx 发表于 2005-5-23 10:17:27

我用的是root 帐户

luronghui 发表于 2005-5-23 15:18:06

呵呵,我也遇到过,呵呵
不知道该怎么办!

mdzz_cx 发表于 2005-5-23 22:41:55

哪位高手指点一下呀???
我的linux不能就这样哑巴了啊!!!!

月下刀客 发表于 2005-5-23 23:38:19


Makefile: No such file or directory

安装目录配置好后,先运行一下make试试。看看有什么提示

mdzz_cx 发表于 2005-5-24 22:36:27

我运行完./configure后,没有错误
但运行make或make install时就不行了,
这是我的操作,请高手看看:


# cd /home/caoxin
# ls
alc.tar.bz2      a.out    e17a.png   hello.c   modules.conf
alsa-driver-0.9.2Desktope17b1.jpghello.javareadme.txt
# cd alsa-driver-0.9.2
# ls
acinclude.m4   doc            Makefile.conf.intest
aclocal.m4   drivers      modules         TODO
acore          err.txt      parisc            toplevel.config
alsa-kernel    FAQ            pci               toplevel.config.in
arm            hal2         pcmcia            usb
CARDS-STATUS   i2c            ppc               utils
config.log   include      README            version
config.statusINSTALL      Rules.make      version.in
configure      install-sh   snddevices      WARNING
configure.in   isa            snddevices.in
COPYING      Makefile       support
cvscompile   Makefile.confsynth
******************************************************************
# make
make dep
make: Entering directory `/home/caoxin/alsa-driver-0.9.2'
make: Entering directory `/home/caoxin/alsa-driver-0.9.2/acore'
Makefile:18: /usr/src/linux-2.4.18-3/alsa-driver-0.9.2/alsa-kernel/core/Makefile: No such file or directory
Makefile:20: /usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make: No such file or directory
make: *** No rule to make target `/usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make'.Stop.
make: Leaving directory `/home/caoxin/alsa-driver-0.9.2/acore'
make: *** Error 1
make: Leaving directory `/home/caoxin/alsa-driver-0.9.2'
make: *** Error 2
*************************************************************************************
# make install
make dep
make: Entering directory `/home/caoxin/alsa-driver-0.9.2'
make: Entering directory `/home/caoxin/alsa-driver-0.9.2/acore'
Makefile:18: /usr/src/linux-2.4.18-3/alsa-driver-0.9.2/alsa-kernel/core/Makefile: No such file or directory
Makefile:20: /usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make: No such file or directory
make: *** No rule to make target `/usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make'.Stop.
make: Leaving directory `/home/caoxin/alsa-driver-0.9.2/acore'
make: *** Error 1
make: Leaving directory `/home/caoxin/alsa-driver-0.9.2'
make: *** Error 2
#

mdzz_cx 发表于 2005-5-24 22:38:55

劳累 各位热情的大哥们了!!!!!!

月下刀客 发表于 2005-5-24 22:43:03

配置未通过

mdzz_cx 发表于 2005-5-25 07:18:29

哪怎么来解决它呢
能说明白点吗???
“什么叫配置没通过呀??”
怎么来处理它呢????
页: [1]
查看完整版本: 扩展名是.tar.bz2的文件怎么解压或安装呀?请指点命令!