[Ubuntu] Dell Optiplex 380 使用Ubuntu 10.04没有声音 -- Ubuntu 10.04 has no sound in Dell Optiplex 380

Because the Dell Optiplex 380 is too new to Ubuntu, so the drivers of sounds is not really well.

After I update the OS from 9.10 to 10.04, there is no sounds!

 

But at last, I found the way to resolve this.

 

 

 

1) Open the terminal, insert the code below

  
  
wget -c ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/hda-verb-0.3.tar.gz

 

2) Compile and install the hda-verb

  
  
tar vxzf hda-verb-0.3.tar.gz
cd hda-verb-0.3/
make

 

3) Add two lines in /etc/rc.local, so that they’ll be automatically applied when booting

  
  
/path/to/ hda - verb - 0.3 / hda - verb / dev / snd / hwC0D0 0x1a 0x701 0
/path/to/ hda - verb - 0.3 / hda - verb / dev / snd / hwC0D0 0x1b 0x701 0

Remeber to replace “/path/to/hda-verb” with the actual full path of your “hda-verb”, as to me, I locate it in /home/david_lee/, so my code is:

  
  
/home/david_lee/hda-verb-0.3/hda-verb /dev/snd/hwC0D0 0x1a 0x701 0
/home/david_lee/hda-verb-0.3/hda-verb /dev/snd/hwC0D0 0x1b 0x701 0

 

Now you can restart the computer, and enjoy the music! Good luck~

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值