Re: Bcm43xx oops after suspend to disk

2007-02-04 Thread Larry Finger
Rafael J. Wysocki wrote: > On Sunday, 4 February 2007 18:42, Larry Finger wrote: >> roucaries bastien wrote: >>> Sorry for the delay it works. This time I can use iwlist eth scan. >>> I have some difficulties to associate and I need to rmmod/modprobe in >>> order to associate but it is another

Re: Bcm43xx oops after suspend to disk

2007-02-04 Thread Rafael J. Wysocki
On Sunday, 4 February 2007 18:42, Larry Finger wrote: > roucaries bastien wrote: > > > > Sorry for the delay it works. This time I can use iwlist eth scan. > > I have some difficulties to associate and I need to rmmod/modprobe in > > order to associate but it is another problem linked to a really

Re: Bcm43xx oops after suspend to disk

2007-02-04 Thread Larry Finger
roucaries bastien wrote: > > Sorry for the delay it works. This time I can use iwlist eth scan. > I have some difficulties to associate and I need to rmmod/modprobe in > order to associate but it is another problem linked to a really weak > power. Bastien, Please try this patch instead.

Re: Bcm43xx oops after suspend to disk

2007-02-04 Thread roucaries bastien
On 1/29/07, Larry Finger <[EMAIL PROTECTED]> wrote: Matthew Garrett wrote: > On Mon, Jan 29, 2007 at 01:55:41PM +0100, roucaries bastien wrote: >> - return 0; >> + return bcm43xx_init_one(pdev, NULL); >> } > > While this may well work (it's basically equivalent to unloading and >

Re: Bcm43xx oops after suspend to disk

2007-02-04 Thread roucaries bastien
On 1/29/07, Larry Finger [EMAIL PROTECTED] wrote: Matthew Garrett wrote: On Mon, Jan 29, 2007 at 01:55:41PM +0100, roucaries bastien wrote: - return 0; + return bcm43xx_init_one(pdev, NULL); } While this may well work (it's basically equivalent to unloading and reloading the

Re: Bcm43xx oops after suspend to disk

2007-02-04 Thread Larry Finger
roucaries bastien wrote: Sorry for the delay it works. This time I can use iwlist eth scan. I have some difficulties to associate and I need to rmmod/modprobe in order to associate but it is another problem linked to a really weak power. Bastien, Please try this patch instead. Thanks,

Re: Bcm43xx oops after suspend to disk

2007-02-04 Thread Rafael J. Wysocki
On Sunday, 4 February 2007 18:42, Larry Finger wrote: roucaries bastien wrote: Sorry for the delay it works. This time I can use iwlist eth scan. I have some difficulties to associate and I need to rmmod/modprobe in order to associate but it is another problem linked to a really weak

Re: Bcm43xx oops after suspend to disk

2007-02-04 Thread Larry Finger
Rafael J. Wysocki wrote: On Sunday, 4 February 2007 18:42, Larry Finger wrote: roucaries bastien wrote: Sorry for the delay it works. This time I can use iwlist eth scan. I have some difficulties to associate and I need to rmmod/modprobe in order to associate but it is another problem linked

Re: Bcm43xx oops after suspend to disk

2007-01-29 Thread Larry Finger
Matthew Garrett wrote: > On Mon, Jan 29, 2007 at 01:55:41PM +0100, roucaries bastien wrote: >> - return 0; >> + return bcm43xx_init_one(pdev, NULL); >> } > > While this may well work (it's basically equivalent to unloading and > reloading the module), it's not a long-term fix -

Re: Bcm43xx oops after suspend to disk

2007-01-29 Thread Matthew Garrett
On Mon, Jan 29, 2007 at 01:55:41PM +0100, roucaries bastien wrote: > - return 0; > + return bcm43xx_init_one(pdev, NULL); > } While this may well work (it's basically equivalent to unloading and reloading the module), it's not a long-term fix - userspace is going to notice the

Re: Bcm43xx oops after suspend to disk

2007-01-29 Thread roucaries bastien
On 1/29/07, Pavel Machek <[EMAIL PROTECTED]> wrote: Hi! > >> Do you have the log stuff that precedes this part? In particular, was > >> there a assertion that failed? > >> > > It is oops on resume and no asseertion failled this boot. However I > > have usually a lot of > > bcm43xx: ASSERTION

Re: Bcm43xx oops after suspend to disk

2007-01-29 Thread Pavel Machek
Hi! > >> Do you have the log stuff that precedes this part? In particular, was > >> there a assertion that failed? > >> > > It is oops on resume and no asseertion failled this boot. However I > > have usually a lot of > > bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at: > >

Re: Bcm43xx oops after suspend to disk

2007-01-29 Thread Pavel Machek
Hi! Do you have the log stuff that precedes this part? In particular, was there a assertion that failed? It is oops on resume and no asseertion failled this boot. However I have usually a lot of bcm43xx: ASSERTION FAILED (radio_attenuation 10) at:

Re: Bcm43xx oops after suspend to disk

2007-01-29 Thread roucaries bastien
On 1/29/07, Pavel Machek [EMAIL PROTECTED] wrote: Hi! Do you have the log stuff that precedes this part? In particular, was there a assertion that failed? It is oops on resume and no asseertion failled this boot. However I have usually a lot of bcm43xx: ASSERTION FAILED

Re: Bcm43xx oops after suspend to disk

2007-01-29 Thread Matthew Garrett
On Mon, Jan 29, 2007 at 01:55:41PM +0100, roucaries bastien wrote: - return 0; + return bcm43xx_init_one(pdev, NULL); } While this may well work (it's basically equivalent to unloading and reloading the module), it's not a long-term fix - userspace is going to notice the

Re: Bcm43xx oops after suspend to disk

2007-01-29 Thread Larry Finger
Matthew Garrett wrote: On Mon, Jan 29, 2007 at 01:55:41PM +0100, roucaries bastien wrote: - return 0; + return bcm43xx_init_one(pdev, NULL); } While this may well work (it's basically equivalent to unloading and reloading the module), it's not a long-term fix - userspace is

Re: Bcm43xx oops after suspend to disk

2007-01-26 Thread Larry Finger
roucaries bastien wrote: >> Do you have the log stuff that precedes this part? In particular, was >> there a assertion that failed? >> > It is oops on resume and no asseertion failled this boot. However I > have usually a lot of > bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at: >

Re: Bcm43xx oops after suspend to disk

2007-01-26 Thread Larry Finger
roucaries bastien wrote: Do you have the log stuff that precedes this part? In particular, was there a assertion that failed? It is oops on resume and no asseertion failled this boot. However I have usually a lot of bcm43xx: ASSERTION FAILED (radio_attenuation 10) at:

Re: Bcm43xx oops after suspend to disk

2007-01-25 Thread roucaries bastien
Do you have the log stuff that precedes this part? In particular, was there a assertion that failed? It is oops on resume and no asseertion failled this boot. However I have usually a lot of bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at:

Re: Bcm43xx oops after suspend to disk

2007-01-25 Thread Larry Finger
roucaries bastien wrote: > My bcm43xx oops after suspend to disk on a 2.6.20rc5 kernel (preempt+smp). > > --- > Jan 25 19:47:39 portablebastien kernel: caller is oops_begin+0xb/0x80 > Jan 25 19:47:39 portablebastien kernel: > Jan 25 19:47:39 portablebastien kernel:

Bcm43xx oops after suspend to disk

2007-01-25 Thread roucaries bastien
My bcm43xx oops after suspend to disk on a 2.6.20rc5 kernel (preempt+smp). --- Jan 25 19:47:39 portablebastien kernel: caller is oops_begin+0xb/0x80 Jan 25 19:47:39 portablebastien kernel: Jan 25 19:47:39 portablebastien kernel: Call Trace: Jan 25 19:47:39 portablebastien kernel

Re: Bcm43xx oops after suspend to disk

2007-01-25 Thread Larry Finger
roucaries bastien wrote: My bcm43xx oops after suspend to disk on a 2.6.20rc5 kernel (preempt+smp). --- Jan 25 19:47:39 portablebastien kernel: caller is oops_begin+0xb/0x80 Jan 25 19:47:39 portablebastien kernel: Jan 25 19:47:39 portablebastien kernel: Call Trace: Jan 25 19:47

Re: Bcm43xx oops after suspend to disk

2007-01-25 Thread roucaries bastien
Do you have the log stuff that precedes this part? In particular, was there a assertion that failed? It is oops on resume and no asseertion failled this boot. However I have usually a lot of bcm43xx: ASSERTION FAILED (radio_attenuation 10) at:

Bcm43xx oops after suspend to disk

2007-01-25 Thread roucaries bastien
My bcm43xx oops after suspend to disk on a 2.6.20rc5 kernel (preempt+smp). --- Jan 25 19:47:39 portablebastien kernel: caller is oops_begin+0xb/0x80 Jan 25 19:47:39 portablebastien kernel: Jan 25 19:47:39 portablebastien kernel: Call Trace: Jan 25 19:47:39 portablebastien kernel