[原创]声卡完美解决 (Intel集成声卡,其他供参考) 至今没声音的请进--更新090209
-
- 帖子: 82
- 注册时间: 2007-10-09 21:54
- 来自: 益州
请问 “找不到rpm命令” 怎么回事啊?
我在终端输入
rpm -i oss-linux-v4.0-1009.i386.rpm
时提示:
sudo apt-get install rpm
bash: rpm:找不到命令
怎么回事?
难道有什么东西 没装吗?
rpm -i oss-linux-v4.0-1009.i386.rpm
时提示:
sudo apt-get install rpm
bash: rpm:找不到命令
怎么回事?
难道有什么东西 没装吗?
-
- 帖子: 24
- 注册时间: 2007-10-27 13:26
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }
# Load snd-seq for devices that don't have hardware midi;
# Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
# non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options cx88-alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }
# Load snd-seq for devices that don't have hardware midi;
# Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
# non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options cx88-alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
-
- 帖子: 22
- 注册时间: 2007-07-12 12:40
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
晕,你还是没懂我的意思,ls这个命令里列出了你/etc/modprobe.d/下的有关alsa的文件, 你现在找到到有alsa-base的文件了,就得用sudo gedit /etc/modprobe.d/alsa-base 查看里面的内容,然后把内容贴出来hjh0927 写了:hua@hua-desktop:~$ ls /etc/modprobe.d/|grep alsa
alsa-base
alsa-base~
我曾经用http://forum.ubuntu.org.cn/viewtopic.php?t=51527&sid=9c180e0bcfceec324a56268fef0ec472的方法做过依然没有声音,有影响吗?
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
Re: 请问 “找不到rpm命令” 怎么回事啊?
rpm 是RedHat的,ubuntu里没有这个命令,要用alien转格式,不过有时转了格式也不一定能装abckkkk 写了:我在终端输入
rpm -i oss-linux-v4.0-1009.i386.rpm
时提示:
sudo apt-get install rpm
bash: rpm:找不到命令
怎么回事?
难道有什么东西 没装吗?
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
Re: [原创]声卡完美解决 (Intel集成声卡,其他供参考) 至今没声音的请进
具我所知,我只有一颗床牙有问题,老兄能从照片里看到我的床牙?bjsm 写了:此人为女,我去她博客看到她的QQ,作了80分钟的思想工作,终于在视频里看到她的真身.
靓女(牙齿略有瑕疵)----------------------------------------------------鉴定完毕.
因此此鉴定不全为真
证毕

- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
不好意思,刚看到这个,在这个文件里加上hjh0927 写了:# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }
# Load snd-seq for devices that don't have hardware midi;
# Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
# non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options cx88-alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
代码: 全选
options snd-card-cs46xx model=auto
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
- aitilang
- 帖子: 1026
- 注册时间: 2007-04-28 21:38
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
- soliton
- 帖子: 338
- 注册时间: 2006-05-13 14:00
代码: 全选
kyle@ubuntu:~$ aplay -l
**** PLAYBACK硬件设备列表 ****
卡 0: I82801DBICH4 [Intel 82801DB-ICH4], 设备 0: Intel ICH [Intel 82801DB-ICH4]
子设备: 0/1
子设备:#0: subdevice #0
卡 0: I82801DBICH4 [Intel 82801DB-ICH4], 设备 4: Intel ICH - IEC958 [Intel 82801DB-ICH4 - IEC958]
子设备: 1/1
子设备:#0: subdevice #0
卡 1: Modem [Intel 82801DB-ICH4 Modem], 设备 0: Intel ICH - Modem [Intel 82801DB-ICH4 Modem - Modem]
子设备: 0/1
子设备:#0: subdevice #0
kyle@ubuntu:~$ cat /proc/asound/cards
0 [I82801DBICH4 ]: ICH4 - Intel 82801DB-ICH4
Intel 82801DB-ICH4 with AD1981B at irq 10
1 [Modem ]: ICH-MODEM - Intel 82801DB-ICH4 Modem
Intel 82801DB-ICH4 Modem at irq 10
kyle@ubuntu:~$ cat /proc/asound/devices
2: : timer
3: : sequencer
4: [ 0- 4]: digital audio playback
5: [ 0- 3]: digital audio capture
6: [ 0- 2]: digital audio capture
7: [ 0- 1]: digital audio capture
8: [ 0- 0]: digital audio playback
9: [ 0- 0]: digital audio capture
10: [ 0] : control
11: [ 1- 0]: digital audio playback
12: [ 1- 0]: digital audio capture
13: [ 1] : control
kyle@ubuntu:~$ lspci -vv|grep Audio
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
只是感觉音质不是太好,有的时候声音大了有破音
原来在win下不会这样。
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
看看现在你的驱动出来没tomcat.xin 写了:我的7.04的时候可以用Intel的驱动可以的,难道现在不行了么?代码: 全选
tomcat@ubuntu:~$ aplay -l **** PLAYBACK硬件设备列表 **** 卡 0: NVidia [HDA NVidia], 设备 0: CONEXANT Analog [CONEXANT Analog] 子设备: 1/1 子设备:#0: subdevice #0 卡 0: NVidia [HDA NVidia], 设备 1: Conexant Digital [Conexant Digital] 子设备: 1/1 子设备:#0: subdevice #0 tomcat@ubuntu:~$ lspci -vv|grep Audio 00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
那怎么搞呢?谢谢