[SOLVED] Trouble installing with ASUS P8B75-M (UEFI) motherboard

I recently built a computer, which has an ASUSTek P8B75-M motherboard, and I can't seem to get past "triggering uevents" on the USB installation disk. After reading up, I'm pretty sure it's a Secure Boot issue, but I can't seem to figure out how exactly I should get it to boot, since nothing I've tried seems to work.
As it is now, here is what I have set for my options:
Secure Boot State: Enabled
Platform Key (PK) state: Loaded
OS Type: Windows UEFI mode (setting it to Other OS doesn't seem to make a difference)
Under the CSM (Compatibility Support Module)
Launch CSM: Enabled
Boot Device Control: UEFI and Legacy OpROM, OpROM Only, UEFI only
Boot from Network Devices: Legacy OpROM first, UEFI driver first, Ignore
Boot from Storage Devices: Both; Legacy OPROM first, Both; UEFI first, Legacy OpROM first, UEFI driver first, Ignore
Boot from PCIe/PCI Expansion Devices: Legacy OpROM first, UEFI driver first
and of course I have Fast Boot Disabled
not sure if it will help, but I also have:
Interrupt 19 Capture: Disabled
POST Delay Time: 3 sec
Option ROM Messages: Force BIOS
Any ideas? I'd go with other threads, but this seems to be organized rather strangely.
also, I'm using Windows 7, not 8.
Last edited by rodaz143 (2014-02-27 22:24:33)

Never mind, I got it working. Note to self, don't use dd for creating bootable USBs

Similar Messages

  • [SOLVED] Trouble installing with encrypted root system

    I'm trying to install with an encrypted root filesystem following the wikiguide: http://wiki.archlinux.org/index.php/Enc … Filesystem
    I've downloaded the latest 0.7.1 ISO with 2.6.15-12 kernel.
    All I get when I try to intall a bootloader is
    Missing/Invalid root partition
    Errormsg taken from the top of my head
    Any suggestions? Isn't the guide applicable on 0.7.1 / 2.6.15-2-kernel?

    It was all my bad.. I somehow forgot to configure a mount for /boot.

  • [SOLVED] Trouble installing on SSD with GPT partitioning

    Hi there!
    I'm trying to install Arch on my brandnew SSD. As per the wiki, I've set the SSD up to use GPT partitioning. I've created a first 1MB partition of type BIOS boot partition, and in the mobo's BIOS I've set the SATA controllers to AHCI mode. I've manually created an ext4 filesystem on the 2nd partition before running arch's installer. In the installer, I chose not to install a boot loader, cause this is said to install GRUB, while GPT partitioning requires GRUB2. So, after installation, I've chrooted into the installation, cause there doesn't seem to be any other way to get GRUB2 installed. I've pacman -Sy'd grub2 and left the chroot. I've tried to run
    grub-install --recheck --no-floppy --root-directory=/mnt /dev/sda
    , but got
    Probing devices to guess BIOS drives. This may take some time.
    The file /mnt/boot/grub/stage1 not read correctly
    What's the matter? How am I supposed to get a working boot loader onto my new SSD?
    Best wishes,
    Rufus
    Last edited by RufusD (2010-12-19 17:07:21)

    Check whether grub-install belongs to grub package or grub2 package. Try to install these updated grub2 packages from here
    http://dl.dropbox.com/u/9710721/skodabe … pkg.tar.xz - for x86_64
    http://dl.dropbox.com/u/9710721/skodabe … pkg.tar.xz - for i686 
    http://dl.dropbox.com/u/9710721/skodabe … pkg.tar.xz - any arch
    and then follow the post_install instructions from grub2-bios package.
    You might have to 'bind' mount /dev into your <chroot>/dev though or install the above packages and install grub2 from outside the chroot.
    Last edited by skodabenz (2010-12-13 13:32:51)

  • [Solved] Unbootable USB with both BIOS and UEFI setup

    I'm installing Arch to a USB flash drive to be bootable across a wide-range of computers (like the Arch ISO for USB) - both with legacy BIOS and with UEFI support (32bit instead of 64bit for greatest compatibility). I've installed Arch successfully and everything with it works fine.
    To get the flash drive to bootup on legacy BIOS systems, I've installed Grub. This went without a hitch and this boots up on every legacy BIOS machine I've tried.
    However, I cannot for the life of me get UEFI working. I only have one UEFI-enabled machine to test on. I've tied settings up both Gummiboot and Grub for UEFI support and they both seem to get to the same place. I get their boot entries to show up in the UEFI's boot up menu, but it boots the UEFI installation already present on the system (another Arch installation). If I remove the UEFI entry for the Arch installation on the machine, it lists the flash drive in the boot-up menu but clicking on it tells me that there were no bootable mediums found. So I'm guessing there is a configuration error somewhere.
    The Arch ISO disk boots up successfully over UEFI on the machine without a hitch. SafeBoot is disabled on the UEFI machine machine. The UEFI machine has a working UEFI Arch installation by Grub2 which works fine - I setup the flash drive pretty much the same was as detailed below but it doesn't work.
    Here is my setup:
    Disk /dev/sda: 57.9 GiB, 62176362496 bytes, 121438208 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
    Disklabel type: gpt
    Disk identifier: 7AF2949B-01DA-4A5D-96B5-C716601BF56B
    Device        Start       End   Sectors  Size Type
    /dev/sda1      2048  10487807  10485760    5G EFI System
    /dev/sda2  10487808  10489855      2048    1M BIOS boot
    /dev/sda3  10489856 121438174 110948319 52.9G Linux filesystem
    It is a GPT formatted flash drive, with an EFI partition, a BIOS Boot partition (for Grub) and finally a LUKS encrypted file system. (I have also tried the system without LUKS and I still get the same results as above).
    ESP partition with Gummiboot (/boot): (ls -LR /boot)
    EFI  grub  initramfs-linux-fallback.img  initramfs-linux.img  intel-ucode.img  loader  vmlinuz-linux
    ./EFI:
    Boot  gummiboot
    ./EFI/Boot:
    BOOTIA32.EFI BOOTX64.efi
    ./EFI/gummiboot:
    gummibootia32.efi
    ./loader:
    entries  loader.conf
    ./loader/entries:
    arch.conf
    (with BOOTIA32.EFI copied to BOOTX64.EFI so UEFI would recognize the flash drive.)
    ESP partition with Grub (/boot): (ls -LR /boot)
    EFI  grub  initramfs-linux-fallback.img  initramfs-linux.img  intel-ucode.img  loader  vmlinuz-linux
    ./EFI:
    Boot  gummiboot
    ./EFI/boot:
    bootx64.efi
    ./EFI/grub:
    grubia32.efi
    grub.efi
    I've tried copying both grub.efi to bootx64.efi and grubia32.efi to bootx64.efi. Both seem to be the same file.
    BLKID
    /dev/sda1: UUID="E3BA-7D68" TYPE="vfat" PARTLABEL="EFI System" PARTUUID="d3619522-56c7-4a18-9997-3a9649809506"
    /dev/sda2: PARTLABEL="BIOS boot partition" PARTUUID="40132eb6-2994-44b8-a6c4-8380fbd45a98"
    /dev/sda3: UUID="a7392099-0853-4b03-a1e9-82e298eaab95" TYPE="crypto_LUKS" PARTLABEL="Linux filesystem" PARTUUID="300f4171-f1b5-4407-beee-060ae8fb8dee"
    /dev/mapper/Root: LABEL="Root" UUID="679ba330-de69-4805-ba12-59d479ea12fc" TYPE="ext4"
    fstab (using default mount options from fstab generator)
    # /etc/fstab: static file system information
    # <file system>    <dir>    <type>    <options>    <dump>    <pass>
    # /dev/mapper/Root LABEL=Root
    UUID=679ba330-de69-4805-ba12-59d479ea12fc    /             ext4          defaults,relatime    0 1
    # /dev/sda1
    UUID=E3BA-7D68          /boot         vfat          rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro    0 2
    Grub for legacy BIOS was setup with the commands:
    grub-install --target=i386-pc --recheck --debug /dev/sda
    grub-mkconfig -o /boot/grub/grub.cfg
    Grub configuration from /boot/grub/grub.cfg
    GRUB_CMDLINE_LINUX_DEFAULT="cryptdevice=UUID=a7392099-0853-4b03-a1e9-82e298eaab95:Root"
    I've tried both Gummiboot and Grub2 (not at the same time) alongside Grub for the legacy BIOS bootup. BIOS bootup works fine.
    UEFI configuration with Gummiboot:
    gummiboot --path=/boot install
    /boot/loader/loader.conf
    default  arch
    timeout  4
    /boot/loader/entries/arch.conf
    title    Arch Linux
    linux    /vmlinuz-linux
    initrd    /initramfs-linux.img
    options cryptdevice=PARTUUID=300f4171-f1b5-4407-beee-060ae8fb8dee:Root root=UUID=679ba330-de69-4805-ba12-59d479ea12fc ro
    UEFI Configuration with GRUB2:
    grub-install --target=i386-efi --efi-directory=/boot --bootloader-id=grub --recheck
    grub-mkconfig -o /boot/grub/grub.cfg
    mkdir /boot/EFI/boot
    cp /boot/EFI/grub/grubia32.efi  /boot/EFI/boot/bootx64.efi
    I have to copy grubia32.efi to bootx64.efi so my UEFI system detects the flash drive.
    I have done all of these steps on a BIOS machine, and a UEFI machine, both with the same results. The machine recognizes the flash drive in the bootup menu and lists it as an option to boot from, but it tells me no bootable device was found. I don't care which method I need to use to get the flash drive to bootup over UEFI, gummiboot or Grub, I'm just trying to get it to work.
    Last edited by awbs (2015-05-17 18:25:19)

    It sounds like you are on the right track.  I got it to work using a similar method.  Here is my setup: 16GB USB 2.0 Corsair Voyager.
    gdisk -l /dev/sdb
    GPT fdisk (gdisk) version 1.0.0
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sdb: 31950720 sectors, 15.2 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 0C83EC1E-9109-4E1E-9EB8-01373E2339D4
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 31950686
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 206847 100.0 MiB EF02 BIOS boot partition
    2 206848 616447 200.0 MiB EF00 EFI System
    3 616448 31950686 14.9 GiB 8300 Linux filesystem
    As you can see, I made 3 partitions on a GPT labeled USB stick.  You need to format the EF00 and 8300 partitions:
    mkfs.vfat -F32 /dev/sdb2
    mke2fs -t ext4 -L isofiles /dev/sdb3
    "isofiles" is the label I used for the ext4 partition.  You can change this.  Now install Grub for EFI on the ESP partition:
    mount /dev/sdb2 /mnt
    mkdir -p /mnt/boot
    grub-install --target x86_64-efi --efi-directory /mnt --boot-directory /mnt/boot --removable
    Place your grub.cfg file in /mnt/EFI/BOOT.
    Install GRUB for legacy BIOS on the bios_boot partition:
    umount /mnt
    mount /dev/sdb3 /mnt
    mkdir -p /mnt/boot
    grub-install --no-floppy --target i386-pc --boot-directory /mnt/boot /dev/sdb
    Place your grub.cfg file in /mnt/boot/grub.  On some systems, it is /mnt/boot/grub2.
    Copy all of your ISO files, e.g., arch, gparted, clonzilla, etc, to the ext4 partition.  you will need the UUID of the ext4 partition:
    blkid /dev/sdb3
    This is because we are using a UUID search method to find the ISO's before loop mounting them. You can obtain the grub menu entries for various distros here.  I used the following grub.cfg to boot arch and gparted in EFI mode:
    set default="0"
    function load_video {
    insmod efi_gop
    insmod efi_uga
    insmod video_bochs
    insmod video_fb
    insmod video_cirrus
    insmod all_video
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set timeout=10
    submenu 'GParted -->' {
    set default="1"
    set isofile='/gparted-live-0.22.0-1-amd64.iso'
    menuentry 'GParted -- default settings' --class gparted --class gnu-linux --class os {
    search --no-floppy --fs-uuid --set=root THIS_IS_YOUR_UUID
    loopback loop $isofile
    set root=loop
    linuxefi /live/vmlinuz boot=live username=user config components quiet noswap noeject ip= nosplash findiso=$isofile
    initrdefi /live/initrd.img
    submenu 'Arch Linux -->' {
    menuentry 'Install Arch Linux' --class arch --class gnu-linux --class os {
    set isofile='/archlinux-2015.04.01-dual.iso'
    search --no-floppy --fs-uuid --set=root YOUR_UUID
    loopback loop $isofile
    set root=loop
    linuxefi /arch/boot/x86_64/vmlinuz archisolabel=ARCH_201504 img_label=isofiles img_loop=$isofile earlymodules=loop
    initrdefi /arch/boot/x86_64/archiso.img
    The legacy grub.cfg file is identical to the above, except that you use "linux" and "initrd" instead of "linuxefi" and "intrdefi".   Note that unfortunately you have to use two grub.cfg file, one for UEFI and the other for legacy placed in the locations described above.  However, they are very similar.
    When you boot the machine, if it is an ASUS board, let's assume, press F8 during POST.  You should see "Corsair - UEFI" and "Corsair".  They should both work.  Good Luck.

  • [solved] cannot install pacstrap /mnt base to UEFI without internet

    Hello everybody.
    Today I decided to install ArchLinux because of some problems on my Linux Mint System.
    On my laptop Lenovo yoga 13  while using Mint I installed Wi-Fi drivers after installation. It is not working out of the box.
    There is no Ethernet port on this laptop.
    In Begginer's Guide I have read that internet may be set up later. Ok, I skipped it and do next steps as in manual.
    When I go to step of installing base system the following happens
    # pacstrap /mnt base base-devel
    Error strings are running: could not get file ... from ... Could not resolve host ...
    And at the end:
    Cannot synchronize any database
    Cannot start request (error in boot library)
    Error ==> Failed to install pakages to new root
    I stopped here. Why it tries to connect to internet?
    P.S. I am installing from fresh iso from 2014.05.01 via LiveUSB.
    Please tell me what should I do?
    [Sorry if my English is bad ]
    Last edited by agent0 (2014-05-13 15:40:31)

    Sorry, forget to write. I have tested to execute pacman with -U option too. Here is its output:
    загрузка пакетов... (English: loading packages)
    разрешение зависимостей... (English: solving dependencies)
    проверка на взаимную несовместимость... (English: check for incompatibiility)
    Packets (12): binutils-2.24-3 cloog-0.18.1-2 dkms-2.2.0.3-14 gcc-4.9.0-1 guile-2.0.11-1 isl-0.12.2-1 libltdl-2.4.2-13 libmpc-1.0.2-2 linux-headers-3.14.2-1 make-4.0-2 patch-2.7.1-2 dkms-8723au-git-0.1-0
    It will be loaded: 35,83 MiB
    It will be installed: 165,54 MiB
    :: Start installing? [Y/n] _
    What packages does it mean: dependent pkgs or pkgs that will be downloaded?
    Again, I cannot download anything, so I need to install theese packages the same way as I try to install this one for wifi?
    And for installing theese pkgs, perhaps, I will need to install packages, dependent on theese? Oh... Recursion.
    What should I do?

  • [SOLVED] Trouble installing Xmonad and Xmonad-contrib

    I am new to Arch Linux. After using awesome for a month I decided to shift to xmonad.I installed xmonad and xmonad-contrib from official arch repositories by using
    pacman -S xmonad xmonad-contrib
    and then installed GHC. I was able to start session using
    exec xmonad
    in my ~/.xsession file. I copied the default xmonad.hs template to my home.
    cp /usr/share/xmonad-0.11/man/xmonad.hs ~/.xmonad/xmonad.hs
    . However while recompiling I am getting this error -
    xmonad.hs:14:18:
    Could not find module `XMonad.StackSet'
    Use -v to see a list of the files searched for.
    So I checked the modules in my ghc
    [mangat@Noahas_Arch ~]$ ghc-pkg list
    /usr/lib/ghc-7.6.2/package.conf.d
    Cabal-1.16.0
    array-0.4.0.1
    base-4.6.0.1
    bin-package-db-0.0.0.0
    binary-0.5.1.1
    bytestring-0.10.0.2
    containers-0.5.0.0
    deepseq-1.3.0.1
    directory-1.2.0.1
    filepath-1.3.0.1
    ghc-7.6.2
    ghc-prim-0.3.0.0
    haskell2010-1.1.1.0
    haskell98-2.0.0.2
    hoopl-3.9.0.0
    hpc-0.6.0.0
    integer-gmp-0.5.0.0
    old-locale-1.0.0.5
    old-time-1.1.0.1
    pretty-1.1.1.0
    process-1.1.0.2
    rts-1.0
    template-haskell-2.8.0.0
    time-1.4.0.1
    unix-2.6.0.1
    I am now missing xmonad and xmonad-contrib modules, so I tried to reinstall it but I am now getting following error messages :-
    [mangat@Noahas_Arch ~]$ su -c "pacman -Sv xmonad xmonad-contrib"
    Password:
    Root : /
    Conf File : /etc/pacman.conf
    DB Path : /var/lib/pacman/
    Cache Dirs: /var/cache/pacman/pkg/
    Lock File : /var/lib/pacman/db.lck
    Log File : /var/log/pacman.log
    GPG Dir : /etc/pacman.d/gnupg/
    Targets : xmonad xmonad-contrib
    warning: xmonad-0.11-5 is up to date -- reinstalling
    warning: xmonad-contrib-0.11-6 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Packages (2): xmonad-0.11-5 xmonad-contrib-0.11-6
    Total Installed Size: 34.13 MiB
    Net Upgrade Size: 0.00 MiB
    :: Proceed with installation? [Y/n] Y
    (2/2) checking keys in keyring [###########################################################] 100%
    (2/2) checking package integrity [###########################################################] 100%
    (2/2) loading package files [###########################################################] 100%
    (2/2) checking for file conflicts [###########################################################] 100%
    (2/2) checking available disk space [###########################################################] 100%
    ghc-pkg: cannot find package xmonad-0.11
    error: command failed to execute correctly
    (1/2) reinstalling xmonad [###########################################################] 100%
    Reading package info from stdin ... done.
    xmonad-0.11: Warning: haddock-interfaces: /usr/share/doc/xmonad-0.11/html/xmonad.haddock doesn't exist or isn't a file
    xmonad-0.11: Warning: haddock-html: /usr/share/doc/xmonad-0.11/html doesn't exist or isn't a directory
    xmonad-0.11: dependency "X11-1.6.1.1-1d285f3adf4105d51aa29a4bb5b0c634" doesn't exist (use --force to override)
    xmonad-0.11: dependency "extensible-exceptions-0.1.1.4-757e1af929bd59fccfe8430149f55bc2" doesn't exist (use --force to override)
    xmonad-0.11: dependency "mtl-2.1.2-36ff22533b21e2182d8d4647bfd2b3e7" doesn't exist (use --force to override)
    xmonad-0.11: dependency "utf8-string-0.3.7-89a3d8cf53390a43809e108bcfba69ef" doesn't exist (use --force to override)
    error: command failed to execute correctly
    ghc-pkg: cannot find package xmonad-contrib-0.11
    error: command failed to execute correctly
    (2/2) reinstalling xmonad-contrib [###########################################################] 100%
    Reading package info from stdin ... done.
    xmonad-contrib-0.11: Warning: haddock-interfaces: /usr/share/doc/xmonad-contrib-0.11/html/xmonad-contrib.haddock doesn't exist or isn't a file
    xmonad-contrib-0.11: Warning: haddock-html: /usr/share/doc/xmonad-contrib-0.11/html doesn't exist or isn't a directory
    xmonad-contrib-0.11: dependency "X11-1.6.1.1-1d285f3adf4105d51aa29a4bb5b0c634" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "X11-xft-0.3.1-af5f924091c4d4d0e7fd0f1ef1e3e1c5" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "extensible-exceptions-0.1.1.4-757e1af929bd59fccfe8430149f55bc2" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "mtl-2.1.2-36ff22533b21e2182d8d4647bfd2b3e7" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "random-1.0.1.1-048316c239de82db6e182c94b6cf4e19" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "utf8-string-0.3.7-89a3d8cf53390a43809e108bcfba69ef" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "xmonad-0.11-b1caf0967c016228684d4fbe995fb8d7" doesn't exist (use --force to override)
    error: command failed to execute correctly
    Any Idea why pacman is unable to resolve the dependency. Are they availiable in AUR?
    PS: I have just updated by installation and I am not using AUR right now.
    Last edited by mangatmodi (2013-04-23 09:26:14)

    @Raynman
    My pacman.conf was really in a very bad shape at the time of installation of Xmonad. I think I must be careless to notice and removed dependency check.
    When I compiled my xmonad.hs I found errors related to GHC. I was too surprised, however installed it further. Now since GHC was installed later, it missed some modules which were previously installed.
    I tried reinstalling xmonad, xmonad-contrib before but there was no use. However recursively removing and installing, as suggested by you, seems to have fixed have problem. I am now getting following modules in GHC.
    /usr/lib/ghc-7.6.2/package.conf.d
    Cabal-1.16.0
    X11-1.6.1.1
    X11-xft-0.3.1
    array-0.4.0.1
    base-4.6.0.1
    bin-package-db-0.0.0.0
    binary-0.5.1.1
    bytestring-0.10.0.2
    containers-0.5.0.0
    data-default-0.5.1
    deepseq-1.3.0.1
    directory-1.2.0.1
    dlist-0.5
    extensible-exceptions-0.1.1.4
    filepath-1.3.0.1
    ghc-7.6.2
    ghc-prim-0.3.0.0
    haskell2010-1.1.1.0
    haskell98-2.0.0.2
    hoopl-3.9.0.0
    hpc-0.6.0.0
    integer-gmp-0.5.0.0
    mtl-2.1.2
    old-locale-1.0.0.5
    old-time-1.1.0.1
    pretty-1.1.1.0
    process-1.1.0.2
    random-1.0.1.1
    rts-1.0
    template-haskell-2.8.0.0
    time-1.4.0.1
    transformers-0.3.0.0
    unix-2.6.0.1
    utf8-string-0.3.7
    xmonad-0.11
    xmonad-contrib-0.11
    I will test my system and mark the thread solved. Thank you for the help

  • [SOLVED] No sound with Asus Xonar DGX

    I've got no sound so I've looked into journalctl and there were some bluez and pulseaudio related erros. So i.a.w. this topic https://bbs.archlinux.org/viewtopic.php?id=155714 I did `systemctl enable bluetooth.service`. No more errors but still no sound.
    Other things I did:
    - unplug/plug headphones
    - check whether anything is muted in alsamixer and the gnome sound applet (note: nothing is greyed-out, microphone picks up signals)
    snd_oxygen i.e. ASUS XONAR is the sound card I would like to use and I hook my headphones to.
    # cat /proc/asound/cards
    0 [DGX ]: CMI8786 - Xonar DGX
    C-Media Oxygen HD Audio at 0xee00, irq 17
    1 [HDMI ]: HDA-Intel - HDA ATI HDMI
    HDA ATI HDMI at 0xfd7fc000 irq 30
    # lsmod | grep '^snd' | column -t
    snd_hda_codec_hdmi 49263 1
    snd_hda_intel 26387 2
    snd_hda_controller 26857 1 snd_hda_intel
    snd_oxygen 23783 2
    snd_hda_codec 112621 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_controller
    snd_oxygen_lib 36709 1 snd_oxygen
    snd_hwdep 17244 1 snd_hda_codec
    snd_mpu401_uart 13507 1 snd_oxygen_lib
    snd_rawmidi 26806 1 snd_mpu401_uart
    snd_seq_device 13307 1 snd_rawmidi
    snd_pcm 88779 5 snd_hda_codec_hdmi,snd_oxygen_lib,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer 26614 1 snd_pcm
    snd 73436 19 snd_oxygen,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_rawmidi,snd_oxygen_lib,snd_hda_codec,snd_hda_intel,snd_mpu401_uart,snd_seq_device
    # journalctl -b | grep -i bluez
    Apr 26 12:13:52 arch1411 dbus[326]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Apr 26 12:13:52 arch1411 dbus[326]: [system] Successfully activated service 'org.bluez'
    Apr 26 12:14:31 arch1411 /usr/lib/gdm/gdm-x-session[359]: Activating service name='org.bluez.obex'
    Apr 26 12:14:31 arch1411 /usr/lib/gdm/gdm-x-session[359]: Successfully activated service 'org.bluez.obex'
    [root@arch1411 hg1]# journalctl -b | grep -i audio
    Apr 26 12:13:50 arch1411 kernel: snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
    Apr 26 12:13:52 arch1411 rtkit-daemon[432]: Successfully made thread 431 of process 431 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Apr 26 12:13:52 arch1411 rtkit-daemon[432]: Successfully made thread 456 of process 431 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
    Apr 26 12:13:52 arch1411 rtkit-daemon[432]: Successfully made thread 497 of process 431 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
    Apr 26 12:13:52 arch1411 rtkit-daemon[432]: Successfully made thread 498 of process 431 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
    Apr 26 15:37:00 arch1411 vlc.desktop[876]: [00007ffabc009ee8] mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer
    Apr 26 15:37:02 arch1411 vlc.desktop[876]: [00007ffae0c244f8] mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer
    # systemctl status pulseaudio.service
    ● pulseaudio.service
    Loaded: not-found (Reason: No such file or directory)
    Active: inactive (dead)
    # systemctl start pulseaudio.service
    Failed to start pulseaudio.service: Unit pulseaudio.service failed to load: No such file or directory.
    Should I proceed per https://bbs.archlinux.org/viewtopic.php?id=149501 and remove pulseaudio daemon from the /etc/rc.conf file?
    Last edited by bbarcher (2015-05-01 07:42:36)

    systemctl --all --no-pager|grep -i pulse
    returns nothing.
    Thank you for your input, V1del.
    $ pacmd list-cards
    2 card(s) available.
    index: 0
    name: <alsa_card.pci-0000_01_00.1>
    driver: <module-alsa-card.c>
    owner module: 6
    properties:
    alsa.card = "0"
    alsa.card_name = "HDA ATI HDMI"
    alsa.long_card_name = "HDA ATI HDMI at 0xfd7fc000 irq 30"
    alsa.driver_name = "snd_hda_intel"
    device.bus_path = "pci-0000:01:00.1"
    sysfs.path = "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card0"
    device.bus = "pci"
    device.vendor.id = "1002"
    device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
    device.product.id = "aa88"
    device.product.name = "Barts HDMI Audio [Radeon HD 6800 Series]"
    device.string = "0"
    device.description = "Barts HDMI Audio [Radeon HD 6800 Series]"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    profiles:
    output:hdmi-stereo: Digital Stereo (HDMI) Output (priority 5400, available: unknown)
    output:hdmi-surround: Digital Surround 5.1 (HDMI) Output (priority 300, available: unknown)
    output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output (priority 300, available: unknown)
    off: Off (priority 0, available: unknown)
    active profile: <output:hdmi-stereo>
    sinks:
    alsa_output.pci-0000_01_00.1.hdmi-stereo/#0: Barts HDMI Audio [Radeon HD 6800 Series] Digital Stereo (HDMI)
    sources:
    alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor/#0: Monitor of Barts HDMI Audio [Radeon HD 6800 Series] Digital Stereo (HDMI)
    ports:
    hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no)
    properties:
    device.icon_name = "video-display"
    index: 1
    name: <alsa_card.pci-0000_04_04.0>
    driver: <module-alsa-card.c>
    owner module: 24
    properties:
    alsa.card = "1"
    alsa.card_name = "Xonar DGX"
    alsa.long_card_name = "C-Media Oxygen HD Audio at 0xee00, irq 17"
    alsa.driver_name = "snd_oxygen"
    device.bus_path = "pci-0000:04:04.0"
    sysfs.path = "/devices/pci0000:00/0000:00:05.0/0000:03:00.0/0000:04:04.0/sound/card1"
    device.bus = "pci"
    device.vendor.id = "13f6"
    device.vendor.name = "C-Media Electronics Inc"
    device.product.id = "8788"
    device.product.name = "CMI8788 [Oxygen HD Audio]"
    device.string = "1"
    device.description = "CMI8788 [Oxygen HD Audio]"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    profiles:
    input:analog-stereo: Analog Stereo Input (priority 60, available: unknown)
    output:analog-stereo: Analog Stereo Output (priority 6000, available: unknown)
    output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6060, available: unknown)
    off: Off (priority 0, available: unknown)
    active profile: <output:analog-stereo+input:analog-stereo>
    sinks:
    alsa_output.pci-0000_04_04.0.analog-stereo/#1: CMI8788 [Oxygen HD Audio] Analog Stereo
    sources:
    alsa_output.pci-0000_04_04.0.analog-stereo.monitor/#1: Monitor of CMI8788 [Oxygen HD Audio] Analog Stereo
    alsa_input.pci-0000_04_04.0.analog-stereo/#2: CMI8788 [Oxygen HD Audio] Analog Stereo
    ports:
    analog-input-front-mic: Front Microphone (priority 8500, latency offset 0 usec, available: unknown)
    properties:
    device.icon_name = "audio-input-microphone"
    analog-input-mic: Microphone (priority 8700, latency offset 0 usec, available: unknown)
    properties:
    device.icon_name = "audio-input-microphone"
    analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: unknown)
    properties:
    analog-input-aux: Analog Input (priority 8000, latency offset 0 usec, available: unknown)
    properties:
    analog-output-headphones: Headphones (priority 9000, latency offset 0 usec, available: unknown)
    properties:
    device.icon_name = "audio-headphones"
    $ pacmd list-sinks
    2 sink(s) available.
    index: 0
    name: <alsa_output.pci-0000_01_00.1.hdmi-stereo>
    driver: <module-alsa-card.c>
    flags: HARDWARE DECIBEL_VOLUME LATENCY FLAT_VOLUME DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE
    priority: 9050
    volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
    balance 0.00
    base volume: 65536 / 100% / 0.00 dB
    volume steps: 65537
    muted: no
    current latency: 0.00 ms
    max request: 0 KiB
    max rewind: 0 KiB
    monitor source: 0
    sample spec: s16le 2ch 44100Hz
    channel map: front-left,front-right
    Stereo
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 1999.82 ms
    card: 0 <alsa_card.pci-0000_01_00.1>
    module: 6
    properties:
    alsa.resolution_bits = "16"
    device.api = "alsa"
    device.class = "sound"
    alsa.class = "generic"
    alsa.subclass = "generic-mix"
    alsa.name = "HDMI 0"
    alsa.id = "HDMI 0"
    alsa.subdevice = "0"
    alsa.subdevice_name = "subdevice #0"
    alsa.device = "3"
    alsa.card = "0"
    alsa.card_name = "HDA ATI HDMI"
    alsa.long_card_name = "HDA ATI HDMI at 0xfd7fc000 irq 30"
    alsa.driver_name = "snd_hda_intel"
    device.bus_path = "pci-0000:01:00.1"
    sysfs.path = "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card0"
    device.bus = "pci"
    device.vendor.id = "1002"
    device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
    device.product.id = "aa88"
    device.product.name = "Barts HDMI Audio [Radeon HD 6800 Series]"
    device.string = "hdmi:0"
    device.buffering.buffer_size = "352768"
    device.buffering.fragment_size = "176384"
    device.access_mode = "mmap+timer"
    device.profile.name = "hdmi-stereo"
    device.profile.description = "Digital Stereo (HDMI)"
    device.description = "Barts HDMI Audio [Radeon HD 6800 Series] Digital Stereo (HDMI)"
    alsa.mixer_name = "ATI R6xx HDMI"
    alsa.components = "HDA:1002aa01,00aa0100,00100200"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    ports:
    hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no)
    properties:
    device.icon_name = "video-display"
    active port: <hdmi-output-0>
    * index: 1
    name: <alsa_output.pci-0000_04_04.0.analog-stereo>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY FLAT_VOLUME DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE
    priority: 9059
    volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
    balance 0.00
    base volume: 65536 / 100% / 0.00 dB
    volume steps: 65537
    muted: no
    current latency: 0.00 ms
    max request: 0 KiB
    max rewind: 0 KiB
    monitor source: 1
    sample spec: s16le 2ch 48000Hz
    channel map: front-left,front-right
    Stereo
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 1837.50 ms
    card: 1 <alsa_card.pci-0000_04_04.0>
    module: 24
    properties:
    alsa.resolution_bits = "16"
    device.api = "alsa"
    device.class = "sound"
    alsa.class = "generic"
    alsa.subclass = "generic-mix"
    alsa.name = "Multichannel"
    alsa.id = "Multichannel"
    alsa.subdevice = "0"
    alsa.subdevice_name = "subdevice #0"
    alsa.device = "0"
    alsa.card = "1"
    alsa.card_name = "Xonar DGX"
    alsa.long_card_name = "C-Media Oxygen HD Audio at 0xee00, irq 17"
    alsa.driver_name = "snd_oxygen"
    device.bus_path = "pci-0000:04:04.0"
    sysfs.path = "/devices/pci0000:00/0000:00:05.0/0000:03:00.0/0000:04:04.0/sound/card1"
    device.bus = "pci"
    device.vendor.id = "13f6"
    device.vendor.name = "C-Media Electronics Inc"
    device.product.id = "8788"
    device.product.name = "CMI8788 [Oxygen HD Audio]"
    device.string = "hw:1"
    device.buffering.buffer_size = "352800"
    device.buffering.fragment_size = "352800"
    device.access_mode = "mmap+timer"
    device.profile.name = "analog-stereo"
    device.profile.description = "Analog Stereo"
    device.description = "CMI8788 [Oxygen HD Audio] Analog Stereo"
    alsa.mixer_name = "CMI8786"
    alsa.components = "CS4245 CMI8786"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    ports:
    analog-output-headphones: Headphones (priority 9000, latency offset 0 usec, available: unknown)
    properties:
    device.icon_name = "audio-headphones"
    active port: <analog-output-headphones>
    After all of the recommended solutions from the wiki I still get
    $ systemctl status pulseaudio.service
    ● pulseaudio.service
    Loaded: not-found (Reason: No such file or directory)
    Active: inactive (dead)
    $ pulseaudio -vvvv
    I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    D: [pulseaudio] core-util.c: RealtimeKit worked.
    I: [pulseaudio] core-util.c: Successfully gained nice level -11.
    I: [pulseaudio] main.c: This is PulseAudio 6.0
    D: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
    D: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option -fdiagnostics-color=auto
    D: [pulseaudio] main.c: Running on host: Linux x86_64 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015
    D: [pulseaudio] main.c: Found 6 CPUs.
    I: [pulseaudio] main.c: Page size is 4096 bytes
    D: [pulseaudio] main.c: Compiled with Valgrind support: no
    D: [pulseaudio] main.c: Running in valgrind mode: no
    D: [pulseaudio] main.c: Running in VM: no
    D: [pulseaudio] main.c: Optimized build: yes
    D: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
    I: [pulseaudio] main.c: Machine ID is d36c9fa4b78f4c8cae7f7ad7897683e3.
    I: [pulseaudio] main.c: Session ID is c1.
    I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
    I: [pulseaudio] main.c: Using state directory /home/hg1/.config/pulse.
    I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-6.0/modules.
    I: [pulseaudio] main.c: Running in system mode: no
    E: [pulseaudio] pid.c: Daemon already running.
    E: [pulseaudio] main.c: pa_pid_file_create() failed.
    Last edited by bbarcher (2015-04-27 19:16:41)

  • [solved] Trouble installing android SDK and eclipse plugin

    Hi !
    Owner of an HTC hero, I would like to develop some apps for it. However, I have problems to install the android eclipse plugin on my archs (a 32 and a 64 bits) while it is working fine on my roommate's ubuntu...
    I'm following these instructions : http://developer.android.com/sdk/eclipse-adt.html
    At step 3, when I click OK in order to add the site, just nothing happens, the pop up stays displayed and I can still clic on the bottons, (but only "cancel" do something...) . I've tried to start eclipse from the console, but no output here
    Why do you think this happens ?
    I have also problem with the sdk tools :
    when I try to view the available packages il get :
    Failed to fetch URL https://dl-ssl.google.com/android/repos … sitory.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings.
    (even if I ask to use HTTP insted of HTTPS)
    Have you already got this problem?
    Thanks,
    Fredszaq (from France, escuse english mistakes...)
    Last edited by fredszaq (2009-12-02 21:20:13)

    found the solution ! it seems to be a GTK problem in fact...
    http://groups.google.com/group/android- … 63a8d07cd9
    https://bugzilla.gnome.org/show_bug.cgi?id=598734
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=290395
    the major tip was to resize the windows when notings seems to happen ant to "clik" on the buttons with the enter key ...

  • [SOLVED] Trouble Installing Flash

    I held off on posting anything about this because I was sure I missed something obvious, and I wanted to read everything before asking, but I have no idea how to get Flash to install.
    I used pacman -S flashplugin to get the flash plugin from the [multilib] repository, and that worked fine, but Flash still didn't work.
    Then I thought to myself, "Wait, I just installed the browser plugin, and not actually the Flash Player. Derp." (Right?) So then I tried to install the Flash plugin. Adobe's website is nigh incomprehensible but I found the Linux installer -- a .tar.gz, so I tried to install it with pacman -U. Then it told me that the package was corrupt and/or missing metadata. Redownloaded it a few times to make sure it wasn't a bum download or something.
    I tried the plugin in both Firefox and Chromium, but if I can get it to work in just Chromium I'd be happy (I only installed Firefox to test it).
    Last edited by PhoenixFyre (2011-08-16 21:55:09)

    The problem (which I somehow managed to miss) was that when trying to install flashplugin, it told me that glibc was not up to date, but flashplugin installed anyway. Glibc couldn't update on its own because its dependency (linux-api-headers) was marked out of date just 6 days ago, without a new version being posted outside of [testing]. So I had to manually upgrade linux-api-headers, then upgrade glibc, then install flashplugin.
    Just tested the flashplugin, and it works.

  • (SOLVED)Trouble installing qt3

    When I try to install qt3 with Pacman, i get the error:
    error: failed retrieving file 'qt3-3.3.8-19-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    I get this for every mirror I try. That "xz" extension looks a little funny to me. Any ideas?
    Last edited by nadman10 (2011-05-17 00:51:09)

    Always -Syu when installing anything

  • [SOLVED] Trouble installing Shaman

    I'm happy enough with the CLI pacman, I just thought shaman looked kinda cool and worth a try. I downloaded the archive from http://aur.archlinux.org/packages.php?ID=15422 and extracted it. I followed the instructions in the INSTALL file and ran "cmake .", followed by "make", which generates the following errors:
    [ 0%] Building CXX object src/CMakeFiles/shaman.dir/MainWindow.o
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp: In member function 'virtual void CreateItemsThread::run()':
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp:114: error: 'alpm_db_getpkgcache' was not declared in this scope
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp: In member function 'bool MainWindow::packageExists(const QString&)':
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp:2164: error: no matching function for call to 'QTreeWidget::findItems(const QString&, QIncompatibleFlag, int)'
    /usr/include/QtGui/qtreewidget.h:318: note: candidates are: QList<QTreeWidgetItem*> QTreeWidget::findItems(const QString&, Qt::MatchFlags, int) const
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp: In member function 'void MainWindow::removePackageFromView(const QString&)':
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp:2178: error: no matching function for call to 'QTreeWidget::findItems(const QString&, QIncompatibleFlag, int)'
    /usr/include/QtGui/qtreewidget.h:318: note: candidates are: QList<QTreeWidgetItem*> QTreeWidget::findItems(const QString&, Qt::MatchFlags, int) const
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp: In member function 'void MainWindow::doStreamPackages()':
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp:2351: error: 'alpm_db_getpkgcache' was not declared in this scope
    make[2]: *** [src/CMakeFiles/shaman.dir/MainWindow.o] Error 1
    make[1]: *** [src/CMakeFiles/shaman.dir/all] Error 2
    make: *** [all] Error 2
    I tried googling some of the errors and only came up with one result that didn't seem to provide any solution...
    Last edited by DWilliams (2010-01-29 18:53:45)

    tlaloc wrote:shaman is now [community], you don't have use AUR.
    Ohhh that's what I get for following outdated guides I guess

  • [SOLVED]Trouble installing tiling WM

    Ok so iv read the wiki's iv read the board posts and iv googled but i still failed in installing wmii, openbox, and even gnome (i succeeded with xfce4). I thought i had enough skill to handle arch but it seems like i was dead wrong so really my question here today is where did you all accumulate your *nix skill? Iv been using Linux (ubuntu) for a good 2 years now, iv manuals about linux, and im comfortable with the cli but i dont think iv been reading the correct manuals because im not really understanding anything of whats going on when i was trying to configure everything to run properly. So if theres like some super-duper amazing website or book that helped you become "leet" with linux please just post it here. Also i really want to try out a tiling WM just because i love the concept of them and i like things to be small and quick (one of the reasons i left ubuntu) but i cant for the love of god install one correctly so maybe im missing a doc that i should be looking at or maybe i should just re-install arch and start from scratch and see if it was something with my install thats messing everything up for me. so to sum it all up: where can i get more *good* info about linux (arch to be specific) and/or tiling WM's and im sorry if i seem like a total noob (and i know i am) but im just trying to learn more and better myself
    Last edited by markbabc (2010-11-09 03:49:57)

    ngoonee wrote:
    Actually my reading of things is the OP knows how to search and read.
    And that's about it?
    About the only advise I can give you is to try and understand what you're reading. Don't fall into the trap of "let's copy this whole hunk of script, if it seems to do what I want then yay!". If you can't even install Gnome on Arch successfully, there's 2 possibilities:-
    1. You don't understand what you're doing.
    2. Your computer/system reveals some corner case bugs.
    1 can be fixed. 2 I'm afraid you'd have to live with (its less likely though if you've been using Ubuntu for 2 years...).
    I understand what im reading and always try to actually understand what im typing into a terminal before running whatever command. Also im sorry for the crappy OP it was 1:30 AM and i was almost asleep. I think im just going to re-install Arch and see if that helps, i have a feeling i messed up a config file somewhere.

  • [SOLVED] Trouble installing glassfish

    I have tried installing glassfish from the AUR but after it said it went all the way to 100%, it says:
    /tmp/alpm_zDmJMR/.INSTALL: line 3:
    error: el comando falló al ejecutarse
    (that's spanish and means: "error: the command failed to execute")
    I did the install via yaourt.
    Well, I the went to netbeans to see if that error was going to affect me and tried to add glassfish server. I gave netbeans the glassfish path: /opt/glassfish and netbeans tells me:
    run setup.xml or setup-cluster.xml before attempting to register
    I'm new to glassfish. I've used it a couple of times but it always was embedded in netbeans. I did a google search for the previous errors and also for installing glassfish in arch but no luck this far.
    Any help will be appreciated
    Last edited by ztrange (2009-09-13 03:15:51)

    Hello ztrange!
    You can post the error output in english firstly too
    Does it work if you install it manually, aurbuild -s or with makepkg without yaourt ?
    Last edited by djszapi (2009-08-30 10:56:39)

  • [Solved] Trouble installing by running a .run file

    Hi all,
    I've had great success installing the Humble Frozenbyte package on my ubuntu partition but am using my Archlinux partition more. I've tried to install by:
    Method 1
    su
    /filelocation/filename.run
    Method 2
    sh /filelocation/filename.run
    Method 3
    sudo sh /filelocation/filename.run
    It is executable file under my account ownership. I get error message "cannot execute binary file" no matter how I do this. Can anyone shed some insight as to possible solutions?  I've scoured through searching for keywoards like "how to install .run" and also "cannot execute binary file" but after a few days of searching, there has been no enlightenment.
    Last edited by frank604 (2011-05-02 03:55:54)

    I am a fool!  I just solved this.  When trying to run just /filelocation/filename.run I got another error msg about missing dependency libglade, so I installed the lib32-libglade and all is good.  Sorry for wasting time here, marking as solved.

  • [SOLVED] Arch install on Virtualbox - Host is UEFI

    New here and I have a question already lol
    I've done some digging and looking around but I haven't found a definitive answer. If I am setting arch up on virtualbox, on my computer, which has an UEFI board do I need to set arch up as uefi or will it just think that it's running on a BIOS machine?
    Last edited by Titus589 (2015-06-12 20:26:57)

    That all depends on the settings you give your VM, you can make it virtualize either a BIOS or a UEFI machine irrelevant of the host firmware.
    https://www.virtualbox.org/manual/ch03.html#efi
    I'm not sure if UEFI is still considered experimental or how well it works, as I always just use BIOS mode.
    Last edited by slithery (2015-06-12 20:17:46)

Maybe you are looking for

  • Photoshop CS2 Question

    It is my understanding that Adobe's Photoshop CS2 does NOT run on iMac Intel Core 2 Duo...yet I was able to install Adobe Creative Suite 2 which includes Photoshop CS2 on a friends new iMac Intel???? Can someone shed some light on this for me? Is the

  • Problem in cell selection in JTable Java Swing

    hii I am using JTable that shows data from database. I have developed one functionality. I change one cell value and then select multiple cell. If I press F12 function key then it copies first selected value and past it to another selected cells. it

  • My photoshop cc will not start up, it loads up but doesn't start. Open up task manager and it says its "not responding". Any help?

    Tried to open my Photoshop CC app but the app is not responding. App goes through the motions of loading but never opens. I've used the App before with no issues, this is my third month using the Creative Cloud. Any help would be useful, Thanks.

  • Possible to replay PointSound?

    Hi all, Does someone know how to "replay" a PointSound object? I want to add a "speaker" (PointSound object) which emits a sound ONCE everytime I enable it. So, it starts disabled, then I enable it and then I WANT TO PLAY IT. I can't manage to rewind

  • Struts 2.0 validations

    Hi , all I have a problem with struts validations, I am using struts2.0, in the button action of jsp if I won't pass any parameters valitions are happening with struts validators , if I pass any parameters in the button action it's ignoring the valid