QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 493|回复: 4

谁能帮我看看这到底是怎默回事...........?

[复制链接]
发表于 2004-12-15 23:51:50 | 显示全部楼层 |阅读模式
自从REDHAT9装上到现在我的声卡一直没有声音,请各位帮帮我.

声卡:82801 AC'97 AUDIO (intel8x0)
驱动: SoundMAX Audio Driver for Linux(http://www.asus.com.cn/support/download/selectftp.aspx?l1_id=1&l2_id=15&l3_id=19&m_id=3&f_name=1985Linux.zip~zaqwedc)



acinclude.m4 cvscompile isa Rules.make toplevel.config

aclocal.m4 doc Makefile scripts toplevel.config.in

acore drivers Makefile.conf.in snddevices usb

alsa-kernel FAQ modules snddevices.in utils

arm hal2 parisc sound version

CARDS-STATUS i2c pci support version.in

configure include pcmcia synth WARNING

configure.in INSTALL ppc test

COPYING install-sh README TODO

[root@localhost alsa-driver-0.9.6]# ./configure

checking for gcc... gcc

checking for C compiler default output... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for executable suffix...

checking for object suffix... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for ranlib... ranlib

checking for a BSD compatible install... /usr/bin/install -c

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes

checking for gcc option to accept ANSI C... none needed

checking for an ANSI C-conforming const... yes

checking for inline... inline

checking whether time.h and sys/time.h may both be included... yes

checking whether gcc needs -traditional... no

checking for current directory... /home/duzylinux/driver/Linux/alsa-driver-0.9.6checking cross compile...

checking for directory with kernel source... /lib/modules/2.4.20-8smp/build

checking for kernel version... 2.4.20-8smp

checking for GCC version... Kernel compiler: Used compiler: gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)


*** NO PREDEFINED KERNEL COMPILER IS DETECTED

*** Assuming the same compiler is used with the current system compiler.


*** Please make sure that the same compiler version was used for building kernel.


checking for kernel linux/compiler.h... "yes"

Removing a dummy linux/compiler.h.

checking for kernel linux/pm.h... "yes"

checking for kernel linux/spinlock.h... "yes"

checking for kernel linux/irq.h... "yes"

Removing a dummy linux/irq.h.

checking for kernel linux/threads.h... "yes"

Removing a dummy linux/threads.h.

checking for kernel linux/rwsem.h... "yes"

Removing a dummy linux/rwsem.h.

checking for kernel linux/gameport.h... "yes"

Removing a dummy linux/gameport.h.

checking for kernel linux/devfs_fs_kernel.h... "yes"

checking for kernel linux/highmem.h... "yes"

Removing a dummy linux/highmem.h.

checking for kernel linux/workqueue.h... "yes"

Removing a dummy linux/workqueue.h.

checking for redhat kernel... "yes"

It looks like you're using a RedHat 9 kernel.

Disabling their incomplete workqueue.h modification.

checking for kernel asm/hw_irq.h... "yes"

checking for kernel linux/jiffies.h... "no"

checking for kernel linux/compat.h... "no"

checking for kernel linux/adb.h... "yes"

Removing a dummy linux/adb.h.

checking for kernel linux/cuda.h... "yes"

Removing a dummy linux/cuda.h.

checking for kernel linux/pmu.h... "yes"

Removing a dummy linux/pmu.h.

checking for kernel module symbol versions... "yes"

checking for PCI support in kernel... "yes"

checking for SGI/MIPS (HAL2) architecture... "no"

checking for directory to store kernel modules... /lib/modules/2.4.20-8smp/kernel/sound

checking for verbose printk... on

checking for debug level... none

checking for ISA support in kernel... "yes"

checking for processor type... i686

checking for SMP... "yes"

checking for ISA PnP driver in kernel... yes

checking for PnP driver in kernel... no

checking for Kernel ISA-PnP support... "yes"

checking for strlcpy... "no"

checking for snprintf... "yes"

checking for vmalloc_to_page... "yes"

checking for old kmod... "yes"

Removing local linux/isapnp.h.

checking for driver version... 0.9.6

checking for sequencer support... yes

checking for OSS/Free emulation... yes

checking for RTC callback support in kernel... "no"

checking for USB support... "no"

checking for USB module support... "yes"

checking for kernel PCMCIA

checking for PCMCIA support... "no"

checking for PCMCIA module support... "yes"

checking for PC9800 support in kernel... "no"

checking for which soundcards to compile driver for... all

configure: creating ./config.status

config.status: creating version

config.status: creating Makefile.conf

config.status: creating snddevices

config.status: creating utils/alsa-driver.spec

config.status: creating utils/buildrpm

config.status: creating toplevel.config

config.status: creating include/config.h

config.status: creating include/config1.h

config.status: creating include/version.h

config.status: include/version.h is unchanged

[root@localhost alsa-driver-0.9.6]# make install

rm -rf /lib/modules/2.4.20-8smp/kernel/sound

make[1]: Entering directory `/home/duzylinux/driver/Linux/alsa-driver-0.9.6/support'

make -C pnp modules_install

make[2]: Entering directory `/home/duzylinux/driver/Linux/alsa-driver-0.9.6/support/pnp'

mkdir -p /lib/modules/2.4.20-8smp/kernel/sound/support/pnp

cp snd-pnp.o /lib/modules/2.4.20-8smp/kernel/sound/support/pnp

cp: stat‘snd-pnp.o’失败: 没有那个文件或目录

make[2]: *** [_modinst__] Error 1

make[2]: Leaving directory `/home/duzylinux/driver/Linux/alsa-driver-0.9.6/support/pnp'

make[1]: *** [_modinst_pnp] Error 2

make[1]: Leaving directory `/home/duzylinux/driver/Linux/alsa-driver-0.9.6/support'

make: *** [install-modules] Error 1

[root@localhost alsa-driver-0.9.6]# ./configure --with-isapnp=yes --with-debug=full

checking for gcc... gcc

checking for C compiler default output... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for executable suffix...

checking for object suffix... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for ranlib... ranlib

checking for a BSD compatible install... /usr/bin/install -c

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes

checking for gcc option to accept ANSI C... none needed

checking for an ANSI C-conforming const... yes

checking for inline... inline

checking whether time.h and sys/time.h may both be included... yes

checking whether gcc needs -traditional... no

checking for current directory... /home/duzylinux/driver/Linux/alsa-driver-0.9.6checking cross compile...

checking for directory with kernel source... /lib/modules/2.4.20-8smp/build

checking for kernel version... 2.4.20-8smp

checking for GCC version... Kernel compiler: Used compiler: gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)


*** NO PREDEFINED KERNEL COMPILER IS DETECTED

*** Assuming the same compiler is used with the current system compiler.


*** Please make sure that the same compiler version was used for building kernel.


checking for kernel linux/compiler.h... "yes"

checking for kernel linux/pm.h... "yes"

checking for kernel linux/spinlock.h... "yes"

checking for kernel linux/irq.h... "yes"

checking for kernel linux/threads.h... "yes"

checking for kernel linux/rwsem.h... "yes"

checking for kernel linux/gameport.h... "yes"

checking for kernel linux/devfs_fs_kernel.h... "yes"

checking for kernel linux/highmem.h... "yes"

checking for kernel linux/workqueue.h... "yes"

Removing a dummy linux/workqueue.h.

checking for redhat kernel... "yes"

It looks like you're using a RedHat 9 kernel.

Disabling their incomplete workqueue.h modification.

checking for kernel asm/hw_irq.h... "yes"

checking for kernel linux/jiffies.h... "no"

checking for kernel linux/compat.h... "no"

checking for kernel linux/adb.h... "yes"

checking for kernel linux/cuda.h... "yes"

checking for kernel linux/pmu.h... "yes"

checking for kernel module symbol versions... "yes"

checking for PCI support in kernel... "yes"

checking for SGI/MIPS (HAL2) architecture... "no"

checking for directory to store kernel modules... /lib/modules/2.4.20-8smp/kernel/sound

checking for verbose printk... on

checking for debug level... full

checking for ISA support in kernel... "yes"

checking for processor type... i686

checking for SMP... "yes"

checking for ISA PnP driver in kernel... yes

checking for PnP driver in kernel... no

checking for Kernel ISA-PnP support... "yes"

checking for strlcpy... "no"

checking for snprintf... "yes"

checking for vmalloc_to_page... "yes"

checking for old kmod... "yes"

checking for driver version... 0.9.6

checking for sequencer support... yes

checking for OSS/Free emulation... yes

checking for RTC callback support in kernel... "no"

checking for USB support... "no"

checking for USB module support... "yes"

checking for kernel PCMCIA

checking for PCMCIA support... "no"

checking for PCMCIA module support... "yes"

checking for PC9800 support in kernel... "no"

checking for which soundcards to compile driver for... all

configure: creating ./config.status

config.status: creating version

config.status: creating Makefile.conf

config.status: creating snddevices

config.status: creating utils/alsa-driver.spec

config.status: creating utils/buildrpm

config.status: creating toplevel.config

config.status: creating include/config.h

config.status: creating include/config1.h

config.status: include/config1.h is unchanged

config.status: creating include/version.h

config.status: include/version.h is unchanged

[root@localhost alsa-driver-0.9.6]# make install

rm -rf /lib/modules/2.4.20-8smp/kernel/sound

make[1]: Entering directory `/home/duzylinux/driver/Linux/alsa-driver-0.9.6/support'

make -C pnp modules_install

make[2]: Entering directory `/home/duzylinux/driver/Linux/alsa-driver-0.9.6/support/pnp'

mkdir -p /lib/modules/2.4.20-8smp/kernel/sound/support/pnp

cp snd-pnp.o /lib/modules/2.4.20-8smp/kernel/sound/support/pnp

cp: stat‘snd-pnp.o’失败: 没有那个文件或目录

make[2]: *** [_modinst__] Error 1

make[2]: Leaving directory `/home/duzylinux/driver/Linux/alsa-driver-0.9.6/support/pnp'

make[1]: *** [_modinst_pnp] Error 2

make[1]: Leaving directory `/home/duzylinux/driver/Linux/alsa-driver-0.9.6/support'

make: *** [install-modules] Error 1

[root@localhost alsa-driver-0.9.6]# ./snddevices

Creating /dev/mixer?... done

Creating /dev/sequencer... done

Creating /dev/midi?... done

Creating /dev/dsp?... done

Creating /dev/audio?... done

Creating /dev/sndstat... done

Creating /dev/music... done

Creating /dev/dmmidi?... done

Creating /dev/dmfm?... done

Creating /dev/amixer?... done

Creating /dev/adsp?... done

Creating /dev/amidi?... done

Creating /dev/admmidi?... done

创建连至‘/dev/mixer0’的符号链接‘/dev/mixer’

创建连至‘/dev/midi0’的符号链接‘/dev/midi’

创建连至‘/dev/dsp0’的符号链接‘/dev/dsp’

创建连至‘/dev/audio0’的符号链接‘/dev/audio’

创建连至‘/dev/music’的符号链接‘/dev/sequencer2’

创建连至‘/dev/adsp0’的符号链接‘/dev/adsp’

创建连至‘/dev/amidi0’的符号链接‘/dev/amidi’

Creating /dev/snd/control?... done

Creating /dev/snd/seq... done

Creating /dev/snd/timer... done

Creating /dev/snd/hw??... done

Creating /dev/snd/midi??... done

Creating /dev/snd/pcm??p... done

Creating /dev/snd/pcm??c... done

ALSA loader devices

Creating /dev/aload?... done

Creating /dev/aloadSEQ... done

[root@localhost alsa-driver-0.9.6]# moprobe snd-intel8x0

bash: moprobe: command not found



[root@localhost alsa-driver-0.9.6]# modprobe snd-intel8x0

insmod: /lib/modules/2.4.20-8smp/kernel/sound/acore/snd-page-alloc.o: No such file or directory

insmod: insmod /lib/modules/2.4.20-8smp/kernel/sound/acore/snd-page-alloc.o failed

insmod: insmod snd-intel8x0 failed

[root@localhost alsa-driver-0.9.6]#
发表于 2004-12-16 00:02:00 | 显示全部楼层
./configure
make
make install

少了“make”
回复

使用道具 举报

 楼主| 发表于 2004-12-16 00:18:29 | 显示全部楼层
cat WARNING

WARNING!!! The mixer channels for the ALSA driver are muted by default!!!
**************************************************************************
You would use some ALSA or OSS mixer to set the appropriate volume.

做完以后出现了上述信息,我该怎默作?
回复

使用道具 举报

发表于 2004-12-16 00:26:29 | 显示全部楼层
没事, 驱动装好了
这是关于音量控制器的一个警告,说可能需要另外安装音量控制器。

e文不好,翻译不明白
回复

使用道具 举报

 楼主| 发表于 2004-12-16 01:10:51 | 显示全部楼层
没事, 驱动装好了
这是关于音量控制器的一个警告,说可能需要另外安装音量控制器。


它还是没有声音.
我该去哪下载音量控制器?
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-14 10:29 , Processed in 0.044921 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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