LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: lot

终于在P4PE-X上为ADI AD1980声卡安装好Alsa驱动了,郁闷

[复制链接]
 楼主| 发表于 2003-10-18 08:15:08 | 显示全部楼层
顶一下 ^_^
发表于 2003-12-17 00:56:58 | 显示全部楼层
why I use
#modprobe snd-intel8x0
cause:
/lib/modules/2.4.22-1.2115.nptl/kernel/sound/pci/snd-intel8x0.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
      You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22-1.2115.nptl/kernel/sound/pci/snd-intel8x0.o: insmod /lib/modules/2.4.22-1.2115.nptl/kernel/sound/pci/snd-intel8x0.o failed
/lib/modules/2.4.22-1.2115.nptl/kernel/sound/pci/snd-intel8x0.o: insmod snd-intel8x0 failed

#lspci
00:00.0 Host bridge: Intel Corp. 82845G/GL [Brookdale-G] Chipset Host Bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 82845G/GL [Brookdale-G] Chipset AGP Bridge (rev 03)
00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub #1) (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801DB USB (Hub #2) (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801DB USB (Hub #3) (rev 02)
00:1d.7 USB Controller: Intel Corp. 82801DB USB2 (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev 82)
00:1f.0 ISA bridge: Intel Corp. 82801DB LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801DB Ultra ATA Storage Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV31 [GeForce FX 5600] (rev a1)
02:05.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
发表于 2003-12-17 00:58:38 | 显示全部楼层
I also use p4pe-x, any set needed in BIOS? Thanks in advance.
发表于 2003-12-17 01:29:24 | 显示全部楼层

OK now...

should be reboot
发表于 2003-12-18 23:47:22 | 显示全部楼层
楼上的兄弟,为什么我的配置出现的问题和你的一样,但重启后却不行?
请问你是怎么弄的?
发表于 2004-1-8 13:38:31 | 显示全部楼层
和硬件版里的说明有些不一样,
请问,
不用在系统服务里添加ALSASOUND就能用了吗?
alsa-driver-xxx目录里/utils/alsasound这个文件是干嘛用的?

最初由 lot 发表
谢谢Qing,现在数码相机搞定了 ^^

我现在发现安装声卡后每次重新启动后都必须 inmod bcm4400.o 一次,不然网卡就无法工作,请各位帮忙分析分析 :-)
安装方法可以参照
http://www.alsa-project.org/alsa ... amp;module=intel8x0

http://www.linuxsir.cn/forum.php?mod=viewthread&tid=45116

……………………………………………………………………
        cd /usr/src
        mkdir alsa
        cd alsa
        cp /downloads/alsa-* .

        bunzip2 alsa-driver-xxx
        tar -xf alsa-driver-xxx
        cd alsa-driver-xxx
        ./configure --with-cards=intel8x0 --with-sequencer=yes;make;make install

        ./snddevices

        chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi

        cd ..
        bunzip2 alsa-lib-xxx
        tar -xf alsa-lib-xxx
        cd alsa-lib-xxx
        ./configure;make;make install

        cd ..
        bunzip2 alsa-utils-xxx
        tar -xf alsa-utils-xxx
        cd alsa-utils-xxx
        ./configure;make;make install

        modprobe snd-intel8x0;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss

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

本版积分规则

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