I found an ubuntu hardy installation, and needed to test something on the trunk of VLC so I needed to compile a VLC for it. Here is a complete HOWTO to do the same !
Keyword - Ubuntu
Friday, March 28 2008
Build VLC media player under Ubuntu Hardy (8.04)
By JBK on Friday, March 28 2008, 12:49 - VideoLAN
Wednesday, February 27 2008
MacBook install: triple boot: linux, windows, Mac OS
By JBK on Wednesday, February 27 2008, 03:17 - Geek & Computer
This details the installation of a MacBook white, shipped in the beginning of 2008.
Set up Mac OS X
Updates
First before anything, update to the latest MacOS X.5.2, and all the necessary downloads... Reboot as many times as needed
Software
Then, install VLC, Firefox 3 béta, Adium and Xcode if you need it.
Done.
Quite easy, so far, no ?
Install Windows XP
Be sure to have your Windows XP SP2 CD and a legit license number.
Bootcamp
Go to spotlight, look for Boot Camp assistant or find it from your Applications folder.
- Run it.
- Prepare a disk space for Windows ( 16GB is ok, I think )
- Quit and re-run it.
- Install Windows with your CD Rom inside.
- Reboot and wait during all the Windows installation that is long and needs a couple of reboots. Mine did fail once, for no obvious reasons.
Windows XP
Once you have your complete Windows XP installation, you will see a Boot Camp icon on your task bar. Keep it.
- Put the Apple OS X CD-ROM in, and let it do all the installation of the drivers. It may require some reboots, but at the end, you have a very new and completely functional Windows XP!
- Reboot
- Do your Windows Update and reboot and again, and reboot, and again... Until nothing appears there.
- Launch the Boot Camp assistant and Default Mac OS HD
Mac OS again
Reboot to mac OS. Be pleased.
Linux
This should work with any distribution and was tested with Debian and Ubuntu
Resize
- Go to Applications/Utils and launch Disk Tool
- Split and resize the main partition in order to have a new partition that you name Linux and format in HFS. (16GB here)
- Check everything.
Reboot on linux
- Put your linux live CD and reboot
- Press `C` to boot on the CD
- Launch your live-CD and install linux.
Install
During the install I deleted the new partition and added two in place:
- One root partition /
- One swap 1GB
- Finish everything, reboot
You should be careful to install your grub in your linux partition and NOT in the MBR, to let reFit do it correctly.
rEFIt
On Mac OS X, install rEFIt and configure it quite quickly.
Reboot and use rEFIt to boot on linux using the "option" key.
Configure linux
You have all you want working except the wireless... Which is a Broadcom BCM4328
sudo apt-get install ndiswrapper-utils-1.9
Find in your Windows partition your wireless drivers:
sudo su
cp -r /media/Windows/WINDOWS/DRVSTORE/bcmwl5_**/ /root/
mv bcmwl5_*** bcmw
cd bcmw
ndiswrapper -i bcmwl5.inf
ndiswrapper -l
ndiswrapper -m
modprobe ndiswrapper
ifconfig
Updates
Uncomment what is needed in your sources.list.
Reboot.
Problems
If you have any issues, like not having the linux partition shown anymore, reinstall grub on your linux partition with a live-CD.
Sunday, May 13 2007
Migration time - Ubuntu-debian
By JBK on Sunday, May 13 2007, 17:43 - Geek & Computer
This is just a post to tell the results of debian and ubuntu machines migrations.
Debian's update are not so perfect, and Ubuntu's update are worse. 
Sunday, May 6 2007
Build VLC media player under Ubuntu Feisty (7.04)
By JBK on Sunday, May 6 2007, 20:14 - VideoLAN
I found an ubuntu feisty installation, and needed to test something on the trunk of VLC so I needed to compile a VLC for it. Here is a complete HOWTO to do the same !
Wednesday, February 28 2007
How to install VLC 0.8.6a under ubuntu dapper 6.06 LTS.
By JBK on Wednesday, February 28 2007, 15:23 - VideoLAN
Since the dapper version of ubuntu is still widely used, and they use 0.8.4 version, installed in the default distribution. But some might want 0.8.6. I heard them. Here there are!