From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757317Ab2ECPfw (ORCPT ); Thu, 3 May 2012 11:35:52 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:47518 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753871Ab2ECPfv (ORCPT ); Thu, 3 May 2012 11:35:51 -0400 Date: Thu, 3 May 2012 08:35:47 -0700 From: Greg KH To: Francois Rigaut Cc: Nico Schottelius , LKML Subject: Re: Linux Support for Thunderbolt using Apple Monitor Message-ID: <20120503153547.GD20334@kroah.com> References: <20120419163800.GB13977@schottelius.org> <20120502163629.GE928@schottelius.org> <20120502202509.GA26798@kroah.com> <20120503065003.GB13386@schottelius.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 03, 2012 at 09:45:00PM +1000, Francois Rigaut wrote: > After Greg pointed to the PCIE, I realized that modules related to PCIE > hotpluging were not loaded in my config. I then did a whole bunch of test > modprobing a couple of modules: pciehp (with and without pciehp_force and/or > pciehp_poll_mode) and acpiphp (not together obviously). No change:connecting > the thunderbolt does not lead to any kernel activity. No message whatsoever in > /var/log/everything.log. > Checked /sys/bus/pci/slots, nothing appeared. No change in lspci. Added a "echo > 1 > /sys/bus/pci/rescan" for good measure to no avail. Does anything show up in there at all? How about if you load the acpiphp module instead? Some BIOSes use that instead of pciehp. You need one of those drivers in order for this to work properly. Also, speaking of BIOS, make sure you have the latest updates, there were a lot of initial problems with Thunderbolt hotplug issues that were fixed in newer BIOS versions, so that will be required to be updated. thanks, greg k-h