Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-16 Thread Marco Calviani
Hi,

 I think we shouldn't worry about it too much.

i think you are right, but however we should consider it a bug if
not just for flooding my /var/log/messages .

Regards,
MC

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-16 Thread Richard Fish
On 1/16/06, Marco Calviani [EMAIL PROTECTED] wrote:
 i think you are right, but however we should consider it a bug if
 not just for flooding my /var/log/messages .

If you use syslog-ng, you can filter them with something like this in
/etc/syslog-ng/syslog-ng.conf:

filter bad_msgs {
not(   match(Firmware error detected.  Restarting.)
or(match(Sysfs 'error' log*))
);
};

log { source(src); filter(bad_msgs); destination(messages); };

I haven't tested the above, but I use something simliar for other
annoying messages, so I think it should work.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread martin nicolas
I've had the same a few ago but I've followed the recommandation of disabled the hwcrypto and now it's ok !to disable hwcrypto follow this link :
http://gentoo-wiki.com/HARDWARE_ipw2200#Trouble_with_WPA_and_hwcrypto On 1/15/06, Sven Köhler [EMAIL PROTECTED]
 wrote: ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log captured.
 ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting.
 ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting.
 ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. Is this a known issue of these drivers?
I have the same errors. I use ipw2200-1.0.10 with kernel 2.6.15.The connections breaks, the card is resseting and then the card worksagain. Then connection breaks again, the cards resets again - and so on ...
So there is no continuous connection :-(That's not what i call working.-- Dans la vie il n'y a que 10 sortes de personnesCelles qui comprennent le binaire et 
les autres.Martin Nicolas Master 2 I2A


Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Willie Wong
On Sun, Jan 15, 2006 at 08:20:35PM +0100, Penguin Lover Sven K?hler squawked:
  ipw2200: Firmware error detected.  Restarting.
  ipw2200: Sysfs 'error' log already exists.
  
  Is this a known issue of these drivers?
 
 I have the same errors. I use ipw2200-1.0.10 with kernel 2.6.15.
 
 The connections breaks, the card is resseting and then the card works
 again. Then connection breaks again, the cards resets again - and so on ...
 
Try setting hwcrypt=0, allegedly the firmware error still occurs but
the connection won't break with that. 

W


-- 
Pintsize: You don't have my raw electro-magnetism.
Sortir en Pantoufles: up 64 days, 12:05
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Marco Calviani
Hi martin,


 to disable hwcrypto  follow this link :
 http://gentoo-wiki.com/HARDWARE_ipw2200#Trouble_with_WPA_and_hwcrypto


i had seen this hint before, and i've also tried it but without
success. After a certain amount of minutes i'll get the same errors
from the kernel..

Regards,
MC

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Canek Peláez
Yes; the in-kernel version is an older one (it uses an older
firmware). But it solved the problem, and I don't have any issues with
the version in the kernel.

I'm running gentoo-sources-2.6.14-r5.

Canek

On 1/15/06, Sven Köhler [EMAIL PROTECTED] wrote:
  I got the same messages; they disappeared when I changed to the
  in-kernel modules for the ipw2200.
 
  so let me understand: changing from the ipw2200 external-provided
  driver to the in-kernel one solved this issue? Which kernel?
  But i thought that the in-kernel driver were older than the driver you
  could directly get from the ipw2200 site

 Kernel 2.6.14 included ipw2200 1.0.0, i think.
 I once heard, that 2.6.15 will include some updated version, but i
 have no clue, which one it is.






--
Canek Peláez Valdés
Facultad de Ciencias, UNAM

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marco Calviani wrote:
 Hi list.
   i think this is a general issue of the ipw2200 drivers since i've
 found this site http://www.bughost.org/bugzilla/ and lots of people
 seems to have the very same problem.
 Let's hope the future release will deal with this.
 
 Regards,
 MC
 

I don't consider this trouble critical. My wireless connection works
perfectly, indeed I haven't noticed that trouble until Marco started
this thread.

I think we shouldn't worry about it too much.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDyryD9RRlaicc3IERAjg/AJ0WaHUk84D8mK9q4LRg7FOFF65aOgCgqBty
i1OvLyz52q/ISkOdY53BpZw=
=908w
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Canek Peláez
When I transmitted large amounts of data (videos, ISO images etc.) my
connection sometimes died just after an Firmware error detected. 
Restarting.

With the version in the kernel, the message doesn't appear and the
connection never dies. Maybe they're two unrelated problems, but I'm
not sure.

Canek

On 1/15/06, Rafael Fernández López [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Marco Calviani wrote:
  Hi list.
i think this is a general issue of the ipw2200 drivers since i've
  found this site http://www.bughost.org/bugzilla/ and lots of people
  seems to have the very same problem.
  Let's hope the future release will deal with this.
 
  Regards,
  MC
 

 I don't consider this trouble critical. My wireless connection works
 perfectly, indeed I haven't noticed that trouble until Marco started
 this thread.

 I think we shouldn't worry about it too much.

 Bye,
 Rafael Fernández López.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFDyryD9RRlaicc3IERAjg/AJ0WaHUk84D8mK9q4LRg7FOFF65aOgCgqBty
 i1OvLyz52q/ISkOdY53BpZw=
 =908w
 -END PGP SIGNATURE-
 --
 gentoo-user@gentoo.org mailing list




--
Canek Peláez Valdés
Facultad de Ciencias, UNAM

-- 
gentoo-user@gentoo.org mailing list