您的位置:首页 > 其它

How to enable sound in Ubuntu 11.04 While login as root

2013-09-26 09:07 501 查看
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 rootThen 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, addsudoat beginning.

阅读(142) | 评论(0) | 转发(0) |

0
上一篇:kvm windows guest NMI crash dump in libvirt

下一篇:C++ , QT Adding Icon/Image to Label

相关热门文章

linux 常见服务端口

【ROOTFS搭建】busybox的httpd...

什么是shell

linux socket的bug??

linux的线程是否受到了保护?...

关于enqueue 的dump 文件帮看...

tar --newer 05/12/2013 这个...

请教nginx代理tomcat作为子目...

LDAP安装 bus error是什么问...

select语句不修改sql,如何优...

给主人留下些什么吧!~~

评论热议
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: