Eee PC boot setup services

January 21, 2008 - 10:08 pm

Previously heard that there are ways to let Eee PC in the boot when normal services (service), for example, dbus, bluetooth.
It was mentioned recently to see / etc / fastservices, give it a try today, really ah, the original fastinit first call / usr / sbin / services.sh, the / usr / sbin / services.sh be strong, it is the only 11 will be the implementation of the "boot", in which:
1. Network parameter settings
2. Load modules, such as USB
3. Implementation of the acpid (hotkey is the service)
4. Finally, a sound card to open today is the focus of the code is as follows:
if [-f / etc / fastservices]; then
for i in `cat / etc / fastservices`; do
/ usr / sbin / invoke-rc.d $ i start
done
fi
Means to find / etc / fastservices this file, put inside his party and his party was to open the boot services, for example, we want to use Bluetooth, it is necessary to dbus, bluetooth two lines.

Reference:
http://wiki.eeeuser.com/howto:starting_services

Send post as PDF to PDF | PDF Creator | PDF Converter
  1. 12 Responses to "Eee PC service boot setup"

  2. Simply put, is the boot time will be recorded in the / etc / fastservices

    We have to do is to the bottom three lines

    sudo / etc / init.d / dbus start
    sudo / etc / init.d / bluetooth start
    kbluetooth &

    Written into the file, right?

    By fine_plate on Jan 24, 2008

  3. No, that / etc / fastservices is used to implement "programs", so the content should be:

    dbus
    bluetooth

    It has 2 line, it will be carried out in the boot, kbluetooth is the application or to open their own.

    By lazyfai on Jan 24, 2008

  4. how can i start the bluetooth?? may i ask?

    By Isabella on Jan 26, 2008

  5. Re: Isabella

    You can start KDE bluetooth support by using the "kbluetooth" command in the terminal.

    By lazyfai on Jan 26, 2008

  6. Hi Fai,

    i am not quite get it since i go inot the small balck screen n type kbluetooth it came out 'bash command not valid' um ... how can i? and do i need to plug-in a bluetooth finger to connect with my mobile or i can just 'wake-up' the command inside my eeepc??
    many thanks

    Isabella

    By Isabella on Jan 27, 2008

  7. Re: Isabella
    From your output I think you haven't really install "kdebluetooth" programs, so you need to:
    1. Add XEPC.org line in / etc / apt / sources.list as instructed in another post
    2. Afterward, run "sudo apt-get update" to update the database
    3. Then run "sudo apt-get install kdebluetooth" to really install the programs.

    By lazyfai on Jan 27, 2008

  8. Hi Fai,

    after i typed the command: if [-f / etc ... ... it come out a feed back to me: invoke-rc.d: unknown initscript, / etc / init.d / cat not found. what does this means?

    Isabella

    By Isabella on Jan 29, 2008

  9. Re: Isabella
    That is not to enter, and that is what I found / etc / fastservices this file.
    You can see the screen shots on OK.

    By lazyfai on Jan 29, 2008

  10. Fai,

    when my cursor move to the icon on right hand bottom, the box pop-up n said "no bluetooth adapter", is that means i still need to plug a usb finger? is it i still missing something n which i cannot link with my mobile still??

    Isabella

    By Isabella on Jan 29, 2008

  11. Hi Fai,
    may i ask one more thing about this topic i can evolve the bluetooth since i bought a bluetooth adapter, but i cannot arouse the command with the icon on right hand bottom with the fast services command, can you show me the way to make it appear ? On the bottom bar when i switched on the eeepc?

    By Isabella on Jan 30, 2008

  12. Hi Isabella,

    Sorry the bluetooth program inside the bar is not "system service" so you need to use command to start it (the easy way), it can be made to start automatically but it is very complicated for you, and as we know, Eee PC has little resources, so I prefer start it when we need.
    So using a terminal to start "kbluetooth" is the easiest way at the moment.

    By lazyfai on Jan 30, 2008

  13. Hi Fai,
    got it n thanks
    Isabella

    By Isabella on Jan 31, 2008

Post a Comment