|
Subject: Trouble in AP mode, AR5212/AR5213 Newsgroups: gmane.linux.drivers.madwifi.user Date: 2008-08-15 03:51:16 GMT (21 weeks, 4 hours and 59 minutes ago) Hello! I'm on Debian Testing/Unstable AMD64, kernel 2.6.25, using madwifi-source 0.9.4-r3772.20080716. I installed the driver using the debian way (module-assistant a-i madwifi). I have the iface on a bridge, and set as Master, with a wep key. Previously, this setup (with an older kernel and madwifi-source) worked perfectly, now I can't get any client to connect. dmesg tells me (hundreds of messages like this) "ath_mgtstart: Dropping; no available transmit buffers.". Any idea what's wrong? What should I do? Thanks! Ismael lspci: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01) Configuration: #!/bin/sh killall NetworkManager killall NetworkManagerDispatcher wlanconfig ath0 destroy wlanconfig ath0 create wlandev wifi0 wlanmode ap ifconfig eth0 down ifconfig ath0 down ifconfig eth0 0.0.0.0 ifconfig ath0 0.0.0.0 brctl addbr puente brctl addif puente ath0 brctl addif puente eth0 dhclient puente iwconfig ath0 essid Red iwconfig ath0 key 1234567890 dmesg: [ 4468.014587] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4468.365625] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4468.367099] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4468.384841] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4468.393315] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4468.408395] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4468.735853] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4469.871033] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4469.879948] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4469.905854] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4469.906054] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4469.929024] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4470.261903] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4470.283498] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4470.306800] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4470.640353] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4470.640623] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4470.688962] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4471.024809] wifi0: ath_mgtstart: Dropping; no available transmit buffers. [ 4471.048037] wifi0: ath_mgtstart: Dropping; no available transmit buffers. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ |
|
|