* Re: [BUG] tg3 module problem on Linux-2.6.29-rc1-2 [not found] ` <497870A3.4070200@turknet.net.tr> @ 2009-01-27 6:30 ` Jaswinder Singh Rajput 2009-01-27 7:45 ` Tarkan Erimer 0 siblings, 1 reply; 5+ messages in thread From: Jaswinder Singh Rajput @ 2009-01-27 6:30 UTC (permalink / raw) To: Tarkan Erimer Cc: Alexey Dobriyan, linux-kernel, David Woodhouse, David Miller, netdev On Thu, Jan 22, 2009 at 6:42 PM, Tarkan Erimer <tarkan.erimer@turknet.net.tr> wrote: > Alexey Dobriyan wrote: >> >> # CONFIG_FIRMWARE_IN_KERNEL is not set >> >> Try setting this option to =y. >> > > Thanks for the reply. I tried with "CONFIG_FIRMWARE_IN_KERNEL=y" as you > suggested. But, still I get the same warning. > It looks like ubuntu's make-kpkg utility or kernel compile process do not > care about "CONFIG_FIRMWARE_IN_KERNEL=y" and still building modules without > firmware built-in. > > Is this ubuntu's specific problem or you also getting these warnings/errors on another releases. -- JSR ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [BUG] tg3 module problem on Linux-2.6.29-rc1-2 2009-01-27 6:30 ` [BUG] tg3 module problem on Linux-2.6.29-rc1-2 Jaswinder Singh Rajput @ 2009-01-27 7:45 ` Tarkan Erimer 2009-01-27 15:48 ` Tarkan Erimer 0 siblings, 1 reply; 5+ messages in thread From: Tarkan Erimer @ 2009-01-27 7:45 UTC (permalink / raw) To: Jaswinder Singh Rajput Cc: Alexey Dobriyan, linux-kernel, David Woodhouse, David Miller, netdev Jaswinder Singh Rajput wrote: > Is this ubuntu's specific problem or you also getting these > warnings/errors on another releases. > > Yes,it's specific to Ubuntu's kernel build process (make-kpkg). I had no time to try with regular kernel build process. But; if it's necessary, I can try it out. BTW, my box is Kubuntu 8.10 with latest updates. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [BUG] tg3 module problem on Linux-2.6.29-rc1-2 2009-01-27 7:45 ` Tarkan Erimer @ 2009-01-27 15:48 ` Tarkan Erimer 2009-01-27 18:35 ` Matt Carlson 0 siblings, 1 reply; 5+ messages in thread From: Tarkan Erimer @ 2009-01-27 15:48 UTC (permalink / raw) To: Jaswinder Singh Rajput Cc: Alexey Dobriyan, linux-kernel, David Woodhouse, David Miller, netdev Tarkan Erimer wrote: > Jaswinder Singh Rajput wrote: >> Is this ubuntu's specific problem or you also getting these >> warnings/errors on another releases. >> >> > Yes,it's specific to Ubuntu's kernel build process (make-kpkg). I had > no time to try with regular kernel build process. But; if it's > necessary, I can try it out. BTW, my box is Kubuntu 8.10 with latest > updates. > Now, I tried with 2.6.29-rc2-git2 and the result is same. No difference. When I have time, I'll try via regular kernel compile process to see what will be happen. PS: If you write a reply to "netdev@vger.kernel.org", it will not reach to me. Because, I'm not subscribed to this mailing-list. So, please CC it to me. Tarkan ERIMER ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [BUG] tg3 module problem on Linux-2.6.29-rc1-2 2009-01-27 15:48 ` Tarkan Erimer @ 2009-01-27 18:35 ` Matt Carlson 2009-01-28 15:10 ` Tarkan Erimer 0 siblings, 1 reply; 5+ messages in thread From: Matt Carlson @ 2009-01-27 18:35 UTC (permalink / raw) To: Tarkan Erimer Cc: Jaswinder Singh Rajput, Alexey Dobriyan, linux-kernel@vger.kernel.org, David Woodhouse, David Miller, netdev On Tue, Jan 27, 2009 at 07:48:44AM -0800, Tarkan Erimer wrote: > Tarkan Erimer wrote: > > Jaswinder Singh Rajput wrote: > >> Is this ubuntu's specific problem or you also getting these > >> warnings/errors on another releases. > >> > >> > > Yes,it's specific to Ubuntu's kernel build process (make-kpkg). I had > > no time to try with regular kernel build process. But; if it's > > necessary, I can try it out. BTW, my box is Kubuntu 8.10 with latest > > updates. > > > Now, I tried with 2.6.29-rc2-git2 and the result is same. No difference. > When I have time, I'll try via regular kernel compile process to see > what will be happen. Like I outlined in my previous email, this is a scripting / tools problem. Updating your kernel will not help. Either the script or modinfo needs to be modified to somehow recognize that while the driver does make request_firmware() calls, the firmware resides in the kernel itself. > PS: If you write a reply to "netdev@vger.kernel.org", it will not reach > to me. Because, I'm not subscribed to this mailing-list. So, please CC > it to me. > > Tarkan ERIMER > > > -- > To unsubscribe from this list: send the line "unsubscribe netdev" 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] 5+ messages in thread
* Re: [BUG] tg3 module problem on Linux-2.6.29-rc1-2 2009-01-27 18:35 ` Matt Carlson @ 2009-01-28 15:10 ` Tarkan Erimer 0 siblings, 0 replies; 5+ messages in thread From: Tarkan Erimer @ 2009-01-28 15:10 UTC (permalink / raw) To: Matt Carlson Cc: Jaswinder Singh Rajput, Alexey Dobriyan, linux-kernel@vger.kernel.org, David Woodhouse, David Miller, netdev Matt Carlson wrote: > On Tue, Jan 27, 2009 at 07:48:44AM -0800, Tarkan Erimer wrote: > >> Tarkan Erimer wrote: >> >>> Jaswinder Singh Rajput wrote: >>> >>>> Is this ubuntu's specific problem or you also getting these >>>> warnings/errors on another releases. >>>> >>>> >>>> >>> Yes,it's specific to Ubuntu's kernel build process (make-kpkg). I had >>> no time to try with regular kernel build process. But; if it's >>> necessary, I can try it out. BTW, my box is Kubuntu 8.10 with latest >>> updates. >>> >>> >> Now, I tried with 2.6.29-rc2-git2 and the result is same. No difference. >> When I have time, I'll try via regular kernel compile process to see >> what will be happen. >> > > Like I outlined in my previous email, this is a scripting / tools problem. > Updating your kernel will not help. Either the script or modinfo needs to > be modified to somehow recognize that while the driver does make > request_firmware() calls, the firmware resides in the kernel itself. > > I got it. Sorry for the noise. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-28 15:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <49771D65.3090205@turknet.net.tr>
[not found] ` <20090121152818.GA3438@x200.localdomain>
[not found] ` <497870A3.4070200@turknet.net.tr>
2009-01-27 6:30 ` [BUG] tg3 module problem on Linux-2.6.29-rc1-2 Jaswinder Singh Rajput
2009-01-27 7:45 ` Tarkan Erimer
2009-01-27 15:48 ` Tarkan Erimer
2009-01-27 18:35 ` Matt Carlson
2009-01-28 15:10 ` Tarkan Erimer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).