<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-3220</id>
	<title>Nabble - ZyDAS ZD1211 Linux Driver</title>
	<updated>2008-08-13T07:58:44Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/ZyDAS-ZD1211-Linux-Driver-f3220.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ZyDAS-ZD1211-Linux-Driver-f3220.html" />
	<subtitle type="html">Linux driver for the ZyDAS ZD1211 802.11b/g USB-WLAN-Chip.  Initially contributed by ZyDAS, this driver is actively maintained by the open source community. ZyDAS ZD1211 Linux Driver home is &lt;a href=&quot;http://sourceforge.net/projects/zd1211/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-18964823</id>
	<title>Re: zd1211 and 802.11a for kernel 2.6.24 or newer</title>
	<published>2008-08-13T07:58:44Z</published>
	<updated>2008-08-13T07:58:44Z</updated>
	<author>
		<name>Kari Kallio</name>
	</author>
	<content type="html">On Wednesday 13 August 2008 16:10:14 Hin-Tak Leung wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; ZD1211LnxDrv_2_22_0_0.working-on-2.6.25.1-but-ugly.diff
&lt;br&gt;&amp;gt; &amp;gt; patch and
&lt;br&gt;&amp;gt; &amp;gt; it works as well as my modified driver, it load the driver,
&lt;br&gt;&amp;gt; &amp;gt; but mac is same
&lt;br&gt;&amp;gt; &amp;gt; 00:00:00:00:00:00 :).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have recently upgraded to 2.6.26.2 and the same patch works fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maybe you have a zd1211 chip (rather than the b chip)? 802.11a is a bit
&lt;br&gt;&amp;gt; old. and what vid/pid do you have, exactly?
&lt;/div&gt;&lt;br&gt;I have two different wlan sticks, one regular A-Link 802.11b/g (vid/pid 
&lt;br&gt;0ace:1215) and the second one is 802.11a/b/g stick from a small company.
&lt;br&gt;Both are with ZD1211B chip (I open these and check it) and these also works 
&lt;br&gt;fine on 2.6.18 kernel.
&lt;br&gt;&lt;br&gt;I add mac address by modifying zd1205.c (line 6293...) and after that I can 
&lt;br&gt;set ethX up, also &amp;quot;iwconfig ethX&amp;quot; display settings and I can change SSID and 
&lt;br&gt;so on, but &amp;quot;iwlist ethX scanning&amp;quot; doesn't do anything except this appear to 
&lt;br&gt;the dmesg:
&lt;br&gt;&lt;br&gt;[30535.380635] jiffies = 8769102, lastSetBusy = 8764972, HZ=250
&lt;br&gt;[30535.473084] ZD1211_TX_BUSY is locked over 5 seconds
&lt;br&gt;[30535.473093] jiffies = 8769127, lastSetBusy = 8764972, HZ=250
&lt;br&gt;[30535.569815] ZD1211_TX_BUSY is locked over 5 seconds
&lt;br&gt;[30535.569825] jiffies = 8769152, lastSetBusy = 8764972, HZ=250
&lt;br&gt;[30535.662237] ZD1211_TX_BUSY is locked over 5 seconds
&lt;br&gt;[30535.662248] jiffies = 8769177, lastSetBusy = 8764972, HZ=250
&lt;br&gt;[30535.764299] Wait too long to start Scanning
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/zd1211-and-802.11a-for-kernel-2.6.24-or-newer-tp18959037p18964823.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18962727</id>
	<title>Re: zd1211 and 802.11a for kernel 2.6.24 or newer</title>
	<published>2008-08-13T06:10:14Z</published>
	<updated>2008-08-13T06:10:14Z</updated>
	<author>
		<name>Hin-Tak Leung-3</name>
	</author>
	<content type="html">--- On Wed, 13/8/08, Kari Kallio &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18962727&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kari.markos@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;lt;snipped&amp;gt;
&lt;br&gt;&amp;gt; I also try
&lt;br&gt;&amp;gt; ZD1211LnxDrv_2_22_0_0.working-on-2.6.25.1-but-ugly.diff
&lt;br&gt;&amp;gt; patch and 
&lt;br&gt;&amp;gt; it works as well as my modified driver, it load the driver,
&lt;br&gt;&amp;gt; but mac is same &amp;nbsp;
&lt;br&gt;&amp;gt; 00:00:00:00:00:00 :).
&lt;br&gt;&lt;br&gt;I have recently upgraded to 2.6.26.2 and the same patch works fine.
&lt;br&gt;&lt;br&gt;Maybe you have a zd1211 chip (rather than the b chip)? 802.11a is a bit old.
&lt;br&gt;and what vid/pid do you have, exactly?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Send instant messages to your online friends &lt;a href=&quot;http://uk.messenger.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://uk.messenger.yahoo.com&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/zd1211-and-802.11a-for-kernel-2.6.24-or-newer-tp18959037p18962727.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18959037</id>
	<title>zd1211 and 802.11a for kernel 2.6.24 or newer</title>
	<published>2008-08-13T01:37:51Z</published>
	<updated>2008-08-13T01:37:51Z</updated>
	<author>
		<name>Kari Kallio</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;Is there any workable patch for vendor 2.22 driver and kernel 2.6.24 or newer?
&lt;br&gt;I try driver ZD1211LnxDrv_2_22_0_0__2_6_24.tar.gz first, but it doesn't work.
&lt;br&gt;&lt;br&gt;&amp;lt;dmesg&amp;gt;
&lt;br&gt;zd1211: failed intr_urb
&lt;br&gt;Calling zd1211_InitSetup fails
&lt;br&gt;zd1211: probe of 5-5:1.0 failed with error -5
&lt;br&gt;&amp;lt;/dmesg&amp;gt;
&lt;br&gt;&lt;br&gt;So I try to fix it by changing usb_fill_bulk_urb functions to usb_fill_int_urb 
&lt;br&gt;and so on, and now it register driver, but ethernet hwaddress is &amp;nbsp;
&lt;br&gt;00:00:00:00:00:00. And now I have no idea what to do :)
&lt;br&gt;&lt;br&gt;I also try ZD1211LnxDrv_2_22_0_0.working-on-2.6.25.1-but-ugly.diff patch and 
&lt;br&gt;it works as well as my modified driver, it load the driver, but mac is same &amp;nbsp;
&lt;br&gt;00:00:00:00:00:00 :).
&lt;br&gt;&lt;br&gt;I know there is zd1211rw driver and it works fine, but I really need 802.11a 
&lt;br&gt;and kernel 2.6.24 or newer.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18959037&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kari.markos@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/zd1211-and-802.11a-for-kernel-2.6.24-or-newer-tp18959037p18959037.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18957750</id>
	<title>Development effort</title>
	<published>2008-08-12T23:35:57Z</published>
	<updated>2008-08-12T23:35:57Z</updated>
	<author>
		<name>waqar sadiq</name>
	</author>
	<content type="html">AoA,
&lt;br&gt;Can any one give me a rough estimate that how much
&lt;br&gt;effort is involved in developing a USB driver for this
&lt;br&gt;1211 chip for an embedded host? Ofcourse the USB
&lt;br&gt;host/802.11 stacks and HW drivers are already
&lt;br&gt;availble.
&lt;br&gt;If someone claims that it would take him/her just 3/4
&lt;br&gt;months to write a complete driver for this chip then
&lt;br&gt;would it be really possible?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Waqar
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Development-effort-tp18957750p18957750.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18849434</id>
	<title>How to Disable and enable all the interrupts in Linux 2.4</title>
	<published>2008-08-06T04:41:30Z</published>
	<updated>2008-08-06T04:41:30Z</updated>
	<author>
		<name>Reddy_123</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Can anybody provide me some functions to disable all interrupts before critical section and to enable all interrupts after critical section..
&lt;br&gt;&lt;br&gt;I have used cli(); and Sti() functions ..but when i tried to insert the kernel module &amp;nbsp;got the output as shown below...
&lt;br&gt;&lt;br&gt;#insmod ./a.o
&lt;br&gt;insmod: unresolved symbol __sti
&lt;br&gt;insmod: unresolved symbol unregister_chrdev
&lt;br&gt;insmod: unresolved symbol register_chrdev
&lt;br&gt;insmod: unresolved symbol printk
&lt;br&gt;insmod: unresolved symbol __cli
&lt;br&gt;&lt;br&gt;I know that loacl_irq_save(); and local_irq_restore() are for linux 2.6....
&lt;br&gt;&lt;br&gt;&lt;br&gt;Any help could be appreciated...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;reddy</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-Disable-and-enable-all-the-interrupts-in-Linux-2.4-tp18849434p18849434.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18469980</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-15T09:50:47Z</published>
	<updated>2008-07-15T09:50:47Z</updated>
	<author>
		<name>Hin-Tak Leung</name>
	</author>
	<content type="html">(Sigh...) You are posting to the zd1211-devs list and did not bother
&lt;br&gt;to look around the project's web site for information first?
&lt;br&gt;&lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://zd1211.wiki.sourceforge.net/VendorDriver&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/VendorDriver&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- On Tue, 15/7/08, Mark Ryden &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18469980&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markryde@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Mark Ryden &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18469980&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markryde@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [zd1211-devs] Problem when trying ad-hoc patch for zd1211rw
&lt;br&gt;&amp;gt; To: &amp;quot;Hin-Tak Leung&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18469980&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18469980&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dsd@...&lt;/a&gt;, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18469980&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zd1211-devs@...&lt;/a&gt;, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18469980&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kune@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: Tuesday, 15 July, 2008, 5:24 PM
&lt;br&gt;&amp;gt; I have FC9 , x86_64.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ls
&lt;br&gt;&amp;gt; /lib/modules/2.6.25-14.fc9.x86_64/kernel/drivers/net/wireless/zd*
&lt;br&gt;&amp;gt; gives:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /lib/modules/2.6.25-14.fc9.x86_64/kernel/drivers/net/wireless/zd1201.ko
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /lib/modules/2.6.25-14.fc9.x86_64/kernel/drivers/net/wireless/zd1211rw:
&lt;br&gt;&amp;gt; zd1211rw.ko
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So no zd1211.ko !
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I checked also on a 32 bit machine running FC8.
&lt;br&gt;&amp;gt; There I have:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; under
&lt;br&gt;&amp;gt; /lib/modules/2.6.23.1-42.fc8/kernel/drivers/net/wireless:
&lt;br&gt;&amp;gt; I have only these two:
&lt;br&gt;&amp;gt; zd1201.ko and
&lt;br&gt;&amp;gt; zd1211rw-mac80211/zd1211rw-mac80211.ko
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So also no zd1211.ko &amp;nbsp;on 32 bit!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I also checked on FC7 (x86_64) and there I have only:
&lt;br&gt;&amp;gt; zd1201.ko
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So where is this zd1211 ? should I download it from
&lt;br&gt;&amp;gt; somewhere ?
&lt;br&gt;&amp;gt; Thanks in advance !
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Mark
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Tue, Jul 15, 2008 at 6:52 PM, Hin-Tak Leung
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18469980&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Mark Ryden wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; In sys log I see:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; usbcore: registered new interface driver zd1201
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I tried &amp;quot;modprobe zd1201&amp;quot;.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I see no wireles card with iwconfig or ifconfig
&lt;br&gt;&amp;gt; -a;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; running &amp;quot;iwconfig&amp;quot; gives:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; lo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no wireless extensions.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; eth0 &amp;nbsp; &amp;nbsp; &amp;nbsp;no wireless extensions.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp;I will try later on 32 bit machine and see.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; *which* vendor driver are you using? The kernel
&lt;br&gt;&amp;gt; modules
&lt;br&gt;&amp;gt; &amp;gt; are called zd1211 and zd1211b. (and you obviously has
&lt;br&gt;&amp;gt; a
&lt;br&gt;&amp;gt; &amp;gt; device with id 0x1211, not 0x1201.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; __________________________________________________________
&lt;br&gt;Not happy with your email address?.
&lt;br&gt;Get the one you really want - millions of new email addresses available now at Yahoo! &lt;a href=&quot;http://uk.docs.yahoo.com/ymail/new.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://uk.docs.yahoo.com/ymail/new.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18469980.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18469405</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-15T09:24:31Z</published>
	<updated>2008-07-15T09:24:31Z</updated>
	<author>
		<name>Mark Ryden</name>
	</author>
	<content type="html">I have FC9 , x86_64.
&lt;br&gt;&lt;br&gt;ls /lib/modules/2.6.25-14.fc9.x86_64/kernel/drivers/net/wireless/zd*
&lt;br&gt;gives:
&lt;br&gt;&lt;br&gt;/lib/modules/2.6.25-14.fc9.x86_64/kernel/drivers/net/wireless/zd1201.ko
&lt;br&gt;&lt;br&gt;/lib/modules/2.6.25-14.fc9.x86_64/kernel/drivers/net/wireless/zd1211rw:
&lt;br&gt;zd1211rw.ko
&lt;br&gt;&lt;br&gt;So no zd1211.ko !
&lt;br&gt;&lt;br&gt;I checked also on a 32 bit machine running FC8.
&lt;br&gt;There I have:
&lt;br&gt;&lt;br&gt;under /lib/modules/2.6.23.1-42.fc8/kernel/drivers/net/wireless:
&lt;br&gt;I have only these two:
&lt;br&gt;zd1201.ko and
&lt;br&gt;zd1211rw-mac80211/zd1211rw-mac80211.ko
&lt;br&gt;&lt;br&gt;&lt;br&gt;So also no zd1211.ko &amp;nbsp;on 32 bit!
&lt;br&gt;&lt;br&gt;I also checked on FC7 (x86_64) and there I have only:
&lt;br&gt;zd1201.ko
&lt;br&gt;&lt;br&gt;So where is this zd1211 ? should I download it from somewhere ?
&lt;br&gt;Thanks in advance !
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Jul 15, 2008 at 6:52 PM, Hin-Tak Leung &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18469405&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Mark Ryden wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In sys log I see:
&lt;br&gt;&amp;gt;&amp;gt; usbcore: registered new interface driver zd1201
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I tried &amp;quot;modprobe zd1201&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt; I see no wireles card with iwconfig or ifconfig -a;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; running &amp;quot;iwconfig&amp;quot; gives:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; lo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no wireless extensions.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; eth0 &amp;nbsp; &amp;nbsp; &amp;nbsp;no wireless extensions.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;I will try later on 32 bit machine and see.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; *which* vendor driver are you using? The kernel modules
&lt;br&gt;&amp;gt; are called zd1211 and zd1211b. (and you obviously has a
&lt;br&gt;&amp;gt; device with id 0x1211, not 0x1201.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18469405.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18468970</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-15T08:52:47Z</published>
	<updated>2008-07-15T08:52:47Z</updated>
	<author>
		<name>Hin-Tak Leung</name>
	</author>
	<content type="html">Mark Ryden wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In sys log I see:
&lt;br&gt;&amp;gt; usbcore: registered new interface driver zd1201
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I tried &amp;quot;modprobe zd1201&amp;quot;.
&lt;br&gt;&amp;gt; I see no wireles card with iwconfig or ifconfig -a;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; running &amp;quot;iwconfig&amp;quot; gives:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; lo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no wireless extensions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; eth0 &amp;nbsp; &amp;nbsp; &amp;nbsp;no wireless extensions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;I will try later on 32 bit machine and see.
&lt;/div&gt;&lt;br&gt;*which* vendor driver are you using? The kernel modules
&lt;br&gt;are called zd1211 and zd1211b. (and you obviously has a
&lt;br&gt;device with id 0x1211, not 0x1201.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18468970.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18469000</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-15T08:39:54Z</published>
	<updated>2008-07-15T08:39:54Z</updated>
	<author>
		<name>Mark Ryden</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;In sys log I see:
&lt;br&gt;usbcore: registered new interface driver zd1201
&lt;br&gt;&lt;br&gt;I tried &amp;quot;modprobe zd1201&amp;quot;.
&lt;br&gt;I see no wireles card with iwconfig or ifconfig -a;
&lt;br&gt;&lt;br&gt;running &amp;quot;iwconfig&amp;quot; gives:
&lt;br&gt;&lt;br&gt;lo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no wireless extensions.
&lt;br&gt;&lt;br&gt;eth0 &amp;nbsp; &amp;nbsp; &amp;nbsp;no wireless extensions.
&lt;br&gt;&lt;br&gt;&amp;nbsp;I will try later on 32 bit machine and see.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Jul 15, 2008 at 5:57 PM, Hin-Tak Leung &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18469000&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Mark Ryden wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt; I added:
&lt;br&gt;&amp;gt;&amp;gt; blacklist zd1211rw
&lt;br&gt;&amp;gt;&amp;gt; to /etc/modprobe.d/blacklist
&lt;br&gt;&amp;gt;&amp;gt; and , when there zd1201rw and zd1201 modules are not loaded,
&lt;br&gt;&amp;gt;&amp;gt; I tried plugging the zd1211 USB nic.
&lt;br&gt;&amp;gt;&amp;gt; None of the two drivers were insmoded.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; lsmod | grep zd
&lt;br&gt;&amp;gt;&amp;gt; gives nothing.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I wonder: which kernel are you using ?
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;uname -r&amp;quot; gives &amp;quot;2.6.25-14.fc9.x86_64&amp;quot; on my machine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Argh, the whole point of the blacklist file is that it
&lt;br&gt;&amp;gt; stops udevd from loading specific kernel modules for you.
&lt;br&gt;&amp;gt; So udevd doesn't do it for you and you have to modprobe
&lt;br&gt;&amp;gt; yourself, manually.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hmm, and you did not mention that you are using x86_64 - that's a lot of
&lt;br&gt;&amp;gt; difference, since x86 32-bit is still mainstream, and you may be between
&lt;br&gt;&amp;gt; a rock and a hard place because I know the vendor driver
&lt;br&gt;&amp;gt; has some 64-bit portability issues. On the machine
&lt;br&gt;&amp;gt; where I use the vendor driver it is stock 2.6.25.1 on slackware, 32-bit.
&lt;br&gt;&amp;gt; On the other machine where I have dual drivers for another wireless
&lt;br&gt;&amp;gt; chip, it is 2.6.25.10-91.fc9.x86_64, I believe.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18469000.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18467258</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-15T07:54:18Z</published>
	<updated>2008-07-15T07:54:18Z</updated>
	<author>
		<name>Hin-Tak Leung</name>
	</author>
	<content type="html">Mark Ryden wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; I added:
&lt;br&gt;&amp;gt; blacklist zd1211rw
&lt;br&gt;&amp;gt; to /etc/modprobe.d/blacklist
&lt;br&gt;&amp;gt; and , when there zd1201rw and zd1201 modules are not loaded,
&lt;br&gt;&amp;gt; I tried plugging the zd1211 USB nic.
&lt;br&gt;&amp;gt; None of the two drivers were insmoded.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; lsmod | grep zd
&lt;br&gt;&amp;gt; gives nothing.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I wonder: which kernel are you using ?
&lt;br&gt;&amp;gt; &amp;quot;uname -r&amp;quot; gives &amp;quot;2.6.25-14.fc9.x86_64&amp;quot; on my machine.
&lt;/div&gt;&lt;br&gt;Argh, the whole point of the blacklist file is that it
&lt;br&gt;stops udevd from loading specific kernel modules for you.
&lt;br&gt;So udevd doesn't do it for you and you have to modprobe
&lt;br&gt;yourself, manually.
&lt;br&gt;&lt;br&gt;Hmm, and you did not mention that you are using x86_64 - that's a lot of
&lt;br&gt;difference, since x86 32-bit is still mainstream, and you may be between
&lt;br&gt;a rock and a hard place because I know the vendor driver
&lt;br&gt;has some 64-bit portability issues. On the machine
&lt;br&gt;where I use the vendor driver it is stock 2.6.25.1 on slackware, 32-bit.
&lt;br&gt;On the other machine where I have dual drivers for another wireless
&lt;br&gt;chip, it is 2.6.25.10-91.fc9.x86_64, I believe.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18467258.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18466868</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-15T07:33:35Z</published>
	<updated>2008-07-15T07:33:35Z</updated>
	<author>
		<name>Mark Ryden</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;I added:
&lt;br&gt;blacklist zd1211rw
&lt;br&gt;to /etc/modprobe.d/blacklist
&lt;br&gt;and , when there zd1201rw and zd1201 modules are not loaded,
&lt;br&gt;I tried plugging the zd1211 USB nic.
&lt;br&gt;None of the two drivers were insmoded.
&lt;br&gt;&lt;br&gt;lsmod | grep zd
&lt;br&gt;gives nothing.
&lt;br&gt;&lt;br&gt;I wonder: which kernel are you using ?
&lt;br&gt;&amp;quot;uname -r&amp;quot; gives &amp;quot;2.6.25-14.fc9.x86_64&amp;quot; on my machine.
&lt;br&gt;&lt;br&gt;When plugging the usb nic I see this in the syslog:
&lt;br&gt;&lt;br&gt;kernel: usb 1-4: new high speed USB device using ehci_hcd and address 5
&lt;br&gt;kernel: usb 1-4: configuration #1 chosen from 1 choice
&lt;br&gt;kernel: usb 1-4: New USB device found, idVendor=0ace, idProduct=1211
&lt;br&gt;kernel: usb 1-4: New USB device strings: Mfr=16, Product=32, SerialNumber=0
&lt;br&gt;kernel: usb 1-4: Product: USB2.0 WLAN
&lt;br&gt;kernel: usb 1-4: Manufacturer: ZyDAS
&lt;br&gt;&lt;br&gt;but that's all I get.
&lt;br&gt;&lt;br&gt;Any idea? I am bewildered.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Jul 15, 2008 at 4:43 PM, Hin-Tak Leung &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18466868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Mark Ryden wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; use the vendor driver.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In fact it seems to me that it is impossible.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have 0ace:1211 as vendor id/product id.
&lt;br&gt;&amp;gt;&amp;gt; The zd1201.c seems *not* to support it.
&lt;br&gt;&amp;gt;&amp;gt; In the usb device id table, we have only
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; {USB_DEVICE(0x0ace, 0x1201)}, /* ZyDAS ZD1201 Wireless USB Adapter */
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (see zd1201.c).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; When I try to plug in the USB zd1211 nic, the zd1211rw driver is the
&lt;br&gt;&amp;gt;&amp;gt; one that is loaded.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (the zd1211rw driver has this vendor id/product id
&lt;br&gt;&amp;gt;&amp;gt; combination; see
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;{ USB_DEVICE(0x0ace, 0x1211), .driver_info = DEVICE_ZD1211 },
&lt;br&gt;&amp;gt;&amp;gt; in zd_usb.c.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; So I cannot even use the vendor driver, and I am totally stuck.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can tell udevd not to autoload kernel modules by putting
&lt;br&gt;&amp;gt; them in the blacklist file. It is /etc/modprobe.d/blacklist on my system
&lt;br&gt;&amp;gt; but maybe somewhere else under /etc/modprobe* . This is the standard
&lt;br&gt;&amp;gt; way of trying alternative kernel-module drivers - put all of them
&lt;br&gt;&amp;gt; in blacklist, and do modprobe explicitly to load each of them.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have both the vendor driver and the rw driver for this,
&lt;br&gt;&amp;gt; and another alternative pairs of drivers for a different wireless chip
&lt;br&gt;&amp;gt; on another machine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18466868.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18465739</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-15T06:49:09Z</published>
	<updated>2008-07-15T06:49:09Z</updated>
	<author>
		<name>Hin-Tak Leung</name>
	</author>
	<content type="html">Mark Ryden wrote:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;nbsp; I must say that I am a bit disappointed about that my problem is
&lt;br&gt;&amp;gt; still unresolved ; I assume probably I am not the only one who
&lt;br&gt;&amp;gt; encountered
&lt;br&gt;&amp;gt; it. Though I googled for solution, I could not find some appropriate
&lt;br&gt;&amp;gt; solution. Could anybody help in this point ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;I am surprised you feel *entitled* to be disappointed. You have the source code
&lt;br&gt;of two drivers and you have the hardware, which is exactly the same situation
&lt;br&gt;as me. Feel free to look inside.
&lt;br&gt;&lt;br&gt;I am not involved with either driver but just happened to have spent some time 
&lt;br&gt;with the vendor driver because I needed master mode, which the rw driver does
&lt;br&gt;not provide - and I posted the patch a few weeks ago. I have spent a little time
&lt;br&gt;tracing the code path in the rw driver for you - which you could have done
&lt;br&gt;yourself.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18465739.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18465513</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-15T06:36:56Z</published>
	<updated>2008-07-15T06:36:56Z</updated>
	<author>
		<name>Hin-Tak Leung</name>
	</author>
	<content type="html">Mark Ryden wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; use the vendor driver.
&lt;br&gt;&amp;gt; In fact it seems to me that it is impossible.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have 0ace:1211 as vendor id/product id.
&lt;br&gt;&amp;gt; The zd1201.c seems *not* to support it.
&lt;br&gt;&amp;gt; In the usb device id table, we have only
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; {USB_DEVICE(0x0ace, 0x1201)}, /* ZyDAS ZD1201 Wireless USB Adapter */
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (see zd1201.c).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When I try to plug in the USB zd1211 nic, the zd1211rw driver is the
&lt;br&gt;&amp;gt; one that is loaded.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (the zd1211rw driver has this vendor id/product id
&lt;br&gt;&amp;gt; combination; see
&lt;br&gt;&amp;gt; &amp;nbsp;{ USB_DEVICE(0x0ace, 0x1211), .driver_info = DEVICE_ZD1211 },
&lt;br&gt;&amp;gt; in zd_usb.c.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So I cannot even use the vendor driver, and I am totally stuck.
&lt;/div&gt;&lt;br&gt;You can tell udevd not to autoload kernel modules by putting
&lt;br&gt;them in the blacklist file. It is /etc/modprobe.d/blacklist on my system
&lt;br&gt;but maybe somewhere else under /etc/modprobe* . This is the standard
&lt;br&gt;way of trying alternative kernel-module drivers - put all of them
&lt;br&gt;in blacklist, and do modprobe explicitly to load each of them.
&lt;br&gt;&lt;br&gt;I have both the vendor driver and the rw driver for this,
&lt;br&gt;and another alternative pairs of drivers for a different wireless chip
&lt;br&gt;on another machine.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18465513.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18461341</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-15T02:38:29Z</published>
	<updated>2008-07-15T02:38:29Z</updated>
	<author>
		<name>Mark Ryden</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&amp;gt; use the vendor driver.
&lt;br&gt;In fact it seems to me that it is impossible.
&lt;br&gt;&lt;br&gt;I have 0ace:1211 as vendor id/product id.
&lt;br&gt;The zd1201.c seems *not* to support it.
&lt;br&gt;In the usb device id table, we have only
&lt;br&gt;&lt;br&gt;{USB_DEVICE(0x0ace, 0x1201)}, /* ZyDAS ZD1201 Wireless USB Adapter */
&lt;br&gt;&lt;br&gt;(see zd1201.c).
&lt;br&gt;&lt;br&gt;When I try to plug in the USB zd1211 nic, the zd1211rw driver is the
&lt;br&gt;one that is loaded.
&lt;br&gt;&lt;br&gt;(the zd1211rw driver has this vendor id/product id
&lt;br&gt;combination; see
&lt;br&gt;&amp;nbsp;{ USB_DEVICE(0x0ace, 0x1211), .driver_info = DEVICE_ZD1211 },
&lt;br&gt;in zd_usb.c.
&lt;br&gt;&lt;br&gt;So I cannot even use the vendor driver, and I am totally stuck.
&lt;br&gt;&lt;br&gt;Is there a way out ?
&lt;br&gt;Regards,
&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Jul 11, 2008 at 9:34 PM, Hin-Tak Leung &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18461341&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am going to make myself very unpopular to suggest this: use the vendor
&lt;br&gt;&amp;gt; driver.
&lt;br&gt;&amp;gt; Here is a passage from around line 236 of zd_mac.c:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* At this point, the vendor driver downloads the whole firmware
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * image, hacks around with version IDs, and uploads it again,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * completely overwriting the boot code. We do not do this here as
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * it is not required on any tested devices, and it is suspected to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * cause problems. */
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So the zd1211rw code doesn't cope with your situation, and it is a known
&lt;br&gt;&amp;gt; problem. I don't think you will get better answers at linux-wireless mailing
&lt;br&gt;&amp;gt; list. The manufacturer is being a bit funny in mislabelling the devices.
&lt;br&gt;&amp;gt; (And, really, you should have approached your distro's bug tracking system
&lt;br&gt;&amp;gt; first).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mark Ryden wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;I am looking for a more accurate answer. What should I do with this
&lt;br&gt;&amp;gt;&amp;gt; firmware problem ? I do not want to delve into the zd1211rw code trying to
&lt;br&gt;&amp;gt;&amp;gt; solve it.
&lt;br&gt;&amp;gt;&amp;gt; Didn't other people encounter this problem ? &amp;nbsp;Maybe the zd1211rw
&lt;br&gt;&amp;gt;&amp;gt; developers can
&lt;br&gt;&amp;gt;&amp;gt; try to hint as to what the problem is ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Or maybe should I forward this message to the linux wireless mailing list
&lt;br&gt;&amp;gt;&amp;gt; ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I am quite stuck with this problem,as you can see.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Mark Ryden
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Jul 11, 2008 at 12:31 PM, Hin-Tak Leung
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18461341&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;htl10@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hmm, a quick look around the net says your message possibly comes from
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a 1211 lying about being a 1211b or vice versa.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --- On Fri, 11/7/08, Mark Ryden &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18461341&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markryde@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; From: Mark Ryden &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18461341&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markryde@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Subject: Re: [zd1211-devs] Problem when trying ad-hoc patch for zd1211rw
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To: &amp;quot;Hin-Tak Leung&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18461341&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18461341&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zd1211-devs@...&lt;/a&gt;, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18461341&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dsd@...&lt;/a&gt;,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18461341&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kune@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Date: Friday, 11 July, 2008, 6:48 AM
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Could it be a probelem of firmware version ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; How can I know what is the zd1211 firmware version I have ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have these files under /lib/firmware/zd1211/:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ls -al /lib/firmware/zd1211/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; total 72
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; drwxr-xr-x 2 root root 4096 2008-05-14 19:48 .
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; drwxr-xr-x 3 root root 4096 2008-05-06 13:35 ..
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 4018 2007-10-12 14:44 zd1211b_ub
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211b_uph
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211b_uphm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211b_uphr
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 3584 2007-10-12 14:44 zd1211b_ur
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 4018 2007-10-12 14:44 zd1211_ub
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211_uph
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211_uphm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211_uphr
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 3584 2007-10-12 14:44 zd1211_ur
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Thu, Jul 10, 2008 at 6:41 PM, Hin-Tak Leung
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18461341&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It is as it says, can't load firmware. If you had
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; not used this USB nic
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on a machine before, it is likely you did not have
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; them installed.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; They should be under /lib/firmware/zd1211 . In
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; whatever mode,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the driver still needs the firmware.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mark Ryden wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have build and booted the last linux
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wireless-netx-2.6 tree:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6.git)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This tree includes the ad-hoc patch for zd1211rw.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; See:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://marc.info/?l=linux-wireless&amp;m=121514338914960&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=linux-wireless&amp;m=121514338914960&amp;w=2&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried to run these two actions:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (I must say that I did not tried this USB nic with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; other modes before on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; this
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; machine):
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; iwconfig wlan0 mode ad-hoc
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ifconfig wlan0 up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I get:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; SIOCSIFFLAGS: Connection timed out
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; in in the kernel log I get:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jul 10 15:40:53 kernel: usb 1-4: firmware version
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 0x4330 and device
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; bootcode version 0x4810 differ
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jul 10 15:40:54 kernel: usb 1-4: USB control
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; request for firmware
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; upload failed. Error number -110
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jul 10 15:40:54 kernel: zd1211rw 1-4:1.0:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; couldn't load firmware.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Error number -110
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; What should I do ? is it has to do with some
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; firmware mismatch ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any ideas?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; lsusb -v shows:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bus 001 Device 003: ID 0ace:1211 ZyDAS 802.11b/g
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; USB2 WiFi
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Device Descriptor:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;18
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDescriptorType &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bcdUSB &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDeviceClass &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;255 Vendor Specific Class
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDeviceSubClass &amp;nbsp; &amp;nbsp; &amp;nbsp; 255 Vendor Specific
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Subclass
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDeviceProtocol &amp;nbsp; &amp;nbsp; &amp;nbsp; 255 Vendor Specific
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Protocol
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bMaxPacketSize0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;64
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;idVendor &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x0ace ZyDAS
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;idProduct &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x1211 802.11b/g USB2 WiFi
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bcdDevice &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 48.10
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;iManufacturer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;iProduct &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 32
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;iSerial &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bNumConfigurations &amp;nbsp; &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Configuration Descriptor:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; bLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; bDescriptorType &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; wTotalLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 46
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; bNumInterfaces &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; bConfigurationValue &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; iConfiguration &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; bmAttributes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x80
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; (Bus Powered)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; MaxPower &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;500mA
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; Interface Descriptor:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; bLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mark Ryden
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sponsored by: SourceForge.net Community Choice
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Awards: VOTE NOW!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Studies have shown that voting for your favorite
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; open source project,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; along with a healthy diet, reduces your potential
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; for chronic lameness
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; and boredom. Vote Now at
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Zd1211-devs mailing list -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Unsubscribe:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; __________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Not happy with your email address?.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Get the one you really want - millions of new email addresses available
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; now at Yahoo! &lt;a href=&quot;http://uk.docs.yahoo.com/ymail/new.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://uk.docs.yahoo.com/ymail/new.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18461341.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18458233</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-14T22:19:10Z</published>
	<updated>2008-07-14T22:19:10Z</updated>
	<author>
		<name>Mark Ryden</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&amp;nbsp; I must say that I am a bit disappointed about that my problem is
&lt;br&gt;still unresolved ; I assume probably I am not the only one who
&lt;br&gt;encountered
&lt;br&gt;it. Though I googled for solution, I could not find some appropriate
&lt;br&gt;solution. Could anybody help in this point ?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sun, Jul 13, 2008 at 7:17 PM, Hin-Tak Leung &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18458233&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Daniel Drake wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hin-Tak Leung wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Because it doesn't work for your device&amp;quot;? That paragraph seems
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to suggest that a solution to your problem is in the vendor driver
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; but is considered to ugly to copy. There is a clean
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; driver which does not work for your device, or an ugly driver
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; which does, but not one that is both clean and work for your device
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (at the moment).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Let's not jump to conclusions here.. nobody said the vendor driver works.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I personally think it is unlikely that the code in question has anything
&lt;br&gt;&amp;gt;&amp;gt; to do with this problem. You seem to have only reached that conclusion based
&lt;br&gt;&amp;gt;&amp;gt; on the presence of the &amp;quot;mismatch&amp;quot; message, which harmlessly appears for the
&lt;br&gt;&amp;gt;&amp;gt; majority of zd1211 devices. Also, in theory, what the vendor driver is doing
&lt;br&gt;&amp;gt;&amp;gt; that we don't is completely irrelevant since we don't do any version
&lt;br&gt;&amp;gt;&amp;gt; checking beyond that point.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I did not reach that conclusion based on the mismatch message alone, but
&lt;br&gt;&amp;gt; by looking at what is supposed to happen *after* that mismatch message, and
&lt;br&gt;&amp;gt; that's when I saw that comment in the code. That comment is in the part
&lt;br&gt;&amp;gt; of the zd1211rw driver for handling or not-handling mismatches. It seems
&lt;br&gt;&amp;gt; that *some* mismatches are handled, but *some* mismatches are intentionally
&lt;br&gt;&amp;gt; not handled because they are considered too ugly.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maybe the person who wrote that comment should come forward and explain what
&lt;br&gt;&amp;gt; he
&lt;br&gt;&amp;gt; meant when he wrote it (assuming that person is still on the list), and
&lt;br&gt;&amp;gt; clarify
&lt;br&gt;&amp;gt; that comment.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18458233.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18430847</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-13T09:10:02Z</published>
	<updated>2008-07-13T09:10:02Z</updated>
	<author>
		<name>Hin-Tak Leung</name>
	</author>
	<content type="html">Daniel Drake wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hin-Tak Leung wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Because it doesn't work for your device&amp;quot;? That paragraph seems
&lt;br&gt;&amp;gt;&amp;gt; to suggest that a solution to your problem is in the vendor driver
&lt;br&gt;&amp;gt;&amp;gt; but is considered to ugly to copy. There is a clean
&lt;br&gt;&amp;gt;&amp;gt; driver which does not work for your device, or an ugly driver
&lt;br&gt;&amp;gt;&amp;gt; which does, but not one that is both clean and work for your device
&lt;br&gt;&amp;gt;&amp;gt; (at the moment).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Let's not jump to conclusions here.. nobody said the vendor driver works.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I personally think it is unlikely that the code in question has anything 
&lt;br&gt;&amp;gt; to do with this problem. You seem to have only reached that conclusion 
&lt;br&gt;&amp;gt; based on the presence of the &amp;quot;mismatch&amp;quot; message, which harmlessly 
&lt;br&gt;&amp;gt; appears for the majority of zd1211 devices. Also, in theory, what the 
&lt;br&gt;&amp;gt; vendor driver is doing that we don't is completely irrelevant since we 
&lt;br&gt;&amp;gt; don't do any version checking beyond that point.
&lt;/div&gt;&lt;br&gt;I did not reach that conclusion based on the mismatch message alone, but
&lt;br&gt;by looking at what is supposed to happen *after* that mismatch message, and
&lt;br&gt;that's when I saw that comment in the code. That comment is in the part
&lt;br&gt;of the zd1211rw driver for handling or not-handling mismatches. It seems
&lt;br&gt;that *some* mismatches are handled, but *some* mismatches are intentionally
&lt;br&gt;not handled because they are considered too ugly.
&lt;br&gt;&lt;br&gt;Maybe the person who wrote that comment should come forward and explain what he
&lt;br&gt;meant when he wrote it (assuming that person is still on the list), and clarify
&lt;br&gt;that comment.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
&lt;br&gt;Studies have shown that voting for your favorite open source project,
&lt;br&gt;along with a healthy diet, reduces your potential for chronic lameness
&lt;br&gt;and boredom. Vote Now at &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18430847.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18430608</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-13T08:49:25Z</published>
	<updated>2008-07-13T08:49:25Z</updated>
	<author>
		<name>Mark Ryden</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;Thanks for your response.
&lt;br&gt;&lt;br&gt;I have a question, regarding the bottom line:
&lt;br&gt;Should I understand from what was said here that I should simply
&lt;br&gt;ignore this message ?
&lt;br&gt;&lt;br&gt;Regardsm
&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sun, Jul 13, 2008 at 6:42 PM, Daniel Drake &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18430608&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dsd@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hin-Tak Leung wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Because it doesn't work for your device&amp;quot;? That paragraph seems
&lt;br&gt;&amp;gt;&amp;gt; to suggest that a solution to your problem is in the vendor driver
&lt;br&gt;&amp;gt;&amp;gt; but is considered to ugly to copy. There is a clean
&lt;br&gt;&amp;gt;&amp;gt; driver which does not work for your device, or an ugly driver
&lt;br&gt;&amp;gt;&amp;gt; which does, but not one that is both clean and work for your device
&lt;br&gt;&amp;gt;&amp;gt; (at the moment).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Let's not jump to conclusions here.. nobody said the vendor driver works.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I personally think it is unlikely that the code in question has anything to
&lt;br&gt;&amp;gt; do with this problem. You seem to have only reached that conclusion based on
&lt;br&gt;&amp;gt; the presence of the &amp;quot;mismatch&amp;quot; message, which harmlessly appears for the
&lt;br&gt;&amp;gt; majority of zd1211 devices. Also, in theory, what the vendor driver is doing
&lt;br&gt;&amp;gt; that we don't is completely irrelevant since we don't do any version
&lt;br&gt;&amp;gt; checking beyond that point.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Daniel
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
&lt;br&gt;Studies have shown that voting for your favorite open source project,
&lt;br&gt;along with a healthy diet, reduces your potential for chronic lameness
&lt;br&gt;and boredom. Vote Now at &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18430608.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18430036</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-13T07:43:45Z</published>
	<updated>2008-07-13T07:43:45Z</updated>
	<author>
		<name>Daniel Drake</name>
	</author>
	<content type="html">Hin-Tak Leung wrote:
&lt;br&gt;&amp;gt; &amp;quot;Because it doesn't work for your device&amp;quot;? That paragraph seems
&lt;br&gt;&amp;gt; to suggest that a solution to your problem is in the vendor driver
&lt;br&gt;&amp;gt; but is considered to ugly to copy. There is a clean
&lt;br&gt;&amp;gt; driver which does not work for your device, or an ugly driver
&lt;br&gt;&amp;gt; which does, but not one that is both clean and work for your device
&lt;br&gt;&amp;gt; (at the moment).
&lt;br&gt;&lt;br&gt;Let's not jump to conclusions here.. nobody said the vendor driver works.
&lt;br&gt;&lt;br&gt;I personally think it is unlikely that the code in question has anything 
&lt;br&gt;to do with this problem. You seem to have only reached that conclusion 
&lt;br&gt;based on the presence of the &amp;quot;mismatch&amp;quot; message, which harmlessly 
&lt;br&gt;appears for the majority of zd1211 devices. Also, in theory, what the 
&lt;br&gt;vendor driver is doing that we don't is completely irrelevant since we 
&lt;br&gt;don't do any version checking beyond that point.
&lt;br&gt;&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
&lt;br&gt;Studies have shown that voting for your favorite open source project,
&lt;br&gt;along with a healthy diet, reduces your potential for chronic lameness
&lt;br&gt;and boredom. Vote Now at &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18430036.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18429957</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-13T07:34:22Z</published>
	<updated>2008-07-13T07:34:22Z</updated>
	<author>
		<name>Hin-Tak Leung</name>
	</author>
	<content type="html">Mark Ryden wrote:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt; Here is a passage from around line 236 of zd_mac.c:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1) At which tree are you &amp;nbsp;you looking ?
&lt;br&gt;&amp;gt; I have the wireless-next-2.6 .git tree (updated as true for today).
&lt;br&gt;&amp;gt; There is no such comment in this file
&lt;br&gt;&lt;br&gt;Sorry, quoted the wrong file - it is zd_usb.c -
&lt;br&gt;I had wireless-testing, but that paragraph is in wireless-next-2.6
&lt;br&gt;too:
&lt;br&gt;&lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/linville/wireless-2.6.git;a=blob_plain;f=drivers/net/wireless/zd1211rw/zd_usb.c;hb=HEAD&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://git.kernel.org/?p=linux/kernel/git/linville/wireless-2.6.git;a=blob_plain;f=drivers/net/wireless/zd1211rw/zd_usb.c;hb=HEAD&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/linville/wireless-testing.git;a=blob_plain;f=drivers/net/wireless/zd1211rw/zd_usb.c;hb=HEAD&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://git.kernel.org/?p=linux/kernel/git/linville/wireless-testing.git;a=blob_plain;f=drivers/net/wireless/zd1211rw/zd_usb.c;hb=HEAD&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2)
&lt;br&gt;&amp;gt;&amp;gt; I am going to make myself very unpopular
&lt;br&gt;&amp;gt; This is indeed so. Why should I not use the new driver ?
&lt;br&gt;&amp;gt; this firmware question &amp;nbsp;should be solved; it has nothing to do with
&lt;br&gt;&amp;gt; the new AD-HOC feature, which was added recently.
&lt;br&gt;&lt;br&gt;&amp;quot;Because it doesn't work for your device&amp;quot;? That paragraph seems
&lt;br&gt;to suggest that a solution to your problem is in the vendor driver
&lt;br&gt;but is considered to ugly to copy. There is a clean
&lt;br&gt;driver which does not work for your device, or an ugly driver
&lt;br&gt;which does, but not one that is both clean and work for your device
&lt;br&gt;(at the moment).
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
&lt;br&gt;Studies have shown that voting for your favorite open source project,
&lt;br&gt;along with a healthy diet, reduces your potential for chronic lameness
&lt;br&gt;and boredom. Vote Now at &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18429957.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18428158</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-13T03:44:39Z</published>
	<updated>2008-07-13T03:44:39Z</updated>
	<author>
		<name>Mark Ryden</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&amp;gt; Here is a passage from around line 236 of zd_mac.c:
&lt;br&gt;&lt;br&gt;1) At which tree are you &amp;nbsp;you looking ?
&lt;br&gt;I have the wireless-next-2.6 .git tree (updated as true for today).
&lt;br&gt;There is no such comment in this file
&lt;br&gt;&lt;br&gt;2)
&lt;br&gt;&amp;gt; I am going to make myself very unpopular
&lt;br&gt;This is indeed so. Why should I not use the new driver ?
&lt;br&gt;this firmware question &amp;nbsp;should be solved; it has nothing to do with
&lt;br&gt;the new AD-HOC feature, which was added recently.
&lt;br&gt;&lt;br&gt;(Namely, the addition of the AD-HOC feadture has nothing to do with
&lt;br&gt;this firmware question.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Mark R.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Jul 11, 2008 at 9:34 PM, Hin-Tak Leung &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18428158&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am going to make myself very unpopular to suggest this: use the vendor
&lt;br&gt;&amp;gt; driver.
&lt;br&gt;&amp;gt; Here is a passage from around line 236 of zd_mac.c:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* At this point, the vendor driver downloads the whole firmware
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * image, hacks around with version IDs, and uploads it again,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * completely overwriting the boot code. We do not do this here as
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * it is not required on any tested devices, and it is suspected to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * cause problems. */
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So the zd1211rw code doesn't cope with your situation, and it is a known
&lt;br&gt;&amp;gt; problem. I don't think you will get better answers at linux-wireless mailing
&lt;br&gt;&amp;gt; list. The manufacturer is being a bit funny in mislabelling the devices.
&lt;br&gt;&amp;gt; (And, really, you should have approached your distro's bug tracking system
&lt;br&gt;&amp;gt; first).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mark Ryden wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;I am looking for a more accurate answer. What should I do with this
&lt;br&gt;&amp;gt;&amp;gt; firmware problem ? I do not want to delve into the zd1211rw code trying to
&lt;br&gt;&amp;gt;&amp;gt; solve it.
&lt;br&gt;&amp;gt;&amp;gt; Didn't other people encounter this problem ? &amp;nbsp;Maybe the zd1211rw
&lt;br&gt;&amp;gt;&amp;gt; developers can
&lt;br&gt;&amp;gt;&amp;gt; try to hint as to what the problem is ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Or maybe should I forward this message to the linux wireless mailing list
&lt;br&gt;&amp;gt;&amp;gt; ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I am quite stuck with this problem,as you can see.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Mark Ryden
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Jul 11, 2008 at 12:31 PM, Hin-Tak Leung
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18428158&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;htl10@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hmm, a quick look around the net says your message possibly comes from
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a 1211 lying about being a 1211b or vice versa.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --- On Fri, 11/7/08, Mark Ryden &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18428158&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markryde@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; From: Mark Ryden &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18428158&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markryde@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Subject: Re: [zd1211-devs] Problem when trying ad-hoc patch for zd1211rw
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To: &amp;quot;Hin-Tak Leung&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18428158&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18428158&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zd1211-devs@...&lt;/a&gt;, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18428158&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dsd@...&lt;/a&gt;,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18428158&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kune@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Date: Friday, 11 July, 2008, 6:48 AM
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Could it be a probelem of firmware version ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; How can I know what is the zd1211 firmware version I have ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have these files under /lib/firmware/zd1211/:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ls -al /lib/firmware/zd1211/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; total 72
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; drwxr-xr-x 2 root root 4096 2008-05-14 19:48 .
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; drwxr-xr-x 3 root root 4096 2008-05-06 13:35 ..
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 4018 2007-10-12 14:44 zd1211b_ub
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211b_uph
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211b_uphm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211b_uphr
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 3584 2007-10-12 14:44 zd1211b_ur
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 4018 2007-10-12 14:44 zd1211_ub
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211_uph
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211_uphm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211_uphr
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 3584 2007-10-12 14:44 zd1211_ur
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Thu, Jul 10, 2008 at 6:41 PM, Hin-Tak Leung
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18428158&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It is as it says, can't load firmware. If you had
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; not used this USB nic
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on a machine before, it is likely you did not have
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; them installed.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; They should be under /lib/firmware/zd1211 . In
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; whatever mode,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the driver still needs the firmware.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mark Ryden wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have build and booted the last linux
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wireless-netx-2.6 tree:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6.git)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This tree includes the ad-hoc patch for zd1211rw.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; See:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://marc.info/?l=linux-wireless&amp;m=121514338914960&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=linux-wireless&amp;m=121514338914960&amp;w=2&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried to run these two actions:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (I must say that I did not tried this USB nic with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; other modes before on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; this
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; machine):
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; iwconfig wlan0 mode ad-hoc
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ifconfig wlan0 up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I get:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; SIOCSIFFLAGS: Connection timed out
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; in in the kernel log I get:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jul 10 15:40:53 kernel: usb 1-4: firmware version
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 0x4330 and device
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; bootcode version 0x4810 differ
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jul 10 15:40:54 kernel: usb 1-4: USB control
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; request for firmware
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; upload failed. Error number -110
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jul 10 15:40:54 kernel: zd1211rw 1-4:1.0:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; couldn't load firmware.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Error number -110
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; What should I do ? is it has to do with some
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; firmware mismatch ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any ideas?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; lsusb -v shows:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bus 001 Device 003: ID 0ace:1211 ZyDAS 802.11b/g
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; USB2 WiFi
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Device Descriptor:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;18
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDescriptorType &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bcdUSB &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDeviceClass &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;255 Vendor Specific Class
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDeviceSubClass &amp;nbsp; &amp;nbsp; &amp;nbsp; 255 Vendor Specific
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Subclass
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDeviceProtocol &amp;nbsp; &amp;nbsp; &amp;nbsp; 255 Vendor Specific
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Protocol
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bMaxPacketSize0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;64
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;idVendor &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x0ace ZyDAS
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;idProduct &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x1211 802.11b/g USB2 WiFi
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bcdDevice &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 48.10
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;iManufacturer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;iProduct &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 32
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;iSerial &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bNumConfigurations &amp;nbsp; &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Configuration Descriptor:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; bLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; bDescriptorType &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; wTotalLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 46
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; bNumInterfaces &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; bConfigurationValue &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; iConfiguration &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; bmAttributes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x80
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; (Bus Powered)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; MaxPower &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;500mA
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; Interface Descriptor:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; bLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mark Ryden
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sponsored by: SourceForge.net Community Choice
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Awards: VOTE NOW!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Studies have shown that voting for your favorite
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; open source project,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; along with a healthy diet, reduces your potential
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; for chronic lameness
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; and boredom. Vote Now at
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Zd1211-devs mailing list -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Unsubscribe:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; __________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Not happy with your email address?.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Get the one you really want - millions of new email addresses available
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; now at Yahoo! &lt;a href=&quot;http://uk.docs.yahoo.com/ymail/new.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://uk.docs.yahoo.com/ymail/new.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
&lt;br&gt;Studies have shown that voting for your favorite open source project,
&lt;br&gt;along with a healthy diet, reduces your potential for chronic lameness
&lt;br&gt;and boredom. Vote Now at &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18428158.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18409857</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-11T11:27:19Z</published>
	<updated>2008-07-11T11:27:19Z</updated>
	<author>
		<name>Hin-Tak Leung</name>
	</author>
	<content type="html">I am going to make myself very unpopular to suggest this: use the vendor driver.
&lt;br&gt;Here is a passage from around line 236 of zd_mac.c:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* At this point, the vendor driver downloads the whole firmware 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * image, hacks around with version IDs, and uploads it again, 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * completely overwriting the boot code. We do not do this here as 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * it is not required on any tested devices, and it is suspected to 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * cause problems. */
&lt;br&gt;&lt;br&gt;So the zd1211rw code doesn't cope with your situation, and it is a known 
&lt;br&gt;problem. I don't think you will get better answers at linux-wireless mailing
&lt;br&gt;list. The manufacturer is being a bit funny in mislabelling the devices.
&lt;br&gt;(And, really, you should have approached your distro's bug tracking system first).
&lt;br&gt;&lt;br&gt;Mark Ryden wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; I am looking for a more accurate answer. What should I do with this
&lt;br&gt;&amp;gt; firmware problem ? I do not want to delve into the zd1211rw code trying to
&lt;br&gt;&amp;gt; solve it.
&lt;br&gt;&amp;gt; Didn't other people encounter this problem ? &amp;nbsp;Maybe the zd1211rw developers can
&lt;br&gt;&amp;gt; try to hint as to what the problem is ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Or maybe should I forward this message to the linux wireless mailing list ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am quite stuck with this problem,as you can see.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Mark Ryden
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Fri, Jul 11, 2008 at 12:31 PM, Hin-Tak Leung
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409857&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;htl10@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hmm, a quick look around the net says your message possibly comes from
&lt;br&gt;&amp;gt;&amp;gt; a 1211 lying about being a 1211b or vice versa.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --- On Fri, 11/7/08, Mark Ryden &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409857&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markryde@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; From: Mark Ryden &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409857&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markryde@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Subject: Re: [zd1211-devs] Problem when trying ad-hoc patch for zd1211rw
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To: &amp;quot;Hin-Tak Leung&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409857&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409857&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zd1211-devs@...&lt;/a&gt;, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409857&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dsd@...&lt;/a&gt;, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409857&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kune@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Date: Friday, 11 July, 2008, 6:48 AM
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Could it be a probelem of firmware version ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; How can I know what is the zd1211 firmware version I have ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have these files under /lib/firmware/zd1211/:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ls -al /lib/firmware/zd1211/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; total 72
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; drwxr-xr-x 2 root root 4096 2008-05-14 19:48 .
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; drwxr-xr-x 3 root root 4096 2008-05-06 13:35 ..
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 4018 2007-10-12 14:44 zd1211b_ub
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211b_uph
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211b_uphm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211b_uphr
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 3584 2007-10-12 14:44 zd1211b_ur
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 4018 2007-10-12 14:44 zd1211_ub
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211_uph
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211_uphm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 5120 2007-10-12 14:44 zd1211_uphr
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -rw-r--r-- 1 root root 3584 2007-10-12 14:44 zd1211_ur
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Thu, Jul 10, 2008 at 6:41 PM, Hin-Tak Leung
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409857&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It is as it says, can't load firmware. If you had
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; not used this USB nic
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on a machine before, it is likely you did not have
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; them installed.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; They should be under /lib/firmware/zd1211 . In
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; whatever mode,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the driver still needs the firmware.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mark Ryden wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have build and booted the last linux
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wireless-netx-2.6 tree:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6.git)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This tree includes the ad-hoc patch for zd1211rw.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; See:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://marc.info/?l=linux-wireless&amp;m=121514338914960&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=linux-wireless&amp;m=121514338914960&amp;w=2&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried to run these two actions:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (I must say that I did not tried this USB nic with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; other modes before on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; this
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; machine):
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; iwconfig wlan0 mode ad-hoc
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ifconfig wlan0 up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I get:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; SIOCSIFFLAGS: Connection timed out
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; in in the kernel log I get:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jul 10 15:40:53 kernel: usb 1-4: firmware version
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 0x4330 and device
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; bootcode version 0x4810 differ
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jul 10 15:40:54 kernel: usb 1-4: USB control
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; request for firmware
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; upload failed. Error number -110
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jul 10 15:40:54 kernel: zd1211rw 1-4:1.0:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; couldn't load firmware.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Error number -110
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; What should I do ? is it has to do with some
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; firmware mismatch ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any ideas?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; lsusb -v shows:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bus 001 Device 003: ID 0ace:1211 ZyDAS 802.11b/g
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; USB2 WiFi
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Device Descriptor:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;18
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDescriptorType &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bcdUSB &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDeviceClass &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;255 Vendor Specific Class
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDeviceSubClass &amp;nbsp; &amp;nbsp; &amp;nbsp; 255 Vendor Specific
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Subclass
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bDeviceProtocol &amp;nbsp; &amp;nbsp; &amp;nbsp; 255 Vendor Specific
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Protocol
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bMaxPacketSize0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;64
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;idVendor &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x0ace ZyDAS
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;idProduct &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x1211 802.11b/g USB2 WiFi
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bcdDevice &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 48.10
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;iManufacturer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;iProduct &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 32
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;iSerial &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;bNumConfigurations &amp;nbsp; &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Configuration Descriptor:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;bLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;bDescriptorType &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;wTotalLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 46
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;bNumInterfaces &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;bConfigurationValue &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;iConfiguration &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;bmAttributes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x80
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Bus Powered)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;MaxPower &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;500mA
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;Interface Descriptor:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;bLength &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mark Ryden
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sponsored by: SourceForge.net Community Choice
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Awards: VOTE NOW!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Studies have shown that voting for your favorite
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; open source project,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; along with a healthy diet, reduces your potential
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; for chronic lameness
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; and boredom. Vote Now at
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Zd1211-devs mailing list -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Unsubscribe:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;__________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Not happy with your email address?.
&lt;br&gt;&amp;gt;&amp;gt; Get the one you really want - millions of new email addresses available now at Yahoo! &lt;a href=&quot;http://uk.docs.yahoo.com/ymail/new.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://uk.docs.yahoo.com/ymail/new.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
&lt;br&gt;Studies have shown that voting for your favorite open source project,
&lt;br&gt;along with a healthy diet, reduces your potential for chronic lameness
&lt;br&gt;and boredom. Vote Now at &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Zd1211-devs mailing list - &lt;a href=&quot;http://zd1211.wiki.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zd1211.wiki.sourceforge.net/&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/zd1211-devs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/zd1211-devs-f3221.html&quot; embed=&quot;fixTarget[3221]&quot; target=&quot;_top&quot; &gt;zd1211-devs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-when-trying-ad-hoc-patch-for-zd1211rw-tp18382321p18409857.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18409566</id>
	<title>Re: Problem when trying ad-hoc patch for zd1211rw</title>
	<published>2008-07-11T11:10:33Z</published>
	<updated>2008-07-11T11:10:33Z</updated>
	<author>
		<name>Mark Ryden</name>
	</author>
	<content type="html">Thanks!
&lt;br&gt;&lt;br&gt;&amp;nbsp; I am looking for a more accurate answer. What should I do with this
&lt;br&gt;firmware problem ? I do not want to delve into the zd1211rw code trying to
&lt;br&gt;solve it.
&lt;br&gt;Didn't other people encounter this problem ? &amp;nbsp;Maybe the zd1211rw developers can
&lt;br&gt;try to hint as to what the problem is ?
&lt;br&gt;&lt;br&gt;Or maybe should I forward this message to the linux wireless mailing list ?
&lt;br&gt;&lt;br&gt;I am quite stuck with this problem,as you can see.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Mark Ryden
&lt;br&gt;&lt;br&gt;On Fri, Jul 11, 2008 at 12:31 PM, Hin-Tak Leung
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409566&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;htl10@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hmm, a quick look around the net says your message possibly comes from
&lt;br&gt;&amp;gt; a 1211 lying about being a 1211b or vice versa.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --- On Fri, 11/7/08, Mark Ryden &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409566&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markryde@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; From: Mark Ryden &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409566&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markryde@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: Re: [zd1211-devs] Problem when trying ad-hoc patch for zd1211rw
&lt;br&gt;&amp;gt;&amp;gt; To: &amp;quot;Hin-Tak Leung&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409566&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hintak_leung@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409566&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zd1211-devs@...&lt;/a&gt;, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18409566&amp;i=5&quot; target=&quot;_to