QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 5338|回复: 11

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

[复制链接]
发表于 2005-5-22 22:26:38 | 显示全部楼层 |阅读模式
我的声卡是realtalk ac'97 for VAI 的,从网上下载了 一个for linux 的驱动,名为
alc.tar.bz2 我不知道怎么安装这个驱动!!
哪位能给我说说????
小弟不胜感激!!!
发表于 2005-5-22 22:47:00 | 显示全部楼层
tar -jxvf alc.tar.bz2
然后看一下README
回复

使用道具 举报

发表于 2005-5-22 22:57:36 | 显示全部楼层
tar --bunzip2 -xf alc.tar.bz2
回复

使用道具 举报

 楼主| 发表于 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[1]: Entering directory `/home/caoxin/alsa-driver-0.9.2'
make[2]: 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[2]: *** No rule to make target `/usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make'.  Stop.
make[2]: Leaving directory `/home/caoxin/alsa-driver-0.9.2/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/home/caoxin/alsa-driver-0.9.2'
make: *** [include/sndversions.h] Error 2
我又试了一下#make还是一样
各位大哥说说该怎么办呀::??
回复

使用道具 举报

 楼主| 发表于 2005-5-23 10:17:27 | 显示全部楼层
我用的是root 帐户
回复

使用道具 举报

发表于 2005-5-23 15:18:06 | 显示全部楼层
呵呵,我也遇到过,呵呵
不知道该怎么办!
回复

使用道具 举报

 楼主| 发表于 2005-5-23 22:41:55 | 显示全部楼层
哪位高手指点一下呀???
我的linux不能就这样哑巴了啊!!!!
回复

使用道具 举报

发表于 2005-5-23 23:38:19 | 显示全部楼层
Makefile: No such file or directory

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

使用道具 举报

 楼主| 发表于 2005-5-24 22:36:27 | 显示全部楼层
我运行完./configure后,没有错误
但运行make或make install时就不行了,
这是我的操作,请高手看看:


[root@localhost root]# cd /home/caoxin
[root@localhost caoxin]# ls
alc.tar.bz2        a.out    e17a.png   hello.c     modules.conf
alsa-driver-0.9.2  Desktop  e17b1.jpg  hello.java  readme.txt
[root@localhost caoxin]# cd alsa-driver-0.9.2
[root@localhost alsa-driver-0.9.2]# ls
acinclude.m4   doc            Makefile.conf.in  test
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.status  INSTALL        Rules.make        version.in
configure      install-sh     snddevices        WARNING
configure.in   isa            snddevices.in
COPYING        Makefile       support
cvscompile     Makefile.conf  synth
******************************************************************
[root@localhost alsa-driver-0.9.2]# make
make dep
make[1]: Entering directory `/home/caoxin/alsa-driver-0.9.2'
make[2]: 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[2]: *** No rule to make target `/usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make'.  Stop.
make[2]: Leaving directory `/home/caoxin/alsa-driver-0.9.2/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/home/caoxin/alsa-driver-0.9.2'
make: *** [include/sndversions.h] Error 2
*************************************************************************************
[root@localhost alsa-driver-0.9.2]# make install
make dep
make[1]: Entering directory `/home/caoxin/alsa-driver-0.9.2'
make[2]: 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[2]: *** No rule to make target `/usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make'.  Stop.
make[2]: Leaving directory `/home/caoxin/alsa-driver-0.9.2/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/home/caoxin/alsa-driver-0.9.2'
make: *** [include/sndversions.h] Error 2
[root@localhost alsa-driver-0.9.2]#
回复

使用道具 举报

 楼主| 发表于 2005-5-24 22:38:55 | 显示全部楼层
劳累 各位热情的大哥们了!!!!!!
回复

使用道具 举报

发表于 2005-5-24 22:43:03 | 显示全部楼层
配置未通过
回复

使用道具 举报

 楼主| 发表于 2005-5-25 07:18:29 | 显示全部楼层
哪怎么来解决它呢
能说明白点吗???
“什么叫配置没通过呀??”
怎么来处理它呢????
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-14 07:25 , Processed in 0.044905 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表