Linux Mint Türkiye
Linux Mint Destek => Genel => Konuyu başlatan: Prochnost - 10 Nisan 2015, 03:19:50
-
Grub ekranında Linux Mint'i seçtiğimde çoğu zaman restart oluyor ve tekrar seçmem gerekiyor.Bazen bunu 3-4 kere tekrarlamam gerekiyor sistemin açılması için ve bazılarında "Disabling IRQ" gibi kodlar görünüyor ekranda.Açıldığında da çok geç açılıyor.Ne yapmam gerek? :/
-
Öncelikle aşağıdaki komutun çıktısına bir bakalım.
inxi -Fx
-
System: Host: alp-N750JK Kernel: 3.16.0-33-generic x86_64 (64 bit, gcc: 4.8.2)
Desktop: Gnome Distro: Linux Mint 17.1 Rebecca
Machine: Mobo: ASUSTeK model: N750JK version: 1.0 Bios: American Megatrends version: N750JK.202 date: 01/17/2014
CPU: Quad core Intel Core i7-4700HQ CPU (-HT-MCP-) cache: 6144 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 19157
Clock Speeds: 1: 2549.250 MHz 2: 2400.093 MHz 3: 2745.656 MHz 4: 2255.062 MHz 5: 2518.031 MHz 6: 2600.343 MHz 7: 2455.406 MHz 8: 2405.625 MHz
Graphics: Card: Intel 4th Gen Core Processor Integrated Graphics Controller bus-ID: 00:02.0
X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: 1920x1080@60.0hz
GLX Renderer: Mesa DRI Intel Haswell Mobile GLX Version: 3.0 Mesa 10.1.3 Direct Rendering: Yes
Audio: Card-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller driver: snd_hda_intel bus-ID: 00:03.0
Card-2: Intel 8 Series/C220 Series Chipset High Definition Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture ver: k3.16.0-33-generic
Network: Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
driver: r8169 ver: 2.3LK-NAPI port: d000 bus-ID: 04:00.0
IF: eth0 state: down mac: 10:c3:7b:25:0f:f5
Card-2: Intel Wireless 7260 driver: iwlwifi ver: in-tree: bus-ID: 03:00.0
IF: wlan0 state: up mac: 80:86:f2:46:41:4b
Drives: HDD Total Size: 1756.4GB (0.3% used) 1: id: /dev/sda model: LITEONIT_LCS size: 256.1GB
2: id: /dev/sdb model: HGST_HTS541515A9 size: 1500.3GB
Partition: ID: / size: 275G used: 5.6G (3%) fs: ext4 ID: swap-1 size: 14.44GB used: 0.00GB (0%) fs: swap
RAID: No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors: System Temperatures: cpu: 60.0C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 219 Uptime: 4 min Memory: 742.2/15932.0MB Runlevel: 2 Gcc sys: 4.8.2 Client: Shell inxi: 1.8.4
-
Linux Mint'in yanında başka bir işletim sistemi kurulu mu? Bu sorun sistemi yeniden başlattığınızda mı, sistemi yeni olarak başlatınca mı yoksa başka bir işetim sisteminden geçerken mi oluyor?
-
Windows 8.1 kurulu.Şimdi siz sorunca kontrol ettim.Sistemi yeni olarak başlatırken o şekilde bir sıkıntı yok,yeniden başlatırken ve Windows'tan geçerken oluyor.Ayrıca sistemi yeni olarak başlatırken de fazlasıyla geç açılıyor.
-
Windows tarafında hızlı başlatma ve hibernation açıksa kapatmayı deneyebilirsiniz. Bu durumda bir değişiklik olacak mı gözlemleyiniz.
-
Windows tarafında hızlı başlatma ve hibernation açıksa kapatmayı deneyebilirsiniz. Bu durumda bir değişiklik olacak mı gözlemleyiniz.
Fast boot kapalı.Hibernation'un tam olarak ne olduğunu bilmiyorum.Uyku modu mu oluyor?
-
Hazırda bekleme özelliği oluyor, kapatmak için burası (http://www.windowshata.com/windows-8-hazirda-beklet-ozelligi-nasil-kapatilir.html) yardımcı olabilir.
-
Hibernation'u da kapattım fakat problem devam ediyor
-
Aşağıdaki komutların çıktılarını paylaşınız.
optirun -vvv glxgears
lspci | egrep 'VGA|3D|Display'
cat /etc/bumblebee/bumblebee.conf
cat /etc/bumblebee/xorg.conf.nvidia
cat /etc/X11/xorg.conf
dpkg -l | egrep 'nvidia|bumblebee|primus|prime'
cat /etc/default/grub
cat /boot/grub/grub.cfg | grep menuentry
-
İlk komutta "bumblebee yüklü değil" yanıtını alınca bumblebee kurdum.Sonra yeniden yazdım:
[ 239.452236] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 239.452558] [ERROR]You've no permission to communicate with the Bumblebee daemon. Try adding yourself to the 'bumblebee' group
[ 239.452566] [DEBUG]Socket closed.
[ 239.452576] [ERROR]Could not connect to bumblebee daemon - is it running?
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 850M] (rev ff)
cat /etc/bumblebee/bumblebee.conf
# Configuration file for Bumblebee. Values should **not** be put between quotes
## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.cat /boot/grub/grub.cfg | grep menuentry
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
menuentry_id_option=""
export menuentry_id_option
menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.16.0-33-generic (/dev/sdb2)' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.16.0-33-generic (/dev/sdb2) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sdb2)' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sdb2) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
menuentry "Windows 8.1"
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d
## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false
# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
# bbswitch - new in BB 3, recommended if available
# switcheroo - vga_switcheroo method, use at your own risk
# none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-current
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-current:/usr/lib32/nvidia-current
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-current/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection
Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
# If the X server does not automatically detect your VGA device,
# you can manually set it here.
# To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
# as you see in the commented example.
# This Setting may be needed in some platforms with more than one
# nvidia card, which may confuse the proprietary driver (e.g.,
# trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
# BusID "PCI:01:00:0"
# Setting ProbeAllGpus to false prevents the new proprietary driver
# instance spawned to try to control the integrated graphics card,
# which is already being managed outside bumblebee.
# This option doesn't hurt and it is required on platforms running
# more than one nvidia graphics card with the proprietary driver.
# (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
# If this option is not set, the new Xorg may blacken the screen and
# render it unusable (unless you have some way to run killall Xorg).
Option "ProbeAllGpus" "false"
Option "NoLogo" "true"
Option "UseEDID" "false"
Option "UseDisplayDevice" "none"
EndSection
cat: /etc/X11/xorg.conf: Böyle bir dosya ya da dizin yok
ii bumblebee 3.2.1-5 amd64 NVIDIA Optimus support for Linux
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT="0"
#GRUB_HIDDEN_TIMEOUT="0"
GRUB_HIDDEN_TIMEOUT_QUIET="true"
GRUB_TIMEOUT="10"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL="console"
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE="640x480"
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID="true"
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
cat /boot/grub/grub.cfg | grep menuentry
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
menuentry_id_option=""
export menuentry_id_option
menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.16.0-33-generic (/dev/sdb2)' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.16.0-33-generic (/dev/sdb2) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sdb2)' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sdb2) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
menuentry "Windows 8.1"
Ha bu arada son komuttaki Windows 8.1 dizinini ben manuel ekledim fakat çalışmıyor.Windows'a geçerken bios üzerinden geçmem gerekiyor.Daha önce yaptığım grub onarımı windows boot manager'ı ortadan kaldırdığı için aynı işlemi tekrarlamaya çekindim.
-
Bumblebee'yi burada (http://forum.linuxmint.net.tr/index.php?topic=78.0) anlatıldığı biçimde kurmayı dener misiniz?
-
Bumblebee'yi burada (http://forum.linuxmint.net.tr/index.php?topic=78.0) anlatıldığı biçimde kurmayı dener misiniz?
Kurdum.
-
Peki son durum nedir?
-
Peki son durum nedir?
Restart olayı ve hatalar çözüldü,teşekkürler.Peki açılışı hızlandırmanın bir yolu var mı?
-
Peki açılışı hızlandırmanın bir yolu var mı?
Aşağıdaki komutu uçbirimde çalıştırıp, çıktısını buraya (http://paste2.org/) yapıştırarak bağlantısını paylaşınız.
dmesg
-
http://paste2.org/Pd2WZ27b
-
hid-generic 0003:0583:B031.0003: timeout initializing reports
Sistemi fareyi çıkartıp başlatmayı dener misiniz?
Sonrasında komutun çıktısına tekrar bakalım.
Burasını (http://forums.linuxmint.com/viewtopic.php?f=42&t=156993) da referans olarak ekleyelim, lazım olabilir.
-
http://paste2.org/K18JbsOE (http://paste2.org/K18JbsOE)
Fare dahil bütün usbleri çıkardım
-
Açılış süresi yaklaşık 7-8 sn.kısalmış görünüyor. Bununla ilgili sorunu çözmeyi denemek için aşağıdaki komut ile grub dosyasını açınız.
sudo /etc/default/grub
Açılan dosyada aşağıdaki satırı bulunuz,
GRUB_CMDLINE_LINUX=""
aşağıdaki şekilde düzenleyip kaydediniz.
GRUB_CMDLINE_LINUX=""usbhid.quirks=0x0583:0xB031:0x20000000""
Şimdi aşağıdaki komut ile grub ayar dosyasını güncelleyiniz.
init: Failed to spawn nvidia-persistenced main process: unable to execute: No such file or directory
Yukarıdaki mesaj ile ilgili aşağıdaki komutun çıktısını paylaşınız.
dpkg -l | egrep 'nvidia|bumblebee|primus|prime'
-
İlk komutu yazdığımda gelen:
sudo: /etc/default/grub: command not found
Bir süre bilgisayaradan uzak kalacağım için komutları uygulayamayabilirim. (1-2 ay) Fakat yine de çok teşekkürler.Geri dönünce bu konuya cevap yazacağım.Bu arada http://forum.linuxmint.net.tr/index.php?topic=3023.0 konusuna da bir bakabilir misiniz ?
-
Aşağıdaki komut ile deneyiniz.
sudo gedit /etc/default/grub
-
Ara beklediğimden kısa sürdü. :) Tamamdır düzenlemeleri yaptım.Son komutun çıktısı:
ii bumblebee 3.2.1-90~trustyppa1 amd64 NVIDIA Optimus support
ii bumblebee-nvidia 3.2.1-90~trustyppa1 amd64 NVIDIA Optimus support using the proprietary NVIDIA driver
ii nvidia-331 331.113-0ubuntu0.0.4 amd64 NVIDIA binary driver - version 331.113
ii nvidia-settings 331.20-0ubuntu8 amd64 Tool for configuring the NVIDIA graphics driver
ii primus 20131127-1~trustyppa1 amd64 client-side GPU offloading for NVIDIA Optimus
ii primus-libs:amd64 20131127-1~trustyppa1 amd64 Shared libraries for primus
ii primus-libs:i386 20131127-1~trustyppa1 i386 Shared libraries for primus
ii primus-libs-ia32 20131127-1~trustyppa1 i386 Shared libraries for primus (32-bit)
-
Burada (http://forum.linuxmint.net.tr/index.php?topic=1794.msg11404#msg11404) anlatıldığı biçimde IPV6'yı pasifleştirmeyi, burada (http://forum.linuxmint.net.tr/index.php?topic=2209.msg14072#msg14072) anlatıldığı biçimde açılış seçeneklerine acpi=force değişkeni eklemeyi deneyebilirsiniz.
-
Uyguladım.Hala bir dakikayı buluyor sistemin açılması. :-\
-
Aşağıdaki komutu uçbirimde çalıştırıp, çıktısını buraya (http://paste2.org/) yapıştırarak bağlantısını paylaşınız.
dmesg
Tekrar paylaşınız.
-
http://paste2.org/tpGUEt7c
-
init: Failed to spawn nvidia-persistenced main process: unable to execute: No such file or directory
Bunu çözmeyi deneyelim. Nvidia-prime ile ilgili bir mesajmış. Yukarıdaki çıktılarda görünmüyor ama daha önce nvidia-prime paketi kuruldu ise aşağıdaki komut ile yapılandırma dosyalarını silmeyi deneyebilirsiniz.
sudo apt-get purge nvidia-prime
"apt-get remove" komutu paketi kaldırır ama yapılandırma dosyalarına dokunmaz, "apt-get purge" komutu komutu paketi yapılandırma dosyaları ile birlikte kaldırır. Daha önce "apt-get remove" komutu ile silinmiş paketlerin yapılandırma dosyaları da yine "apt-get purge" komutu ile silinebilir.
-
Güncelleme yapmıştım,onun haricinde bir değişiklik yapmadım.
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı oluşturuluyor
Durum bilgisi okunuyor... Bitti
Package 'nvidia-prime' is not installed, so not removed
0 paket yükseltilecek, 0 yeni paket kurulacak, 0 paket kaldırılacak ve 12 paket yükseltilmeyecek.
-
Sürücü Yöneticisi yardımıyla Nvidia sürücüsü kurmayı denemiş miydiniz?
-
Denememiş olmalıyım,yani ben özel birşey yaptığımı hatırlamıyorum bu başlık haricinde
-
sudo apt-get purge bbswitch-dkmscat /etc/modules-load.d/bbswitch.confçıktılarını yollayabilir misiniz?
-
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı oluşturuluyor
Durum bilgisi okunuyor... Bitti
Aşağıdaki ek paketler de kurulacak:
bbswitch-source
Tavsiye edilen paketler:
module-assistant
Aşağıdaki paketler KALDIRILACAK:
bbswitch-dkms* bumblebee* bumblebee-nvidia* primus*
Aşağıdaki YENİ paketler kurulacak:
bbswitch-source
0 paket yükseltilecek, 1 yeni paket kurulacak, 4 paket kaldırılacak ve 11 paket yükseltilmeyecek.
10,2 kB arşiv dosyası indirilecek.
Bu işlem tamamlandıktan sonra 355 kB disk alanı boşalacak.
Devam etmek istiyor musunuz? [E/h] E
Alınıyor: 1 http://ppa.launchpad.net/bumblebee/stable/ubuntu/ trusty/main bbswitch-source all 0.8-1~trustyppa1 [10,2 kB]
0 sn.'de 10,2 kB alındı (54,5 kB/s)
(Veritabanı okunuyor... mevcut 264337 dosya veya klasör yüklü.)
Kaldırılan: primus (20131127-1~trustyppa1) ...
primus (20131127-1~trustyppa1) için yapılandırma dosyaları temizleniyor ...
Kaldırılan: bumblebee-nvidia (3.2.1-90~trustyppa1) ...
update-alternatives: /usr/lib/nvidia-331/ld.so.conf kullanılarak /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) sağlamak için otomatik kip durumunda
update-alternatives: /usr/lib/nvidia-331/alt_ld.so.conf kullanılarak /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) sağlamak için otomatik kip durumunda
bumblebee-nvidia (3.2.1-90~trustyppa1) için yapılandırma dosyaları temizleniyor ...
Kaldırılan: bumblebee (3.2.1-90~trustyppa1) ...
bumblebeed stop/waiting
bumblebee (3.2.1-90~trustyppa1) için yapılandırma dosyaları temizleniyor ...
Kaldırılan: bbswitch-dkms (0.8-1~trustyppa1) ...
-------- Uninstall Beginning --------
Module: bbswitch
Version: 0.8
Kernel: 3.16.0-33-generic (x86_64)
-------------------------------------
Status: Before uninstall, this module version was ACTIVE on this kernel.
bbswitch.ko:
- Uninstallation
- Deleting from: /lib/modules/3.16.0-33-generic/kernel/drivers/acpi/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod.......
DKMS: uninstall completed.
-------- Uninstall Beginning --------
Module: bbswitch
Version: 0.8
Kernel: 3.16.0-34-generic (x86_64)
-------------------------------------
Status: Before uninstall, this module version was ACTIVE on this kernel.
bbswitch.ko:
- Uninstallation
- Deleting from: /lib/modules/3.16.0-34-generic/kernel/drivers/acpi/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod......
DKMS: uninstall completed.
------------------------------
Deleting module version: 0.8
completely from the DKMS tree.
------------------------------
Done.
man-db (2.6.7.1-1ubuntu1) için tetikleyiciler işleniyor ...
libc-bin (2.19-0ubuntu6.6) için tetikleyiciler işleniyor ...
initramfs-tools (0.103ubuntu4.2) için tetikleyiciler işleniyor ...
update-initramfs: Generating /boot/initrd.img-3.16.0-34-generic
Warning: No support for locale: tr_TR.utf8
Önceden seçili olmayan bbswitch-source paketi seçiliyor.
(Veritabanı okunuyor... mevcut 264287 dosya veya klasör yüklü.)
Açılmaya hazırlanan .../bbswitch-source_0.8-1~trustyppa1_all.deb ...
bbswitch-source (0.8-1~trustyppa1) paketi açılıyor ...
bbswitch-source (0.8-1~trustyppa1) ayarlanıyor...
cat: /etc/modules-load.d/bbswitch.conf: Böyle bir dosya ya da dizin yok
-
İkinci çıktıyı neden istemişim anlamadım. Sanırım bir yanlışlık oldu. Şimdi açılma süresi ne kadar? Uzunsa dmesg çıktısına tekrar bakalım.