英文我看不懂,LINUX才玩一个礼拜,能看懂的方法,我都用过,还是没有声音。。。。。。唉
[原创]声卡完美解决 (Intel集成声卡,其他供参考) 至今没声音的请进--更新090209
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
-
- 帖子: 24
- 注册时间: 2007-10-27 13:26
-
- 帖子: 24
- 注册时间: 2007-10-27 13:26
我重新编译了,sudo gedit /etc/modprobe.d/alsa-base 可是空白的 我把options snd-hda-intel model=snd-cs46xx加了还是没有声音哦clarezoe 写了:用hjh0927 写了:bash: /etc/modprobe.d/alsa-base: No such file or directory
我的/etc/modprobe.d/alsa-base把结果贴出来,不是单单用/etc/modprobe.d/alsa-base代码: 全选
sudo gedit /etc/modprobe.d/alsa-base
要是还没有,就得重新编译驱动
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
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
-
- 帖子: 24
- 注册时间: 2007-10-27 13:26
代码: 全选
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
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:~$
-
- 帖子: 24
- 注册时间: 2007-10-27 13:26
我是怎么编译的
$ 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
$ 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
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
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文件
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文件
-
- 帖子: 24
- 注册时间: 2007-10-27 13:26
这是我的编译
$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:~$
有问题吗?目前还是没有声音
$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:~$
有问题吗?目前还是没有声音
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
-
- 帖子: 24
- 注册时间: 2007-10-27 13:26
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的方法做过依然没有声音,有影响吗?
上次由 hjh0927 在 2007-11-30 20:24,总共编辑 2 次。
- bjsm
- 帖子: 2324
- 注册时间: 2007-05-13 16:45
- 来自: 阿拉斯加群岛其中的一个岛上一片原始森林里其中的一颗树上
- 联系:
Re: [原创]声卡完美解决 (Intel集成声卡,其他供参考) 至今没声音的请进
hjh0927 写了:男的肯定了,你可以到他的主页看看,还是志在四方的好男儿。。。。bjsm 写了:到底是男是女啊?平时看头像没怎么注意看,老远一瞅,像是男的.今天仔细看,嘿嘿,有点不像带把儿的.
此人为女,我去她博客看到她的QQ,作了80分钟的思想工作,终于在视频里看到她的真身.
靓女(牙齿略有瑕疵)----------------------------------------------------鉴定完毕.