You cannot modify the power failure when the Asus EeePC is shut down in Ubuntu.

Source: Internet
Author: User
By default, Ubuntu is installed in the Asus EeePC notebook to shut down, which may cause problems. It is manifested in the failure of power failure. 1. Create a script sudo/etc/init. d/eeepc #! /Bin/bashcase $1 instop) rmmodsnd-hda-intel; *) esac2, plus the executable attributes chmod + xeeepcshutdown3, finally, you can create a soft link that is executed during Shutdown On ln-s/et.

The default Ubuntu 8.04 installed in the Asus Eee PC laptop may cause problems when it is shut down, resulting in no power failure.

1. Create a script

Sudo/etc/init. d/eeepc

#! /Bin/bashcase $1 instop) rmmod snd-hda-intel; *) esac

2. Add executable attributes.

Chmod + x eeepcshutdown

3. Create a soft link that will be executed during shutdown.

Ln-s/etc/init. d/eeepcshutdown/etc/rc0.d/K60eeepc

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.