Quantcast Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram? - Page 2

+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    NBR Super Moderator
    Join Date
    Nov 2007
    Location
    San Diego, CA (USA)
    Posts
    2,745
    Rep Power
    27

    Default Re: Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram?

    Sandy Bridge notebooks should be able to support 16 GB of RAM (2 x 8 GB), regardless of the BIOS version being used.

    If my dv6-2000 with Core i7-720QM Nehalem processor supports it, I'm pretty sure the newer i7-based laptops do too!

  2. #12
    Notebook Geek
    Join Date
    Aug 2011
    Posts
    91
    Rep Power
    5

    Default Re: Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram?

    Quote Originally Posted by sLinkAge View Post

    The problem is that with the latest bios the screen brightness buttons don't work under linux, if I can't fix that I'll downgrade to the f.06 bios and hope the pc will recognize my 16gb when I put them in.

    I don't expact to test it anytime soon ( maybe in a month ) , but when I'll, I'll post the outcome here ( unless someone will try it before me ).
    That's not a problem, just put " acpi_backlight=vendor " in your grub config and the brightness buttons will work again. [This was already covered by a thread in this board]

  3. #13
    Notebook Geek
    Join Date
    Aug 2011
    Posts
    91
    Rep Power
    5

    Default Re: Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram?

    Quote Originally Posted by justinkw1 View Post
    Sandy Bridge notebooks should be able to support 16 GB of RAM (2 x 8 GB), regardless of the BIOS version being used.

    If my dv6-2000 with Core i7-720QM Nehalem processor supports it, I'm pretty sure the newer i7-based laptops do too!
    Be careful with what you say ... only the quad cores support 16GB, [the i7 dual cores with HT are still limited to 8GB according to Intel].

  4. #14
    Notebook Guru
    Join Date
    Apr 2011
    Posts
    55
    Rep Power
    6

    Default Re: Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram?

    Quote Originally Posted by zuvieltext View Post
    That's not a problem, just put " acpi_backlight=vendor " in your grub config and the brightness buttons will work again. [This was already covered by a thread in this board]
    Tried it, it didn't work.

    I've solved this by putting this under /etc/acpi/default.sh ( the default event if there is nothing specific under /etc/acpi/events )

    Code:
    BRIGHTNESS_FILE="/sys/class/backlight/intel_backlight/brightness"
    case "$3" in
        00000086)
    
            	brightness=`cat $BRIGHTNESS_FILE`
            	brightness=`expr $brightness + 400`
            	echo $brightness > $BRIGHTNESS_FILE
    	;;
    
        00000087)
            brightness=`cat $BRIGHTNESS_FILE`
            brightness=`expr $brightness - 400`
            echo $brightness > $BRIGHTNESS_FILE
    
    esac
    00000086/00000087 is what generated when I press fn+f{2,3} (found it using acpi_listen )

  5. #15
    NBR Super Moderator
    Join Date
    Nov 2007
    Location
    San Diego, CA (USA)
    Posts
    2,745
    Rep Power
    27

    Default Re: Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram?

    Quote Originally Posted by zuvieltext View Post
    Be careful with what you say ... only the quad cores support 16GB, [the i7 dual cores with HT are still limited to 8GB according to Intel].
    I respectfully disagree - Sandy Bridge dual core notebooks should support 16 GB of RAM as well. Take a look at the Intel ARK pages below for examples...check the row indicating Max Memory Size.

    Core i7-2620M:
    Intel® Core? i7-2620M Processor (4M Cache, up to 3.40 GHz)

    Core i5-2430M:
    Intel® Core? i5-2430M Processor (3M Cache, up to 3.00 GHz)

  6. #16
    Notebook Geek
    Join Date
    Aug 2011
    Posts
    91
    Rep Power
    5

    Default Re: Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram?

    Quote Originally Posted by justinkw1 View Post
    I respectfully disagree - Sandy Bridge dual core notebooks should support 16 GB of RAM as well. Take a look at the Intel ARK pages below for examples...check the row indicating Max Memory Size.

    Core i7-2620M:
    Intel® Core? i7-2620M Processor (4M Cache, up to 3.40 GHz)

    Core i5-2430M:
    Intel® Core? i5-2430M Processor (3M Cache, up to 3.00 GHz)
    Then check out these:

    Core i7-2647M

    Core i7-2629M

    Core i7-2677M

    Unless intel is playing fuzy with me, these i7 have 8GB limit.

  7. #17
    NBR Super Moderator
    Join Date
    Nov 2007
    Location
    San Diego, CA (USA)
    Posts
    2,745
    Rep Power
    27

    Default Re: Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram?

    Quote Originally Posted by zuvieltext View Post
    Then check out these:

    Core i7-2647M

    Core i7-2629M

    Core i7-2677M

    Unless intel is playing fuzy with me, these i7 have 8GB limit.
    Hmmm, the processors you linked to are the low power variants. (Max TDP: 17-25 W)

    These processors don't actually fit in the dv6 / dv7 notebooks because they are a different type of socket (BGA1023), as opposed to the Socket PGA988 processors that are used.

  8. #18
    Notebook Geek
    Join Date
    Aug 2011
    Posts
    91
    Rep Power
    5

    Default Re: Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram?

    Quote Originally Posted by justinkw1 View Post
    Hmmm, the processors you linked to are the low power variants. (Max TDP: 17-25 W)

    These processors don't actually fit in the dv6 / dv7 notebooks because they are a different type of socket (BGA1023), as opposed to the Socket PGA988 processors that are used.
    ok, guess the core i7 got me confused.

  9. #19
    NBR Super Moderator
    Join Date
    Nov 2007
    Location
    San Diego, CA (USA)
    Posts
    2,745
    Rep Power
    27

    Default Re: Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram?

    Quote Originally Posted by zuvieltext View Post
    ok, guess the core i7 got me confused.
    But you had a standpoint that was certainly understandable - Intel's naming scheme is a little wonky at times and they usually don't depict the specific differences between processors. There are certainly better ways to name some of them.

  10. #20
    Notebook Enthusiast
    Join Date
    Jun 2011
    Posts
    22
    Rep Power
    5

    Default Re: Does dv6-6000 ( i7 sandy bridge) supports 16gb of ram?


 

 
Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -4. The time now is 10:58 PM.
Powered by vBulletin® Version 4.2.0
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0