Hi,

I have gone through the mac80211 and ath5k source code. From driver logs 
I found that driver is sending probe requests through 
ieee80211_send_probe_req() function which subsequently calls 
ieee80211_sta_tx() function. But in ethereal captures, I didnot find any 
probe requests from my laptop to AP. I didnot find probe responses 
also(since there are no probe requests). Is it a problem related to HAL? 
Did anybody face this problem? Please help me solve this problem.

thanks,
Jagadish

Jagadish wrote:
> Hi,
>
> I used "iwconfig wlan0 essid your_ssid" also. Even after this, "iwlist 
> wlan0 scan" is not getting scan results from driver. I think ssid need 
> not be set to get scan results. If interface is UP, it will be 
> sufficient to initiate scan and to get scan results. Am I right?
>
> thanks,
> Jagadish
>
> Luis R. Rodriguez wrote:
>> On Dec 3, 2007 12:04 AM, Jagadish
>> <[EMAIL PROTECTED]> wrote:
>>  
>>> Hi,
>>>
>>> Please find attached messages during ath5k driver initialization. The
>>> logs includes output of the following commands.
>>> 1) modprobe ath5k
>>> 2) ifconfig ath0 up
>>> Since I removed the configuration files given by suse distribution in
>>> /etc/sysconfig/network directory, I am getting "No configuration found
>>> for wmaster0" in the attached logs. I think that will not be a problem.
>>> Please tell me what might be the problem.
>>>
>>> thanks,
>>> Jagadish
>>>
>>>
>>>    
>>>>>> These messages do not indicate to me that you have brought the
>>>>>> interface up. Please bring up the interface first.
>>>>>>
>>>>>> ip link set wlan0 up
>>>>>>
>>>>>> or the old man way to do it:
>>>>>>
>>>>>> ifconfig wlan0 up
>>>>>>
>>>>>> Then you should be able to scan.
>>>>>>
>>>>>>   Luis
>>>>>>
>>>>>>
>>>>>>           
>>> Dec  3 10:24:37 linux-lf5g kernel: [  114.512300] ACPI: PCI 
>>> Interrupt 0000:05:00.0[A] -> GSI 16 (level, low) -> IRQ 18
>>> Dec  3 10:24:37 linux-lf5g kernel: [  114.602934] phy1: Selected 
>>> rate control algorithm 'simple'
>>> Dec  3 10:24:37 linux-lf5g kernel: [  114.604449] ath5k_pci 
>>> 0000:05:00.0: Atheros AR5213A chip found (MAC: 0x79, PHY: 0x45)
>>> Dec  3 10:24:37 linux-lf5g kernel: [  114.604457] ath5k_pci 
>>> 0000:05:00.0: RF2112A 2GHz radio found (0x56)
>>> Dec  3 10:24:37 linux-lf5g ifup:     wmaster0
>>> Dec  3 10:24:37 linux-lf5g ifup:               No configuration 
>>> found for wmaster0
>>> Dec  3 10:24:37 linux-lf5g ifup:     ath0
>>> Dec  3 10:24:37 linux-lf5g ifup:               No configuration 
>>> found for ath0
>>> Dec  3 10:24:50 linux-lf5g kernel: [  115.191304] 
>>> ADDRCONF(NETDEV_UP): ath0: link is not ready
>>>     
>>
>> Seems you haven't set an ssid. Try something like:
>>
>> iwconfig wlan0 essid your_essid
>>
>> You should then see the link will become active. Then you can run your
>> favorite dhcp client script (except dhclient, on ppc it has issues,
>> use another if on ppc).
>>
>>   Luis
>>
>>   
>
>

_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to