[分享]我的 K8U-X 在今天昨天无数的 Google 之后出声音了 !!!

CPU/显卡/打印机/USB设备等硬件问题
头像
huhumu
帖子: 20
注册时间: 2006-09-23 11:27
来自: 古城西安

[分享]我的 K8U-X 在今天昨天无数的 Google 之后出声音了 !!!

#1

帖子 huhumu » 2007-07-03 0:33

由于英语四级屡次失败,看国外网站很吃力。

分享下 我浏览过的对我有用的网址

http://ubuntuforums.org/showthread.php? ... asus+K8U-X
(ALi 5455 sound issue (on an ASUS K8U-X) - doesn't work the way it should Multimedia & Video)
上边的这个是英文的 勉强看了懂了
还有个 http://www.forum.ubuntu.pl/viewtopic.php?t=31733 这个是波兰文
我都不知道是看哪个弄好的
现在简单的 介绍下 我具体弄的过程
第一步:

代码: 全选

sudo nano /etc/modprobe.d/alsa-base
第二步:
寻找 options snd-intel8x0m index=-2这样的字眼
将这个换成options snd-intel8x0 buggy_semaphore=1
保存
最后就退出重启了 !!就好了
原帖子地址在上边写着了
顺便 分享下我的 /etc/modprobe.d/alsa-base内容

代码: 全选

# 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 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-ioctl32 ; : ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --Qb snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq-midi ; /sbin/modprobe --quiet snd-seq-os$

# 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 $CMDLINE_OPTS && { /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-intel8x0 buggy_semaphore=1
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2

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 $CMDLINE_OPTS && { /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-intel8x0 buggy_semaphore=1
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-hda-intel position_fix=1 model=3stack
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388

上次由 huhumu 在 2007-07-05 1:24,总共编辑 2 次。
头像
huhumu
帖子: 20
注册时间: 2006-09-23 11:27
来自: 古城西安

#2

帖子 huhumu » 2007-07-03 0:34

:lol: :lol: :lol: 兴奋中
希望和我一样曾经痛苦的朋友都解决声卡问题
shi444555tou
帖子: 28
注册时间: 2007-04-20 20:10

#3

帖子 shi444555tou » 2007-07-03 16:16

Google是好东西哇~~~

坚决打击以梨艳红为首的百毒流氓犯罪团伙~~~
坚决打击以一腚毛为首的蜹腥流氓犯罪团伙~~~
坚决打击以麻花疼为首的疼逊流氓犯罪团伙~~~
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#4

帖子 eexpress » 2007-07-03 16:18

波兰文?这么强啊。
● 鸣学
shi444555tou
帖子: 28
注册时间: 2007-04-20 20:10

#5

帖子 shi444555tou » 2007-07-03 16:22

果然够强悍。。。
shi444555tou
帖子: 28
注册时间: 2007-04-20 20:10

#6

帖子 shi444555tou » 2007-07-03 16:23

ee怎么整天炮这个论坛哇?都一万多帖子了,汗!
wgsdd
帖子: 153
注册时间: 2007-04-11 17:39

#7

帖子 wgsdd » 2007-07-04 17:34

谢谢拉,板子一样的,谢谢
wgsdd
帖子: 153
注册时间: 2007-04-11 17:39

#8

帖子 wgsdd » 2007-07-04 18:17

是不是同样的板子配置也不同的呀,我的好像没整成功额
ali5455?????????
我的好像不是诶,那怎么办呢?
头像
aitilang
帖子: 1026
注册时间: 2007-04-28 21:38

#9

帖子 aitilang » 2007-07-04 18:29

有人知道原理吗?
wgsdd
帖子: 153
注册时间: 2007-04-11 17:39

#10

帖子 wgsdd » 2007-07-04 21:38

谢谢,成功了,
头像
huhumu
帖子: 20
注册时间: 2006-09-23 11:27
来自: 古城西安

#11

帖子 huhumu » 2007-07-05 1:18

LS 呵呵 祝贺啊
我以前ubuntu 的时候没声 抛弃不了XP
现在基本是可以离开他了
sutnevuj
帖子: 27
注册时间: 2006-12-23 17:45

#12

帖子 sutnevuj » 2007-07-07 10:10

我的 还是没声音阿
136g
帖子: 1
注册时间: 2007-05-20 10:17

#13

帖子 136g » 2007-07-11 23:24

解决声卡问题
Open Sound System 4.0 Installation Notes支持声卡和晶片
Driver Name Chipset Name
allegro ESS Allegro, ESS Maestro3, Canyon3D
als300 Avance Logc ALS300, ALS300+
als4000 Avance Logic ALS4000
apci97 Creative Labs SBPCI128, ES1371, ES1373, AudioPCI97
audigyls Creative Labs AudigyLS, SBLive 7.1
audiopci Creative Labs SBPCI128 ES1370
cmpci CMI8738, CMI8768
cmi8788 CMI8788
cs4280 Cirrus Logic Crystal CS4280, Turtle Beach Santa Cruz, Videologic Sonic Fury
cs4281 Cirrus Logic Crystal CS4281
emu10k1x Creative Labs 10K1X (DELL SBLIVE 5.1 OEM)
envy24 MAudio Delta-1010/1010LT/66/44/410, Audiophile 2496, Audiophile 192,
Terratec EWS88
envy24ht MAudio Revolution 7.1, Revolution 5.1 Terratec Aureon, Prodigy 7.1,
Envy24 PT, Envy24HT-S
fm801 ForteMedia FM801, FM801AU
geode National Semiconductor Geode NS5530
Ich Intel: ICH/ICH2/ICH3/ICH4/ICH5/ICH6
Nvidia: nForce1/nForce2/nForce3/nForce4/CK8S
SiS7012, AMD 8111, AMD 768
lynxone LynxONE Studio
lynxtwo LynxTWO, LynxTWO AES16 Studio
maestro ESS Maestro1, ESS Maestro2/2E
neomagic NM2200AV, NM2200ZX
riptide Conexant Riptide
s3vibes S3 Sonic Vibes
sbive Sound Blaster: Live/MP3/Platinum, Audigy, Audigy2, Audigy2ZS, Audigy2-Value
studio Sonorus Studio
trident Trident 4Dwave DX/NX, SIS 7018, ALI5451
ossusb USB Audio and MIDI class drivers
via8233 VIA: 8233, 8235, 8237
via97 VIA VIA82C686A, VIA82C686B
vortex Aureal Vortex1, Vortex2
ymf7xx Yamaha YMF724, 744, 754, 740
hdaudio Intel High Definition Audio (Azalia): Intel, Nvidia, ATI, VIA, ULi, SIS.
我的解决声卡成功方法
在http://www.opensound.com/osshw.html下載Linux 2.6 (x86) (DEB)
sudo apt-get install alien 和安裝Linux 2.6 (x86) (DEB)
wwwangee
帖子: 18
注册时间: 2007-08-11 13:56

非常感谢!

#14

帖子 wwwangee » 2007-08-11 20:32

开始还不行,
我下载了最新的alsa又编译了一遍。
成功了!

谢谢LZ了。
mam_shreke
帖子: 4
注册时间: 2008-05-15 2:19

#15

帖子 mam_shreke » 2008-05-17 15:30

太谢谢楼主了,终于有声音了,爽啊!
回复