Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-26 Thread Guennadi Liakhovetski
Hm, just got this:

ieee80211: eth1: Unknown management packet: 112

and then the connection was broken:-( What could that be? Using openvpn 
over it if it matters...

Thanks
Guennadi
---
Guennadi Liakhovetski


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-26 Thread Guennadi Liakhovetski
On Fri, 26 May 2006, Daniel Drake wrote:

> Guennadi Liakhovetski wrote:
> > ifconfig eth1 up
> > iwlist scan
> > iwconfig eth1 essid ...
> 
> You don't have to explicitly scan, but the trick is to only set an essid after
> bringing the interface up.

Aha, so, it's just a chicken-egg problem with dhcp: you cannot start dhcp 
before associating and you cannot associate before bringing interface 
up...

> > ugly... Can we improve it?
> 
> It's on my todo list. It's not a driver bug, it needs to be fixed in the
> softmac layer.

great! Looking forward.

Thanks
Guennadi
---
Guennadi Liakhovetski


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-26 Thread Daniel Drake

Guennadi Liakhovetski wrote:

ifconfig eth1 up
iwlist scan
iwconfig eth1 essid ...


You don't have to explicitly scan, but the trick is to only set an essid 
after bringing the interface up.



ugly... Can we improve it?


It's on my todo list. It's not a driver bug, it needs to be fixed in the 
softmac layer.


Daniel


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-26 Thread Guennadi Liakhovetski
On Thu, 25 May 2006, Uli Kunitz wrote:

> Guennadi Liakhovetski wrote:
> 
> > > If it's the same as Gentoo, using network scripts doesn't work yet 
> > > because we
> > > don't register any wireless statistics (therefore we don't get listed in
> > > /proc/net/wireless). This will be fixed soon...
> > 
> > How high is this on your todo lists?
> 
> It's already done, you should find it in the latest snapshots.
> However I didn't test automatic configuration for now. It would be
> good, if you could test it and report your results here.

Ok, tested it. Looks better, but still doesn't work 100% for me at least 
yet. It doesn't scan automatically, so, I cannot associate. Is it related 
to this comment:

/* We are not setting the status, because ieee->state is not updated
 * at all and this driver doesn't track authentication state.
 */

Adding
up iwlist eth1 scanning
to interfaces doesn't help for some reason - only calling it manually 
helps.

Ok, I can work around it with a dreadful hack. You have to do:

ifconfig eth1 up
iwlist scan
iwconfig eth1 essid ...

to trick ifup to do all that I've done:

iface eth1 inet static
address 1.0.0.0
netmask 255.0.0.0
broadcast 1.255.255.255
up iwlist eth1 scanning
up iwconfig eth1 essid "xxx"
up dhclient eth1

instead of just doing

iface wlan0 inet dhcp
up iwconfig wlan0 essid "xxx"

ugly... Can we improve it?

Besides, it is very nice to see all "visible" APs as "Quality=100/100  
Signal level=100/100", but it is hard to believe it:-)

Thanks
Guennadi
---
Guennadi Liakhovetski


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-25 Thread Guennadi Liakhovetski
On Thu, 25 May 2006, Uli Kunitz wrote:

> Guennadi Liakhovetski wrote:
> 
> > > If it's the same as Gentoo, using network scripts doesn't work yet 
> > > because we
> > > don't register any wireless statistics (therefore we don't get listed in
> > > /proc/net/wireless). This will be fixed soon...
> > 
> > How high is this on your todo lists?
> 
> It's already done, you should find it in the latest snapshots.
> However I didn't test automatic configuration for now. It would be
> good, if you could test it and report your results here.

Cool! I knew it would take me days / weeks to get anything remotely 
useful, whereas for you it was a matter of, probably, a few hours:-) I 
started yesterday, so, I just learned what was anyway interesting to 
learn, but now it is good to directly jump to a ready solution:-)

Yes, will test some time this / next week and report back.

Thanks
Guennadi
---
Guennadi Liakhovetski


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-25 Thread Uli Kunitz
Guennadi Liakhovetski wrote:

> > If it's the same as Gentoo, using network scripts doesn't work yet because 
> > we
> > don't register any wireless statistics (therefore we don't get listed in
> > /proc/net/wireless). This will be fixed soon...
> 
> How high is this on your todo lists?

It's already done, you should find it in the latest snapshots.
However I didn't test automatic configuration for now. It would be
good, if you could test it and report your results here.

Ciao,

Uli

-- 
Uli Kunitz - [EMAIL PROTECTED]


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-22 Thread Daniel Drake

Guennadi Liakhovetski wrote:
How high is this on your todo lists? If it is VERY low (like in 2 months) 
maybe it would make sense for me to try to look at it? Haven't hacked at 
wireless, even less in 2.6, but if you give me a hint, could try. This 
would come down to looking at a working driver in the kernel for generic 
network / wireless statistics interfaces and at the "old" zd1211? Or are 
there (m)any hidden obstacles?


Have a go at it. At the very least, you should be able to report 0 
statistics for everything. That way, at least we'll appear in 
/proc/net/wireless


Daniel



---
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=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-22 Thread Guennadi Liakhovetski
Hi all

On Thu, 4 May 2006, Daniel Drake wrote:

> If it's the same as Gentoo, using network scripts doesn't work yet because we
> don't register any wireless statistics (therefore we don't get listed in
> /proc/net/wireless). This will be fixed soon...

How high is this on your todo lists? If it is VERY low (like in 2 months) 
maybe it would make sense for me to try to look at it? Haven't hacked at 
wireless, even less in 2.6, but if you give me a hint, could try. This 
would come down to looking at a working driver in the kernel for generic 
network / wireless statistics interfaces and at the "old" zd1211? Or are 
there (m)any hidden obstacles?

Thanks
Guennadi
---
Guennadi Liakhovetski


---
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=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-05 Thread Guennadi Liakhovetski
On Thu, 4 May 2006, Daniel Drake wrote:

> Guennadi Liakhovetski wrote:
> > Some details - in my setup I connect unencrypted to an AP, get the
> > configuration over DHCP, and then run openvpn on the top. Everything worked,
> > but I had to set up interfaces manually - automating the process with
> > /etc/network/interfaces didn't work yet. I'll look further.
> 
> If it's the same as Gentoo, using network scripts doesn't work yet because we
> don't register any wireless statistics (therefore we don't get listed in
> /proc/net/wireless). This will be fixed soon...

Thanks for the info! Waiting impatiently:-)

Guennadi
---
Guennadi Liakhovetski


---
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=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-04 Thread Daniel Drake

Guennadi Liakhovetski wrote:
Some details - in my setup I connect unencrypted to an AP, get the 
configuration over DHCP, and then run openvpn on the top. Everything 
worked, but I had to set up interfaces manually - automating the process 
with /etc/network/interfaces didn't work yet. I'll look further.


If it's the same as Gentoo, using network scripts doesn't work yet 
because we don't register any wireless statistics (therefore we don't 
get listed in /proc/net/wireless). This will be fixed soon...


Daniel



---
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=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-04 Thread Ulrich Kunitz
On Thu, 4 May 2006, Guennadi Liakhovetski wrote:

> > It looks like this:
> > 
> > zd1211 chip 0ace:1211 v4330 high 00-11-f6 RF2959_RF pa0 ---
> > 
> > Use following command to get it:
> > 
> > $ dmesg | grep '\'
> 
> Hm, I guess, I couldn't disappoint you more:
> 
> zd1211 chip 0ace:1211 v4330 high 00-11-f6 RF2959_RF pa0 ---
> 
> :-))) Honestly - it is my dongle!:-) It says Fiberline on the upper side 
> and WL-410U on the reverse.

Thank you. The OEM is Asia Pacific Microsystems (OUI 00-11-f6). My
device is from Longshine. But these sticks are quite good
performance-wise.

Uli

-- 
Ulrich Kunitz - [EMAIL PROTECTED]


---
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=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-04 Thread Guennadi Liakhovetski
On Thu, 4 May 2006, Ulrich Kunitz wrote:

> On Thu, 4 May 2006, Guennadi Liakhovetski wrote:
> 
> > And lots of thanks for the great re-write work! I've built the driver, the 
> > firmware from yesterday's snapshots for an embedded ppc system running 
> > Sarge - and it worked!
> 
> Thank you for the flowers. Could you send us the chip info line?
> It looks like this:
> 
> zd1211 chip 0ace:1211 v4330 high 00-11-f6 RF2959_RF pa0 ---
> 
> Use following command to get it:
> 
> $ dmesg | grep '\'

Hm, I guess, I couldn't disappoint you more:

zd1211 chip 0ace:1211 v4330 high 00-11-f6 RF2959_RF pa0 ---

:-))) Honestly - it is my dongle!:-) It says Fiberline on the upper side 
and WL-410U on the reverse.

Thanks
Guennadi
---
Guennadi Liakhovetski


---
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=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-04 Thread Ulrich Kunitz
On Thu, 4 May 2006, Guennadi Liakhovetski wrote:

> And lots of thanks for the great re-write work! I've built the driver, the 
> firmware from yesterday's snapshots for an embedded ppc system running 
> Sarge - and it worked!

Thank you for the flowers. Could you send us the chip info line?
It looks like this:

zd1211 chip 0ace:1211 v4330 high 00-11-f6 RF2959_RF pa0 ---

Use following command to get it:

$ dmesg | grep '\'

Uli
-- 
Ulrich Kunitz - [EMAIL PROTECTED]


---
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=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs