| View previous topic :: View next topic |
| Author |
Message |
Mogria n00b

Joined: 26 Sep 2012 Posts: 7
|
Posted: Wed Sep 26, 2012 9:16 pm Post subject: consolefont & keymaps deamons sometimes don't start on b |
|
|
I've added the consolefont & keymaps init-scripts to be executed on boot, but sometimes this doesn't seem to work. Like every second time the font does not change and the keymap is the wrong one. So I have to log in myself as root and execute | Code: | | /etc/init.d/consolefont start && /etc/init.d/keymaps start | by hand.
I've discovered that the script /lib/rc/sh/init-early.sh sets the font & keymap on boot, but in my case not always. Any Solutions?
Please tell me if you need output of some commands or the contents logs/config-files. |
|
| Back to top |
|
 |
Mogria n00b

Joined: 26 Sep 2012 Posts: 7
|
Posted: Thu Oct 04, 2012 7:07 pm Post subject: |
|
|
*push*
any ideas? |
|
| Back to top |
|
 |
BitJam Advocate

Joined: 12 Aug 2003 Posts: 2344 Location: Silver City, NM
|
Posted: Thu Oct 04, 2012 9:58 pm Post subject: |
|
|
You should look at "rc-update -v show | grep consolefont" to see when the service was supposed to be started. If you just get: as the output then your problem is easily fixed via: | Code: | | # rc-update add consolefont boot |
Do the same thing with keymaps. |
|
| Back to top |
|
 |
Mogria n00b

Joined: 26 Sep 2012 Posts: 7
|
Posted: Sat Oct 06, 2012 9:25 am Post subject: |
|
|
| Code: | | $ rc-update show | grep -e console -e keymaps |
outputs:
| Code: |
consolefont | boot
keymaps | boot
|
So this seams not the be problem ... |
|
| Back to top |
|
 |
toralf Advocate


Joined: 01 Feb 2004 Posts: 2421 Location: Hamburg/Germany
|
Posted: Sat Oct 06, 2012 10:13 am Post subject: |
|
|
| If /var/log/rc.log doesn't tell you more I'd look whether any needed kernel moduelsare always loaded before - probable put them into /etc/conf.d/modules. |
|
| Back to top |
|
 |
Mogria n00b

Joined: 26 Sep 2012 Posts: 7
|
Posted: Sat Oct 06, 2012 5:37 pm Post subject: |
|
|
| toralf wrote: | | I'd look whether any needed kernel moduelsare always loaded before |
how can i do that?
my /etc/conf.d/modules only contains this line
| Code: | | modules="wl ohci1394" | [/code] |
|
| Back to top |
|
 |
|