Re: [zd1211-devs] 2.6.18-rc1: zd1211rw doesn't work yet?

2006-07-10 Thread Daniel Drake
Harald Dunkel wrote:
> Hi Daniel,
> 
> Sorry, of course I should have included more information
> about the network configuration. Here is the entry in
> /etc/network/interfaces:

Please drop the distro configuration and try using normal 
ifconfig/iwconfig commands on the command line.

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] 2.6.18-rc1: zd1211rw doesn't work yet?

2006-07-09 Thread Harald Dunkel
Hi Daniel,

Sorry, of course I should have included more information
about the network configuration. Here is the entry in
/etc/network/interfaces:

auto wlan0
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
wireless_essid harrinet
wireless_mode managed
wireless_rate auto
wireless_key XX key on
wireless_encryption restricted
pre-up iptables-restore < /etc/iptables.up.rules

Obviously the essid is set. The same setup works for
zd1211-rev80 without problems.

The USB driver zd1211rw and its dependencies are loaded by
udev, as soon as I plugin the network dongle (WL-430U). With
"there is no MAC" I mean that iwconfig doesn't show the MAC
of the wireless switch. AFAIK this indicates that this is a
low level problem, independent of WPA, WEP, or some iptables
rules.


Regards

Harri
===
Daniel Drake wrote:
> Harald Dunkel wrote:
>> iwconfig says:
>>
>> wlan0 802.11g zd1211  ESSID:""
>>   Mode:Managed  Frequency:2.412 GHz  Access Point: Invalid
>>   Bit Rate=1 Mb/s
>>   Encryption key:------XX   Security
>> mode:open
>>   Link Quality:0  Signal level:0  Noise level:0
>>   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
>>   Tx excessive retries:0  Invalid misc:0   Missed beacon:0
> 
> Looks like you didn't specify an essid.
> 
> Which exact commands are you running before looking at the above output?
> 
>> Please note that there is no MAC for 2.6.18-rc1.
> 
> What do you mean by this?
> 
> Daniel
> 
> 




signature.asc
Description: OpenPGP digital signature

-
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] 2.6.18-rc1: zd1211rw doesn't work yet?

2006-07-09 Thread Daniel Drake
Harald Dunkel wrote:
> iwconfig says:
> 
> wlan0 802.11g zd1211  ESSID:""
>   Mode:Managed  Frequency:2.412 GHz  Access Point: Invalid
>   Bit Rate=1 Mb/s
>   Encryption key:------XX   Security mode:open
>   Link Quality:0  Signal level:0  Noise level:0
>   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
>   Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Looks like you didn't specify an essid.

Which exact commands are you running before looking at the above output?

> Please note that there is no MAC for 2.6.18-rc1.

What do you mean by this?

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] 2.6.18-rc1: zd1211rw doesn't work yet?

2006-07-09 Thread C.S:
IIRC zd1211rw uses ethx instead of wlanx. Unfortunately i hadn't much 
time in testing the new code.

Regards

Christian

> Date: Sat, 08 Jul 2006 22:58:43 +0200
> From: Harald Dunkel <[EMAIL PROTECTED]>
> Subject: [zd1211-devs] 2.6.18-rc1: zd1211rw doesn't work yet?
> To: Zd1211-devs@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi folks,
>
> I have used the "external" zd1211 driver for months without problems,
> but the integrated version in 2.6.18-rc1 does not work for me.
>
> iwconfig says:
>
> wlan0 802.11g zd1211  ESSID:""
>   Mode:Managed  Frequency:2.412 GHz  Access Point: Invalid
>   Bit Rate=1 Mb/s
>   Encryption key:------XX   Security mode:open
>   Link Quality:0  Signal level:0  Noise level:0
>   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
>   Tx excessive retries:0  Invalid misc:0   Missed beacon:0
>
> I had expected something like this (running iwconfig for 2.6.17.3
> + zd1211 rev80):
>
> wlan0 802.11b/g NIC  ESSID:"harrinet"
>   Mode:Managed  Frequency=2.432 GHz  Access Point: XX:XX:XX:XX:XX:XX
>   Bit Rate:54 Mb/s
>   Retry:off   RTS thr=2432 B   Fragment thr:off
>   Encryption key:------**   Security mode:open
>   Power Management:off
>   Link Quality=84/100  Signal level=55/100  Noise level=0/100
>   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:44
>   Tx excessive retries:145  Invalid misc:0   Missed beacon:0
>
> Please note that there is no MAC for 2.6.18-rc1.
>
> ???
>
>
> Any hint would be highly appreciated. Of course I would be glad to
> help debugging.
>
>
> Regards
>
> Harri
>   






___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de



-
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] 2.6.18-rc1: zd1211rw doesn't work yet?

2006-07-08 Thread Harald Dunkel
PS:

dmesg said:

zd1211rw 2-5:1.0: zd1211 chip 0ace:1211 v4330 high 00-11-f6 RF2959_RF 
pa0 ---


Regards

Harri




signature.asc
Description: OpenPGP digital signature

-
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

[zd1211-devs] 2.6.18-rc1: zd1211rw doesn't work yet?

2006-07-08 Thread Harald Dunkel
Hi folks,

I have used the "external" zd1211 driver for months without problems,
but the integrated version in 2.6.18-rc1 does not work for me.

iwconfig says:

wlan0 802.11g zd1211  ESSID:""
  Mode:Managed  Frequency:2.412 GHz  Access Point: Invalid
  Bit Rate=1 Mb/s
  Encryption key:------XX   Security mode:open
  Link Quality:0  Signal level:0  Noise level:0
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

I had expected something like this (running iwconfig for 2.6.17.3
+ zd1211 rev80):

wlan0 802.11b/g NIC  ESSID:"harrinet"
  Mode:Managed  Frequency=2.432 GHz  Access Point: XX:XX:XX:XX:XX:XX
  Bit Rate:54 Mb/s
  Retry:off   RTS thr=2432 B   Fragment thr:off
  Encryption key:------**   Security mode:open
  Power Management:off
  Link Quality=84/100  Signal level=55/100  Noise level=0/100
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:44
  Tx excessive retries:145  Invalid misc:0   Missed beacon:0

Please note that there is no MAC for 2.6.18-rc1.

???


Any hint would be highly appreciated. Of course I would be glad to
help debugging.


Regards

Harri



signature.asc
Description: OpenPGP digital signature

-
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