Re: [zd1211-devs] zd1211 on asus A9RP

2006-10-31 Thread Sergei Gurjev
On Sat, 28 Oct 2006 10:53:01 +0300, Fanch [EMAIL PROTECTED] wrote:

 Hello,

 I am trying to use my wireless device :
 laptop : ASUS A9RP 5B018H
 vendor id  : 0B05
 product id : 171B
 kernel : 2.6.17-10 (kubuntu 6.10)

 As explained at http://zd1211.ath.cx/wiki/UntestedWithRewrite, I added  
 the
 line { USB_DEVICE(0x0b05, 0x171b), .driver_info = DEVICE_ZD1211B } in the
 file zd_usb.c (zd1211rw_2006-10-28.tar.bz2 version)
 then make, and insmod zd1211rw.ko

 the /var/log/messages :
 kernel: [19645.787213] zd1211rw 3-6:1.0: firmware version 4725
 kernel: [19645.828237] zd1211rw 3-6:1.0: zd1211b chip 0b05:171b v4810  
 high
 00-18-f3 AL2230_RF pa0 g---
 kernel: [19645.830907] zd1211rw 3-6:1.0: eth1
 kernel: [19645.831053] usbcore: registered new driver zd1211rw
 kernel: [19646.289963] ADDRCONF(NETDEV_UP): eth1: link is not ready

 then I launch wlassistant :
 ifup: /sbin/ifconfig eth1 up
 iwconfig_set: /sbin/iwconfig eth1 mode managed channel 4 key open xxx
 essid my_essid
 ==stderr: Error for wireless request Set Frequency (8B04) :
 SET failed on device eth1 ; Operation not permitted.


 So, my device is now known, but I cannot use it.
 Where's the mistake ?
 Any idea is welcome.


 Fanch


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


I have this problem too (when I using ifup - ifdown )
In documentation written (for Debian):

auto wlan0
iface wlan0 inet static
 address 192.168.1.1
 netmask 255.255.255.0
 network 192.168.1.0
 broadcast 192.168.1.255
 wireless_essid myessid
 wireless_channel 7
 wireless_mode master
 wireless_rts 512
 wireless_frag 512
 wireless_key secretkey

My config for wlan without witeless extension:
auto wlan0
iface wlan0 inet static
 address 192.168.1.1
 netmask 255.255.255.0
 network 192.168.1.0
 broadcast 192.168.1.255




And I use kwlan (or kwifimanager) - for configuring my adapter and it  
works correctly.


-- 
Sergei Gurjev
Wnet ISP

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


Re: [zd1211-devs] zd1211 on asus A9RP

2006-10-29 Thread Uli Kunitz
Fanch wrote:
 Hello,
 
 I am trying to use my wireless device :
 laptop : ASUS A9RP 5B018H
 vendor id  : 0B05
 product id : 171B
 kernel : 2.6.17-10 (kubuntu 6.10)
 
 
 then I launch wlassistant :
 ifup: /sbin/ifconfig eth1 up
 iwconfig_set: /sbin/iwconfig eth1 mode managed channel 4 key open xxx
 essid my_essid
 ==stderr: Error for wireless request Set Frequency (8B04) :
 SET failed on device eth1 ; Operation not permitted.
 
 
 So, my device is now known, but I cannot use it.
 Where's the mistake ?
 Any idea is welcome.

It appears that wlan_assistant is not run as root.

Kind regards,

Uli


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