分页: 2 / 11

发表于 : 2007-11-28 20:24
hjh0927
clarezoe 写了:
hjh0927 写了:我用你的办法试了,可依然alsamixer: function snd_ctl_open failed for default: No such device 看样子我只能用我的板载了!!!!
我找到你的chip set了,即cs46xx,在这里找到的。
然后到alsa官方找相关驱动说明,在这里

然后modprobe snd-card-cs46xx

PS贴一下你的/etc/modprobe.d/alsa-base
英文我看不懂,LINUX才玩一个礼拜,能看懂的方法,我都用过,还是没有声音。。。。。。唉

发表于 : 2007-11-28 21:11
clarezoe
hjh0927 写了:英文我看不懂,LINUX才玩一个礼拜,能看懂的方法,我都用过,还是没有声音。。。。。。唉
贴一下你的/etc/modprobe.d/alsa-base

另外补充一句,用linux应该要能看懂英文的,试着多看看就好了

发表于 : 2007-11-28 22:40
hjh0927
bash: /etc/modprobe.d/alsa-base: No such file or directory
我的/etc/modprobe.d/alsa-base

发表于 : 2007-11-28 23:45
clarezoe
hjh0927 写了:bash: /etc/modprobe.d/alsa-base: No such file or directory
我的/etc/modprobe.d/alsa-base

代码: 全选

sudo gedit /etc/modprobe.d/alsa-base
把结果贴出来,不是单单用/etc/modprobe.d/alsa-base
要是还没有,就得重新编译驱动

发表于 : 2007-11-29 12:51
hjh0927
clarezoe 写了:
hjh0927 写了:bash: /etc/modprobe.d/alsa-base: No such file or directory
我的/etc/modprobe.d/alsa-base

代码: 全选

sudo gedit /etc/modprobe.d/alsa-base
把结果贴出来,不是单单用/etc/modprobe.d/alsa-base
要是还没有,就得重新编译驱动
我重新编译了,sudo gedit /etc/modprobe.d/alsa-base 可是空白的 我把options snd-hda-intel model=snd-cs46xx加了还是没有声音哦

???

发表于 : 2007-11-29 20:38
xh7cly
请问7.10的也是一样的?

发表于 : 2007-11-29 21:23
clarezoe
hjh0927 写了:我重新编译了,sudo gedit /etc/modprobe.d/alsa-base 可是空白的 我把options snd-hda-intel model=snd-cs46xx加了还是没有声音哦

代码: 全选

modinfo soundcore
贴出来

代码: 全选

ls /etc/modprobe.d/|grep alsa
贴出来

代码: 全选

ls /etc/modprobe.d/|grep sound
贴出来

另外你的声卡不是intel的,不能用snd-hda-intel。

编译的过程有没出错,,编译有没有通过,不是仅仅运行make, make install就好的
编译要是没有问题,全通过的话在终端运行

代码: 全选

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

发表于 : 2007-11-29 22:32
hjh0927

代码: 全选

modinfo soundcore
贴出来

代码: 全选

ls /etc/modprobe.d/|grep alsa
贴出来

代码: 全选

ls /etc/modprobe.d/|grep sound
贴出来

另外你的声卡不是intel的,不能用snd-hda-intel。

编译的过程有没出错,,编译有没有通过,不是仅仅运行make, make install就好的
编译要是没有问题,全通过的话在终端运行

代码: 全选

 modprobe snd-cs46xx ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss
[/quote]
hua@hua-desktop:~$ modinfo soundcore
filename: /lib/modules/2.6.22-14-generic/kernel/sound/soundcore.ko
alias: char-major-14-*
license: GPL
author: Alan Cox
description: Core sound module
srcversion: 548AA54AF08207316C104F8
depends:
vermagic: 2.6.22-14-generic SMP mod_unload 586
hua@hua-desktop:~$ ls /etc/modprobe.d/|grep alsa
alsa-base
alsa-base~
hua@hua-desktop:~$ ls /etc/modprobe.d/|grep sound
hua@hua-desktop:~$ modprobe snd-cs46xx
FATAL: Module snd_cs46xx not found.
hua@hua-desktop:~$ modprobe snd-pcm-oss
WARNING: Error inserting soundcore (/lib/modules/2.6.22-14-generic/kernel/sound/soundcore.ko): Operation not permitted
WARNING: Error inserting soundcore (/lib/modules/2.6.22-14-generic/kernel/sound/soundcore.ko): Operation not permitted
FATAL: Error inserting snd (/lib/modules/2.6.22-14-generic/kernel/sound/acore/snd.ko): Operation not permitted
WARNING: Error running install command for snd
WARNING: Could not open '/lib/modules/2.6.22-14-generic/kernel/sound/acore/oss/snd-mixer-oss.ko': No such file or directory
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.22-14-generic/kernel/sound/acore/snd-page-alloc.ko): Operation not permitted
WARNING: Error inserting snd_timer (/lib/modules/2.6.22-14-generic/kernel/sound/acore/snd-timer.ko): Operation not permitted
WARNING: Error inserting snd_pcm (/lib/modules/2.6.22-14-generic/kernel/sound/acore/snd-pcm.ko): Operation not permitted
FATAL: Could not open '/lib/modules/2.6.22-14-generic/kernel/sound/acore/oss/snd-pcm-oss.ko': No such file or directory
hua@hua-desktop:~$ modprobe snd-mixer-oss
WARNING: Error inserting soundcore (/lib/modules/2.6.22-14-generic/kernel/sound/soundcore.ko): Operation not permitted
WARNING: Error inserting soundcore (/lib/modules/2.6.22-14-generic/kernel/sound/soundcore.ko): Operation not permitted
FATAL: Error inserting snd (/lib/modules/2.6.22-14-generic/kernel/sound/acore/snd.ko): Operation not permitted
WARNING: Error running install command for snd
FATAL: Could not open '/lib/modules/2.6.22-14-generic/kernel/sound/acore/oss/snd-mixer-oss.ko': No such file or directory
hua@hua-desktop:~$ modprobe snd-seq-oss
WARNING: Error inserting soundcore (/lib/modules/2.6.22-14-generic/kernel/sound/soundcore.ko): Operation not permitted
WARNING: Error inserting soundcore (/lib/modules/2.6.22-14-generic/kernel/sound/soundcore.ko): Operation not permitted
FATAL: Error inserting snd (/lib/modules/2.6.22-14-generic/kernel/sound/acore/snd.ko): Operation not permitted
WARNING: Error running install command for snd
WARNING: Could not open '/lib/modules/2.6.22-14-generic/kernel/sound/acore/seq/snd-seq-device.ko': No such file or directory
WARNING: Error inserting snd_timer (/lib/modules/2.6.22-14-generic/kernel/sound/acore/snd-timer.ko): Operation not permitted
WARNING: Could not open '/lib/modules/2.6.22-14-generic/kernel/sound/acore/seq/snd-seq.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.22-14-generic/kernel/sound/acore/seq/snd-seq-midi-event.ko': No such file or directory
FATAL: Could not open '/lib/modules/2.6.22-14-generic/kernel/sound/acore/seq/oss/snd-seq-oss.ko': No such file or directory
hua@hua-desktop:~$

发表于 : 2007-11-29 22:34
hjh0927
我是怎么编译的
$ tar xvvjf alsa-driver-1.0.15.tar.bz2
$ cd alsa-driver-1.0.15
$ ./configure --with-cards=hda-cs46xx
$ make
$ sudo make install
$ tar xvvjf alsa-lib-1.0.15.tar.bz2
$ cd alsa-lib-1.0.15
$ ./configure
$ make
$ sudo make install
$ tar xvvjf alsa-utils-1.0.15.tar.bz2
$ cd alsa-utils-1.0.15
$ ./configure
$ make
$ sudo make install

发表于 : 2007-11-29 22:53
clarezoe
modinfo soundcore 能找到你的声卡,所以你的声卡没问题

ls /etc/modprobe.d/|grep alsa 能找到你的alsa-base文件,所以你用sudo gedit /etc/modprobe.d/alsa-base 不应该是空白

modprobe snd-cs46xx
FATAL: Module snd_cs46xx not found.
是因为你的驱动没正确安装,必须重新再编译一遍

在编译alsa-driver那一步configure时用
./configure --with-cards=cs46xx --with-sequencer=yes
最后用一下 ./snddevices

然后utils和lib的编译安装过程是一样的

编译的步骤都用sudo,我看你没有用

编译完了重启看alsa-base文件

发表于 : 2007-11-30 19:22
hjh0927
这是我的编译
$sudo tar xvvjf alsa-driver-1.0.15.tar.bz2
$ cd alsa-driver-1.0.15
$sudo ./configure --with-cards=cs46xx --with-sequencer=yes
$ sudo make
$ sudo make install
$sudo ./snddevices

$sudo tar xvvjf alsa-lib-1.0.15.tar.bz2
$ cd alsa-lib-1.0.15
$sudo ./configure
$ sudo make
$ sudo make install

$ sudo tar xvvjf alsa-utils-1.0.15.tar.bz2
$ cd alsa-utils-1.0.15
$ sudo ./configure
$ sudo make
$ sudo make install
查看hua@hua-desktop:~$ find . -name "ALSA-Configuration.txt" -print
./alsa-driver-1.0.14rc3/alsa-kernel/Documentation/ALSA-Configuration.txt
./alsa-driver-1.0.15/alsa-kernel/Documentation/ALSA-Configuration.txt
hua@hua-desktop:~$
有问题吗?目前还是没有声音

发表于 : 2007-11-30 19:43
clarezoe
hjh0927 写了:查看hua@hua-desktop:~$ find . -name "ALSA-Configuration.txt" -print
./alsa-driver-1.0.14rc3/alsa-kernel/Documentation/ALSA-Configuration.txt
./alsa-driver-1.0.15/alsa-kernel/Documentation/ALSA-Configuration.txt
这个"查看"是什么
我要看alsa-base,就是上一步 ls /etc/modprobe.d/|grep alsa 找到的alsa-base

发表于 : 2007-11-30 20:04
hjh0927
clarezoe 写了:
hjh0927 写了:查看hua@hua-desktop:~$ find . -name "ALSA-Configuration.txt" -print
./alsa-driver-1.0.14rc3/alsa-kernel/Documentation/ALSA-Configuration.txt
./alsa-driver-1.0.15/alsa-kernel/Documentation/ALSA-Configuration.txt
这个"查看"是什么
我要看alsa-base,就是上一步 ls /etc/modprobe.d/|grep alsa 找到的alsa-base

hua@hua-desktop:~$ ls /etc/modprobe.d/|grep alsa
alsa-base
alsa-base~
我曾经用http://forum.ubuntu.org.cn/viewtopic.php?t=51527&sid=9c180e0bcfceec324a56268fef0ec472的方法做过依然没有声音,有影响吗?

Re: [原创]声卡完美解决 (Intel集成声卡,其他供参考) 至今没声音的请进

发表于 : 2007-11-30 22:48
bjsm
hjh0927 写了:
bjsm 写了:到底是男是女啊?平时看头像没怎么注意看,老远一瞅,像是男的.今天仔细看,嘿嘿,有点不像带把儿的.
男的肯定了,你可以到他的主页看看,还是志在四方的好男儿。。。。

此人为女,我去她博客看到她的QQ,作了80分钟的思想工作,终于在视频里看到她的真身.

靓女(牙齿略有瑕疵)----------------------------------------------------鉴定完毕.

发表于 : 2007-12-01 6:36
hjh0927
果然是靓女