PDA

View Full Version : MacBook cli-installation and WiFi


nielsb
April 7th, 2008, 12:44 PM
So, I have a MacBook (DualCore, not DualCore2). I'm doing a cli installation from the Hardy mini.iso disk (the reason is that I want a very lean and mean installation). Everything goes OK, and I then install xfce on top of my cli - all good.

However, I cannot seem to get wifi to work. I install wifi-radar, and when I run wifi-radar I get the message that the "Interface doesn't support scanning: Network is down". Well, the network is not down as my other Ubuntu machines connects to the wifi network without problem. So I follow the instructions on the MacBook Wiki how to install the madwifi drivers. I take them down from svn, make, make install-modules all according to the wiki entry and no problems.

However, after reboot and re-running wifi-radar, I have the same issue. At the moment I'm stumped, and I don' know enough abut iwconfig etc, to know where to start looking. So, if anyone has any bright ideas, I'm all ears.

Oh BTW, if I install Ubuntu (or Xubuntu) straight from the live CD everything works just fine with my wireless. But as I said, I want a minimal installation to begin with.

Thanks!

Niels

Rog-Mahal
April 7th, 2008, 06:29 PM
Your minimal installation probably doesn't include the right wireless module. Do a little research and find out what version your wireless card is. You probably need to install the linux-restricted-modules package that is compatible with your kernel version if it worked natively with the full ubuntu install. If you don't want to install that package because it includes some stuff you won't need, you might want to try and find the right madwifi driver for your card. You'd have to manually compile and install it, but that's not too hard.

Hope that helped, good luck!

nielsb
April 8th, 2008, 01:00 AM
Your minimal installation probably doesn't include the right wireless module. Do a little research and find out what version your wireless card is. You probably need to install the linux-restricted-modules package that is compatible with your kernel version if it worked natively with the full ubuntu install. If you don't want to install that package because it includes some stuff you won't need, you might want to try and find the right madwifi driver for your card. You'd have to manually compile and install it, but that's not too hard.
Thanks! However, I do actually have compiled and installed the module(s) for my card, and that was the point of my question. I compiled and installed and I still couldn't see my network(s).

However, after I wrote my original post, I installed network-manager-gnome and by doing that my wireless networks now became visible, and wifi-radar can also see them. So, the question is really what network-manager-gnome did, that I didn't do initially? :-)

Well, I'll plod along and see if I can sort this out.

Niels

cyberdork33
April 8th, 2008, 11:51 AM
don't you have to put Atheros cards in a "scan" mode to see AP's?

Rog-Mahal
April 8th, 2008, 12:40 PM
oops! sorry, I guess I missed that line of your post. what kind of output does running iwconfig give you? Maybe that will give us a place to start.