<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
hi all,<br>
<br>
i got my atheros wlan card to work.<br>
<br>
Problem: unresolved symbols:<br>
Soln: i was insmoding ath_pci, instead of ath_hal.<br>
<br>
Connecting to a AccessPoint:<br>
I am using DHCP.<br>
<br>
create a file <b>/etc/sysconfig/network-scripts/ifcfg-ath0</b> and put
these lines:<br>
<blockquote><b>DEVICE=ath0<br>
ONBOOT=no<br>
BOOTPROTO=dhcp<br>
  <br>
  </b></blockquote>
add <b>alias ath0 ath_hal </b>to <b>/etc/modules.conf</b><br>
<br>
<i>after</i> my laptop boots up, i insert the pccard. it gets an ip
automatically. i <i>don't</i> even have to invoke <b>dhclient.</b><br>
<b><br>
</b>thanks for your suggestions guys.<br>
<br>
--SBP.<br>
<blockquote type="cite"
 cite="mid20031201140000.11331.84665.Mailman@listman.back-rdu.redhat.com">
  <pre wrap="">
  </pre>
</blockquote>
</body>
</html>