The Following User Says Thank You to titan For This Useful Post: | ||
![]() |
2010-04-19
, 21:51
|
Posts: 44 |
Thanked: 5 times |
Joined on Apr 2010
|
#3172
|
normally /etc/modules should contain such modules
but it's one of the numerous bugs in Maemo5 that this file is ignored.
I'm working on a upstart script...
![]() |
2010-04-19
, 22:07
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#3173
|
normally /etc/modules should contain such modules
but it's one of the numerous bugs in Maemo5 that this file is ignored.
I'm working on a upstart script...
sudo gainroot wget http://maemory.com/N900/tools/module-init-tools -O /etc/event.d/module-init-tools echo bq27x00_battery >> /etc/modules
The Following 5 Users Say Thank You to titan For This Useful Post: | ||
![]() |
2010-04-19
, 22:45
|
Posts: 44 |
Thanked: 5 times |
Joined on Apr 2010
|
#3174
|
this should do it (warning: backup first! experimental!)
Code:sudo gainroot wget http://maemory.com/N900/tools/module-init-tools -O /etc/event.d/module-init-tools echo bq27x00_battery >> /etc/modules
![]() |
2010-04-19
, 22:54
|
Posts: 102 |
Thanked: 9 times |
Joined on Feb 2010
@ Wellingborough, UK
|
#3175
|
![]() |
2010-04-20
, 08:31
|
Posts: 143 |
Thanked: 4 times |
Joined on Jan 2010
|
#3176
|
![]() |
2010-04-20
, 08:46
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#3177
|
![]() |
2010-04-20
, 09:04
|
Posts: 32 |
Thanked: 12 times |
Joined on Feb 2010
@ Finland
|
#3178
|
![]() |
2010-04-20
, 09:27
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#3179
|
![]() |
2010-04-20
, 10:28
|
Posts: 143 |
Thanked: 4 times |
Joined on Jan 2010
|
#3180
|
http://wiki.maemo.org/Overclocking#Remarks
![]() |
|
but it's one of the numerous bugs in Maemo5 that this file is ignored.
I'm working on a upstart script...