new 'beta' version of 'ath' driver available on leaf.

Martin P. Hellwig mhellwig at xs4all.nl
Fri Apr 15 02:51:29 PDT 2005


Martin P. Hellwig wrote:
Erik Wikström wrote:
<cut>
if_ath.c:3837: warning: value computed is not used
*** Error code 1
Stop in /tmp/ath-dragonfly-1.4.2/src/sys/dev/netif/ath.


I think you are using gcc2 but should use gcc34. Either you can
add
CCVER?=gcc34

to your /etc/make.conf (notice the ?-mark). Or use

setenv CCVER gcc34

if you don't want to use gcc34 as standard (perhaps "make
-DCCVER=gcc34" will also work).
Don't know if you have to recompile your kernel ect too.

Yes you are right I am using gcc2 will try with gcc34, thx!

I rebuild world& kernel preview with gcc34, I have wlan & wi statically 
in the kernel. Rebuild the ath-dragonfly and followed the instructions 
as you mentioned in the other posts in this thread, the results:

Apr 15 11:32:51 laptopmartin kernel: ath_hal: 0.9.14.9 (AR5210, AR5211, 
AR5212,
RF5111, RF5112, RF2413)
Apr 15 11:33:02 laptopmartin login: ROOT LOGIN (root) ON ttyv1
Apr 15 11:34:02 laptopmartin kernel: ath0: <Atheros 5211> mem 
0xd0000000-0xd000f
fff irq 11 at device 8.0 on pci0
Apr 15 11:34:02 laptopmartin kernel: ath0: mac 4.2 phy 3.0 5ghz radio 
1.7 2ghz r
adio 2.3
Apr 15 11:34:02 laptopmartin kernel: ath0: MAC address: 00:02:c7:ff:0f:6c
Apr 15 11:34:02 laptopmartin kernel: ath0: 11a rates: 6Mbps 9Mbps 12Mbps 
18Mbps
24Mbps 36Mbps 48Mbps 54Mbps
Apr 15 11:34:02 laptopmartin kernel: ath0: 11b rates: 1Mbps 2Mbps 
5.5Mbps 11Mbps
Apr 15 11:34:02 laptopmartin kernel: ath0: turbo rates: 6Mbps 9Mbps 
12Mbps 18Mbp
s 24Mbps 36Mbps 48Mbps 54Mbps

However after associating ath0 with ifconfig to the ssid and a primary 
wepkey and doing dhclient ath0 I see that dhclient says it broadcasts 
but with tcpdump I see nothing on the "wire".

My h/w configuration can be reviewed at 
http://www.xs4all.nl/~mhellwig/dfbfeedback/

These are old outputs but should be still relevant, if you need other 
information or a temp account in this laptop just say so.

--
mph





More information about the Submit mailing list