Page 51 of 92 FirstFirst ... 41495051525361 ... LastLast
Results 501 to 510 of 917

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

  1. #501
    Join Date
    Oct 2011
    Beans
    9

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

    Well thanks, I understand what you are getting at but I cannot find any files on my computer that are i915_something they are all i915.ko also I cannot find the directory they are supposed to go into.

    Is there any way to run the script and force it to use new modules?

    edit; also I have no sound and I dont have all those trackpad options people are talking about, my mouse and trackpad settings are limited to mouse settings only. I cant two finger click but I can 3 finger move windows.
    Last edited by 3 squared; November 1st, 2011 at 02:22 PM.

  2. #502
    Join Date
    Nov 2009
    Location
    Sweden
    Beans
    13

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

    Sorry my bad, i915.ko is the correct name.

    What's the output you get from running find from your modules dir?

    Code:
    cd /lib/modules/`uname -r`
    find . -name i915.ko

  3. #503
    Join Date
    Oct 2011
    Beans
    9

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

    Code:
    ./extra/i915.ko
    ./kernel/drivers/gpu/drm/i915/i915.ko

  4. #504
    Join Date
    Nov 2009
    Location
    Sweden
    Beans
    13

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

    Code:
    mv kernel/drivers/gpu/drm/i915.ko kernel/drivers/gpu/drm/i915/i915.ko.old
    cp extra/i915.ko kernel/drivers/gpu/drm/i915
    update-initramfs -u
    reboot

  5. #505
    Join Date
    Oct 2011
    Beans
    9

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

    Unfortunately no change.

  6. #506
    Join Date
    Nov 2009
    Location
    Sweden
    Beans
    13

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

    Sorry to hear that, it's what fixed my problems.

    Do you get any errors or other oddities when running the fix script manually?

    From the wiki (https://help.ubuntu.com/community/MacBookAir4-2):
    Code:
    wget -Nq http://www.almostsure.com/mba42/fix-i915.sh
    bash fix-i915.sh

  7. #507
    Join Date
    Oct 2011
    Beans
    9

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

    I've run that more than once now but I did it again. I chose Y to install the drivers from
    Code:
    ppa:xorg-edgers/ppa
    and it seems to complete without any issues. Reboot and bam nothings changed again. Really odd, I still leave "nomodeset" in my boot grub right?

    Also sound works had to unmute surround in alsamixer and raise the volume. Odd but whatever one less thing to deal with.

  8. #508
    Join Date
    Nov 2009
    Location
    Sweden
    Beans
    13

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

    It seems to work best to not use xorg-edgers, see previous posts in the thread.

    And if you have applied the patch you should NOT keep "nomodeset" in grub. It is only needed to get a usable screen without the patch.

  9. #509
    Join Date
    Apr 2011
    Beans
    137

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

    The problem with xorg-edgers was more about unity not starting but the resolution did work correctly. Still I'm having other problems with the standard drivers so I'm about to try going back to xorg-edgers.

  10. #510
    Join Date
    Oct 2011
    Beans
    9

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

    "nomodeset" removed that and bang works perfect, I had tried with and without that before so I would assume either re patching or moving the i915.ko file fixed it.

    Silly me. Thanks so much for your help!

Page 51 of 92 FirstFirst ... 41495051525361 ... 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
  •