Chinaunix首页 | 论坛 | 博客
  • 博客访问: 336638
  • 博文数量: 135
  • 博客积分: 4637
  • 博客等级: 上校
  • 技术积分: 1410
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-21 13:22
文章分类

全部博文(135)

文章存档

2013年(12)

2012年(14)

2011年(42)

2010年(22)

2009年(18)

2008年(27)

分类: LINUX

2012-06-21 16:58:29

Here’s a simple way to make sound work after reboot.

1.) First, log out current account and log-in as root.

You can enable root account by running this command in terminal, enter current user password and then type and confirm a password for root account.

sudo passwd root

Then log out, choose “other” at login screen and then type root and the password.

2.) Launch “Start-up Applications”. Add a new start-up application with following parameters:

Name: Audio
Command: pulseaudio –start –log-target=syslog

Now, restart your machine and sound should work while login as root.

BTW: For security, it is not recommended to log-in as root in Ubuntu. If you need super user privilege to run a command or an application, add

sudo

at beginning.

阅读(687) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~