Re: [zd1211-devs] Re : Strange network problem ...
I've just test your patch on my powerpc CPU, and after about 20 reboots, I haven't been able to reproduce the problem (that used to happen at least 1 time on 4 reboots). I'll keep your patch in my kernel until something to do the same is merged in the zd1211rw module ;) I've also tested the "ifconfig showing 0 RX/TX bytes" correction and it seems to be ok ! Best regards, Sylver Matthieu CASTET wrote: > > On Wed, 22 Nov 2006 01:31:48 -0800, Sylver wrote: > >> Hello, >> thanks for the information ! >> The USB adapter wasn't mine and I had to return it to his owner. But I've >> ordered the same adapter, so as soon as I receive it, I'll test your >> patch ! >> Moreover, I run linux on a powerpc architecture, so i'll check for >> endianess >> potential problems ;) > Ok, thanks > > For endianess, you should have to replace > "return reset_vector == FW_START_OFFSET;" > with > "return cpu_to_le16(reset_vector) == FW_START_OFFSET;" > > > Matthieu > > > - > 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.php&p=sourceforge&CID=DEVDEV > ___ > Zd1211-devs mailing list - http://zd1211.ath.cx/ > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs > > -- View this message in context: http://www.nabble.com/Re-%3A--Strange-network-problem-...-tf2672148.html#a7556455 Sent from the zd1211-devs mailing list archive at Nabble.com. - 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.php&p=sourceforge&CID=DEVDEV ___ Zd1211-devs mailing list - http://zd1211.ath.cx/ Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs
Re: [zd1211-devs] Re : Strange network problem ...
On Wed, 22 Nov 2006 01:31:48 -0800, Sylver wrote: > Hello, > thanks for the information ! > The USB adapter wasn't mine and I had to return it to his owner. But I've > ordered the same adapter, so as soon as I receive it, I'll test your patch ! > Moreover, I run linux on a powerpc architecture, so i'll check for endianess > potential problems ;) Ok, thanks For endianess, you should have to replace "return reset_vector == FW_START_OFFSET;" with "return cpu_to_le16(reset_vector) == FW_START_OFFSET;" Matthieu - 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.php&p=sourceforge&CID=DEVDEV ___ Zd1211-devs mailing list - http://zd1211.ath.cx/ Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs
[zd1211-devs] Re : Strange network problem ...
Hello, thanks for the information ! The USB adapter wasn't mine and I had to return it to his owner. But I've ordered the same adapter, so as soon as I receive it, I'll test your patch ! Moreover, I run linux on a powerpc architecture, so i'll check for endianess potential problems ;) Sylver Matthieu CASTET wrote: > > Hi, > > On Mon, 20 Nov 2006 13:58:11 -0800, snatcher snatcher wrote: > >> BTW, I have the "usb 1-1: device descriptor read/64, error -110" problem >> at startup after a reboot, not after a real shutdown/power on cycle (If >> it can help reproducing the problem ...) >> > For that you could try the patch I made some time ago. > > Search the ML for "Driver leaving device in bugged state ?" thread. > > Matthieu > > > - > 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.php&p=sourceforge&CID=DEVDEV > ___ > Zd1211-devs mailing list - http://zd1211.ath.cx/ > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs > > -- View this message in context: http://www.nabble.com/Re-%3A--Strange-network-problem-...-tf2672148.html#a7487717 Sent from the zd1211-devs mailing list archive at Nabble.com. - 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.php&p=sourceforge&CID=DEVDEV ___ Zd1211-devs mailing list - http://zd1211.ath.cx/ Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs
Re: [zd1211-devs] Re : Strange network problem ...
Hi, On Mon, 20 Nov 2006 13:58:11 -0800, snatcher snatcher wrote: > BTW, I have the "usb 1-1: device descriptor read/64, error -110" problem > at startup after a reboot, not after a real shutdown/power on cycle (If > it can help reproducing the problem ...) > For that you could try the patch I made some time ago. Search the ML for "Driver leaving device in bugged state ?" thread. Matthieu - 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.php&p=sourceforge&CID=DEVDEV ___ Zd1211-devs mailing list - http://zd1211.ath.cx/ Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs