PDA

View Full Version : [ubuntu] Ubuntu server on a Macbook Pro


S.G.
December 8th, 2008, 10:08 AM
Hello,

I've just installed Ubuntu 8.10 server (AMD64) on a partition of my Macbook Pro (Intel, Core 2 Duo). Bootcamp wouldn't recognize it, so I had to install rEFIt...

Nevertheless, the problem is the net. I'm conected via wifi, and Ubuntu server didn't get it during installation. So now it's off. Does anyone know how to configure it from terminal? I'm not too used to terminal... and there is nothing else in the server version.

Or, can I install from a cd or USB gnome desktop somehow?

Thanks in advance,

S.

lovelyvik293
December 8th, 2008, 12:34 PM
If you are not good with terminal it's bit hard but no problem i will help you.
First of all you have atheros wifi card.So you have to install the madwifi driver.
Use this procedure:-

sudo aptitude install build-essential
wget -c http://snapshots.madwifi.org/madwifi-trunk-current.tar.gz
tar -zxf madwifi-trunk-current.tar.gz
cd madwifi-ng-*
make
sudo make install
sudo modprobe ath_pci
sudo modprobe wlan_scan_sta

You need to have wired link for this.
Or you can manually download the driver from site and then follow the procedure.(Don't use the wget line in this case)

S.G.
December 8th, 2008, 05:27 PM
Thanks a lot lovelyvik239, I'm going to try that right now!

cyberdork33
December 8th, 2008, 08:38 PM
There is more than one type of card in Macbook Pros.

Please see the "Before you post" link in my signature to determine your mac version and find the appropriate documentation.