[zd1211-devs] zd1211 usb hardware crash.

2008-02-22 Thread Fernando Toledo
Hi all! =(
my usb zydas was death after crash with the floor.
i see that one capacitor of the board was die.
im search for any info (schemantics) about that component to try to replace 
it.
i put some pictures here to help you to identify it.
http://pressenter.com.ar/~ftoledo/zydas_crash/

Thanks all
 
-- 
Dock Sud BBS
http://www.docksud.com.ar
telnet://bbs.docksud.com.ar


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

[zd1211-devs] zd1211 community kernel 2.6.22.1

2007-08-04 Thread Fernando Toledo
Hi!
I know that the community drive is not maintained ,
but i need to use a master mode in some place.
I checked out the svn version and play with it to get compile under 2.6.22.1

[EMAIL PROTECTED]:/usr/src/modules/zd1211# make
/lib/modules/2.6.22.1fer/build
/usr/src/modules/zd1211
-I/usr/src/modules/zd1211/src/include -fomit-frame-pointer -O2 -Wall 
-Wstrict-prototypes -pipe -DZDCONF_WE_STAT_SUPPORT=1 -DHOST_IF_USB -DAMAC 
-DGCCK -DOFDM -DHOSTAPD_SUPPORT -DUSE_EP4_SET_REG -DDOWNLOADFIRMWARE 
-DfTX_GAIN_OFDM=0 -DfNEW_CODE_MAP=1 -DfWRITE_WORD_REG=1 -DfREAD_MUL_REG=1 
-DENHANCE_RX=1 -DZD1211
src/zd1205.o src/zdasocsvc.o src/zdauthreq.o src/zdauthrsp.o src/zdmmrx.o 
src/zdshared.o src/zdhci.o src/zdglobal.o src/zdencrypt.o src/zdpmfilter.o 
src/zdpsmon.o src/zdsynch.o src/zdbuf.o src/zd1205_proc.o src/zdhw.o 
src/zddebug.o src/zdtkipseed.o src/zdmic.o src/zdusb.o src/zd1211.o
make -C /lib/modules/2.6.22.1fer/build SUBDIRS=/usr/src/modules/zd1211 modules
make[1]: se ingresa al directorio `/usr/src/linux-2.6.22.1'
  CC [M]  /usr/src/modules/zd1211/src/zd1205.o
/usr/src/modules/zd1211/src/zd1205.c: In function 'zd1205_rx_isr':
/usr/src/modules/zd1211/src/zd1205.c:4162: error: 'struct sk_buff' has no 
member named 'mac'
/usr/src/modules/zd1211/src/zd1205.c: In function 'zd1205wext_iw_get_stats':
/usr/src/modules/zd1211/src/zd1205.c:4783: error: 'struct driver_stats' has no 
member named 'iw_stats'
make[2]: *** [/usr/src/modules/zd1211/src/zd1205.o] Error 1
make[1]: *** [_module_/usr/src/modules/zd1211] Error 2
make[1]: se sale del directorio `/usr/src/linux-2.6.22.1'
make: *** [all] Error 2
[EMAIL PROTECTED]:/usr/src/modules/zd1211# 

Then, i test changing these lines to get compile:

[EMAIL PROTECTED]:/usr/src/modules/zd1211# svn diff
Index: src/zd1205.c
===
--- src/zd1205.c(revisión: 85)
+++ src/zd1205.c(copia de trabajo)
@@ -4159,7 +4159,7 @@
 skb-tail = skb-data = pHdr;
 /* ath_desc: fix monitor mode frame length */
 skb_put(skb, data_sz - PLCP_HEADER - EXTRA_INFO_LEN - 
CRC32_LEN);
-skb-mac.raw = skb-data;
+//skb-mac.raw = skb-data;
 skb-pkt_type = PACKET_OTHERHOST;
 skb-protocol = __constant_htons(ETH_P_802_2);
 skb-dev = dev;
@@ -4780,7 +4780,7 @@
 struct iw_statistics *zd1205wext_iw_get_stats(struct net_device *dev)
 {
struct zd1205_private *macp = dev-priv;
-   struct iw_statistics *iw_stats = macp-drv_stats.iw_stats;
+   struct iw_statistics *iw_stats = macp-device-stats;
 
iw_stats-qual.noise = 0;
iw_stats-qual.qual = macp-rxSignalQuality;

  struct iw_statistics *iw_stats = macp-drv_stats.iw_stats;  


Now, the driver compile and work here(almost for me), but i know that that is 
not the solution. I dont know if this code will break other functionality.
Anybody can tell me if is it correct?
I wan to make a correct patch to send to the trunk version.
i read that Mayne leave the project, who have the write access to the svn at 
source forge?
Thanks for all! 
=)

-- 
Dock Sud BBS
http://www.docksud.com.ar
telnet://bbs.docksud.com.ar


pgpzFxnJIhsc6.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

[zd1211-devs] ad-hoc / master mode support

2007-07-28 Thread Fernando Toledo
hi!
is possible to get a ad-hoc or master mode in the zd1211rw?
...on the mac80211 tree?
i also have a bcm43xx and i need to get a peer to peer link 

i have the old community driver and work as master mode (some system lookups), 
but i like to get this behavior with the new drivers
thanks all!
  
-- 
Dock Sud BBS
http://www.docksud.com.ar
telnet://bbs.docksud.com.ar


pgps6ZN7BtrBT.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: [zd1211-devs] Moving zd1211rw content to linuxwireless.org

2007-04-06 Thread Fernando Toledo
El Jueves, 5 de Abril de 2007 21:16, Daniel Drake escribió:
 Mayne wrote:
  Fine for me. I'd suggest to move zd1211rw content to linuxwireless and to
  move the remaining content to Sourceforge. I'll replace zd1211.ath.cx
  with a simple static page after some time.

 OK. I just moved it over.

 It's your decision but I think we still need a wiki for the
 out-of-kernel stuff, like the vendor driver homepage. Having it closed
 like currently is not a big problem anymore though.

 Daniel

yes, i think that the wiki is very useful to remain a update page of develop.

-- 
Dock Sud BBS
http://www.docksud.com.ar
telnet://bbs.docksud.com.ar


pgpvYw4dwcxj8.pgp
Description: PGP signature
-
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.phpp=sourceforgeCID=DEVDEV___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

[zd1211-devs] 2.6.20 handle_retry_failed_int()

2007-02-05 Thread Fernando Toledo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

i have difficult to connect to my ap dlink

the dmseg output is attached
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFyAbjz8H9Vs7bTsMRAkgtAKCILQigiDxuaxm0yak3+HJ+JbyatgCfTV7i
eXdMBbdCLoghjUEmn1nNiao=
=Iy9M
-END PGP SIGNATURE-


dmesg.gz
Description: application/gzip
-
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

[zd1211-devs] zd1211rw - dlink ap

2007-01-26 Thread Fernando Toledo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

i have some issues to connect mi house ap (dlink ap 900+ fw revision b)
sometimes i see that the rate stay on 1M and cant conect

when connected:
ntbkragnarok:~# iwconfig eth2
eth2  IEEE 802.11b/g  ESSID:docksud  Nickname:zd1211
  Mode:Managed  Frequency:2.437 GHz  Access Point:
00:80:C8:AC:AA:06
  Bit Rate=11 Mb/s
  Encryption key:off
  Link Quality=97/100  Signal level=35/100
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

i am on 1 meter to the ap and the signal level is 35/100?

is zd_mac_rx() errors messages?


SoftMAC: sent association request!
SoftMAC: associated!
usb 5-4: rx_urb_complete() *** first fragment ***
usb 5-4: rx_urb_complete() *** second fragment ***
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
usb 5-4: rx_urb_complete() *** first fragment ***
usb 5-4: rx_urb_complete() *** second fragment ***
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
usb 5-4: rx_urb_complete() *** first fragment ***
usb 5-4: rx_urb_complete() *** second fragment ***
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
usb 5-4: rx_urb_complete() *** first fragment ***
usb 5-4: rx_urb_complete() *** second fragment ***
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
usb 5-4: rx_urb_complete() *** first fragment ***
usb 5-4: rx_urb_complete() *** second fragment ***
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
usb 5-4: rx_urb_complete() *** first fragment ***
usb 5-4: rx_urb_complete() *** second fragment ***
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
zd1211rw 5-4:1.0: zd_mac_rx() Packet with length 0 to small.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFupoqz8H9Vs7bTsMRAuw2AJ4nCIFwdAITWHmKYFKLN5t6uuQybwCcCMaR
hAtJL4vW/LJ8V5frUy+lQZQ=
=I5A7
-END PGP SIGNATURE-

-
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.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


[zd1211-devs] wireless-dev dont connect

2006-12-15 Thread Fernando Toledo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
i play with wireless-dev and wireless-2.6 git's (to make to work my
onboard bcm43xx)
in these kernels
i cant connect with my zd1211 to the ap's
i can scan and see the ap, the log say associted but i do not get the ip
from my dhcp (also i test to put a fixed address)

i dont have this problem on 2.6.19 (vanilla) from kernel.org

when iwlist scann or ifconfig up :

zd1211rw 2-6:1.0: zd_rf_set_channel() channel: 9
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x003f7b0 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x001 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x00d bits 24
zd1211rw 2-6:1.0: update_pwr_int() channel 9 pwr_int 0x54
zd1211rw 2-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
zd1211rw 2-6:1.0: set_channel() channel 10
zd1211rw 2-6:1.0: zd_chip_lock_phy_regs() CR_REG1: 0xa0 - 0x20
zd1211rw 2-6:1.0: zd_rf_set_channel() channel: 10
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x003f7b0 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x00b3331 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x00d bits 24
zd1211rw 2-6:1.0: update_pwr_int() channel 10 pwr_int 0x5c
zd1211rw 2-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
zd1211rw 2-6:1.0: set_channel() channel 11
zd1211rw 2-6:1.0: zd_chip_lock_phy_regs() CR_REG1: 0xa0 - 0x20
zd1211rw 2-6:1.0: zd_rf_set_channel() channel: 11
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x003e7b0 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x001 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x00d bits 24
zd1211rw 2-6:1.0: update_pwr_int() channel 11 pwr_int 0x5c
zd1211rw 2-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
SoftMAC: Scanning finished
SoftMAC: Queueing Authentication Request to 00:80:c8:ac:aa:06
SoftMAC: Cannot associate without being authenticated, requested
authentication
zd1211rw 2-6:1.0: set_channel() channel 6
zd1211rw 2-6:1.0: zd_chip_lock_phy_regs() CR_REG1: 0xa0 - 0x20
zd1211rw 2-6:1.0: zd_rf_set_channel() channel: 6
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x003f7a0 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x00b3331 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x00d bits 24
zd1211rw 2-6:1.0: update_pwr_int() channel 6 pwr_int 0x5c
zd1211rw 2-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
SoftMAC: Sent Authentication Request to 00:80:c8:ac:aa:06.
SoftMAC: Open Authentication completed with 00:80:c8:ac:aa:06
zd1211rw 2-6:1.0: set_channel() channel 6
zd1211rw 2-6:1.0: zd_chip_lock_phy_regs() CR_REG1: 0xa0 - 0x20
zd1211rw 2-6:1.0: zd_rf_set_channel() channel: 6
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x003f7a0 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x00b3331 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x00d bits 24
zd1211rw 2-6:1.0: update_pwr_int() channel 6 pwr_int 0x5c
zd1211rw 2-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
SoftMAC: sent association request!
SoftMAC: associated!
zd1211rw 2-6:1.0: housekeeping_disable()
zd1211rw 2-6:1.0: zd_chip_lock_phy_regs() CR_REG1: 0xa0 - 0x20
zd1211rw 2-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
zd1211rw 2-6:1.0: zd_usb_disable_int() urb c4c7a6c0 killed
zd1211rw 2-6:1.0: zd_usb_enable_int()
zd1211rw 2-6:1.0: zd_usb_enable_int() submit urb cde0b3c0
zd1211rw 2-6:1.0: zd_chip_lock_phy_regs() CR_REG1: 0xa0 - 0x20
zd1211rw 2-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
zd1211rw 2-6:1.0: zd_chip_lock_phy_regs() CR_REG1: 0xa0 - 0x20
zd1211rw 2-6:1.0: zd_rf_set_channel() channel: 1
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x003f790 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x001 bits 24
zd1211rw 2-6:1.0: zd_usb_rfwrite() value 0x00d bits 24
zd1211rw 2-6:1.0: update_pwr_int() channel 1 pwr_int 0x54
zd1211rw 2-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
zd1211rw 2-6:1.0: zd_usb_enable_rx()
zd1211rw 2-6:1.0: housekeeping_enable()

when ifconfig down :
zd1211rw 2-6:1.0: housekeeping_disable()
zd1211rw 2-6:1.0: zd_chip_lock_phy_regs() CR_REG1: 0xa0 - 0x20
zd1211rw 2-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
zd1211rw 2-6:1.0: zd_usb_disable_int() urb c4c7a7c0 killed


[EMAIL PROTECTED]:~$ sudo iwconfig eth1
eth1  IEEE 802.11b/g  ESSID:docksud  Nickname:zd1211
  Mode:Managed  Frequency:2.462 GHz  Access Point:
00:80:C8:AC:AA:06
  Bit Rate=1 Mb/s
  Encryption key:off
  Link Quality=88/100  Signal level=97/100
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0


Listening on LPF/eth1/00:02:72:4a:2e:9a
Sending on   LPF/eth1/00:02:72:4a:2e:9a
Sending on   Socket/fallback/fallback-net
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7
receive_packet failed on eth1: Network is down
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8


thanka for you help

-BEGIN PGP 

Re: [zd1211-devs] rx_urb_complete()

2006-12-13 Thread Fernando Toledo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Uli Kunitz escribió:
 Fernando,
 
 you have compiled the driver in debug mode.
 
 The message simply says, that you get a data block, which might combine
 up to three network packets, spread over two USB transactions. This might
 sound complex, but is absolutely correct.
 
 Regards,
 
 Uli
 
 Am 13.12.2006 um 17:48 schrieb Fernando Toledo:
 
 hi all
 is a rx_urb_complete() an error?
 
 
 zd1211rw 5-6:1.0: zd_chip_lock_phy_regs() CR_REG1: 0xa0 - 0x20
 zd1211rw 5-6:1.0: zd_rf_set_channel() channel: 10
 zd1211rw 5-6:1.0: zd_usb_rfwrite() value 0x003f7b0 bits 24
 zd1211rw 5-6:1.0: zd_usb_rfwrite() value 0x00b3331 bits 24
 zd1211rw 5-6:1.0: zd_usb_rfwrite() value 0x00d bits 24
 zd1211rw 5-6:1.0: update_pwr_int() channel 10 pwr_int 0x5c
 zd1211rw 5-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
 zd1211rw 5-6:1.0: set_channel() channel 11
 zd1211rw 5-6:1.0: zd_chip_lock_phy_regs() CR_REG1: 0xa0 - 0x20
 zd1211rw 5-6:1.0: zd_rf_set_channel() channel: 11
 zd1211rw 5-6:1.0: zd_usb_rfwrite() value 0x003e7b0 bits 24
 zd1211rw 5-6:1.0: zd_usb_rfwrite() value 0x001 bits 24
 zd1211rw 5-6:1.0: zd_usb_rfwrite() value 0x00d bits 24
 zd1211rw 5-6:1.0: update_pwr_int() channel 11 pwr_int 0x5c
 zd1211rw 5-6:1.0: zd_chip_unlock_phy_regs() CR_REG1: 0x20 - 0xa0
 SoftMAC: Scanning finished
 usb 5-6: rx_urb_complete() *** first fragment ***
 usb 5-6: rx_urb_complete() *** second fragment ***
 usb 5-6: rx_urb_complete() *** first fragment ***
 usb 5-6: rx_urb_complete() *** second fragment ***
 usb 5-6: rx_urb_complete() *** first fragment ***
 usb 5-6: rx_urb_complete() *** second fragment ***
 usb 5-6: rx_urb_complete() *** first fragment ***
 usb 5-6: rx_urb_complete() *** second fragment ***
 usb 5-6: rx_urb_complete() *** first fragment ***
 usb 5-6: rx_urb_complete() *** second fragment ***
 usb 5-6: rx_urb_complete() *** first fragment ***
 usb 5-6: rx_urb_complete() *** second fragment ***
 usb 5-6: rx_urb_complete() *** first fragment ***
 usb 5-6: rx_urb_complete() *** second fragment ***
 usb 5-6: rx_urb_complete() *** first fragment ***
 usb 5-6: rx_urb_complete() *** second fragment ***
 usb 5-6: rx_urb_complete() *** first fragment ***
 usb 5-6: rx_urb_complete() *** second fragment ***
 [EMAIL PROTECTED]:~$

- -
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.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

 -- 
 Uli Kunitz
thanks uli, i try to learn more about usb+wireless, i have a notebook
with bcm4311 chipset (PCIE) that still dont work with linux i try to
help to the developers making tests and report, im very grateful for you
work and the others developers.
=)






-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFgMdCz8H9Vs7bTsMRAmLgAKCKc32s0sb9WXPxKC6ms5Zi3iyGMwCfVSn1
GfYqvFBVamoQSKp3FDGUpYY=
=rOsN
-END PGP SIGNATURE-

-
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.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] eth2_rename

2006-12-04 Thread Fernando Toledo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Daniel Drake escribió:
 Fernando Toledo wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi,
 im use the RW driver on 2.6.18.3

 i see that the iface name is eth2_rename
 is it a problem?, the device works fine, but the name seems to be
 extrange =)
 
 This is a bug in your distro, not in the driver. If you look in dmesg
 you will see that the driver has given it a more sensible name.
 
 Daniel
 
 
 
ok, i will report it on debian
tnks!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD0DBQFFdG/Nz8H9Vs7bTsMRArfVAJ9+IYg6yh/lreclMB2EAW8YaUDAgQCNEMwM
fMhTvrhL2vLhd8LqlIW5
=iP7U
-END PGP SIGNATURE-

-
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.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs