* borkage in 2.6.23-rc4-mm1
@ 2007-09-01 4:16 Andrew Morton
2007-09-01 9:02 ` Johannes Berg
2007-09-01 9:47 ` Jeff Garzik
0 siblings, 2 replies; 5+ messages in thread
From: Andrew Morton @ 2007-09-01 4:16 UTC (permalink / raw)
To: linux-wireless; +Cc: netdev
Am seeing random crap like this:
Aug 31 20:57:46 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
Aug 31 20:57:51 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
Aug 31 20:57:56 sony dhclient: dhclient(4537) is already running - exiting.
Aug 31 20:57:56 sony dhclient: exiting.
Aug 31 20:58:05 sony dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4
Aug 31 20:58:07 sony kernel: ipw2200: Firmware error detected. Restarting.
Aug 31 20:58:09 sony dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7
Aug 31 20:58:16 sony dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
Aug 31 20:58:16 sony dhclient: DHCPOFFER from 192.168.2.1
Aug 31 20:58:16 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
Aug 31 20:58:20 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
Aug 31 20:58:20 sony dhclient: DHCPACK from 192.168.2.1
Aug 31 20:58:20 sony NET[4946]: /sbin/dhclient-script : updated /etc/resolv.conf
Aug 31 20:58:20 sony dhclient: bound to 192.168.2.5 -- renewal in 125513 seconds.
Aug 31 20:59:45 sony ntpd[2059]: sendto(192.36.143.234): Invalid argument
Aug 31 20:59:51 sony ntpd[2059]: sendto(193.225.14.163): Invalid argument
Aug 31 20:59:52 sony ntpd[2059]: sendto(193.60.199.78): Invalid argument
Aug 31 21:01:31 sony kernel: ipw2200: Firmware error detected. Restarting.
Aug 31 21:01:54 sony ntpd[2059]: sendto(192.36.143.234): Invalid argument
Aug 31 21:01:59 sony ntpd[2059]: sendto(193.225.14.163): Invalid argument
Aug 31 21:02:02 sony ntpd[2059]: sendto(193.60.199.78): Invalid argument
Aug 31 21:04:04 sony ntpd[2059]: sendto(192.36.143.234): Invalid argument
Aug 31 21:04:05 sony kernel: ipw2200: Firmware error detected. Restarting.
Aug 31 21:04:07 sony ntpd[2059]: sendto(193.225.14.163): Invalid argument
Aug 31 21:04:12 sony ntpd[2059]: sendto(193.60.199.78): Invalid argument
Aug 31 21:05:21 sony kernel: ipw2200: Firmware error detected. Restarting.
when trying to use ssh on the current rc4-mm1 lineup.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: borkage in 2.6.23-rc4-mm1
2007-09-01 4:16 borkage in 2.6.23-rc4-mm1 Andrew Morton
@ 2007-09-01 9:02 ` Johannes Berg
2007-09-01 9:47 ` Jeff Garzik
1 sibling, 0 replies; 5+ messages in thread
From: Johannes Berg @ 2007-09-01 9:02 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-wireless, netdev, Zhu Yi
[-- Attachment #1: Type: text/plain, Size: 617 bytes --]
On Fri, 2007-08-31 at 21:16 -0700, Andrew Morton wrote:
> Am seeing random crap like this:
> Aug 31 20:58:07 sony kernel: ipw2200: Firmware error detected. Restarting.
> Aug 31 21:01:31 sony kernel: ipw2200: Firmware error detected. Restarting.
> when trying to use ssh on the current rc4-mm1 lineup.
Very odd. I don't recall any patches touching the ieee80211 code though
I'm not entirely sure (last I saw was DIV_ROUND_UP from net-2.6.24). Are
you using WPA/RSN? ISTR I posted about a bug in the ieee80211 code a
while ago but I don't think it should make the ipw2200 firmware upset.
johannes
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: borkage in 2.6.23-rc4-mm1
2007-09-01 4:16 borkage in 2.6.23-rc4-mm1 Andrew Morton
2007-09-01 9:02 ` Johannes Berg
@ 2007-09-01 9:47 ` Jeff Garzik
2007-09-01 13:12 ` John W. Linville
2007-09-01 16:08 ` Andrew Morton
1 sibling, 2 replies; 5+ messages in thread
From: Jeff Garzik @ 2007-09-01 9:47 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-wireless, netdev
Andrew Morton wrote:
> Am seeing random crap like this:
>
> Aug 31 20:57:46 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
> Aug 31 20:57:51 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
> Aug 31 20:57:56 sony dhclient: dhclient(4537) is already running - exiting.
> Aug 31 20:57:56 sony dhclient: exiting.
> Aug 31 20:58:05 sony dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4
> Aug 31 20:58:07 sony kernel: ipw2200: Firmware error detected. Restarting.
> Aug 31 20:58:09 sony dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7
> Aug 31 20:58:16 sony dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
> Aug 31 20:58:16 sony dhclient: DHCPOFFER from 192.168.2.1
> Aug 31 20:58:16 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
> Aug 31 20:58:20 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
> Aug 31 20:58:20 sony dhclient: DHCPACK from 192.168.2.1
> Aug 31 20:58:20 sony NET[4946]: /sbin/dhclient-script : updated /etc/resolv.conf
> Aug 31 20:58:20 sony dhclient: bound to 192.168.2.5 -- renewal in 125513 seconds.
> Aug 31 20:59:45 sony ntpd[2059]: sendto(192.36.143.234): Invalid argument
> Aug 31 20:59:51 sony ntpd[2059]: sendto(193.225.14.163): Invalid argument
> Aug 31 20:59:52 sony ntpd[2059]: sendto(193.60.199.78): Invalid argument
> Aug 31 21:01:31 sony kernel: ipw2200: Firmware error detected. Restarting.
> Aug 31 21:01:54 sony ntpd[2059]: sendto(192.36.143.234): Invalid argument
> Aug 31 21:01:59 sony ntpd[2059]: sendto(193.225.14.163): Invalid argument
> Aug 31 21:02:02 sony ntpd[2059]: sendto(193.60.199.78): Invalid argument
> Aug 31 21:04:04 sony ntpd[2059]: sendto(192.36.143.234): Invalid argument
> Aug 31 21:04:05 sony kernel: ipw2200: Firmware error detected. Restarting.
> Aug 31 21:04:07 sony ntpd[2059]: sendto(193.225.14.163): Invalid argument
> Aug 31 21:04:12 sony ntpd[2059]: sendto(193.60.199.78): Invalid argument
> Aug 31 21:05:21 sony kernel: ipw2200: Firmware error detected. Restarting.
I see this on my Sony Vaio with older, non-mm kernels too. Incredibly
frustrating, as it seems to be related to the phase of the moon.
Sometimes a reboot gets my wireless working, sometimes it doesn't.
Jeff
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: borkage in 2.6.23-rc4-mm1
2007-09-01 9:47 ` Jeff Garzik
@ 2007-09-01 13:12 ` John W. Linville
2007-09-01 16:08 ` Andrew Morton
1 sibling, 0 replies; 5+ messages in thread
From: John W. Linville @ 2007-09-01 13:12 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Andrew Morton, linux-wireless, netdev, yi.zhu
On Sat, Sep 01, 2007 at 05:47:23AM -0400, Jeff Garzik wrote:
> Andrew Morton wrote:
> >Aug 31 20:58:07 sony kernel: ipw2200: Firmware error detected. Restarting.
> I see this on my Sony Vaio with older, non-mm kernels too. Incredibly
> frustrating, as it seems to be related to the phase of the moon.
> Sometimes a reboot gets my wireless working, sometimes it doesn't.
There have been a few random reports of firmware restarts with ipw2x00
for a long time. Unfortunately, only Intel has any visibility into
that firmware. Do make sure you have the latest firmware released
from Intel (you probably do already, but it's worth checking).
Yi, any thoughts?
John
--
John W. Linville
linville@tuxdriver.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: borkage in 2.6.23-rc4-mm1
2007-09-01 9:47 ` Jeff Garzik
2007-09-01 13:12 ` John W. Linville
@ 2007-09-01 16:08 ` Andrew Morton
1 sibling, 0 replies; 5+ messages in thread
From: Andrew Morton @ 2007-09-01 16:08 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-wireless, netdev
> On Sat, 01 Sep 2007 05:47:23 -0400 Jeff Garzik <jeff@garzik.org> wrote:
> Andrew Morton wrote:
> > Am seeing random crap like this:
> >
> > Aug 31 20:57:46 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
> > Aug 31 20:57:51 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
> > Aug 31 20:57:56 sony dhclient: dhclient(4537) is already running - exiting.
> > Aug 31 20:57:56 sony dhclient: exiting.
> > Aug 31 20:58:05 sony dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4
> > Aug 31 20:58:07 sony kernel: ipw2200: Firmware error detected. Restarting.
> > Aug 31 20:58:09 sony dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7
> > Aug 31 20:58:16 sony dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
> > Aug 31 20:58:16 sony dhclient: DHCPOFFER from 192.168.2.1
> > Aug 31 20:58:16 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
> > Aug 31 20:58:20 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
> > Aug 31 20:58:20 sony dhclient: DHCPACK from 192.168.2.1
> > Aug 31 20:58:20 sony NET[4946]: /sbin/dhclient-script : updated /etc/resolv.conf
> > Aug 31 20:58:20 sony dhclient: bound to 192.168.2.5 -- renewal in 125513 seconds.
> > Aug 31 20:59:45 sony ntpd[2059]: sendto(192.36.143.234): Invalid argument
> > Aug 31 20:59:51 sony ntpd[2059]: sendto(193.225.14.163): Invalid argument
> > Aug 31 20:59:52 sony ntpd[2059]: sendto(193.60.199.78): Invalid argument
> > Aug 31 21:01:31 sony kernel: ipw2200: Firmware error detected. Restarting.
> > Aug 31 21:01:54 sony ntpd[2059]: sendto(192.36.143.234): Invalid argument
> > Aug 31 21:01:59 sony ntpd[2059]: sendto(193.225.14.163): Invalid argument
> > Aug 31 21:02:02 sony ntpd[2059]: sendto(193.60.199.78): Invalid argument
> > Aug 31 21:04:04 sony ntpd[2059]: sendto(192.36.143.234): Invalid argument
> > Aug 31 21:04:05 sony kernel: ipw2200: Firmware error detected. Restarting.
> > Aug 31 21:04:07 sony ntpd[2059]: sendto(193.225.14.163): Invalid argument
> > Aug 31 21:04:12 sony ntpd[2059]: sendto(193.60.199.78): Invalid argument
> > Aug 31 21:05:21 sony kernel: ipw2200: Firmware error detected. Restarting.
>
> I see this on my Sony Vaio with older, non-mm kernels too. Incredibly
> frustrating, as it seems to be related to the phase of the moon.
> Sometimes a reboot gets my wireless working, sometimes it doesn't.
>
I've always had heaps of firmware restarts. It's the sendto errors which
are new (I think).
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-09-01 16:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-01 4:16 borkage in 2.6.23-rc4-mm1 Andrew Morton
2007-09-01 9:02 ` Johannes Berg
2007-09-01 9:47 ` Jeff Garzik
2007-09-01 13:12 ` John W. Linville
2007-09-01 16:08 ` Andrew Morton
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).