Archive for the ‘Dell M1330’ Category

Dell Linux Repository

Saturday, November 8th, 2008

Dell has an unofficial site for Linux distributions.  http://linux.dell.com/

For firmware updates… there is http://linux.dell.com/wiki/index.php/Repository/firmware and  http://linux.dell.com/repo/software/

Install Mac OSX Leopard on Dell M1330

Friday, September 26th, 2008

Dell M1330

  • CPU: Intel Core2Duo T9300
  • RAM: 4 GB @ 667 MHz
  • Video: Intel GMA X3100 @ 1280×800
  • Audio: Intel HDA (Sigmatel STAC9228) aka Azalia
  • Bluetooth
  • Webcam
  • Wifi: Intel Wifi 4965AGN (not working)
  • LAN: Broadcom 5906 (not working)

Requirements

Install

  • Boot Leo4Allv3-10.5.2 with option ‘-v platform=X86PC’
    • Might need to reboot a couple of times before it works
    • Push ‘F8′ to get into the boot options
    • Wait 10-20 mins
  • Must make a partition before installing
    • Go to Utilities > Disk Utility
      • Select partition and click on Erase (next to ‘First Aid’)
        • I selected an empty 20 GB partition
      • Name the parition to anything you want
      • Click on ‘Erase’ to erase and create the partition
      • Exit out of Disk Utility
  • Good idea to view installer log to see what’s going on
    • Go to Window > Installer Log
    • Click on ‘Show Error Only’ and go to ‘Show All Logs’
  • Click on ‘Continue’ on the Welcome screen
  • Click on the parition you made earlier and click ‘Continue’
  • Click on ‘Customize’
    • Select what you think you need, but here is my selections
      • Kernel-9.2.0
      • Third party drivers
        • Chipsets Drivers
          • Intel-ICHx
        • Audio Drivers
          • AzaliaAudio
        • Good Applications
      • SMBIOS
        • SMBIOS-667
      • PowerManagement-Laptops
      • AboutThisMac
    • Click ‘Done’ when finished
  • Click on ‘Install’ and watch ‘Installer Log’ go.
    • I usually skip the DVD verify because I did it once and I know the DVD is good.
    • You should do this atleast once.
  • Should take about 20-30 mins.
  • Push ‘Restart’ to reboot.

Start OSX first time

  • Let it boot up by itself
  • Go through the registration
    • You don’t have to enter ‘Apple ID’ information. Just click ‘Continue’.
  • Finally… up at the destop
  • I don’t want to send the registration, so I delete it
    • Drag ‘Send Registration’ to the trashcan.

Upgrade to 10.5.3

  • Must set ‘Hot Corner’ to ‘Sleep Display’
    • Go to Apple menu (the Apple icon on the top left corner)
    • Select ‘System Preferences’
    • Go to ‘Desktop & Screen Saver’
    • Select ‘Screen Saver’
    • Click ‘Hot Corners…’
    • Assign a ‘Sleep Display’ to a corner
  • Read Kalyway combo update 10.5.3 instructions
  • Install 1_Kalyway_UpdCombo10.5.3.pkg
    • Don’t reboot!!
  • Install 2_kalyway_10.5.3_kernel.pkg
    • Install vanilla kernel
      • I read somewhere if you use the modbin_kernel_9.3, it could cause problems. And since we’re going to use update to 10.5.4, it’ll just install the 9.4.0 kernel anyways.
  • Restart from the 1_Kalyway_UpdCombo10.5.3.pkg screen.
  • Let it boot up with boot option ‘update -f -v’
    • This will reboot by itself… let it
  • Boot up normally
  • If you see the blue screen then it goes blank, move the mouse to the corner you setup to ‘Sleep Display’, then move the mouse out of it.
    • Because it installed the Intel X3100 drivers, you will need to do this everytime you boot up. But atleast you will have have 1280×800 resolution.

Upgrade to 10.5.4

  • Install Apple update 10.5.4
  • Restart when finished.

Upgrade to 10.5.5

  • No! I’ve done this many times, and it doesn’t work with ComboUpdate or just Update from the Apple download. It will freeze and hang the installer. You have to hold the power button for a couple seconds to shut it down.
  • You can update to 10.5.5, you just need to run a command in terminal while updating.  Follow this step: http://ihackintosh.blogspot.com/2008/09/how-to-update-105x-to-1055-for-osx86.html

Dell Laptop Post Installer

  • Run the ‘Dell Laptop Post Installer’ application
  • Select what you want, but this is what I selected
    • Power Management
      • SpeedStep Enabler
      • Battery Meter
      • Lid Sleep

Sound still doesn’t work… sometimes

M1330 gets too hot

Saturday, August 23rd, 2008

I’ve searched and since I’m using the 64-bit version of linux, it doesn’t have the i8k module yet.  So, I searched some more, and found that I need to install dellfand to have the fans work.

Oh… and I found a KDE applet that will show me the speed of the CPUs.  Its called Kima (Kicker monitoring applet).  Very useful to verify what speed the CPUs are on.

Dell M1330

Tuesday, August 19th, 2008

Finally got my new laptop.  A Dell M1330.

Removed Windows.

Had to boot into a live CD to remove hidden partition which is for MediaDirect.  The button which looks a “Home” button next to the power button.  Zero-ed out the whole drive…

$ dd if=/dev/zero of=/dev/sda bs=1024& pid=$!

To check status use:

$ sudo kill -USR1 $pid

After a few hours, we’re ready to install.

I like KDE, so I’m using Kubuntu.

After installing, and first boot into Kubuntu, I want to mount the iso image so I always have the discs. First install smbfs.

$ sudo apt-get install smbfs

Append fstab to mount network drive

//ip/sharename /path/to/mount smbfs username=xxx,password=xxx,rw,user,noauto,exec 0 0

Create the mount paths and change the ownership to myself so I don’t have to always do sudo.

sudo chown xxx.xxx /path/to/mount

Mount the path and transfer iso images.

Edit fstab to always mount iso images

/path/to/filename.iso /path/to/mount iso9660 ro,loop,auto,user 0 0

Add the mounted isos to apt source.  Edit /etc/apt/sources.list and add

deb file:///path/to/mount/ hardy main restricted

Only one user, so auto login

Go to “System Settings”, then “Advanced”, then “Login Manager”.  Click “Administrator Mode” and enter password.  Go to “Convenience” and check “Enable Auto-Login”.

This is specfic to M1330.  We must blacklist the driver video, this fixes with brightness being issued more than once when pushed.  Edit /etc/modprobe.d/blacklist

Change the video drivers to use “intel”.  It’s currently as “vesa”, but I want “intel”.  We don’t need to install 915resolution.  But when changing the drivers, we must select the specific monitor and say it is widescreen.

Go to “System Settings”, then “Monitor and Display”.  Click on “Administrator Mode” and type password.  Click on “Hardware” and push “Configure” for “Graphic card: VESA”.  Choose “intel” from the “driver” section.  Then click on “Configure” for “Monitor”.  Select “LCD panel 1280×800″ from “Generic” and make sure the “Image Format” is widescreen.

I like the console font for Konsole.  So lets install the console bitmap font.

$ sudo dpkg-reconfigure fontconfig-config
$ fc-cache -f -v ~/.fonts

After all this… reboot the laptop to take changes.

 I like gkrellm, so install it.

$ sudo apt-get install gkrellm

A new way of setting up the fan

http://ubuntuforums.org/showpost.php?p=4069092&postcount=6

 For some reason, the sound didn’t work… or it was muted.  So, go into right click on KMix, and select “Select Master Channel”, then select “PCM”.

http://ubuntuforums.org/showpost.php?p=5407780&postcount=8