public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* loading 'acpiphp' fails after the system boot?‏
@ 2013-09-10 15:43 Shiro Itou 伊東
  2013-09-10 15:51 ` gregkh
  0 siblings, 1 reply; 4+ messages in thread
From: Shiro Itou 伊東 @ 2013-09-10 15:43 UTC (permalink / raw)
  To: linux-hotplug@vger.kernel.org, gregkh@linuxfoundation.org
  Cc: linux-acpi@vger.kernel.org

Hi All,
 
In kernel version 3.0, when ‘apciphp’ driver module is loaded, after the system comes up, it fails with error “no such device”. When I tried to debug I see that it fails in acpiphp_get_num_slots () function with error "Total 0 slots". In this case ‘bridge_list’  seem to be NULL.
 
But when the ‘acpiphp’ is loaded during boot time,  it seems to work file.
 
Where does the ‘bridge_list’ get populated and why does loading ‘apciphp’ after the system comes up fails to load.
 
Regards,
Shiro 		 	   		  

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: loading 'acpiphp' fails after the system boot?‏
  2013-09-10 15:43 loading 'acpiphp' fails after the system boot?‏ Shiro Itou 伊東
@ 2013-09-10 15:51 ` gregkh
  2013-09-11 17:46   ` Shiro Itou 伊東
  0 siblings, 1 reply; 4+ messages in thread
From: gregkh @ 2013-09-10 15:51 UTC (permalink / raw)
  To: Shiro Itou 伊東
  Cc: linux-hotplug@vger.kernel.org, linux-acpi@vger.kernel.org

On Tue, Sep 10, 2013 at 08:43:05AM -0700, Shiro Itou 伊東 wrote:
> Hi All,
>  
> In kernel version 3.0, when ‘apciphp’ driver module is loaded, after
> the system comes up, it fails with error “no such device”. When I
> tried to debug I see that it fails in acpiphp_get_num_slots ()
> function with error "Total 0 slots". In this case ‘bridge_list’  seem
> to be NULL.   
> But when the ‘acpiphp’ is loaded during boot time,  it seems to work file.

What happens in the 3.11 kernel release?  Lots of work has been done in
this area in the past 2 years, please try a newer kernel.  If there are
still problems, please let the linux-pci@vger.kernel.org mailing list
know about it.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: loading 'acpiphp' fails after the system boot?‏
  2013-09-10 15:51 ` gregkh
@ 2013-09-11 17:46   ` Shiro Itou 伊東
  2013-09-11 17:58     ` gregkh
  0 siblings, 1 reply; 4+ messages in thread
From: Shiro Itou 伊東 @ 2013-09-11 17:46 UTC (permalink / raw)
  To: gregkh@linuxfoundation.org
  Cc: linux-hotplug@vger.kernel.org, linux-acpi@vger.kernel.org

----------------------------------------
> Date: Tue, 10 Sep 2013 08:51:03 -0700
> From: gregkh@linuxfoundation.org
> To: shiro.itou@outlook.com
> CC: linux-hotplug@vger.kernel.org; linux-acpi@vger.kernel.org
> Subject: Re: loading 'acpiphp' fails after the system boot?‏
>
> On Tue, Sep 10, 2013 at 08:43:05AM -0700, Shiro Itou 伊東 wrote:
>> Hi All,
>>
>> In kernel version 3.0, when ‘apciphp’ driver module is loaded, after
>> the system comes up, it fails with error “no such device”. When I
>> tried to debug I see that it fails in acpiphp_get_num_slots ()
>> function with error "Total 0 slots". In this case ‘bridge_list’ seem
>> to be NULL.
>> But when the ‘acpiphp’ is loaded during boot time, it seems to work file.
>
> What happens in the 3.11 kernel release? Lots of work has been done in
> this area in the past 2 years, please try a newer kernel. If there are
> still problems, please let the linux-pci@vger.kernel.org mailing list
> know about it.

Thank you for reply. I did not try 3.11 kernel. I will check 3.11 kernel and see. But I use 3.0 kernel as a requirement.

Thank You,
Shiro

>
> thanks,
>
> greg k-h
> --
> To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html 		 	   		  

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: loading 'acpiphp' fails after the system boot?‏
  2013-09-11 17:46   ` Shiro Itou 伊東
@ 2013-09-11 17:58     ` gregkh
  0 siblings, 0 replies; 4+ messages in thread
From: gregkh @ 2013-09-11 17:58 UTC (permalink / raw)
  To: Shiro Itou 伊東
  Cc: linux-hotplug@vger.kernel.org, linux-acpi@vger.kernel.org

On Wed, Sep 11, 2013 at 10:46:19AM -0700, Shiro Itou 伊東 wrote:
> ----------------------------------------
> > Date: Tue, 10 Sep 2013 08:51:03 -0700
> > From: gregkh@linuxfoundation.org
> > To: shiro.itou@outlook.com
> > CC: linux-hotplug@vger.kernel.org; linux-acpi@vger.kernel.org
> > Subject: Re: loading 'acpiphp' fails after the system boot?‏
> >
> > On Tue, Sep 10, 2013 at 08:43:05AM -0700, Shiro Itou 伊東 wrote:
> >> Hi All,
> >>
> >> In kernel version 3.0, when ‘apciphp’ driver module is loaded, after
> >> the system comes up, it fails with error “no such device”. When I
> >> tried to debug I see that it fails in acpiphp_get_num_slots ()
> >> function with error "Total 0 slots". In this case ‘bridge_list’ seem
> >> to be NULL.
> >> But when the ‘acpiphp’ is loaded during boot time, it seems to work file.
> >
> > What happens in the 3.11 kernel release? Lots of work has been done in
> > this area in the past 2 years, please try a newer kernel. If there are
> > still problems, please let the linux-pci@vger.kernel.org mailing list
> > know about it.
> 
> Thank you for reply. I did not try 3.11 kernel. I will check 3.11
> kernel and see. But I use 3.0 kernel as a requirement.

Then please contact the people who is in charge of that requirement, as
they are the only ones that can support you, the community can not.

Best of luck,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-11 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 15:43 loading 'acpiphp' fails after the system boot?‏ Shiro Itou 伊東
2013-09-10 15:51 ` gregkh
2013-09-11 17:46   ` Shiro Itou 伊東
2013-09-11 17:58     ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox