[deniz@deniz ~]$ sudo systemctl enable bumblebeed.service [sudo] password for deniz: [deniz@deniz ~]$ sudo systemctl start bumblebeed.service [deniz@deniz ~]$ systemctl status bumblebeed.service bumblebeed.service - Bumblebee C Daemon Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled) Active: activating (auto-restart) (Result: exit-code) since Prş 2013-04-18 00:33:16 EEST; 4s ago Process: 3064 ExecStart=/usr/sbin/bumblebeed (code=exited, status=1/FAILURE) [deniz@deniz ~]$
http://archman.org/forum/viewtopic.php?f=7&t=14#p35
Burada kısaca Optimus teknolojili sistemlerde işleteceğiniz komutlar anlatlmış durumda. Dikkat edeceğiniz tek nokta, geliştiricilerin dediğine göre Nouveau sürücüleri kurulduğunda Bumblebee ile ilgili bir sorun olduğudur. Bu sebeple Nvidia sürücülerini kullanmanız tavsiye ediliyor.
Sorununuzu çözmezse bu yönergeler, resmi forumda 'kernel-hardware' altında yeni bir başlık açın. Şu komut çıktılarını ekleyin:
mhwd mhwd -li hwinfo --gfx pacman -Qi bumblebee systemctl status bumblebeed.service
iyi günler.
manjaroyu güncellemek isterken şöyle bi hata aldım. acaba yardımcı olur musunuz ?
[root@kfnn ~]# pacman -Syy hata: yapılandırma dosyası /etc/pacman.conf okunamadı: Böyle bir dosya ya da dizin yok
pacman.conf dosya içerigini buraya aktarabilirmisin?
eğer /etc dizininin altındaysa burda pacman.conf dosyası yok..galiba silinmiş.
Eger yönetici haklarıyla siz silmediyseniz kendiliginden silinmez. Uçbirimi açıp ( Kde kullandığınızı varsayıyorum. Farklı metin edidörü kullanıyorsanız onunla açın)
$sudo kwrite /etc/pacman.conf
komutunu uygulayın. Parolanızı girin. pacman.conf dosyası açılacaktır. İçerigini kopyalayıp buraya aktarın.
# # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives # # GENERAL OPTIONS # [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. #RootDir = / #DBPath = /var/lib/pacman/ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc manjaro-system # If upgrades are available for these packages they will be asked for first SyncFirst = manjaro-system pacman #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = #IgnoreGroup = #NoUpgrade = #NoExtract = # Misc options #UseSyslog #UseDelta #TotalDownload CheckSpace #VerbosePkgLists # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. #SigLevel = Optional TrustedOnly # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all official packages # Manjaro Linux supports with `pacman-key --populate archlinux manjaro`. # # REPOSITORIES # - can be defined here or included from another file # - pacman will search repositories in the order defined here # - local/custom mirrors can be added here or in separate files # - repositories listed first will take precedence when packages # have identical names, regardless of version number # - URLs will have $repo replaced by the name of the current repo # - URLs will have $arch replaced by the name of the architecture # # Repository entries are of the format: # [repo-name] # Server = ServerName # Include = IncludePath # # The header [repo-name] is crucial - it must be present and # uncommented to enable the repo. # [basis-testing] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [platform-testing] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [addon-testing] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [extra-testing] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [community-testing] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs [archlinuxfr] Server = http://repo.archlinux.fr/i686
@kefnunn, sanırım siz test sürümü kurdunuz. Yada içerigini degiştiniz. Neyse sorun degil.
Yansı adreslerinde bir takım çalışmalar yapılmaktadır. Bir başka deyişle yeni düzenlemeler geliyor. Bu konuda duyuruları takip etmenizde fayda var. Bugün yada yarın açıklanacağını sanıyorum. Yapılacak düzenlemeleri yeni konu ve blog'dan duyuracağız. Acil degilse şimdilik bir işlem yapmayın. Eger aciliyeti varsa farklı önerilerle sorunu çözelim.
aslında biraz acil. farklı yöntemlere de açığım. bu arada kullandığım sürüm manjaro 0.8.5 kde x64 sürümü test sürümü değil bu arada
/etc/ altında root hakları ile yeni bir dosya oluşturun. pacman.conf olarak adlandırın. İçine şunu olduğu gibi yapıştırın ve kaydedin:
# # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives # # GENERAL OPTIONS # [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. #RootDir = / #DBPath = /var/lib/pacman/ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc manjaro-system # If upgrades are available for these packages they will be asked for first SyncFirst = manjaro-system pacman #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled #UseDelta = 0.7 Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = #IgnoreGroup = #NoUpgrade = #NoExtract = # Misc options #UseSyslog #Color #TotalDownload CheckSpace #VerbosePkgLists # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional #RemoteFileSigLevel = Required # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all official Arch Linux # packagers with `pacman-key --populate archlinux`. # # REPOSITORIES # - can be defined here or included from another file # - pacman will search repositories in the order defined here # - local/custom mirrors can be added here or in separate files # - repositories listed first will take precedence when packages # have identical names, regardless of version number # - URLs will have $repo replaced by the name of the current repo # - URLs will have $arch replaced by the name of the architecture # # Repository entries are of the format: # [repo-name] # Server = ServerName # Include = IncludePath # # The header [repo-name] is crucial - it must be present and # uncommented to enable the repo. # [core] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [extra] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [community] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here. [multilib] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs
/etc/pacman.d/mirrorlist içeriğini de şu şekilde düzenleyin:
Dikkat etmeniz gereken, eğer kararlı depoları kullanacakssanız /unstable/ kısmını /stable/ olarak değiştirmeniz gerekiyor. Testing depolarını kullanacaksanız eğer /testing/ olarak değiştirmelisiniz.
## ## Manjaro Linux repository mirrorlist ## Generated on 24 Nisan 2013 ## Use pacman-mirrors to modify ## ## Location: Netherlands ## Time: 0.688 Server = http://ftp.nluug.nl/pub/os/Linux/distr/manjaro/unstable/$repo/$arch ## Location: United_Kingdom ## Time: 0.807 Server = http://repo.manjaro.org.uk/unstable/$repo/$arch ## Location: Germany ## Time: 0.857 Server = http://mirror-europe1.vinzv.de/manjaro/repo/unstable/$repo/$arch ## Location: Greece ## Time: 1.099 Server = http://ftp.cc.uoc.gr/mirrors/linux/manjaro/unstable/$repo/$arch ## Location: United_States ## Time: 1.400 Server = http://mirror.dacentec.com/manjaro/unstable/$repo/$arch ## Location: Netherlands ## Time: 2.011 Server = ftp://ftp.nluug.nl/pub/os/Linux/distr/manjaro/unstable/$repo/$arch
Aşağıda verilen pacman.conf ve mirrorlist içerigini sizinki ile degiştirin.
# # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives # # GENERAL OPTIONS # [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. #RootDir = / #DBPath = /var/lib/pacman/ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc manjaro-system # If upgrades are available for these packages they will be asked for first SyncFirst = manjaro-system pacman #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = #IgnoreGroup = #NoUpgrade = #NoExtract = # Misc options #UseSyslog #UseDelta #TotalDownload CheckSpace #VerbosePkgLists # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. #SigLevel = Optional TrustedOnly # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all official packages # Manjaro Linux supports with `pacman-key --populate archlinux manjaro`. # # REPOSITORIES # - can be defined here or included from another file # - pacman will search repositories in the order defined here # - local/custom mirrors can be added here or in separate files # - repositories listed first will take precedence when packages # have identical names, regardless of version number # - URLs will have $repo replaced by the name of the current repo # - URLs will have $arch replaced by the name of the architecture # # Repository entries are of the format: # [repo-name] # Server = ServerName # Include = IncludePath # # The header [repo-name] is crucial - it must be present and # uncommented to enable the repo. # [platform-testing] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [extra-testing] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [community-testing] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs [archlinuxfr] Server = http://repo.archlinux.fr/i686
mirrorlist
## ## Manjaro Linux repository mirrorlist ## Generated on 24 Nisan 2013 ## Use pacman-mirrors to modify ## ## Location: Netherlands ## Time: 0.688 Server = http://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch ## Location: United_Kingdom ## Time: 0.807 Server = http://repo.manjaro.org.uk/stable/$repo/$arch ## Location: Germany ## Time: 0.857 Server = http://mirror-europe1.vinzv.de/manjaro/repo/stable/$repo/$arch ## Location: Greece ## Time: 1.099 Server = http://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable/$repo/$arch ## Location: United_States ## Time: 1.400 Server = http://mirror.dacentec.com/manjaro/stable/$repo/$arch ## Location: Netherlands ## Time: 2.011 Server = ftp://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch #pacman -Syy #pacman -Syu
teşekkürler. halloldu.
Bu başlık 11 sayfaya ulaştı. Başlıkla ilgili olmayan kısımları ve son güncellemelerle ilgili kısımları ayrı bir başlığa taşınması iyi olmaz mı?
Duyuru yapılıncaya kadar bu başlıkta devam etmekte fayda var. Ondan sonra düzenleriz.