Re: [zd1211-devs] Problems with WEP-encryption

2006-11-02 Thread Elimar Riesebieter
On Thu, 02 Nov 2006 the mental interface of Andreas Gick told: > Am Donnerstag 02 November 2006 19:49 schrieb Elimar Riesebieter: > > On Thu, 02 Nov 2006 the mental interface of > > Andreas Gick told: > > > > [...] > > > > > ADDRCONF(NETDEV_UP): eth2: link is not ready > > > > Yout interface isn't

Re: [zd1211-devs] zd1211rw with 2.6.18 kernel on ARM

2006-11-02 Thread Guennadi Liakhovetski
On Thu, 2 Nov 2006, Uli Kunitz wrote: > Guennadi, you are probably right. The reason is that the gcc is aligning > embedded structures always to a word boundary on ARM. I didn't know about that > and didn't care for while removing the packed attributes. Welcome to the ARM world:-) Thanks Guennad

Re: [zd1211-devs] Problems with WEP-encryption

2006-11-02 Thread Andreas Gick
Am Donnerstag 02 November 2006 19:49 schrieb Elimar Riesebieter: > On Thu, 02 Nov 2006 the mental interface of > Andreas Gick told: > > [...] > > > ADDRCONF(NETDEV_UP): eth2: link is not ready > > Yout interface isn't up. What tells: > > $ iwconfig > $ ifconfig > > Elimar iwconfig: eth2 IEEE

Re: [zd1211-devs] zd1211rw with 2.6.18 kernel on ARM

2006-11-02 Thread Uli Kunitz
Am 02.11.2006 um 22:55 schrieb Daniel Drake: > Guennadi Liakhovetski wrote: >> Yes, reverting that commit fixes the problem. I don't understand the >> comment there saying that those packed attributes were unneeded... >> From a >> quick view they DO seem to be needed - those are indeed structs

Re: [zd1211-devs] zd1211rw with 2.6.18 kernel on ARM

2006-11-02 Thread Daniel Drake
Guennadi Liakhovetski wrote: > Yes, reverting that commit fixes the problem. I don't understand the > comment there saying that those packed attributes were unneeded... From a > quick view they DO seem to be needed - those are indeed structs mapped on > data blocks received from hardware. The co

Re: [zd1211-devs] zd1211rw with 2.6.18 kernel on ARM

2006-11-02 Thread Guennadi Liakhovetski
On Tue, 31 Oct 2006, Daniel Drake wrote: > Guennadi Liakhovetski wrote: > > > Whereas earlier versions (latest tested > > 83c15ac14de7a01633c07e1c68226c73f9c92421) work fine. A short look through > > the > > diffs reveal critical differences like read16 vs. read32, and changed > > __packed__ >

Re: [zd1211-devs] Problems with WEP-encryption

2006-11-02 Thread Daniel Drake
Andreas Gick wrote: > Hi everybody, > after successfully loading the zd1211rw module, I encounter problems > regarding the WEP-encryption. It fails with the message: "SET failed on device > eth2; operation not supported". As I don't have any clue on how to solve this > issue I added the output of d

Re: [zd1211-devs] Problems with WEP-encryption

2006-11-02 Thread Elimar Riesebieter
On Thu, 02 Nov 2006 the mental interface of Andreas Gick told: [...] > ADDRCONF(NETDEV_UP): eth2: link is not ready Yout interface isn't up. What tells: $ iwconfig $ ifconfig Elimar -- The path to source is always uphill! -unknown- pgpg6algbDBQJ.pgp Descrip

[zd1211-devs] Problems with WEP-encryption

2006-11-02 Thread Andreas Gick
Hi everybody, after successfully loading the zd1211rw module, I encounter problems regarding the WEP-encryption. It fails with the message: "SET failed on device eth2; operation not supported". As I don't have any clue on how to solve this issue I added the output of dmesg and lsmod. For the sake o

Re: [zd1211-devs] How to select/build the zd1211rw modules in the git-kernel?

2006-11-02 Thread Andreas Gick
Am Samstag 28 Oktober 2006 00:01 schrieb Andreas Gick: > Am Mittwoch 25 Oktober 2006 14:07 schrieb Daniel Drake: > > Andreas Gick wrote: > > > Hello altogether, > > > after downloading the git-kernel-sources, I found the modules in the > > > kernel tree, but couldn't figure out, how to select them