Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[acpi]Système bloqué lors d'un shutdown/reboot (resolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
nico_calais
l33t
l33t


Joined: 09 Jun 2005
Posts: 628
Location: Saint Julien en Genevois

PostPosted: Mon May 08, 2006 3:19 pm    Post subject: [acpi]Système bloqué lors d'un shutdown/reboot (resolu) Reply with quote

J'ai un petit problème avec un portable (acer aspire 1700).
Lorsque je l'arrete via un shutdown ou un reboot, j'ai une erreur du genre BAD EIP VALUE

J'ai fait un petit tour du coté du dmesg
Quote:

ACPI: bus type pci registered
[...]
ACPI: PCI Interrupt Routing TACPI: Subsystem revision 20060127
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
[...]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
ACPI Error (uteval-0215): Return object type is incorrect [\_SB_.PCI0.LPCB.LNKA._CRS] (Node c1471560), AE_TYPE
ACPI Error (uteval-0221): Type returned from _CRS was incorrect: Integer, expected Btypes: 4 [20060127]
ACPI: PCI Interrupt Link [LNKA] (IRQs 7 10) *0
ACPI: PCI Interrupt Link [LNKB] (IRQs 3) *0, disabled.
ACPI Error (uteval-0215): Return object type is incorrect [\_SB_.PCI0.LPCB.LNKC._CRS] (Node c1471360), AE_TYPE
ACPI Error (uteval-0221): Type returned from _CRS was incorrect: Integer, expected Btypes: 4 [20060127]
ACPI: PCI Interrupt Link [LNKC] (IRQs 5) *0
ACPI Error (uteval-0215): Return object type is incorrect [\_SB_.PCI0.LPCB.LNKD._CRS] (Node c1471260), AE_TYPE
ACPI Error (uteval-0221): Type returned from _CRS was incorrect: Integer, expected Btypes: 4 [20060127]
ACPI: PCI Interrupt Link [LNKD] (IRQs 7 10) *0
ACPI Error (uteval-0215): Return object type is incorrect [\_SB_.PCI0.LPCB.LNKE._CRS] (Node c1471f80), AE_TYPE
ACPI Error (uteval-0221): Type returned from _CRS was incorrect: Integer, expected Btypes: 4 [20060127]
ACPI: PCI Interrupt Link [LNKE] (IRQs 7 10) *0
ACPI Error (uteval-0215): Return object type is incorrect [\_SB_.PCI0.LPCB.LNKF._CRS] (Node c1471e80), AE_TYPE
ACPI Error (uteval-0221): Type returned from _CRS was incorrect: Integer, expected Btypes: 4 [20060127]
ACPI: PCI Interrupt Link [LNKF] (IRQs 7 10) *0
ACPI Error (uteval-0215): Return object type is incorrect [\_SB_.PCI0.LPCB.LNKG._CRS] (Node c1471d80), AE_TYPE
ACPI Error (uteval-0221): Type returned from _CRS was incorrect: Integer, expected Btypes: 4 [20060127]
ACPI: PCI Interrupt Link [LNKG] (IRQs 7 10) *0
ACPI: PCI Interrupt Link [LNKH] (IRACPI Error (uteval-0215): Return object type is incorrect [\_SB_.PCI0.LPCB.LNKB._CRS] (Node c1471460), AE_TYPE
[...]
ACPI Error (uteval-0221): Type returned from _CRS was incorrect: Integer, expected Btypes: 4 [20060127]
ACPI: Unable to set IRQ for PCI Interrupt Link [LNKB] (likely buggy ACPI BIOS).
Try pci=noacpi or acpi=off
ACPI: PCI Interrupt 0000:00:0a.0[A]: no GSI
Qs 7 10) *0, disabled.
ACPI: Embedded Controller [EC0] (gpe 25) interrupt mode.
[...]
ACPI Error (uteval-0215): Return object type is incorrect [\_SB_.PCI0.LPCB.LNKA._CRS] (Node c1471560), AE_TYPE
ACPI Error (uteval-0221): Type returned from _CRS was incorrect: Integer, expected Btypes: 4 [20060127]
ACPI: Unable to set IRQ for PCI Interrupt Link [LNKA] (likely buggy ACPI BIOS).
(...Plus quelques autres messages qui ressemblent)


Comme conse c'est villé dans le dmesg, j'ai ajouté acpi=off dans mon grub.conf et ca fonctionne.
Mais sans la prise en charge de l'acpi, mon ventilo fait un bruit terrible et c'est genant.

J'ai fait un tour dans le forum mais j'ai rien trouvé de concluant. Si quelqu'un avait une idée pour que je puisse garder l'acpi et ne plus avoir ce problème de blocage.

P.S. : Je me rappelle qu'avec un kernel 2.6.11 j'avais pas ce problème. Je vais essayer de downgrader mon kernel et voir ce que ca donne.


EDIT : J'ai encore posté trop vite. J'ai donc downgradé mon kernel (vanilla 2.6.11.11) et plus de problème.
_________________
"Unix IS user friendly... It's just selective about who its friends are." — Tollef Fog Heen tollef@add.no
Back to top
View user's profile Send private message
widan
Veteran
Veteran


Joined: 07 Jun 2005
Posts: 1512
Location: Paris, France

PostPosted: Tue May 09, 2006 8:45 am    Post subject: Re: [acpi]Système bloqué lors d'un shutdown/reboot (resolu Reply with quote

nico_calais wrote:
Quote:
ACPI: Unable to set IRQ for PCI Interrupt Link [LNKB] (likely buggy ACPI BIOS).
Try pci=noacpi or acpi=off
ACPI: PCI Interrupt 0000:00:0a.0[A]: no GSI
Qs 7 10) *0, disabled.

Comme conse c'est villé dans le dmesg, j'ai ajouté acpi=off dans mon grub.conf et ca fonctionne.
Mais sans la prise en charge de l'acpi, mon ventilo fait un bruit terrible et c'est genant.

Si tu retentes avec un kernel plus récent, tu peux aussi essayer avec "acpi=noirq" pour lui dire de ne pas utiliser la table de routage des interruptions qui est fournie par l'ACPI (qui est visiblement défectueuse dans ton cas), mais de quand même utiliser l'ACPI pour le reste (dont la gestion des ventilos).
Back to top
View user's profile Send private message
nico_calais
l33t
l33t


Joined: 09 Jun 2005
Posts: 628
Location: Saint Julien en Genevois

PostPosted: Tue May 09, 2006 9:51 pm    Post subject: Reply with quote

Merci pour ta reponse, je vais plancher dessus :wink:
_________________
"Unix IS user friendly... It's just selective about who its friends are." — Tollef Fog Heen tollef@add.no
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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