一直在 用 Ubuntu, 最近看世界杯,但是一只没有声音,搜索一下,重新编译驱动就行了.如下步骤:1) Make sure the package “build-essentials” is installed2) 打开终端:
$ wget -c ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/hda-verb-0.3.tar.gz
$ tar vxzf hda-verb-0.3.tar.gz
$ cd hda-verb-0.3/
$ make
gcc -Wall -O2 -g -c -o hda-verb.o hda-verb.c
gcc -o hda-verb hda-verb.o3) run your “hda-verb”:
$ ./hda-verb /dev/snd/hwC0D0 0×1a 0×701 0
$ ./hda-verb /dev/snd/hwC0D0 0×1b 0×701 0
现在就有声音了!4) add two lines in /etc/rc.local, so that they’ll be automatically applied when booting:/path/to/hda-verb /dev/snd/hwC0D0 0×1a 0×701 0
/path/to/hda-verb /dev/snd/hwC0D0 0×1b 0×701 0
Remember to replace “/path/to/hda-verb” with the actual full path of your “hda-verb”.More details: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/582199Ubuntu 10.04虚拟机安装过程及截图Ubuntu 10.04下Gedit打开Windows记事本.txt文件乱码解决相关资讯 Ubuntu 10.04
- 经典Linux操作系统:Ubuntu 10.04 (10/07/2014 10:00:12)
- Ubuntu 10.04 发布第四个维护版本 (02/17/2012 10:44:50)
- Ubuntu 10.04比较好用的串口程序 (07/15/2011 06:51:40)
| - Ubuntu 10.04编译LTP (03/21/2013 21:05:34)
- Ubuntu 10.04.3 发布 (07/22/2011 06:57:31)
- Ubuntu 10.04下构建Nagios监控平台 (07/05/2011 06:46:48)
|
本文评论 查看全部评论 (0)