Page 91 of 92 FirstFirst ... 418189909192 LastLast
Results 901 to 910 of 917

Thread: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

  1. #901
    Join Date
    Oct 2010
    Beans
    4

    Re: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

    Hi,

    I've some problems with OS/X since I've Linux on a secound partition on my mba. I'd like to know if anybody else experienced such problems.

    Linux works fine with partitions and fs but on OS/X I had some problems deleting partitions when I had to reinstall OS/X the last time. Now I wanted to upgrade to 10.8 but the OS/X installer says that It can't boot from "Macintosh HD". Unfortenately it won't tell me why it can't boot from this drive.

    Does anybody know if this could have been caused by the repartitioning for linux? I dont think so because I created all partitions with the OS/X diskutility so that the linux installer only had to format them. But I cant figure out why the installer wont start.

  2. #902
    Join Date
    Jul 2006
    Beans
    4

    Thumbs down Re: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

    For my 2011 MacBookAir bought in May 2012, the Mac diskutils was used to shorten the Mac partition. rEFIt installation was routine.
    Then Ubuntu Precise was installed from a USB stick, standard install. As reported by parted, the resultant partitions are:
    ------
    Model: ATA APPLE SSD TS128C (scsi)
    Disk /dev/sda: 121GB
    Sector size (logical/physical): 512B/512B
    Partition Table: gpt

    Number Start End Size File system Name Flags
    1 20.5kB 210MB 210MB fat32 EFI system partition boot
    2 210MB 80.2GB 80.0GB hfs+ Customer
    3 80.2GB 80.8GB 650MB hfs+ Recovery HD
    4 80.8GB 80.8GB 1000kB bios_grub
    5 80.8GB 117GB 36.3GB ext4
    6 117GB 121GB 4201MB linux-swap(v1)
    -----
    All devices seem to work OK, including the wireless using the wl.ko driver. The partition 4 was presumbably created to support the Ubuntu installation and (per below) is not essential.

    The recent Mac upgrade from Lion to Mountain Lion was successful,
    BUT it is 1st Essential to run EFI partition Inspector/Manager available under the bootup EFI choices, to synchronize GPT and MBR style partition records.

    Apple next provided a firmware update. After installation Ubuntu did NOT boot, with an accompanying complaint from EFI about the partition 4. Also EFI would not attempt to synchronize the GPT and MBR style partition records. Using the Precise installation UBS stick to boot, the MAC "disk" Ubuntu installation seemed to be intact. It could be mounted and files read with cat.

    The previously mentioned partition is not present on an older Nacbook. So crossing toes and fingers, gparted was used to delete this partition 4 from the MacBook. After which:
    ---------
    Model: ATA APPLE SSD TS128C (scsi)
    Disk /dev/sda: 121GB
    Sector size (logical/physical): 512B/512B
    Partition Table: gpt

    Number Start End Size File system Name Flags
    1 20.5kB 210MB 210MB fat32 EFI system partition boot
    2 210MB 80.2GB 80.0GB hfs+ Customer
    3 80.2GB 80.8GB 650MB hfs+ Recovery HD
    5 80.8GB 117GB 36.3GB ext4
    6 117GB 121GB 4201MB linux-swap(v1)
    ------

    Upon the following bootup managed by EFI, the partition inspector/manager did read and update the partition tables.

    The 1st trial to boot Ubuntu was aborted by a poweroff, as it was taking inordicnately long. But subsequent Mac and Ubuntu boots have been trouble free.

    Concerning the original Partition 4, I presume it had been partially overwritten, during the Mac firmware update, including an extension or replacement of the original Recovery partition 3.
    Using gparted to examine the Mac "disk", there is now NO free space reported between partitions 3 & 5.

    MarvS

    PS I have checked to ascertain which drivers can be unloaded,
    with the successful efforts summarized in the following script.

    #!/bin/sh
    sudo modprobe -r joydev
    sudo modprobe -r wl
    sudo modprobe -r uvcvideo
    sudo modprobe -r applesmc
    sudo /etc/init.d/networking stop
    sudo modprobe -r rfcomm
    sudo modprobe -r btusb
    sudo modprobe -r bnep
    sudo /etc/init.d/pulseaudio stop
    sudo modprobe -r snd-hda-intel
    sudo modprobe -r parport_pc
    sudo modprobe -r ppdev
    sudo modprobe -r snd_seq_midi
    sudo modprobe -r mei
    sudo modprobe -r lp
    sudo avahi-daemon --kill
    sudo /etc/init.d/cups stop
    sudo /etc/init.d/resolvconf stop
    modprobe -r michael_mic
    modprobe -r arc4
    modprobe -r snd_hda_codec_hdmi
    modprobe -r snd_hda_codec_cirrus
    /etc/init.d/pppd-dns stop
    /etc/init.d/resolvconf stop
    # end

  3. #903
    Join Date
    Mar 2011
    Location
    Thessaloniki, GR
    Beans
    82
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

    Quote Originally Posted by cargath View Post
    I'm trying to install Ubuntu 11.10 on my MBA (i need exactly this version, the software i'm going to work on for my diploma thesis doesn't work with a newer version of Ubuntu), but i can't get it to boot from a live USB drive.

    I created a bootable USB drive using the app from penguintosh.com. It enables me to select the USB drive as my startup partition when restarting the Mac. With 12.04 everything seems to work fine. With 11.10, after a terminal screen telling me "booting Linux kernel, this may take a while" all i get is a black screen.

    The installation guide says "When booting from the USB stick, it is necessary to edit the boot parameters to achieve a usable graphical login: press F6 at the initial menu and add 'nomodeset' before the final '--'. If you're comfortable with the command line, this step isn't necessary - simply press ctrl-alt-F1 to gain a login prompt."

    I don't even know what initial menu is meant - the screen goes black before any menu appears.

    What if you install 12 and then downgrade to 11 via apt-get ?

  4. #904
    Join Date
    Mar 2011
    Location
    Thessaloniki, GR
    Beans
    82
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

    I followed the wiki and I discovered that the script provided for USB Flash preparation has lot's of error and its also outdated. So I made some modifications:

    PHP Code:
    #!/bin/bash

    # Joshua V. Dillon
    # jvdillon (a) gmail (.) com
    #
    # Script to make Mac bootable USB.
    #
    # Copyright (c) 2011 Joshua V Dillon
    # All rights reserved. See end-of-file for license.

    # Sun Dec  4 13:23:50 PST 2011 - 01_add-nomodeset-to-usb-iso.patch (poliva)
    # Sun Dec  4 13:27:58 PST 2011 - 02_usb-iso-sanity-checks.patch (poliva)

    # Modified by Panos Georgiadis at 2/8/2012
    # Added Ubuntu 12.04 and fix some bugs in the code

    # plug in USB drive and obtain device name:
    # dmesg|tail
    # unmount it if it was  mounted

     
    wget http://cdimage.ubuntu.com/releases/12.04/release/ubuntu-12.04-desktop-amd64+mac.iso
     
    # update these:
    UBUNTUISO="/home/panos/Downloads/ubuntu-12.04-desktop-amd64+mac.iso"
    USBDEV="/dev/sdb"
    # NOTE: the USBDEV should not have any numbers in it. Replace 'X' with the
    # appropriate LETTER ONLY.

    # 0) sanity checks
    mount grep "${USBDEV}awk '{print $1}' xargs -n1 sudo umount 
    [ ! -"${UBUNTUISO}] && \
        { echo >&
    "ERROR: Can't find ${UBUNTUISO}";exit 1; }

    # 1) format the usb thumb drive
    sudo mkfs.vfat "${USBDEV}-I

    # 2) mount the iso
    sudo mkdir /media/iso
    sudo mount 
    -o loop "${UBUNTUISO}/media/iso

    # 3) mount the usb drive
    sudo mkdir /media/external
    sudo mount 
    "${USBDEV}/media/external

    # 4) copy the iso contents to usb drive
    sudo rsync -avPh --stats /media/iso/ /media/external/

    # 5) prep for syslinux
    sudo mv /media/external/isolinux /media/external/syslinux
    sudo mv 
    /media/external/syslinux/isolinux.cfg /media/external/syslinux/syslinux.cfg

    # 6) add nomodeset to grub parameters (needed for 2011 MBA)
    sudo sed -"s/quiet splash/quiet splash nomodeset/g" /media/external/boot/grub/loopback.cfg
    sudo sed 
    -"s/quiet splash/quiet splash nomodeset/g" /media/external/syslinux/txt.cfg

    # 7) unmount
    sudo umount /media/iso
    sudo umount 
    "${USBDEV}"

    # 8) make disk bootable
    sudo apt-get install syslinux mtools
    sudo syslinux 
    "${USBDEV}"

    # 9) Remove folders
    sudo rm -rf /media/external/
    sudo rm -rf /media/iso

    #  Redistribution and use in source and binary forms, with or
    #  without modification, are permitted provided that the
    #  following conditions are met:
    #   * Redistributions of source code must retain the above
    #     copyright notice, this list of conditions and the
    #     following disclaimer.
    #   * Redistributions in binary form must reproduce the above
    #     copyright notice, this list of conditions and the
    #     following disclaimer in the documentation and/or other
    #     materials provided with the distribution.
    #   * Neither the name of the author nor the names of its
    #     contributors may be used to endorse or promote products
    #     derived from this software without specific prior written
    #     permission.
    #  
    #  THIS SOFTWARE IS PROVIDED BY JOSHUA V DILLON ''AS IS'' AND
    #  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    #  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    #  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JOSHUA
    #  V DILLON BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    #  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    #  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    #  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    #  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    #  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
    #  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    #  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    Last edited by Dr.Paneas; August 1st, 2012 at 11:05 PM.

  5. #905
    Join Date
    Mar 2011
    Location
    Thessaloniki, GR
    Beans
    82
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

    Sorry for posting once again in a row.

    Can you help me to make windows move using 3 fingers ? Have anyone managed this ?

  6. #906
    Join Date
    Aug 2010
    Beans
    37

    Re: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

    http://www.technewsworld.com/story/75820.html

    For those Unity lovers, don't bother reading..... All others, you might enjoy this article...


    "For me GNOME has been irrelevant since they went from 2.x to 3.x," Pogson said. "I have been using XFCE4 ever since," he noted. "

    I can manage my own desktop, thank you very much.

  7. #907
    Join Date
    Apr 2005
    Beans
    20

    Re: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

    Quote Originally Posted by berryman77 View Post
    I may have found a solution to the external monitor problem. Previously, I've had to run Ubuntu 2D because my screen would freeze using the default Unity. While addressing a video tearing issue, I enabled settings in Compiz which also corrected my external monitor issue.
    Turns out I still ran into trouble. After using Unity 2D, I finally decided to give xubuntu another chance (tried it years ago). I was impressed and how much it had improved (more polish), while still remaining simple. I'm using compositing and I've had no graphics issues at all. I'm still running xorg-edgers because ppa-purge can't revert it, so I don't know if there are any issues with xubuntu and the main drivers/xorg. While there are some things about Unity I do like, for now I am most satisfied with XFCE4.

  8. #908
    Join Date
    Jul 2009
    Beans
    28

    Re: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

    Hi All,

    after coming from vacations this past Monday, and proceeding with the usual packages update, my 4,1 11' mba had very frequent x-logouts. I never happened that to me before.

    I'm using an external monitor, I don't known if that's the cause.

    After being impossible to work, I decided to upgrade to ubuntu quantal, 12.10, which is already in beta.

    Been a happy camper since!!! 12.10 seems smoother to me, and external monitor, which was a real pain, now works smoothly.

    HTH

  9. #909
    Join Date
    Nov 2007
    Beans
    12

    Re: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

    Dear all,

    I'm a happy macbook air 4.2 + ubuntu 12.04 64 bit user since a few months.
    There are just three "minor" issues I have not been able to solve yet:

    1) bluetooth is not working. I can turn it on from the tray, but when I go into bluetooth settings it is stuck on "off" and can not be switched to "on" in any way

    2) I wish I could reproduce Max OS X 10.7 Lion touchpad gestures. Any straight guide about how to achieve that?

    3) Each time I turn on, reboot, revert from suspend or even unlock the computer screen the keybord light is back to the maximum. Any way to make it keep the last value?

    Thanks for your help!

  10. #910
    Join Date
    Sep 2012
    Beans
    1

    Re: MacBookAir4,1 & MacBookAir4,2 (MBA 2011) support

    I recently got a MBA 4,1 and installed 12.04 alongside OS X and my main concern are somewhat higher CPU temperatures. I'm running 3.2.0-29-generic, broadcom-sta WL driver, using Unity-2D, have enabled i915 rc6 powersave and every other power saving technique I could think of (post-install along with few others). My powertop reports 8.79 W at idle and tunables all report "Good". I can't think of anything else to do, my laptop gets significantly hotter after using it for a while than it does on Os X which remains at 2000 rpm fan and 44 degrees CPU at idle (quite comfortable). Please offer any advice, I really want to use Ubuntu on this laptop. Thanks!



    Summary: 244,2 wakeups/second, 0,0 GPU ops/second and 0,0 VFS ops/sec

    Usage Events/s Category Description
    16,0 ms/s 68,7 Process /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background n
    1,4 ms/s 37,3 Timer tick_sched_timer
    0,8 ms/s 22,5 Timer hrtimer_wakeup
    3,9 ms/s 21,1 Process /usr/lib/chromium-browser/chromium-browser
    9,8 ms/s 16,7 Process gnome-terminal
    145,1 µs/s 18,2 kWork flush_to_ldisc
    1,7 ms/s 16,0 Process metacity
    5,2 ms/s 10,6 Process /usr/lib/chromium-browser/chromium-browser --type=renderer --lang=hr --force-fieldtest=C
    1,4 ms/s 9,4 Interrupt [6] tasklet(softirq)
    384,3 µs/s 5,9 Interrupt [11] ata_piix
    183,2 µs/s 3,1 Process syndaemon -i 2.0 -K -R -t
    1,1 ms/s 1,8 Process powertop
    467,6 µs/s 2,0 Interrupt [21] i915
    5,5 ms/s 0,0 Timer wl_timer
    2,7 ms/s 0,1 Process /usr/sbin/macfanctld
    2,3 ms/s 0,0 Interrupt [11] ehci_hcd:usb1
    185,9 µs/s 0,8 Interrupt [9] acpi
    155,4 µs/s 0,8 Interrupt [9] RCU(softirq)
    83,5 µs/s 0,8 Process /usr/sbin/mouseemu
    543,5 µs/s 0,6 kWork acpi_os_execute_deferred
    184,4 µs/s 0,7 Interrupt [4] block(softirq)
    13,8 µs/s 0,7 kWork i915_gem_retire_work_handler
    1,6 ms/s 0,1 Process /usr/lib/chromium-browser/chromium-browser --type=renderer --lang=hr --force-fieldtest=C
    494,8 µs/s 0,5 Process unity-2d-shell
    1,4 ms/s 0,0 Interrupt [11] wlan0
    81,6 µs/s 0,5 Process update-notifier
    699,3 µs/s 0,2 kWork kcryptd_crypt
    2,4 µs/s 0,5 kWork blk_delay_work
    384,6 µs/s 0,3 Process [ksoftirqd/1]



    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0: +56.0°C (high = +86.0°C, crit = +100.0°C)
    Core 0: +53.0°C (high = +86.0°C, crit = +100.0°C)
    Core 1: +55.0°C (high = +86.0°C, crit = +100.0°C)

    applesmc-isa-0300
    Adapter: ISA adapter
    Exhaust : 3009 RPM (min = 3010 RPM)
    TB0T: +36.2°C
    TB1T: +36.2°C
    TB2T: +35.2°C
    TC0C: +53.8°C
    TC0D: +54.0°C
    TC0E: +55.0°C
    TC0F: +57.0°C
    TC0P: +50.8°C
    TC1C: +54.0°C
    TC2C: +54.0°C
    TCGC: +54.0°C
    TCSA: +53.0°C
    TH0F: +249.0°C
    TH0J: +249.0°C
    TH0O: +249.0°C
    TH0o: +28.0°C
    THSP: +45.8°C
    TM0P: +50.0°C
    TPCD: +53.0°C
    Ta0P: +47.5°C
    Th1H: +38.0°C
    Tm0P: +44.8°C
    Tm1P: +45.8°C
    Ts0P: +34.8°C

Page 91 of 92 FirstFirst ... 418189909192 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •