เป็นไปได้ไหมที่จะค้นหา ram สูงสุดที่ mobo ใช้


18

เป็นไปได้หรือไม่ที่จะสอบถามผ่านเทอร์มินัลว่าเมนบอร์ดของฉันสามารถรับ RAM ได้หรือไม่

ฉันต้องการตรวจสอบว่าฉันสามารถอัพเกรดได้หรือไม่


1
เพิ่มเติมเพื่อคำตอบของ reverendj1 ฉันขอแนะนำให้ดูคู่มือเมนบอร์ดของคุณเนื่องจากการกำหนดค่าบางอย่างของการเติมช่องว่าง RAM อาจทำงานได้และผู้ผลิต RAM บางรายอาจรองรับ / แนะนำ ฯลฯ
คณิตศาสตร์

จุดดี. โชคดีที่ในกรณีของฉันมันถูกต้อง!
chrisjlee

คำตอบ:


25

คุณสามารถค้นหาด้วยคำสั่งด้านล่าง:

sudo dmidecode -t 16

คำสั่งนี้จะบอกคุณว่าในแต่ละช่องมีเท่าใด:

sudo dmidecode -t 17

3
คุณอาจต้องการตรวจสอบ-t 2ซึ่งสามารถให้ข้อมูลเกี่ยวกับเมนบอร์ดรวมถึงหมายเลขรุ่น หมายเลขรุ่นนี้จะนำไปสู่เอกสารซึ่งจะเป็นประโยชน์กับคุณมากกว่า
ชาร์ลส์

2
และในหนึ่งซับ:sudo dmidecode -t16,17
Insperatus

1
sudo dmidecode -t memoryเทียบเท่าและไม่รวมที่จับ , ประเภทและขนาดของข้อมูลที่อาจมีการพิจารณาภายนอก
Insperatus

8

lshw (ฮาร์ดแวร์รายการ) ด้วย sudo, - หน่วยความจำระดับ:

sudo lshw -C memory
[sudo] password for stefan: 
  *-firmware              
       description: BIOS
       vendor: American Megatrends Inc.
       physical id: 0
       version: 0208 (01/31/2005)
       size: 64KiB
       capacity: 448KiB
       capabilities: isa pci pcmcia pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification netboot
  *-cache:0
       description: L1 cache
       physical id: 5
       slot: L1-Cache
       size: 32KiB
       capacity: 32KiB
       capabilities: pipeline-burst internal varies data
  *-cache:1
       description: L2 cache
       physical id: 6
       slot: L2-Cache
       size: 2MiB
       capacity: 2MiB
       capabilities: pipeline-burst internal varies unified
  *-memory
       description: System Memory
       physical id: 1b
       slot: System board or motherboard
       size: 1GiB
       capacity: 3GiB
     *-bank:0
          description: DIMM SDRAM Synchronous
          product: PartNum0
          vendor: Manufacturer0
          physical id: 0
          serial: SerNum0
          slot: DIMM0
          size: 512MiB
          width: 64 bits
     *-bank:1
          description: DIMM SDRAM Synchronous
          product: PartNum1
          vendor: Manufacturer1
          physical id: 1
          serial: SerNum1
          slot: DIMM1
          size: 512MiB
          width: 64 bits

ส่วนหนึ่ง:

   size: 1GiB
   capacity: 3GiB

คือสิ่งที่คุณกำลังมองหา ระบบของฉันมี 1GiB แต่จะใช้เวลา 3


มีวิธีใดบ้างที่ฉันสามารถให้แสดงความจุ RAM สูงสุดต่อหนึ่งสล็อต?
Waldir Leoncio

ขออภัยฉันไม่รู้
ผู้ใช้ที่ไม่รู้จัก
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.