已经安装了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,无声音,请教阿!
请高手给出声音和无线网卡配置或教程链接,十分感谢!我是个初学者!
刚装8。04,无声,麻烦各位!
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 77
- 注册时间: 2005-11-01 12:43
- 联系:
刚装8。04,无声,麻烦各位!
初来乍到,请多关照,正在学习中........
- qqttdh
- 帖子: 896
- 注册时间: 2007-07-20 22:15
-
- 帖子: 3
- 注册时间: 2007-07-28 21:37
Re: 刚装8。04,无声,麻烦各位!
修改 /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
添加
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
- 来自: 四海为家
- 联系:
- dsj
- 帖子: 810
- 注册时间: 2008-08-21 20:26
Re: 刚装8。04,无声,麻烦各位!
sudo gedit /etc/modprobe.d/alsa-base
最后加上
加上
options snd-hda-intel model=3stack
最后加上
加上
options snd-hda-intel model=3stack
- dsj
- 帖子: 810
- 注册时间: 2008-08-21 20:26
Re: 刚装8。04,无声,麻烦各位!
网卡这个参照一下
http://www.ubuntuchina.com/viewthread.p ... light=ASUS
笔记本ASUS Z99DC 安装配置全攻略
http://www.ubuntuchina.com/viewthread.p ... a=page%3D3
http://www.ubuntuchina.com/viewthread.p ... light=ASUS
笔记本ASUS Z99DC 安装配置全攻略
http://www.ubuntuchina.com/viewthread.p ... a=page%3D3