View previous topic :: View next topic |
Author |
Message |
nss Guru
Joined: 04 Oct 2004 Posts: 389
|
Posted: Wed May 09, 2007 3:03 am Post subject: madwifi-hal-0.9.30.13 |
|
|
I'm trying to get wireless working using madwifi-hal-0.9.30.13 on a core 2 macbook running amd64 gentoo. I followed the gentoo-wiki but am still having troubles.
shows the usual info (I think).
shows my essid.
times out.
Also, dmesg does not seem to be showing anything ath0. I really want to get wireless working on this computer. Please help. Thanks. _________________ gentoo good to be true |
|
Back to top |
|
|
GoldenMouse Tux's lil' helper
Joined: 29 Sep 2005 Posts: 112
|
Posted: Wed May 09, 2007 4:04 pm Post subject: |
|
|
Why are you using madwifi-hal? Shouldn't you have installed madwifi-ng, instead? That should pull in everything else you need as deps, except wireless-tools, which is listed as a dep only in the newest (masked for x86) version. So, just to be sure, go ahead and emerge these packages.
emerge madwifi-ng wireless-tools
then load up the module either by rebooting or running modprobe. After that,
ifconfig ath0 up
If you want, this gets a listing of nearby APs
iwlist scan|less
iwconfig ath0 essid YOUR_NEWORK_NAME
append "enc WEP_KEY" without the quotes if you're using WEP. And finally,
dhcpcd ath0
to get your IP address. Also, make sure that you've enabled the appropriate kernel options for wireless. I don't have my system here to which to refer, but you need to enable the wireless networking and possibly PCMCIA and cardbus in your kernel.
I know a fair amount of this is a repeat for you, but it's better to get it all down. |
|
Back to top |
|
|
nss Guru
Joined: 04 Oct 2004 Posts: 389
|
Posted: Wed May 09, 2007 9:52 pm Post subject: |
|
|
GoldenMouse, thanks for your suggestions. The version of madwifi presently available in portage does not support my card so I am having to use an experimental branch, madwifi-hal-0.9.30.13. I spent some time on #madwifi last night and learned that my problem is not with the dhcp client. The card is not associating with an access point even though the proper essid is found. What about other macbook users out there? I feel like I'm the only one having this problem. _________________ gentoo good to be true |
|
Back to top |
|
|
GoldenMouse Tux's lil' helper
Joined: 29 Sep 2005 Posts: 112
|
|
Back to top |
|
|
|