On Mon, 2007-04-02 at 14:35 -0400, eric wrote:
> Richard,
> The latest development fedora build (rawhide) load both mac80211 and 
> softmac. Can you run
>     lsmod | grep 1211
> if you see "zd1211rw, ieee80211softmac"  which is the  older  driver, 
> try  to unloading it:
>     modprobe -r zd1211rw
> This will insure that you are actually using only zd1211rw_mac80211 and 
> not the other.

[EMAIL PROTECTED] ~]# lsmod | grep 1211
zd1211rw_mac80211      42877  0 
mac80211              165245  2 rc80211_simple,zd1211rw_mac80211

I've blacklisted autoloading of some modules in modprobe.d/blacklist:

# Old networking stack
blacklist zd1211rw
blacklist ieee80211
blacklist ieee80211softmac
blacklist ieee80211_crypt
blacklist ipw3945

# oops o'clock
blacklist iwlwifi

> It may not help but least we know you are actually using zd1211rw_mac80211

Sure.

> Also, maybe you can also run the following and display the outputs to 
> see that config setup is right:
>     /sbin/ip route

10.0.0.0/24 dev wlan0  proto kernel  scope link  src 10.0.0.11 
default via 10.0.0.2 dev wlan0 

>     /sbin/ip address

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:0f:b0:c7:fd:8f brd ff:ff:ff:ff:ff:ff
3: wmaster0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc ieee80211 qlen 
1000
    link/ieee802.11 00:16:e0:07:58:cd brd ff:ff:ff:ff:ff:ff
4: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue 
    link/ether 00:16:e0:07:58:cd brd ff:ff:ff:ff:ff:ff
    inet 10.0.0.11/24 brd 10.0.0.255 scope global wlan0
    inet6 fe80::216:e0ff:fe07:58cd/64 scope link 
       valid_lft forever preferred_lft forever

>     iwconfig

lo        no wireless extensions.

eth0      no wireless extensions.

Warning: Driver for device wmaster0 has been compiled with version 22
of Wireless Extension, while this program supports up to version 20.
Some things may be broken...

wmaster0  IEEE 802.11g  Frequency:2.437 GHz  
          RTS thr:off   Fragment thr=2346 B   
          
wlan0     IEEE 802.11g  ESSID:"x642"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:11:95:19:A7:4C   
          RTS thr:off   Fragment thr=2346 B   
          Encryption key:6875-6768-6573-6E65-7477-6F72-6B
          Link Quality=67/100  Signal level=72/100  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Thanks for any help!

Richard.



-------------------------------------------------------------------------
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

Reply via email to