View Single Post
Posts: 165 | Thanked: 78 times | Joined on Jun 2010
#94
I have multiboot installed and i can boot omap1, power37 and NITdroid without problems. My gratitude to the developers for that.

However i would like to auto load the module bq27x00_battery when i boot titans power37.

I think that:
Code:
echo bq27x00_battery >> /etc/modules
doesn't work with multiboot because whenever i boot power37 i have to execute:
Code:
modprobe bq27x00_battery
to get that module active.

There is a modules.boot.example file in /etc that is part of multiboot package.
I have tried to create a /etc/modules.boot file with:

Code:
#
# modules.boot
#
# List of modules the bootloader (multiboot) shall load.
# 
bq27x00_battery
but then booting power37 fails.

Can anyone help with this issue?

Thanks