Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ACPI on my Dell laptop: battery module crashing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
MerlinTheWizard
Apprentice
Apprentice


Joined: 06 Apr 2003
Posts: 270

PostPosted: Sun May 18, 2003 1:47 am    Post subject: ACPI on my Dell laptop: battery module crashing Reply with quote

ACPI is enabled on my kernel and works pretty fine so far.

I can modprobe all the ACPI modules (ac, fan, thermal, button), and they work properly (my fan can't be controlled via ACPI, but I can see that in /proc/acpi/fan).

Problem: a 'modprobe battery' crashes with a 'segmentation fault'.
A subsequent 'lsmod' shows that the 'battery' module is in state "(initializing)". The function where it crashes, I think, is acpi_bus_register_driver(); I've looked at the source code (battery.c), and since the /proc/acpi/battery is still there once the module crashes, that's likely crashing in the call
Code:
result = acpi_bus_register_driver(&acpi_battery_driver);
.

Any idea what could go wrong there? I guess I need a driver expert here :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum