[OpenWrt-Devel] Problem compiling kernel 3.3.8 in AA

2014-06-06 Thread Francisco Cuesta
Hello, I am trying to compile my trunk version of Attitude Adjustment with some USB features enabled for allowing the connection of Atheros USB dongles to a tplink WDR4300ND. However, I am facing always the same problem, the firmware creation process is always stopped at the same point, which

Re: [OpenWrt-Devel] Problem compiling kernel 3.3.8 in AA

2014-06-17 Thread Francisco Cuesta
and AA/.config (openwrt config). Regards, Tijs On Friday 06 June 2014 20:56:08 Francisco Cuesta wrote: Hello, I am trying to compile my trunk version of Attitude Adjustment with some USB features enabled for allowing the connection of Atheros USB dongles to a tplink WDR4300ND

[OpenWrt-Devel] Has antenna diversity been dropped from Atheros9k driver?

2013-10-23 Thread Francisco Cuesta
Hello, I have noticed through some simple experiments that the capability to select the antennas on the router is not working properky, or at least not in the version of OpenWRT that I have. I mean, I used to have tplink WDR1043ND, where I could select the antenna to use through issuing

[OpenWrt-Devel] Difficulties to compile openWRT with Atheros HTC support enabled

2014-03-31 Thread Francisco Cuesta
Hello, I am trying to compile my own version of openwrt wth support for Atheros htc USB devices,hence I have enabled the support of the following modules CONFIG_ATH_COMMON=y CONFIG_ATH9K_HW=y CONFIG_ATH9K_COMMON=y CONFIG_ATH9K_HTC=y However, in certain point the compilation stops and I was

[OpenWrt-Devel] Fwd: UCI types definitions

2013-04-24 Thread Francisco Cuesta
Hello, I'm doing some mappings functions for converting from channel to frequency and vicecersa, but I'm facing some trouble related to them. I have already changed the LUCI ones (on iwinfo and submitted to the trunnk version) and it works. However, I have noticed that some frequencies are not

[OpenWrt-Devel] hostapd doubts

2013-05-07 Thread Francisco Cuesta
Hello, I have some doubts concerning to the hostapd package, working with Attitude Adjustment openwrt version. So, I would appreciate if someone might clarify them to me. Firstly, I have noticed that apart from the hostapd package included on package/hostapd directory, there is another small

Re: [OpenWrt-Devel] hostapd doubts

2013-05-07 Thread Francisco Cuesta
ath9k) or it is done in the kernel? Thanks again 2013/5/7 Felix Fietkau n...@openwrt.org: On 2013-05-07 9:21 AM, Francisco Cuesta wrote: Hello, I have some doubts concerning to the hostapd package, working with Attitude Adjustment openwrt version. So, I would appreciate if someone might

[OpenWrt-Devel] Deauthenticated issue with AP

2013-05-08 Thread Francisco Cuesta
Hello, I'm experiencing some issues with access point and wpa_supplicant. I'm trying to set up an AP and and client, but I don't know why I cannot connect them. I know that it doesn't work since in the LUCI wifi tab I can read the message Wireless is disabled or not associated I was looking into

[OpenWrt-Devel] How to enable debug mode in wpa_supplicant?

2013-05-13 Thread Francisco Cuesta
HEllo, I would like to enable the dbug mode of wpa_supplicant, I have read the help and modified the script /lib/wifi/wpa_supplicant.sh line which invokes the wpa_supplicant, in order to enable the debug mode like this wpa_supplicant -dd -B -P /var/run/wifi-wlan1.pid -D nl80211 -i wlan1 -c

Re: [OpenWrt-Devel] How to enable debug mode in wpa_supplicant?

2013-05-14 Thread Francisco Cuesta
Hello Jonas, thanks for replying. Sorry but I don't understand where I have to set on this variable, is it somewhere in the hostapd code or it's in the openwrt .conf file. Thanks 2013/5/13 Jonas Gorski j...@openwrt.org: On Mon, May 13, 2013 at 4:47 PM, Francisco Cuesta ndarkn...@gmail.com

Re: [OpenWrt-Devel] How to enable debug mode in wpa_supplicant?

2013-05-14 Thread Francisco Cuesta
Francisco Cuesta ndarkn...@gmail.com: Hello Jonas, thanks for replying. Sorry but I don't understand where I have to set on this variable, is it somewhere in the hostapd code or it's in the openwrt .conf file. Thanks 2013/5/13 Jonas Gorski j...@openwrt.org: On Mon, May 13, 2013 at 4:47 PM

Re: [OpenWrt-Devel] How to enable debug mode in wpa_supplicant?

2013-05-14 Thread Francisco Cuesta
Thanks again Jonas :D I have set it on the menuconfig and now when I call wpa_supplicant with -dd mode I get some output in the terminal! Thanks! 2013/5/14 Jonas Gorski j...@openwrt.org: On Tue, May 14, 2013 at 10:27 AM, Francisco Cuesta ndarkn...@gmail.com wrote: Hi again Jon, it's still

[OpenWrt-Devel] Doubts with mac80211.sh and wpa_supplicant.sh scripts

2013-05-16 Thread Francisco Cuesta
Hello, I have a few questions about these two scripts, and I would appreciate if you might clarify them to me. -mac80211.sh 1. I have seen that in the for which calls the wpa_supplicant_setup_vif() function, in the case of configuring an client, sta option in the case. Why isn't the

Re: [OpenWrt-Devel] Doubts with mac80211.sh and wpa_supplicant.sh scripts

2013-05-16 Thread Francisco Cuesta
Thanks for replying Bastian, Do you know the meaning of the ${fixed:+fixed_freq=1} ?? I mean, this fixes the vaule of the frequency but for what value? 2013/5/16 Bastian Bittorf bitt...@bluebottle.com: * Francisco Cuesta ndarkn...@gmail.com [16.05.2013 12:09]: client, sta option in the case

Re: [OpenWrt-Devel] Doubts with mac80211.sh and wpa_supplicant.sh scripts

2013-05-17 Thread Francisco Cuesta
, doesn't it? I ask this, because I´m trying to understand how the client knows the AP channel or frequency... thanks again 2013/5/16 Bastian Bittorf bitt...@bluebottle.com: * Francisco Cuesta ndarkn...@gmail.com [16.05.2013 18:32]: Thanks for replying Bastian, Do you know the meaning

Re: [OpenWrt-Devel] How to enable debug mode in wpa_supplicant?

2013-05-22 Thread Francisco Cuesta
at least my atheros ath9k device.Bacuase I get some error when setting my AP and wpa supplicant. Thanks! 2013/5/14 Francisco Cuesta ndarkn...@gmail.com: Thanks again Jonas :D I have set it on the menuconfig and now when I call wpa_supplicant with -dd mode I get some output in the terminal

[OpenWrt-Devel] Difference between hostapd and hostapd-mini

2013-05-22 Thread Francisco Cuesta
Hello, I have seen that there're available two versions of hostapd to install in the menuconfig of openwrt. I would like to know if the main difference lies on the size of the file, or some version is better than the other. What's more, what is the version of hostapd+wpa supplicant used in