Linux Mint Türkiye

Linux Mint Destek => Masaüstü Ortamları => MATE Masaüstü => Konuyu başlatan: ernuynk - 25 Şubat 2015, 19:05:00

Başlık: Uyku Modu Çalışmıyor
Gönderen: ernuynk - 25 Şubat 2015, 19:05:00
Merhaba arkadaşlar, Linux Mint MATE 17.1 sürümünü kullanıyorum. Fakat sık sık karşılaştığım bir sorun var.

Laptop'um uyku moduna girmiyor. FN+F12 ye bastığım zaman ya da güç düğmesi ile uyku kipini seçtiğimde, siyah bir ekran geliyor (bir çok kod yazılı) daha sonrasında tekrar masaüstüne dönüyor.

Çözüm nedir acaba?
Teşekkürler.
Başlık: Ynt: Uyku Modu Çalışmıyor
Gönderen: Butterfly - 25 Şubat 2015, 23:53:36
Öncelikle aşağıdaki komutların çıktılarını rica edelim.

Kod: [Seç]
inxi -Fx
sudo blkid
cat /etc/fstab
sudo fdisk -l
sudo parted -l
cat /etc/initramfs-tools/conf.d/resume
Başlık: Ynt: Uyku Modu Çalışmıyor
Gönderen: ernuynk - 26 Şubat 2015, 00:04:28
Şuan sistem yeniden başlayınca düzeldi. Bazen çalışuyor bazen çalışmıyor.

Kod: [Seç]
inxi -Fx
System:    Host: eu-MSI Kernel: 3.13.0-37-generic x86_64 (64 bit, gcc: 4.8.2) Desktop: N/A Distro: Linux Mint 17.1 Rebecca
Machine:   System: Micro-Star (portable) product: GE620/GE620DX/FX620DX/FX623
           Mobo: Micro-Star model: MS-16G5 Bios: American Megatrends version: E16G5IMS V3.0R date: 10/24/2012
CPU:       Dual core Intel Core i5-2450M CPU (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9976.46
           Clock Speeds: 1: 800.00 MHz 2: 800.00 MHz 3: 1800.00 MHz 4: 1600.00 MHz
Graphics:  Card-1: Intel 2nd Generation Core Processor Family Integrated Graphics Controller bus-ID: 00:02.0
           Card-2: NVIDIA GF116M [GeForce GT 555M/635M] bus-ID: 01:00.0
           X.Org: 1.15.1 drivers: (unloaded: fbdev,vesa) FAILED: nouveau,intel Resolution: 1920x1080@60.0hz
           GLX Renderer: Mesa DRI Intel Sandybridge Mobile GLX Version: 3.0 Mesa 10.1.3 Direct Rendering: Yes
Audio:     Card: Intel 6 Series/C200 Series Chipset Family High Definition Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture ver: k3.13.0-37-generic
Network:   Card-1: Intel Centrino Wireless-N 130 driver: iwlwifi ver: in-tree: bus-ID: 04:00.0
           IF: wlan0 state: up mac: b8:03:05:46:27:d3
           Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 ver: 2.3LK-NAPI port: d000 bus-ID: 03:00.0
           IF: eth0 state: down mac: 8c:89:a5:a6:ed:dd
Drives:    HDD Total Size: 1120.2GB (0.7% used) 1: id: /dev/sda model: KINGSTON_SH103S3 size: 120.0GB
           2: id: /dev/sdb model: WDC_WD10JPVX size: 1000.2GB
Partition: ID: / size: 142G used: 6.8G (6%) fs: ext4 ID: swap-1 size: 7.38GB used: 0.00GB (0%) fs: swap
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   None detected - is lm-sensors installed and configured?Info:      Processes: 267 Uptime: 16 min Memory: 1669.2/5876.4MB Runlevel: 2 Gcc sys: 4.8.2 Client: Shell inxi: 1.8.4
Kod: [Seç]

sudo blkid
[sudo] password for eu:
/dev/sda1: UUID="AEAC4D6DAC4D30DF" TYPE="ntfs"
/dev/sda2: UUID="2E563FA7563F6F29" TYPE="ntfs"
/dev/sdb1: LABEL="Sistem" UUID="7298F84798F80AFD" TYPE="ntfs"
/dev/sdb5: LABEL="Windows/Linux Ortak" UUID="FCC60503C604BFBE" TYPE="ntfs"
/dev/sdb6: UUID="a39d75bd-c51e-4e29-ba50-f7d9d6732542" TYPE="swap"
/dev/sdb7: UUID="df507316-0306-40a2-a357-aa15ec01c619" TYPE="ext4"
Kod: [Seç]

cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sdb7 during installation
UUID=df507316-0306-40a2-a357-aa15ec01c619 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdb6 during installation
UUID=a39d75bd-c51e-4e29-ba50-f7d9d6732542 none            swap    sw              0       0
Kod: [Seç]

sudo fdisk -l


Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0002dcc5


   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
/dev/sda2          206848   234438655   117115904    7  HPFS/NTFS/exFAT


Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000361ff


   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048   586133503   293065728    7  HPFS/NTFS/exFAT
/dev/sdb2       586135550  1953523711   683694081    5  Extended
Partition 2 does not start on physical sector boundary.
/dev/sdb5       903299072  1953523711   525112320    7  HPFS/NTFS/exFAT
/dev/sdb6       888870912   903286783     7207936   82  Linux swap / Solaris
/dev/sdb7       586135552   888867973   151366211   83  Linux


Partition table entries are not in disk order
Kod: [Seç]

sudo parted -l
Model: ATA KINGSTON SH103S3 (scsi)
Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos


Number  Start   End    Size   Type     File system  Flags
 1      1049kB  106MB  105MB  primary  ntfs         boot
 2      106MB   120GB  120GB  primary  ntfs




Model: ATA WDC WD10JPVX-00J (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos


Number  Start   End     Size    Type      File system     Flags
 1      1049kB  300GB   300GB   primary   ntfs
 2      300GB   1000GB  700GB   extended
 7      300GB   455GB   155GB   logical   ext4
 6      455GB   462GB   7381MB  logical   linux-swap(v1)
 5      462GB   1000GB  538GB   logical   ntfs
Kod: [Seç]

cat /etc/initramfs-tools/conf.d/resume
RESUME=UUID=a39d75bd-c51e-4e29-ba50-f7d9d6732542


Teşekkürler.
Başlık: Ynt: Uyku Modu Çalışmıyor
Gönderen: Butterfly - 26 Şubat 2015, 00:16:45
[member=805]ernuynk[/member], Bumblebee'yi kurdunuz mu?

http://forum.linuxmint.net.tr/index.php?topic=78.0 (http://forum.linuxmint.net.tr/index.php?topic=78.0)
Başlık: Ynt: Uyku Modu Çalışmıyor
Gönderen: ernuynk - 26 Şubat 2015, 18:33:53
[member=805]ernuynk[/member], Bumblebee'yi kurdunuz mu?

http://forum.linuxmint.net.tr/index.php?topic=78.0 (http://forum.linuxmint.net.tr/index.php?topic=78.0)

Böyle bir çıktı aldım. Oradaki çıktıdan biraz farklı olduğu için yazma gereği duydum.

Kod: [Seç]

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF116M [GeForce GT 555M/635M] (rev a1)
Başlık: Ynt: Uyku Modu Çalışmıyor
Gönderen: Genizcil_N - 26 Şubat 2015, 18:43:57
Böyle bir çıktı aldım. Oradaki çıktıdan biraz farklı olduğu için yazma gereği duydum.

Kod: [Seç]

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF116M [GeForce GT 555M/635M] (rev a1)
Bumblebee kurabilirsiniz. Sisteminizde hem Intel hem de Nvidia ekran kartı mevcut.