刚装8。04,无声,麻烦各位!

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
sqpsunman
帖子: 77
注册时间: 2005-11-01 12:43
联系:

刚装8。04,无声,麻烦各位!

#1

帖子 sqpsunman » 2008-09-03 15:01

已经安装了Ubuntu 8.04!


笔记本配置:ASUS Z99DC
cpu:AMD Turion 64 x2 mobile TL-58
主板:NVIDIA nforce 630M (似乎支持)
芯片组:NVIDIA MCP67 (似乎支持)
音频:NVIDIA MCP67 Hight definition audio ,realtek HD audio(无声)
显卡:NVIDIA geforce 8400MG 512MB (似乎支持)
硬盘:160G SATA
无线网卡:Atheros RO5007EG wireless network,atheros communication AR5006 family 802.11abg.wireless NIC (找不到硬件,需要驱动)
网卡:NVIDIA nforce network controller(可以)
其它:1349 NIC

我的笔记本无法安装驱动,HDA nVidia with Realtek ALC660,无声音,请教阿!


请高手给出声音和无线网卡配置或教程链接,十分感谢!我是个初学者!
初来乍到,请多关照,正在学习中........
头像
qqttdh
帖子: 896
注册时间: 2007-07-20 22:15

#2

帖子 qqttdh » 2008-09-03 15:12

ddbnotsee
帖子: 3
注册时间: 2007-07-28 21:37

Re: 刚装8。04,无声,麻烦各位!

#3

帖子 ddbnotsee » 2008-10-04 0:48

修改 /etc/modprobe.d/alsa-base 文件
添加
options snd-hda-intel enable=1 index=0 model=lenovo
alias snd-card-0 snd-hda-inte
重启就好了
我的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 && { /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 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-hda-intel enable=1 index=0 model=lenovo
alias snd-card-0 snd-hda-inte
#options snd-hda-intel model=3stack-660
#options snd-hda-intel index=0
头像
carlos444_444
帖子: 448
注册时间: 2005-06-06 21:35
系统: Debian
来自: 四海为家
联系:

Re: 刚装8。04,无声,麻烦各位!

#4

帖子 carlos444_444 » 2008-10-04 0:56

:em05 正好关注下,我是ASUS F9DC
头像
dsj
帖子: 810
注册时间: 2008-08-21 20:26

Re: 刚装8。04,无声,麻烦各位!

#5

帖子 dsj » 2008-10-04 9:58

sudo gedit /etc/modprobe.d/alsa-base
最后加上
加上
options snd-hda-intel model=3stack
软件交流群:17264279
图书分享群:18246379
互动社区:http://www.ubuntuchina.com/
头像
dsj
帖子: 810
注册时间: 2008-08-21 20:26

Re: 刚装8。04,无声,麻烦各位!

#6

帖子 dsj » 2008-10-04 9:59

软件交流群:17264279
图书分享群:18246379
互动社区:http://www.ubuntuchina.com/
回复