Re: [zd1211-devs] coldplugging zd1211rw results in firefox segfault

2007-08-25 Thread Guennadi Liakhovetski
segfaulted if you see anything unusual there. I.e., you can call dmesg before starting firefox and after the segfault and see if there have been any new entries between the two calls. Thanks Guennadi --- Guennadi Liakhovetski

Re: [zd1211-devs] Phillips SNU5600 Patch

2007-05-31 Thread Guennadi Liakhovetski
D to zdusb.c. FYI, the file Documentation/SubmittingPatches in your linux kernel source tree describes how to create and submit a patch. Thanks Guennadi --- Guennadi Liakhovetski - This SF.net email is sponsored by DB2 Express

Re: [zd1211-devs] Attempted zd1211 compilation (vendor) on PS3

2007-01-24 Thread Guennadi Liakhovetski
that's indeed what is done by the Makefile in the vendor zd1211 driver. Try adding "V=1" to the make command line and see if you get all the same flags as the kernel itself. You might want to comment out this line: EXTRA_CFLAGS += -O2 -Wall -Wstrict-prototypes -pipe from the zd121

[zd1211-devs] Porting zd1211 to d80211?...

2006-11-23 Thread Guennadi Liakhovetski
implemented it already locally, but our actual implementation seems to have some problems... Thanks Guennadi ----- Guennadi Liakhovetski, Ph.D. DSA Daten- und Systemtechnik GmbH Pascalstr. 28 D-52076

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

2006-11-16 Thread Guennadi Liakhovetski
tch? 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

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

2006-11-14 Thread Guennadi Liakhovetski
m, and it will be afterwards read out by a system with THE SAME default packing rules. But it is always just safer to take care about packing in the software explicitely, instead of relying on default platform-specific gcc rules, as long as an object has to go on the wire. Please restore your git

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

2006-11-02 Thread Guennadi Liakhovetski
RM world:-) 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 A

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. read3

[zd1211-devs] zd1211rw with 2.6.18 kernel on ARM

2006-10-31 Thread Guennadi Liakhovetski
through the diffs reveal critical differences like read16 vs. read32, and changed __packed__ attributes. Any idea what the likely reason can be? Thanks Guennadi ----- Guennadi Liakhovetski, Ph.D. DSA Daten- und Systemtechnik GmbH Pascalstr. 28 D-52076 Aac

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

2006-10-10 Thread Guennadi Liakhovetski
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. I

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: > Guennadi Liakhovetski wrote: > > > > I meant, I don't think "ifconfig ... down" state should power down the > > device. AFAIK, you boot with a ethX unconfigured, then you start a dhcp > > client WITHOUT bringing

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

2006-10-09 Thread Guennadi Liakhovetski
eird. Not a big problem, AFAICS, but unusual. 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

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

2006-10-09 Thread Guennadi Liakhovetski
/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

[zd1211-devs] updates for 2.6.18?

2006-08-13 Thread Guennadi Liakhovetski
Ulrich, Daniel, are you planning on submitting your improvements / bugfixes for 2.6.18 or are they only going into the wireless tree for after-2.6.18? Thanks Guennadi --- Guennadi Liakhovetski - Using Tomcat but need to do

Re: [zd1211-devs] [2.6.18-rc2, zd1211rw] connection problems

2006-08-12 Thread Guennadi Liakhovetski
On Sat, 12 Aug 2006, Daniel Drake wrote: > Guennadi Liakhovetski wrote: > > 20:53:50: usb 1-1.4: handle_retry_failed_int() retry failed interrupt > > 20:54:43: usb 1-1.4: handle_retry_failed_int() retry failed interrupt > > > > Is it just weak signal? But failed int

[zd1211-devs] [2.6.18-rc2, zd1211rw] connection problems

2006-08-12 Thread Guennadi Liakhovetski
the top). Then it was lost, and re-established with this: 20:53:50: usb 1-1.4: handle_retry_failed_int() retry failed interrupt 20:54:43: usb 1-1.4: handle_retry_failed_int() retry failed interrupt Is it just weak signal? But failed interrupt (URB?) is suspicious... Thanks Guennadi --- Guenn

Re: [zd1211-devs] zd1211rw included in 2.6.18-rc1

2006-07-11 Thread Guennadi Liakhovetski
On Mon, 10 Jul 2006, Daniel Drake wrote: > Guennadi Liakhovetski wrote: > > I am using the driver for my regular internet access, and the connection > > seems to be unstable. Could we, perhaps, get some diagnostics from the > > driver / softmac layer? Currently as the connec

Re: [zd1211-devs] zd1211rw included in 2.6.18-rc1

2006-07-07 Thread Guennadi Liakhovetski
r / softmac layer? Currently as the connection breaks there are no messages... Would be extremely useful for debugging... Not a debugging mode printing a line in every function, but only in error cases? Thanks Guennadi --- Guennadi Liakhovetski Using Tomcat but need to do more? Need to support w

Re: [zd1211-devs] working on PPC ?? [working]

2006-06-26 Thread Guennadi Liakhovetski
am not sure that the problem doesn't lie at the AP side - I have no info and no (admin) access to it. The "old" driver in my PC "seems" more stable, but this can be anything... Thanks Guennadi --- Guennadi Liakhovetski Using Tomcat but need to do more? Need to support web s

Re: [zd1211-devs] [zd1211rw] LED not configured?

2006-06-22 Thread Guennadi Liakhovetski
On Fri, 23 Jun 2006, Daniel Drake wrote: > Guennadi Liakhovetski wrote: > > Is it known and just "not implemented yet" or is it just my dongle? With the > > "old" driver the LED on my dongle blinked cheerfully during transfers and > > just from time to t

[zd1211-devs] [zd1211rw] LED not configured?

2006-06-22 Thread Guennadi Liakhovetski
-11-f6 RF2959_RF pa0) 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://

Re: [zd1211-devs] dhclient failure

2006-06-08 Thread Guennadi Liakhovetski
the client. Thanks Guennadi --- Guennadi Liakhovetski ___ Zd1211-devs mailing list - http://zd1211.ath.cx/ Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: [zd1211-devs] zd1211rw failure report for Fiberline WL-430U

2006-06-01 Thread Guennadi Liakhovetski
t; something? Sorry, that's all I can say. As I said, mine is "normal", and I just saw that "B"s are different, saw also a few reports on the ML of problems with them, looked like they were more problematic. That's why I suggested you to read ML-archives and look o

Re: [zd1211-devs] zd1211rw failure report for Fiberline WL-430U

2006-06-01 Thread Guennadi Liakhovetski
211B chip, it's somewhat different, search list archives or read on the web-site what to do with them... I've got a Fiberline WL-410U and it's normal - no "B". Good luck Guennadi --- Guennadi Liakhovetski --- All the adva

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

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, i

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

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

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

2006-05-22 Thread Guennadi Liakhovetski
eless 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

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 - automa

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 -

[zd1211-devs] zd1211rw on ppc / Debian Sarge

2006-05-04 Thread Guennadi Liakhovetski
0" | cut -b-6` (yes, I did replace wlan0 with eth1:-)) 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 mak

Re: [zd1211-devs] device disconnect

2006-04-14 Thread Guennadi Liakhovetski
On Fri, 14 Apr 2006, Mayne wrote: > On Fri, 23 Dec 2005, Guennadi Liakhovetski wrote: > > [Full quote since the discussion is a bit old] > > > > > > This is odd though. The device reset in zdusb.c probably isn't working > > > > > pro