WoW!!

I got it working, great thanks for your effort!!


I need to enable leds in my kernel, don't ask me why ;)

Here is what I got:  (Ready to start working on the AP mode!!)

o
~ $ insmod cfg80211.ko
~ $ insmod  mac80211.ko
~ $ insmod ath5k.ko
PCI: Enabling device 0000:00:02.0 (0000 -> 0002)
ath5k_pci 0000:00:02.0: registered as 'phy0'
ath5k phy0: Atheros AR5414 chip found (MAC: 0xa5, PHY: 0x61)
~ $ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      no wireless extensions.

eth2      no wireless extensions.

eth3      no wireless extensions.

eth4      no wireless extensions.

eth5      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:""
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Tx-Power=0 dBm
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B
          Encryption key:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0



Bob Copeland wrote:
> On Fri, Jul 11, 2008 at 09:32:20PM -0400, Louay Sakka wrote:
>> Since I am running an embedded system, not sure if this will help,
>>
>> I Can't find other modules in compat-wireless that ath5k depend on,
>> except other wireless driver and ssb, here is the full list:
> 
> Yeah, not knowing how your kernel is compiled or how your embedded
> system is setup it is hard to say.  E.g. your kernel needs to be
> compiled with mac80211 etc either off or as a module so the version in
> compat-wireless can override it.  Definitely ath5k will depend on
> mac80211 and the compat module (has compat_is_pcie), and the led 
> classdev driver (not sure what it is called offhand).
> 
> (There should be drivers in compat-wireless/ outside the drivers/ 
> directory that get installed, e.g. net/mac80211/mac80211.ko)
> 
>> undefined!
>> WARNING: "ieee80211_frequency_to_channel"
>> [/opt/work/lw5120/kernel/compat-wireless/compat-wireless-2008-07-11/drivers/net/wireless/ath5k/ath5k.ko]
>> undefined!
>> WARNING: "compat_is_pcie"
>> [/opt/work/lw5120/kernel/compat-wireless/compat-wireless-2008-07-11/drivers/net/wireless/ath5k/ath5k.ko]
>> undefined!
>> WARNING: "led_classdev_unregister"
>> [/opt/work/lw5120/kernel/compat-wireless/compat-wireless-2008-07-11/drivers/net/wireless/ath5k/ath5k.ko]
>> undefined!
> 

-- 
Louay Sakka
CEO
LinoWave Corp
1001-101 Champlain Av L7L5Z4
Burlington On Canada
Tel: 12892880060
Fax: 12892880061
Cell:12898882248

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

Reply via email to