Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 41

Thread: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

  1. #11
    Join Date
    Oct 2009
    Beans
    2

    Re: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

    Quote Originally Posted by plymouth View Post
    If you are interested in information about the new touchpad, you can follow the kernel bug 60181 (https://bugzilla.kernel.org/show_bug.cgi?id=60181). I would suggest commenting on the bug to let the kernel input-driver team know it is of importance and helping with any logs that they may need to update the driver.

    ArchLinux also has a thread following some of the touchpad details: https://bbs.archlinux.org/viewtopic.php?id=165854.
    There is now a Ubuntu launchpad bug regarding the touchpad issue: https://bugs.launchpad.net/ubuntu/+s...x/+bug/1195822.

  2. #12
    Join Date
    Nov 2005
    Beans
    22

    Re: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

    anyone managed to get Ubuntu 13.10 on MBA 2013?

    I installed it from usb stick (had to turn ACPI off at boot), and it boots most of the time (sometimes hangs at boot, but rarely), but I can't seem to get wifi to work. I installed bcmwl 6.30.223.30 driver and it makes my network kinda work, but cannot see any networks. Any ideas how to solve it?

  3. #13
    Join Date
    May 2009
    Beans
    6

    Re: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

    @e-gandalf : 13.10 boots most of the time?? without switching off the ACPI??
    Looking at https://bugs.launchpad.net/ubuntu/+s...x/+bug/1197451 it seems that the kernel lacks some kind of ACPI support;

  4. #14
    Join Date
    Nov 2005
    Beans
    22

    Re: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

    Quote Originally Posted by fakbill View Post
    @e-gandalf : 13.10 boots most of the time?? without switching off the ACPI??
    Looking at https://bugs.launchpad.net/ubuntu/+s...x/+bug/1197451 it seems that the kernel lacks some kind of ACPI support;
    Yeah, I only had o switch off ACPI to boot from livecd. After installation it boots properly most of the time (freezes at ~15% of boots)

  5. #15
    Join Date
    Aug 2013
    Beans
    2

    Re: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

    Hi Guys,

    Are there any more updates on how Ubuntu is running on the new Macbook Air?
    What's currently working well and what isn't?
    I'm keen to give it a go but I want to make sure it's running fairly well first.

    Thanks guys

  6. #16
    Join Date
    Nov 2005
    Beans
    22

    Re: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

    Can't say about Ubuntu 13.04, but I keep trying to switch to Ubuntu 13.10 on my new MBA. I still can boot from livecd after turning acpi off, but can't get wifi to work.

    I install bcmwl-kernel-source and after that it seems that Ubuntu recognizes that I have a wifi card, but it doesn't see any network nor does it let me connect manually to any. Anyone managed to get wifi on 2013 MBA with Ubuntu 13.10?

  7. #17
    Join Date
    Jul 2013
    Beans
    1

    Re: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

    Fedora has actually made better progress. Still blocked by suspend/resume with backlight issues and audio issues

    http://mattoncloud.org/2013/07/18/fe...ir-2013-model/

    Sean

  8. #18
    Join Date
    Aug 2013
    Beans
    2

    Re: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

    Hi guys,

    Are there any updates on this? Do you think 13.10 will be better supported on the latest macbook air? I'm dying to switch from my virtualbox ubuntu to native

    Thanks

  9. #19
    Join Date
    Feb 2009
    Beans
    7

    Re: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

    Hi all,
    I managed to install the 13.10 Beta2 on the macbook air 6,2. It was a bit fiddling and it took me some time to get things in order to really boot into ubuntu.
    Here my notes on how to succeed.

    # Installation of Ubuntu 13.10 on Macbook Air 6,2 (Mid2013)

    ## Prerequisites
    1. MacBookAir6,2 (check with `sudo dmidecode -s system-product-name`)
    2. Apple USB-Ethernet Adapter
    3. `ubuntu-13.10-beta2-desktop-amd64.iso` from [](http://releases.ubuntu.com/13.10/)
    4. USB-Stick (1GB at least)

    ## Partition Harddisk
    1. Boot Macbook Air into OSX
    2. Open Disk Utility
    Code:
    open /Applications/Utility/Disk\ Utility.app
    3. Select "Macintosh HD" > (Tab)Partition
    Add (+) 3 more partitions
    4. 2nd Partition: Set 30-40GB for Ubuntu
    4th Partition: Set 4GB for Linux Swap partition
    3rd Partition: Use as much space as left

    ## Prepare USB-Stick
    1. In OSX
    2. Download iso image to ~/Downloads
    3. Open Terminal (a detailed description can be found [here](http://www.ubuntu.com/download/deskt...ick-on-mac-osx)
    Code:
    cd ~/Downloads
    # convert iso
    hdiutil convert -format UDRW -o ubuntu-13.10-beta2-desktop-amd64.img ubuntu-13.10-beta2-desktop-amd64.iso
    open /Applications/Utilities/Disk\ Utility.app
    # format the USB stick with MS-DOS VFAT
    diskutil list
    # check which /dev/diskX contains the USB stick - here it is "disk1"
    # then unmount the usb-stick
    diskutil unmountDisk /dev/disk1
    # write img to usb stick - /!\ BE CAREFUL THAT disk1 REALLY IS YOUR USB-STICK
    sudo dd if=ubuntu-13.10-beta2-desktop-amd64.img of=/dev/rdisk1 bs=1m
    ## Install Ubuntu 13.10
    1. Restart and press "Alt"-Key on startup.
    2. Make sure that the USB-Ethernet Adapter is NOT inserted. (With a network connection the bcmwl-kernel-source module gets downloaded during the installation process which prevents grub to get installed; DKMS module insertion stops installation process).
    Select first USB-device labled "EFI-Boot" and press "Enter"
    No splash screen shall be displayed but the Ubuntu installation menu.
    Check [Identifying if the computer boots the Ubuntu DVD in EFI mode](https://help.ubuntu.com/community/UEFI)
    Select "Install Ubuntu" and press "e"-Key to edit
    change the cursor to the line
    Code:
    linux /boot/vmlinuz-3.11.0-8-generic.efi.signed root=UUID=xxx ro quite splash
    and change to
    Code:
    linux /boot/vmlinuz-3.11.0-8-generic.efi.signed root=UUID=xxx ro acpi=off
    Press "F10" to start installation.
    3. Choose "Something else" for partitioning.
    Please check the sizes in the list according to the partitioning for the step above.
    OSX Disk Utility leaves unallocated partitions inbetween which usually are arround 128MB in size.
    Do not try to delete these "blank" partitions.
    2nd partition should be ext4 formatted and mounted "/".
    3rd partition should be ext3 formatted and mounted "/home". (I use ext3 in order to use fuse-ext2 from OSX; ext4 is yet not supported)
    4th partition should be swap (no format and mountpoint required)
    Proceed...
    4. The installation process should run through smoothly.
    5. Restart with pressed "Alt"-Key.
    Unfortunately selecting the "Windows" labled Partition (HW-icon) only displayed a black screen with a blinking cursor.
    Reboot into OSX again and install `refind`.
    Download [Binary Zip-File](http://www.rodsbooks.com/refind/getting.html)
    Open a Terminal
    Code:
    cd Downloads
    unzip  refind-bin-0.7.4.zip 
    cd refind-bin-0.7.4
    bash install.sh
    6. Restart again with USB-Ethernet Adapter plugged-in. Now a Ubuntu labled /efi/grubx64.efi should be shown.
    Select this an start it, now the grub-menu should be displayed.
    Select "Advanced options for Ubuntu"
    Select "Ubuntu, with Linux 3.11.0-8-generic"
    Press again "e" for edit and add `acpi=off`. (See above). Otherwise booting is not possible.
    Now Ubuntu should boot.

    ## Update Ubuntu to kernel 3.11.0-12

    1. Log into ubuntu 13.10 and open a terminal (Ctrl+Alt+t)
    2. Enter the following commands
    Code:
    sudo su
    apt-get update
    apt-get upgrade
    Unfortunately this did not install the latest kernel 3.11.0-12.
    Enter again `apt-get upgrade` and install all hold back packages with `apt-get install <name all packages>`
    3. Start "Software & Updates" (/usr/bin/python3 /usr/bin/software-properties-gtk)
    Select (Tab)Additional Drivers and install Broadcom 802.11 Linux STA wireless driver from bcmwl-kernel-source
    4. Now reboot again

    ## What works and what does not

    | Feature | Support status |
    |----------|----------------|
    | LCD Panel | Partly | After Suspend only off or on possible
    | Suspend, Hibernate | Partly |
    | Shut-down and Reboot | OK |
    | Keyboard functions (Brightness,volume,...) | OK |
    | Keyboard backlight | OK |
    | Touchpad | OK |
    | Wireless | OK |
    | Bluetooth | OK |
    | iSight | NO | camera is not an usb device
    | Sound | OK |
    | Microphone | OK |
    | External Monitor | ? | need an adapter to check
    | Thunderbolt | ? | no hw yet which uses this interface
    | SD card slot | OK |
    | Fan Control | ? | should be ok - no idea yet on how to verify
    | HFS+ (OS X disc partition) | OK | mount ro
    | Sensors (temps & fans) | ? | should be ok - no idea yet on how to verify
    | GPU Power Save | ? |

    Issues left:
    * Backlight on/off after resume
    * iSight HD webcam does not work


    NOTE:
    * Alt+F2+Fn (Run Application) not working
    Enabling via (Menu)System Settings > (Item)Keyboard > (Tab)Shortcuts > (Item)Launchers > Key to Show the HUD == Disabled
    Code:
    sudo apt-get install compizconfig-settings-manager
    # after install start in terminal with
    ccsm
    # (Chaper)General > (Item)Gnome Compatibility > (Item)Run Dialog > Grab Key-Combination "<Alt>F2"
    ## Finetuning Powersave

    1. Install powertop
    Code:
    sudo su
    apt-get install powertop
    powertop
    Toggle through with "TAB" to Tunables
    Lots of "Bad" values should be displayed.
    2. Install TLP
    For detailed Instructions refer to [](http://thinkwiki.de/TLP_-_Linux_Stromsparen).
    Code:
    sudo su
    add-apt-repository ppa:linrunner/tlp
    apt-get update
    apt-get install tlp tlp-rdw
    3. Edit tlp config (only changes are shown)
    Code:
    DISK_APM_LEVEL_ON_BAT="126 126"
    RUNTIME_PM_ALL=1
    RESTORE_DEVICE_STATE_ON_STARTUP=1
    Restart tpl with `sudo /etc/init.d/tlp restart`
    Check if settings took effect with `powertop`.

    With this and bluetooth disabled and wifi on I get arround 10h battery time.

  10. #20
    Join Date
    Oct 2013
    Beans
    3

    Re: 2013 Macbook Air w/ Haswell & Intel 5000 Graphics

    Using spezimas method: (anyone have a fix for this?)

    When booting to the EFI boot option, I get a quick error message saying missing a file
    boot/<something>.efi .. it flashes quickly and then moves on to the grub screen
    When I hit "e" on the grub screen I then don't have the option to edit the linux /boot/vmlinuz.... line to the correct format because it's very short and doesn't include my UUID, etc. Basically, there is a line starting with "linux" but it's not of the format spezimas lists.

Page 2 of 5 FirstFirst 1234 ... LastLast

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
  •