Re: [zd1211-devs] wusbf54g support

2006-08-22 Thread Henrik Hjelte
I got my new Linksys WUSBF54G stick with wifi-finder to work, following
the suggestions in this thread. Let me summarize:

1. Downloaded the driver from subversion:
svn co http://zd1211.ath.cx/repos/trunk zd1211-driver-svn

2. Edited the src/zdusb,
added this line to the #ifdef ZD1211B section (line 83):
{USB_DEVICE(0x13b1, 0x0024)},

3. Edited Makefile,line 22 to read:
ZD1211REV_B=1

Follow the instructions on the wiki.

So I hope someone can add this device to the source.
/Henrik Hjelte


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] wusbf54g support

2006-08-21 Thread travisat

Interesting.  I have the same usb stick, wusbf54g, and I use the 13b1:001e
and it works, and it is what lsusb tells me.  I guess there are multiple
versions.  Mine is not zd1211b, but yours might be as it has a different id.

Travis



jonny wrote:
> 
> hi,
> 
> i read on your site(http://zd1211.ath.cx/) linksys wusbf54g is supportet
> by the zd1211 driver
> Linksys WUSBF54G   zd1211  13b1:001e 
> 
> i tried the r83, everything worked fine, it compiled and i load the kernel
> module without any problems, usbcore registered the usb driver but there
> was no wlan0...
> so i typed lsusb to see the product id: 13b1:0024, diffrent from the
> supported id (it might be a firmware update, but still the same chip:
> ZyDAS)
> 
> do i have only to change the id in the source?
> 
> or do have any ideas how to make it work?
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/wusbf54g-support-tf2028549.html#a5920340
Sent from the zd1211-devs forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] wusbf54g support

2006-08-11 Thread Daniel Drake
Hi,

caleb wrote:
> I have the same problem with wusbf54g. Somebody's got ideas how to fix these
> functions?
> This USB adapter is getting more popular. 
> Scannig works fine, but adapter cannot set rate properly and "ap" MAC
> address.

According to the windows driver, this device is a ZD1211B. Have you 
tried adding the ID to the zd1211b part of the driver and using 
zd1211b.ko instead?

Daniel

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] wusbf54g support

2006-08-10 Thread caleb

Hi
I have the same problem with wusbf54g. Somebody's got ideas how to fix these
functions?
This USB adapter is getting more popular. 
Scannig works fine, but adapter cannot set rate properly and "ap" MAC
address.

I'll be very thankful for your help.


-- 
View this message in context: 
http://www.nabble.com/wusbf54g-support-tf2028549.html#a5740037
Sent from the zd1211-devs forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] wusbf54g support

2006-08-02 Thread jonny

hi again,

i modified the zdusb.c by adding my id (13b1:0024). everything went fine, no
compile problems, after modprobe zd1211 dmesg said this:

dmesg wrote:
> zd1211 - http://zd1211.ath.cx/ - r83
> Based on www.zydas.com.tw driver version 2.5.0.0 
> usbcore: registered new driver zd1211

und now dmesg after i plugged in the wusbf54g:

dmesg wrote:
> usb 1-1: new high speed USB device using ehci_hcd and address 2
> usb 1-1: configuration #1 chosen from 1 choice
> usb 1-1: reset high speed USB device using ehci_hcd and address 2
> Release Ver = 4802
> zd1211:bulk out: wMaxPacketSize = 200
> zd1211:bulk in: wMaxPacketSize = 200
> zd1211:interrupt in: wMaxPacketSize = 40
> zd1211:interrupt in: int_interval = 1
> zd1211:interrupt out: wMaxPacketSize = 40
> EEPORM Ver = 4330
> zd1211:USB Download Boot code success
> zd1211:MAC address = xx:xx:xx:xx:xx:xx
> zd1211:AddrEntryTable = f7d4
> zd1211:RF_Mode = 0084
> PA type: 0
> Airoha AL2230S_RF
> zd1211:Mixed Mode
> zd1211:AllowedChannel = 07ff
> zd1211:LinkLEDn = 200
> AllowedChannel = 000107ff
> Region:48
> zd1205: (exit) zd1205_config, /home/jonny/zd1211-driver-r83/src/zd1205.c
> line 2601
> zd1205: (exit) zd1205_init, /home/jonny/zd1211-driver-r83/src/zd1205.c
> line 8570
> 

dmesg after typing iwconfig wlan0 up:

dmesg wrote:
> zd1205: (enter) zd1205_open, /home/jonny/zd1211-driver-r83/src/zd1205.c
> line 4353
> zd1205: (exit) zd1205_open, /home/jonny/zd1211-driver-r83/src/zd1205.c
> line 4436
> zd1211:Mixed Mode
> zd1211:Mixed Mode
> zd1211:Mixed Mode
> zd1211:Mixed Mode
> zd1211:Mixed Mode
> zd1211:Mixed Mode
> zd1211:Mixed Mode

after typing iwconfig wlan0 essid "example" channel 10 nick "wusbf54g"

promt wrote:
> Error for wireless request "Set Frequency" (8B04) :
> SET failed on device wlan0 ; Invalid argument.
> 
and dmesg:

dmesg wrote:
> zd1205: (enter) zd1205_open, /home/jonny/zd1211-driver-r83/src/zd1205.c
> line 4353
> zd1205: (exit) zd1205_open, /home/jonny/zd1211-driver-r83/src/zd1205.c
> line 4436
> zd1211:Mixed Mode
> zd1211:Mixed Mode
> zd1211:Mixed Mode
> [..]
> zd1211:Mixed Mode
> zd1211:Switch to Infra mode
> zd1211:Mixed Mode
> [..]
> zd1211:Mixed Mode
> zd1211:Mixed Mode
> 

there are 3 funktions which are not realy working with this adapter and have
to be modified, but i have no experiences with rewriting driver.
what do i have to change make it working?
if you need more informations, please ask and i will give my best.
-- 
View this message in context: 
http://www.nabble.com/wusbf54g-support-tf2028549.html#a5613017
Sent from the zd1211-devs forum at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs