LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 891|回复: 4

[SOS]安装声卡驱动程序错误

[复制链接]
发表于 2006-12-4 23:18:53 | 显示全部楼层 |阅读模式
FC6 x86_64

[jack@localhost alsa-driver-1.0.12]$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
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 egrep... grep -E
checking for ANSI C header files... yes
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/jack/Desktop/alsa-driver-1.0.12
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.18-1.2849.fc6/source
checking for directory with kernel build... /lib/modules/2.6.18-1.2849.fc6/build
checking for kernel linux/version.h... yes
checking for kernel linux/autoconf.h... yes
checking for kernel version... 2.6.18-1.2849.fc6
checking for GCC version... Kernel compiler: gcc 4.1.1 20061011 (Red Hat 4.1.1-30) Used compiler: gcc (GCC) 4.1.1 20061011 (Red Hat 4.1.1-30)
checking for built-in ALSA... no
checking for existing ALSA module... yes
checking for Red Hat kernel... auto
checking for Red Hat kernel... no
checking for SUSE kernel... auto
checking for SUSE kernel... no
checking for CONFIG_EXPERIMENTAL... yes
checking to modify of kernel linux/kmod.h... no
checking for kernel linux/utsrelease.h... yes
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 media/v4l2-dev.h... yes
checking for kernel linux/devfs_fs_kernel.h... no
Creating a dummy <linux/devfs_fs_kernel.h>...
checking for kernel linux/highmem.h... yes
checking for kernel linux/workqueue.h... yes
checking for kernel linux/dma-mapping.h... yes
checking for kernel asm/hw_irq.h... yes
checking for kernel linux/device.h... yes
checking for kernel linux/platform_device.h... yes
checking for kernel linux/jiffies.h... yes
checking for kernel linux/compat.h... yes
checking for kernel linux/adb.h... yes
checking for kernel linux/cuda.h... yes
checking for kernel linux/pmu.h... yes
checking for kernel linux/moduleparam.h... yes
checking for kernel linux/syscalls.h... yes
checking for kernel linux/firmware.h... yes
checking for kernel linux/err.h... yes
checking for kernel linux/bitmap.h... yes
checking for kernel linux/mutex.h... yes
checking for kernel module symbol versions... yes
checking for PCI support in kernel... yes
checking for I2C driver in kernel... module
checking for firmware loader... yes
checking for input subsystem in kernel... yes
checking for directory to store kernel modules... /lib/modules/2.6.18-1.2849.fc6/kernel/sound
checking for verbose procfs... on
checking for verbose printk... on
checking for debug level... none
checking for ISA support in kernel... no
checking for processor type... x86_64
checking for ISA DMA API... yes
checking for 32bit compat support... yes
checking for SMP... yes
checking for Video device support in kernel... yes
checking for ISA PnP driver in kernel... yes
checking for PnP driver in kernel... yes
checking for Kernel ISA-PnP support... no
checking for Kernel ISA-PnP module support... no
checking for strlcpy... no
checking for snprintf... no
checking for vsnprintf... no
checking for scnprintf... no
checking for sscanf... no
checking for vmalloc_to_page... no
checking for old kmod... yes
checking for PDE... no
checking for pci_set_consistent_dma_mask... no
checking for pci_dev_present... no
checking for msleep... no
checking for msecs_to_jiffies... no
checking for tty->count is the atomic type... no
checking for video_get_drvdata... no
checking for V4L1 layer... yes
checking for io_remap_pfn_range... no
checking for new io_remap_page_range... no
checking for kcalloc... no
checking for kstrdup... no
checking for kzalloc... no
checking for create_workqueue with flags... no
checking for saved_config_space in pci_dev... no
checking for register_sound_special_device... no
checking for driver version... 1.0.12
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for OSS PCM plugin system inclusion... yes
checking for RTC callback support in kernel... no
checking for HPET support... yes
checking for dynamic minor numbers... no
checking for support of old API... yes
checking for Procfs support... yes
checking for USB support... yes
checking for class_simple... no
checking for old driver suspend/resume callbacks... no
checking for removal of page-reservation for nopage/mmap... no
checking for nested class_device... no
checking for PnP suspend/resume... no
checking for new unlocked/compat_ioctl... no
checking for PC-Speaker hook... no
checking for kernel PCMCIA
checking for PCMCIA support... yes
checking for PC9800 support in kernel... no
checking for parallel port support... yes
checking for power management... yes
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 utils/alsasound
config.status: creating utils/alsasound.posix
config.status: creating include/pci_ids_compat.h
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
config.status: creating include/autoconf-extra.h
Hacking autoconf.h...


[jack@localhost alsa-driver-1.0.12]$ make
if [ ! -d include/sound -a ! -L include/sound ]; then \
          ln -sf ../alsa-kernel/include include/sound ; \
        fi
cp -auvf include/version.h include/sound/version.h
“include/version.h” -> “include/sound/version.h”
make dep
make[1]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12'
make[2]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/acore'
copying file alsa-kernel/core/info.c
patching file info.c
copying file alsa-kernel/core/pcm_native.c
patching file pcm_native.c
Hunk #3 succeeded at 2815 (offset -32 lines).
Hunk #5 succeeded at 2888 (offset -32 lines).
Hunk #7 succeeded at 3006 (offset -32 lines).
Hunk #9 succeeded at 3044 (offset -32 lines).
Hunk #11 succeeded at 3110 (offset -32 lines).
Hunk #13 succeeded at 3172 (offset -32 lines).
Hunk #15 succeeded at 3211 (offset -32 lines).
Hunk #17 succeeded at 3243 (offset -32 lines).
Hunk #19 succeeded at 3341 (offset -32 lines).
Hunk #20 succeeded at 3402 with fuzz 1.
Hunk #21 succeeded at 3411 (offset -32 lines).
copying file alsa-kernel/core/control.c
patching file control.c
Hunk #2 succeeded at 1408 (offset 191 lines).
copying file alsa-kernel/core/hwdep.c
patching file hwdep.c
Hunk #1 succeeded at 308 (offset 5 lines).
copying file alsa-kernel/core/init.c
patching file init.c
Hunk #2 succeeded at 204 (offset 12 lines).
Hunk #3 succeeded at 265 (offset 1 line).
copying file alsa-kernel/core/rawmidi.c
patching file rawmidi.c
Hunk #1 succeeded at 1297 (offset 30 lines).
Hunk #2 succeeded at 1350 with fuzz 1.
copying file alsa-kernel/core/sound.c
patching file sound.c
copying file alsa-kernel/core/timer.c
patching file timer.c
Hunk #1 succeeded at 1012 with fuzz 1 (offset 17 lines).
Hunk #2 succeeded at 1908 (offset 117 lines).
Hunk #3 succeeded at 1853 with fuzz 2 (offset 8 lines).
copying file alsa-kernel/core/memalloc.c
patching file memalloc.c
Hunk #2 succeeded at 83 (offset -1 lines).
Hunk #4 succeeded at 174 (offset -1 lines).
Hunk #6 succeeded at 228 (offset -1 lines).
Hunk #8 succeeded at 286 (offset -1 lines).
Hunk #10 succeeded at 329 (offset -1 lines).
Hunk #12 succeeded at 697 (offset -1 lines).
Hunk #14 succeeded at 746 (offset -1 lines).
copying file alsa-kernel/core/misc.c
patching file misc.c
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/acore/ioctl32'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/acore/ioctl32'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/acore/oss'
copying file alsa-kernel/core/oss/mixer_oss.c
patching file mixer_oss.c
Hunk #1 succeeded at 379 with fuzz 1 (offset 2 lines).
copying file alsa-kernel/core/oss/pcm_oss.c
patching file pcm_oss.c
Hunk #1 succeeded at 2528 (offset 2 lines).
Hunk #3 succeeded at 2702 (offset 2 lines).
Hunk #4 succeeded at 2883 (offset -2 lines).
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/acore/oss'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/acore/seq'
copying file alsa-kernel/core/seq/seq.c
patching file seq.c
Hunk #1 succeeded at 57 (offset 6 lines).
copying file alsa-kernel/core/seq/seq_clientmgr.c
patching file seq_clientmgr.c
Hunk #2 succeeded at 2209 (offset 68 lines).
Hunk #3 succeeded at 2490 with fuzz 1 (offset 21 lines).
copying file alsa-kernel/core/seq/seq_memory.c
patching file seq_memory.c
Hunk #3 succeeded at 248 (offset 3 lines).
make[4]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/acore/seq/instr'
make[4]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/acore/seq/instr'
make[4]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/acore/seq/oss'
copying file alsa-kernel/core/seq/oss/seq_oss.c
patching file seq_oss.c
Hunk #1 succeeded at 189 (offset 3 lines).
Hunk #2 succeeded at 220 with fuzz 1.
Hunk #3 succeeded at 326 (offset -8 lines).
make[4]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/acore/seq/oss'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/acore/seq'
make[2]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/acore'
make[2]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/i2c'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/i2c/other'
copying file alsa-kernel/i2c/other/tea575x-tuner.c
patching file tea575x-tuner.c
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/i2c/other'
make[2]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/i2c'
make[2]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers/mpu401'
copying file alsa-kernel/drivers/mpu401/mpu401.c
patching file mpu401.c
Hunk #1 succeeded at 30 (offset 2 lines).
Hunk #3 succeeded at 64 with fuzz 2 (offset 2 lines).
Hunk #4 succeeded at 90 with fuzz 2 (offset -57 lines).
Hunk #5 succeeded at 353 (offset 106 lines).
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers/mpu401'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers/opl3'
copying file alsa-kernel/drivers/opl3/opl3_lib.c
patching file opl3_lib.c
Hunk #1 succeeded at 435 (offset 2 lines).
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers/opl3'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers/opl4'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers/opl4'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers/pcsp'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers/pcsp'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers/vx'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers/vx'
make[2]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/drivers'
make[2]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/isa'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/ad1816a'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/ad1816a'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/ad1848'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/ad1848'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/cs423x'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/cs423x'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/es1688'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/es1688'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/gus'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/gus'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/msnd'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/msnd'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/opti9xx'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/opti9xx'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/sb'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/sb'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/wavefront'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/isa/wavefront'
make[2]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/isa'
make[2]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/synth'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/synth/emux'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/synth/emux'
make[2]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/synth'
make[2]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci'
copying file alsa-kernel/pci/ad1889.c
patching file ad1889.c
Hunk #1 succeeded at 53 with fuzz 2 (offset 1 line).
copying file alsa-kernel/pci/bt87x.c
patching file bt87x.c
Hunk #1 succeeded at 815 (offset 5 lines).
Hunk #2 succeeded at 949 (offset 1 line).
copying file alsa-kernel/pci/intel8x0.c
patching file intel8x0.c
Hunk #1 succeeded at 41 (offset -2 lines).
Hunk #2 succeeded at 730 (offset -19 lines).
Hunk #3 succeeded at 758 (offset -2 lines).
Hunk #4 succeeded at 3054 (offset 241 lines).
copying file alsa-kernel/pci/maestro3.c
patching file maestro3.c
Hunk #5 succeeded at 2911 (offset 1 line).
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/ac97'
copying file alsa-kernel/pci/ac97/ac97_codec.c
patching file ac97_codec.c
Hunk #1 succeeded at 34 (offset 1 line).
Hunk #2 succeeded at 1843 with fuzz 2 (offset 30 lines).
Hunk #3 succeeded at 1848 with fuzz 2 (offset 2 lines).
copying file alsa-kernel/pci/ac97/ac97_bus.c
patching file ac97_bus.c
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/ac97'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/ali5451'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/ali5451'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/asihpi'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/asihpi'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/au88x0'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/au88x0'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/ca0106'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/ca0106'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/cs46xx'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/cs46xx'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/cs5535audio'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/cs5535audio'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/echoaudio'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/echoaudio'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/emu10k1'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/emu10k1'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/hda'
copying file alsa-kernel/pci/hda/hda_codec.c
patching file hda_codec.c
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/hda'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/ice1712'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/ice1712'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/korg1212'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/korg1212'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/mixart'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/mixart'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/nm256'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/nm256'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/pcxhr'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/pcxhr'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/pdplus'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/pdplus'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/riptide'
copying file alsa-kernel/pci/riptide/riptide.c
patching file riptide.c
Hunk #1 succeeded at 1273 (offset 4 lines).
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/riptide'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/rme9652'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/rme9652'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/trident'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/trident'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/vx222'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/vx222'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/ymfpci'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci/ymfpci'
make[2]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pci'
make[2]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/usb'
copying file alsa-kernel/usb/usbaudio.c
patching file usbaudio.c
Hunk #11 succeeded at 2610 (offset -1 lines).
Hunk #12 succeeded at 2683 (offset -1 lines).
Hunk #13 succeeded at 2968 (offset -1 lines).
Hunk #14 succeeded at 3040 (offset -1 lines).
Hunk #15 succeeded at 3109 (offset -1 lines).
Hunk #16 succeeded at 3127 (offset -1 lines).
Hunk #17 succeeded at 3141 (offset -1 lines).
Hunk #18 succeeded at 3154 (offset -1 lines).
Hunk #19 succeeded at 3350 (offset 25 lines).
Hunk #20 succeeded at 3415 (offset -1 lines).
Hunk #21 succeeded at 3579 (offset 31 lines).
Hunk #22 succeeded at 3568 (offset -1 lines).
Hunk #23 succeeded at 3622 (offset 31 lines).
copying file alsa-kernel/usb/usbmidi.c
patching file usbmidi.c
Hunk #2 succeeded at 225 with fuzz 2 (offset -3 lines).
Hunk #3 succeeded at 252 with fuzz 2.
Hunk #4 succeeded at 343 (offset -3 lines).
Hunk #5 succeeded at 1366 (offset 56 lines).
Hunk #6 succeeded at 1651 (offset 2 lines).
copying file alsa-kernel/usb/usbmixer.c
patching file usbmixer.c
Hunk #2 succeeded at 49 (offset 1 line).
Hunk #3 succeeded at 1725 (offset 26 lines).
Hunk #4 succeeded at 1749 (offset 1 line).
Hunk #5 succeeded at 1795 (offset 26 lines).
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/usb/usx2y'
copying file alsa-kernel/usb/usx2y/usX2Yhwdep.c
patching file usX2Yhwdep.c
copying file alsa-kernel/usb/usx2y/usbusx2y.c
patching file usbusx2y.c
copying file alsa-kernel/usb/usx2y/usbusx2yaudio.c
patching file usbusx2yaudio.c
copying file alsa-kernel/usb/usx2y/usx2yhwdeppcm.c
patching file usx2yhwdeppcm.c
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/usb/usx2y'
make[2]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/usb'
make[2]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pcmcia'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pcmcia/pdaudiocf'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pcmcia/pdaudiocf'
make[3]: Entering directory `/home/jack/Desktop/alsa-driver-1.0.12/pcmcia/vx'
make[3]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pcmcia/vx'
make[2]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12/pcmcia'
make[1]: Leaving directory `/home/jack/Desktop/alsa-driver-1.0.12'
make -C /lib/modules/2.6.18-1.2849.fc6/source SUBDIRS=/home/jack/Desktop/alsa-driver-1.0.12 O=/lib/modules/2.6.18-1.2849.fc6/build CPP="gcc -E" CC="gcc" modules
make[1]: Entering directory `/usr/src/kernels/2.6.18-1.2849.fc6-x86_64'
  CC [M]  /home/jack/Desktop/alsa-driver-1.0.12/acore/hwdep.o
In file included from /home/jack/Desktop/alsa-driver-1.0.12/include/sound/driver.h:46,
                 from /home/jack/Desktop/alsa-driver-1.0.12/acore/hwdep.c:22:
/home/jack/Desktop/alsa-driver-1.0.12/include/adriver.h:726: 错误:‘jiffies_to_msecs’ 重定义
include/linux/jiffies.h:253: 错误:‘jiffies_to_msecs’ 的上一个定义在此
/home/jack/Desktop/alsa-driver-1.0.12/include/adriver.h:745: 错误:‘msecs_to_jiffies’ 重定义
include/linux/jiffies.h:275: 错误:‘msecs_to_jiffies’ 的上一个定义在此
In file included from /home/jack/Desktop/alsa-driver-1.0.12/include/adriver.h:842,
                 from /home/jack/Desktop/alsa-driver-1.0.12/include/sound/driver.h:46,
                 from /home/jack/Desktop/alsa-driver-1.0.12/acore/hwdep.c:22:
include/linux/pci.h:500: 错误:expected identifier or ‘(’ before numeric constant
In file included from /home/jack/Desktop/alsa-driver-1.0.12/include/sound/driver.h:46,
                 from /home/jack/Desktop/alsa-driver-1.0.12/acore/hwdep.c:22:
/home/jack/Desktop/alsa-driver-1.0.12/include/adriver.h: 在函数 ‘snd_pci_orig_save_state’ 中:
/home/jack/Desktop/alsa-driver-1.0.12/include/adriver.h:1083: 错误:提供给函数 ‘pci_save_state’ 的实参太多
/home/jack/Desktop/alsa-driver-1.0.12/include/adriver.h: 在函数 ‘snd_pci_orig_restore_state’ 中:
/home/jack/Desktop/alsa-driver-1.0.12/include/adriver.h:1087: 错误:提供给函数 ‘pci_restore_state’ 的实参太多
make[4]: *** [/home/jack/Desktop/alsa-driver-1.0.12/acore/hwdep.o] 错误 1
make[3]: *** [/home/jack/Desktop/alsa-driver-1.0.12/acore] 错误 2
make[2]: *** [_module_/home/jack/Desktop/alsa-driver-1.0.12] 错误 2
make[1]: *** [modules] 错误 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-1.2849.fc6-x86_64'
make: *** [compile] 错误 2

不能安装,是不是少装了什么?
 楼主| 发表于 2006-12-4 23:32:09 | 显示全部楼层
少了驱动程序,又装不上去

lspci -v

00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
        Subsystem: Jetway Information Co., Ltd. Unknown device 8891
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 11
        Memory at fe028000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
        Capabilities: [6c] HyperTransport: MSI Mapping

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2006-12-4 23:33:54 | 显示全部楼层
redhat删除了config.h,你找一个就好了
回复 支持 反对

使用道具 举报

发表于 2006-12-5 03:57:53 | 显示全部楼层
楼主的问题是内核源码造成的,这种问题在这个论坛里似乎没人愿意回复。

我也遇到安装声卡的麻烦,后来自己想办法解决了。

楼主可以参考我的blog    http://ecco.blog.hexun.com/6707303_d.html

另外,楼主的驱动稍旧了一点,1.0.13都有了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-5 11:11:01 | 显示全部楼层
搞定了,FC6内核源码不全
回复 支持 反对

使用道具 举报

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

本版积分规则

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