红联Linux门户
Linux帮助

安装最新ALSA出错

发布时间:2009-03-16 20:57:55来源:红联作者:dxb20040101
红旗6sp1 技加845G主板

装好红旗后声卡无法驱动,到网上找了好多方法都没有成功,最后尝试更新ALSA,到ALSA官网上下了三个文件分别是driver,utils lib 三个包,解压后分别./configure make make install
drivert和lib包都能成功,只有utilsb出错
root@dxb alsa-utils-1.0.19]# make
Making all in include
make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
make all-am
make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
Making all in alsactl
make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
Making all in init
make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT alsactl.o -MD -MP -MF ".deps/alsactl.Tpo" -c -o alsactl.o alsactl.c; \
then mv -f ".deps/alsactl.Tpo" ".deps/alsactl.Po"; else rm -f ".deps/alsactl.Tpo"; exit 1; fi
alsactl.c: In function ‘main’:
alsactl.c:166: warning: assignment from incompatible pointer type
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT state.o -MD -MP -MF ".deps/state.Tpo" -c -o state.o state.c; \
then mv -f ".deps/state.Tpo" ".deps/state.Po"; else rm -f ".deps/state.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; \
then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT init_parse.o -MD -MP -MF ".deps/init_parse.Tpo" -c -o init_parse.o init_parse.c; \
then mv -f ".deps/init_parse.Tpo" ".deps/init_parse.Po"; else rm -f ".deps/init_parse.Tpo"; exit 1; fi
gcc -g -O2 -o alsactl alsactl.o state.o utils.o init_parse.o -lasound -lm -ldl -lpthread
xmlto man alsactl_init.xml
make[2]: xmlto:命令未找到
make[2]: *** [alsactl_init.7] 错误 127
make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
make: *** [all-recursive] 错误 1
[root@dxb alsa-utils-1.0.19]# make install
Making install in include
make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
Making install in alsactl
make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
Making install in init
make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
make[3]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/alsa/init" || mkdir -p -- "/usr/share/alsa/init"
/usr/bin/install -c -m 644 '00main' '/usr/share/alsa/init/00main'
/usr/bin/install -c -m 644 'default' '/usr/share/alsa/init/default'
/usr/bin/install -c -m 644 'help' '/usr/share/alsa/init/help'
/usr/bin/install -c -m 644 'info' '/usr/share/alsa/init/info'
/usr/bin/install -c -m 644 'test' '/usr/share/alsa/init/test'
/usr/bin/install -c -m 644 'hda' '/usr/share/alsa/init/hda'
make[3]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
xmlto man alsactl_init.xml
make[2]: xmlto:命令未找到
make[2]: *** [alsactl_init.7] 错误 127
make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
make[1]: *** [install-recursive] 错误 1
make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
make: *** [install-recursive] 错误 1
[root@dxb alsa-utils-1.0.19]# alsactl -v
alsactl version 1.0.17


请大家指点一下呀,到网上看了好多帖子,好多人都成功的驱动了声卡,为何我的却不行
文章评论

共有 7 条评论

  1. clake846 于 2009-03-17 10:27:48发表:

    谢谢

  2. dxb20040101 于 2009-03-16 22:29:59发表:

    root@localhost alsa-utils-1.0.19]# ./configure ;make;make install
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether NLS is requested... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for style of include used by make... GNU
    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 ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking for CFPreferencesCopyAppValue... no
    checking for CFLocaleCopyCurrent... no
    checking for GNU gettext in libc... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... libc
    checking for cross-compiler... gcc
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking for ALSA CFLAGS...
    checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
    checking for libasound headers version >= 1.0.16... found.
    checking for snd_ctl_open in -lasound... yes
    checking for xmlto... yes
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for ncurses5-config... 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 special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    checking for _LARGE_FILES value needed for large files... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating alsactl/Makefile
    config.status: creating alsactl/init/Makefile
    config.status: creating alsamixer/Makefile
    config.status: creating amidi/Makefile
    config.status: creating amixer/Makefile
    config.status: creating m4/Makefile
    config.status: creating po/Makefile.in
    config.status: creating alsaconf/alsaconf
    config.status: creating alsaconf/Makefile
    config.status: creating alsaconf/po/Makefile
    config.status: WARNING: alsaconf/po/Makefile.in seems to ignore the --datarootdir setting
    config.status: creating aplay/Makefile
    config.status: creating include/Makefile
    config.status: creating iecset/Makefile
    config.status: creating utils/Makefile
    config.status: creating utils/alsa-utils.spec
    config.status: creating seq/Makefile
    config.status: creating seq/aconnect/Makefile
    config.status: creating seq/aplaymidi/Makefile
    config.status: creating seq/aseqdump/Makefile
    config.status: creating seq/aseqnet/Makefile
    config.status: creating speaker-test/Makefile
    config.status: creating speaker-test/samples/Makefile
    config.status: creating include/aconfig.h
    config.status: include/aconfig.h is unchanged
    config.status: executing po-directories commands
    config.status: creating po/POTFILES
    config.status: creating po/Makefile
    config.status: executing depfiles commands
    Making all in include
    make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
    make all-am
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
    make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
    Making all in alsactl
    make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    Making all in init
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    xmlto man alsactl_init.xml
    make[2]: xmlto:命令未找到
    make[2]: *** [alsactl_init.7] 错误 127
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    make[1]: *** [all-recursive] 错误 1
    make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    make: *** [all-recursive] 错误 1
    Making install in include
    make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
    make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
    Making install in alsactl
    make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    Making install in init
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[3]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[3]: Nothing to be done for `install-exec-am'.
    test -z "/usr/share/alsa/init" || mkdir -p -- "/usr/share/alsa/init"
    /usr/bin/install -c -m 644 '00main' '/usr/share/alsa/init/00main'
    /usr/bin/install -c -m 644 'default' '/usr/share/alsa/init/default'
    /usr/bin/install -c -m 644 'help' '/usr/share/alsa/init/help'
    /usr/bin/install -c -m 644 'info' '/usr/share/alsa/init/info'
    /usr/bin/install -c -m 644 'test' '/usr/share/alsa/init/test'
    /usr/bin/install -c -m 644 'hda' '/usr/share/alsa/init/hda'
    make[3]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    xmlto man alsactl_init.xml
    make[2]: xmlto:命令未找到
    make[2]: *** [alsactl_init.7] 错误 127
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    make[1]: *** [install-recursive] 错误 1
    make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    make: *** [install-recursive] 错误 1

    这是我在虚拟机上的结果,也是这个utilis有问题,其它两个包都能正常,为什么会这样,直人的搞不明白,请大家指点呀

  3. dxb20040101 于 2009-03-16 22:28:40发表:

    root@localhost alsa-utils-1.0.19]# ./configure ;make;make install
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether NLS is requested... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for style of include used by make... GNU
    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 ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking for CFPreferencesCopyAppValue... no
    checking for CFLocaleCopyCurrent... no
    checking for GNU gettext in libc... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... libc
    checking for cross-compiler... gcc
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking for ALSA CFLAGS...
    checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
    checking for libasound headers version >= 1.0.16... found.
    checking for snd_ctl_open in -lasound... yes
    checking for xmlto... yes
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for ncurses5-config... 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 special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    checking for _LARGE_FILES value needed for large files... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating alsactl/Makefile
    config.status: creating alsactl/init/Makefile
    config.status: creating alsamixer/Makefile
    config.status: creating amidi/Makefile
    config.status: creating amixer/Makefile
    config.status: creating m4/Makefile
    config.status: creating po/Makefile.in
    config.status: creating alsaconf/alsaconf
    config.status: creating alsaconf/Makefile
    config.status: creating alsaconf/po/Makefile
    config.status: WARNING: alsaconf/po/Makefile.in seems to ignore the --datarootdir setting
    config.status: creating aplay/Makefile
    config.status: creating include/Makefile
    config.status: creating iecset/Makefile
    config.status: creating utils/Makefile
    config.status: creating utils/alsa-utils.spec
    config.status: creating seq/Makefile
    config.status: creating seq/aconnect/Makefile
    config.status: creating seq/aplaymidi/Makefile
    config.status: creating seq/aseqdump/Makefile
    config.status: creating seq/aseqnet/Makefile
    config.status: creating speaker-test/Makefile
    config.status: creating speaker-test/samples/Makefile
    config.status: creating include/aconfig.h
    config.status: include/aconfig.h is unchanged
    config.status: executing po-directories commands
    config.status: creating po/POTFILES
    config.status: creating po/Makefile
    config.status: executing depfiles commands
    Making all in include
    make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
    make all-am
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
    make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
    Making all in alsactl
    make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    Making all in init
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    xmlto man alsactl_init.xml
    make[2]: xmlto:命令未找到
    make[2]: *** [alsactl_init.7] 错误 127
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    make[1]: *** [all-recursive] 错误 1
    make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    make: *** [all-recursive] 错误 1
    Making install in include
    make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/include'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
    make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/include'
    Making install in alsactl
    make[1]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    Making install in init
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[3]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[3]: Nothing to be done for `install-exec-am'.
    test -z "/usr/share/alsa/init" || mkdir -p -- "/usr/share/alsa/init"
    /usr/bin/install -c -m 644 '00main' '/usr/share/alsa/init/00main'
    /usr/bin/install -c -m 644 'default' '/usr/share/alsa/init/default'
    /usr/bin/install -c -m 644 'help' '/usr/share/alsa/init/help'
    /usr/bin/install -c -m 644 'info' '/usr/share/alsa/init/info'
    /usr/bin/install -c -m 644 'test' '/usr/share/alsa/init/test'
    /usr/bin/install -c -m 644 'hda' '/usr/share/alsa/init/hda'
    make[3]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl/init'
    make[2]: Entering directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    xmlto man alsactl_init.xml
    make[2]: xmlto:命令未找到
    make[2]: *** [alsactl_init.7] 错误 127
    make[2]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    make[1]: *** [install-recursive] 错误 1
    make[1]: Leaving directory `/root/Desktop/alsa-utils-1.0.19/alsactl'
    make: *** [install-recursive] 错误 1


    这是我在虚拟机上的结果,也是这个utils包有问题,driver ,lib 两个包都能成功。为什么会这样

  4. dxb20040101 于 2009-03-16 21:03:11发表:

    请大家帮帮忙呀,这个声卡问题困挠我很久了

  5. dxb20040101 于 2009-03-16 21:02:18发表:

    root@dxb alsa-utils-1.0.19]# modinfo soundcore
    filename: /lib/modules/2.6.23.1-4/updates/sound/soundcore.ko
    alias: char-major-14-*
    license: GPL
    author: Alan Cox
    description: Core sound module
    srcversion: 548AA54AF08207316C104F8
    depends:
    vermagic: 2.6.23.1-4 SMP mod_unload 686

  6. dxb20040101 于 2009-03-16 21:01:31发表:

    [root@dxb alsa-utils-1.0.19]# lsmod
    Module Size Used by
    snd_seq_dummy 7940 0
    snd_seq_oss 35476 0
    snd_seq_midi_event 11008 1 snd_seq_oss
    snd_seq 51380 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 12172 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_pcm_oss 42624 0
    snd_mixer_oss 19840 1 snd_pcm_oss
    snd_pcm 75012 1 snd_pcm_oss
    snd_timer 25092 2 snd_seq,snd_pcm
    snd 54324 8 snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
    soundcore 9540 1 snd
    rfcomm 39576 0
    hidp 24960 2
    l2cap 28160 10 rfcomm,hidp
    bluetooth 50772 5 rfcomm,hidp,l2cap
    nf_conntrack_ipv4 12804 2
    xt_state 6016 2
    nf_conntrack 47176 2 nf_conntrack_ipv4,xt_state
    nfnetlink 8216 2 nf_conntrack_ipv4,nf_conntrack
    xt_tcpudp 6528 4
    ipt_REJECT 8064 1
    iptable_filter 6272 1
    ip_tables 15428 1 iptable_filter
    x_tables 14596 4 xt_state,xt_tcpudp,ipt_REJECT,ip_tables
    i915 24960 2
    drm 68372 3 i915
    usb_storage 61320 0
    ipv6 248572 14
    vfat 15360 7
    fat 47260 1 vfat
    dm_mirror 23168 0
    dm_multipath 18952 0
    dm_mod 49072 2 dm_mirror,dm_multipath
    video 19344 0
    output 6912 1 video
    sbs 20360 0
    dock 12432 0
    battery 14472 0
    ac 8836 0
    parport_pc 24980 1
    lp 14704 0
    parport 31560 2 parport_pc,lp
    ac97_bus 5760 0
    ide_cd 37252 0
    cdrom 33060 1 ide_cd
    8139cp 23552 0
    8139too 25088 0
    mii 8064 2 8139cp,8139too
    button 11024 0
    iTCO_wdt 12964 0
    serio_raw 9860 0
    iTCO_vendor_support 6404 1 iTCO_wdt
    snd_page_alloc 14088 1 snd_pcm
    i2c_i801 11408 0
    i2c_i810 7684 0
    i2c_algo_bit 8964 1 i2c_i810
    intel_agp 22932 1
    i2c_core 21248 3 i2c_i801,i2c_i810,i2c_algo_bit
    agpgart 28340 3 drm,intel_agp
    floppy 52020 0
    ide_disk 18688 12
    ata_generic 10372 0
    ata_piix 18308 0
    libata 94796 2 ata_generic,ata_piix
    piix 11396 0 [permanent]
    generic 7684 0 [permanent]
    ide_core 105156 4 ide_cd,ide_disk,piix,generic
    ext3 115720 2
    jbd 51368 1 ext3
    ehci_hcd 32268 0
    ohci_hcd 21636 0
    uhci_hcd 24208 0

  7. dxb20040101 于 2009-03-16 21:00:29发表:

    [root@dxb alsa-utils-1.0.19]# lspci -v
    00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03)
    Subsystem: Giga-byte Technology GA-8PE667 Ultra
    Flags: bus master, fast devsel, latency 0
    Memory at d0000000 (32-bit, prefetchable) [size=128M]
    Capabilities: [e4] Vendor Specific Information

    00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03) (prog-if 00 [VGA controller])
    Subsystem: Giga-byte Technology Unknown device 2562
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at d8000000 (32-bit, prefetchable) [size=128M]
    Memory at e0100000 (32-bit, non-prefetchable) [size=512K]
    Capabilities: [d0] Power Management version 1

    00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Giga-byte Technology Unknown device 24c2
    Flags: bus master, medium devsel, latency 0, IRQ 16
    I/O ports at d800 [size=32]

    00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Giga-byte Technology Unknown device 24c2
    Flags: bus master, medium devsel, latency 0, IRQ 17
    I/O ports at d000 [size=32]

    00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Giga-byte Technology Unknown device 24c2
    Flags: bus master, medium devsel, latency 0, IRQ 18
    I/O ports at d400 [size=32]

    00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 02) (prog-if 20 [EHCI])
    Subsystem: Giga-byte Technology Unknown device 5004
    Flags: bus master, medium devsel, latency 0, IRQ 19
    Memory at e0180000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2

    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 82) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
    I/O behind bridge: 0000c000-0000cfff
    Memory behind bridge: e0000000-e00fffff

    00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 02)
    Flags: bus master, medium devsel, latency 0

    00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 02) (prog-if 8a [Master SecP PriP])
    Subsystem: Giga-byte Technology GA-8PE667 Ultra
    Flags: bus master, medium devsel, latency 0, IRQ 18
    I/O ports at 01f0 [size=8]
    I/O ports at 03f4 [size=1]
    I/O ports at 0170 [size=8]
    I/O ports at 0374 [size=1]
    I/O ports at f000 [size=16]
    Memory at 20000000 (32-bit, non-prefetchable) [size=1K]

    00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 02)
    Subsystem: Giga-byte Technology GA-8PE667 Ultra
    Flags: medium devsel, IRQ 20
    I/O ports at 5000 [size=32]

    00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)
    Subsystem: Giga-byte Technology Unknown device a205
    Flags: bus master, medium devsel, latency 0, IRQ 5
    I/O ports at e000 [size=256]
    I/O ports at e400 [size=64]
    Memory at e0181000 (32-bit, non-prefetchable) [size=512]
    Memory at e0182000 (32-bit, non-prefetchable) [size=256]
    Capabilities: [50] Power Management version 2

    01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
    Subsystem: Giga-byte Technology GA-7VM400M/7VT600 Motherboard
    Flags: bus master, medium devsel, latency 32, IRQ 21
    I/O ports at c000 [size=256]
    Memory at e0000000 (32-bit, non-prefetchable) [size=256]
    Capabilities: [50] Power Management version 2