Re: Machine hard lock
From: Arnaldo Carvalho de Melo <hidden>
Date: 2005-12-22 20:09:17
On 12/22/05, Michael Buesch [off-list ref] wrote:
On Thursday 22 December 2005 18:49, Martin Tessun wrote:quoted
Johannes Berg wrote:quoted
On Thu, 2005-12-22 at 17:51 +0100, Martin Tessun wrote:quoted
At least you get them inserted ;) When I try to modprobe rate_control I get the following:insmod 80211 first. johannesNo, this ist not the problem. When inserting 80211 I get the same message; kernel: 80211: ieee80211_tx_packet_data is bigger than the skb->cb (48 > 40) And *this* is the real problem. The two structs don't match somehow.You're on a 64bit machine. Run a 32bit kernel, or wait a few weeks until this is fixed.
Or temporarily increase the size of struct sk_buff::cb from [40] to [48] if he wants to test other features present in this kernel release he is trying to compile. - Arnaldo