Re: [zd1211-devs] zd1211rw, 2.6.19-rc1: cannot set essid

2006-10-12 Thread Harald Dunkel
Yes, I would say its the same problem. Didn't see it
before.


Many thanx

Harri

Laurent Riffard wrote:
 
 Do you use a WEP key in restricted mode ? I was hit by similar slab error.
 Please have a look to http://bugzilla.kernel.org/show_bug.cgi?id=7245.
 




signature.asc
Description: OpenPGP digital signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: [zd1211-devs] zd1211rw, 2.6.19-rc1: cannot set essid

2006-10-11 Thread Harald Dunkel
I found out that my PC was still sufficiently alive to do
some file IO, so attached you can find a compressed log
file.


Hope this helps. Regards

Harri



softmac_crash.gz
Description: Unix tar archive


signature.asc
Description: OpenPGP digital signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: [zd1211-devs] zd1211rw, 2.6.19-rc1: cannot set essid

2006-10-11 Thread Laurent Riffard

Le 11.10.2006 19:40, Harald Dunkel a écrit :

I found out that my PC was still sufficiently alive to do
some file IO, so attached you can find a compressed log
file.


Hope this helps. Regards

Harri


Hello,

Do you use a WEP key in restricted mode ? I was hit by similar slab error. 


Please have a look to http://bugzilla.kernel.org/show_bug.cgi?id=7245.

--
laurent



signature.asc
Description: OpenPGP digital signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: [zd1211-devs] zd1211rw, 2.6.19-rc1: cannot set essid

2006-10-10 Thread Guennadi Liakhovetski
On Mon, 9 Oct 2006, Harald Dunkel wrote:

 BTW, after running ifconfig to bring up the interface
 iwconfig eth2 essid harrinet results in a crash sometimes.
 The dump says
 
   slab error in verify_redzone_free(): cache 'size-32':
   memory outside object was overwritten.
 
 followed by a stack dump. Top level function is cache_free_debugcheck,
 called by ieee80211_tx_frame.
 
 I took a snapshot from the crash dump with my dc, if somebody
 is interested?

Yes, please. Either upload it somewhere and send a link to the list, or 
just send the snapshot (try to make it small - jpeg with reduced 
resolution, maybe 1 colour, just as long as it is readable) to the list.

Thanks
Guennadi
---
Guennadi Liakhovetski

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw, 2.6.19-rc1: cannot set essid

2006-10-09 Thread Daniel Drake
Harald Dunkel wrote:
 Doesn't this mean that iwconfig should wait till the softmac
 stuff has been completed, either on the first or second run?

No.

It's not a great system but is going to be replaced in the nearish future.

Daniel

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw, 2.6.19-rc1: cannot set essid

2006-10-09 Thread Guennadi Liakhovetski
On Mon, 9 Oct 2006, Daniel Drake wrote:

 Harald Dunkel wrote:
  Actually I don't see why the network interface should be
  brought up before it is configured. For the old zd1211-83
  this wasn't necessary. But I tried this, too:
 
 I haven't really used the vendor driver so I can't comment there. But 
 the standard for network drivers is to not really enable the radio/link 
 power or whatever until the interface is brought up. This is a lifesaver 
 for laptop users, otherwise the battery drains really quickly even when 
 no network access is available.

Emn, isn't it a matter of suspending the interface? I think, most network 
adapters, at least under earlier (2.4) kernel versions, had there 
interfaces enabled by default. And disabling it would be done by

ifconfig ... down
echo [23]  /sys/devices/.../power/state

or by whatever means that's going to replace it? 

Thanks
Guennadi
---
Guennadi Liakhovetski

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs