[SOLVED]New Arch install, cannot run ip command to set up wireless

Hello all.
I'm new to Arch, but not to linux. I'm moving over from Ubuntu. I manually paritioned my hard drive and got an Arch dual boot with windows 7 working. Right now I'm trying to get my wireless set up, but when i run "ip link set wlan0 up" I got the error "Bash: command not found"
Using some things I found reseearching the problem, i rran "whereis ip" and got /usr/share/man/man7/ip.7.gz, so I made a symbolic link, /usr/bin/ip to this file, but now I get the error "Permission denied" when I run ip. (I am logged in as root by the way)
Apologies for the newbie question, and thank you for the help.
Last edited by okaylol (2011-07-22 01:32:28)

The only thing I can think of is that you don't have ip installed somehow.
I'm not sure what package it's in, but search around with pacman -Ss for networking stuff in core.
You'll eventually want netcfg for easier wireless setup, if you don't already have it.
That symlink you made was the wrong thing to do. You found the man page, which is not executable.
So when you try to run ip, your actually trying to run the manpage, which is why you get permission denied.
Even root can't run things that aren't programs.
You can probably find everything you need in the wiki. Good Luck.

Similar Messages

  • [SOLVED] New arch install from Virtualbox cannot boot on real hardware

    Hi,
    I'm trying my luck with installing Arch on physical disk through Virtualbox. I followed Wiki and managed to install system on the disk. However, I am unable to boot it outside VM.
    I have two physical disks - /dev/sda and /dev/sdb. I have installed Arch on /dev/sda1. It is there, I can see the files from my current OS and it does work in VM. /dev/sda1 is bootable.
    However, when I boot my PC from /dev/sda rootfs fails to load kernel image - it says it can't be found. I tried specifing init path in Syslinux.cfg using /dev/sdxX and UUID and even PARTUUID but none worked. When in rootfs, I lsed /dev/disk/by-uuid and found that rootfs sees only one of my two disks, /dev/sdb. I find it really strange.
    I followed below advise found on forums:
    - Verify that mkinitcpio.conf lists "block" hook
    - Create a new kernel image with mkinitcpio -p linux
    - Refer to your partition by UUID
    - If above doesn't work, try PARTUUID
    None of these worked. I believe the reason for this is that the issue is not with how I reference the disk nor how the mkinitcpio works but with the disk not being available for rootfs at all. Alas, I have no experience with disks other than simple partitioning, so I'm not sure where to start.
    Fdisk output:
    Disk /dev/sda: 931,5 GiB, 1000204886016 bytes, 1953525168 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: dos
    Disk identifier: 0x99ea4d63
    Device Boot Start End Sectors Size Id Type
    /dev/sda1 * 2048 314779647 314777600 150,1G 83 Linux
    /dev/sda2 314779648 1153640447 838860800 400G 83 Linux
    /dev/sda3 1153640448 1157834751 4194304 2G 82 Linux swap / Solaris
    Disk /dev/sdb: 465,8 GiB, 500107862016 bytes, 976773168 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
    Disklabel type: dos
    Disk identifier: 0x75a6998e
    Device Boot Start End Sectors Size Id Type
    /dev/sdb1 * 2048 616447 614400 300M 83 Linux
    /dev/sdb2 616448 210331647 209715200 100G 83 Linux
    /dev/sdb3 210331648 241788927 31457280 15G 83 Linux
    Any ideas? Suggestions and help will be appreciated!
    Last edited by karm (2014-12-08 03:56:35)

    Sleep is for the weak.
    So I've read that article and found what the issue was.
    Turns out I automatically followed previous advise without giving it some thought and run mkinitcpio from Virtualbox. Which does not make sense because the whole point of this is to prepare kernel image to run on other hardware than provided by VM. So what I did to fix this:
    1. Installed arch-chroot on VM
    2. Mounted /dev/sda1 on my host machine and chrooted into it using arch-chroot
    3. Run mkinitpcio -p linux
    4. Reinstalled boot loader just in case with syslinux-install_update -iam /dev/sda1
    5. Adjusted /boot/syslinux/syslinux.cfg to work with new configuration:
      5.1 set root=UUID=..... to be certain it picks the right partition
      5.2 add proper systemd init path APPEND=/usr/lib/systemd/systemd
    And it does work - I'm posting from my new shiny system. Thanks a lot ackt1c!

  • How I Got Boxee Working On A New Arch Install -- 3/12/2011

    I thought I'd post a log of how one gets boxee-source working as of version 0.9.23.15885-2.
    I recently built myself a new media center/apache server/seedbox and thought I would put arch on it.  The Install was a breeze --- as far any arch install is concerned.
    The only trouble I really had was with boxee --- usually available as a precompiled package, but (as is often the case) in either the AUR or an unofficial repo.
    There wasn't very much useful (up-to-date) information in the boxee wiki page; I tried the repo listed but it required the python24 dependency to install, with which there are problems. See below.
    There are a lot of problems with compiling boxee in arch at the moment, so I thought I'd list each one and what I did to get around them.
    The three AUR packages in question:
    http://aur.archlinux.org/packages.php?ID=24206
    http://aur.archlinux.org/packages.php?ID=9898
    http://aur.archlinux.org/packages.php?ID=16355
    What I did:
    * Downloaded boxee-source package (not the depreciated boxee package) from AUR  (I used yaourt).
    * Ran makepkg -si; saw what dependencies were required (also available in AUR web interface).  Downloaded python24 and db4.5 dependencies.
    * I noticed that db4.5 is an older version; my installed version is 5.1 !!!!
    * To get python24 to compile, I had to edit the  PKGBUILD script in python24:
    1) First, remove this line:
    [ -e /usr/lib/libdb.so ] && echo "make sure you have no other db* pkg installed" && return 1
    2) Then, delete the "db4.5" dependency from "depends"
    * After python24 compiled and installed (I deleted the db4.5 package source folders) I was able to being the boxee compilation process.  However, I hit another roadblock when the compilation aborted at:
    fatal error linux/smbno.h no such file
    Based on comments in the AUR, I downloaded:  http://dl.dropbox.com/u/5636456/smbno.h and put it in /usr/include/linux  --- then the compilation would continue!
    Finally, boxee was installed. However, one problem remained: boxee would not play videos.  Literally nothing would happen when I chose a file to play.
    I was able to fix this (again with the help of the AUR commentators) by editing the run-boxee-desktop file found in /opt/boxee/.   I had to add this line:
    export LD_PRELOAD=/usr/lib/libva.so
    I had to add it in the same area the rest of the "exports" are in the file; which seemed odd to me. But after that, I was able to use boxee to maximum enjoyment.
    Last edited by yochaigal (2011-03-17 06:52:04)

    yochaigal wrote:The only peristent problem I'm having is that boxee randomly freezes when I play a video.  I get audio but boxee freezes. if the window is maximized i can't unmaximize; i have to kill from tty or ssh. however, if it freezes with the window unmaximized, i can still move the mouse and do other things.
    boxee log says this:
    23:10:45 T:2770783088 M:1705168896   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:3047160688 M:1705181184   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2834795376 M:1705181184 WARNING: CHttpCacheManager::UpdateRefMap negative reference count for url http://app.boxee.tv/applications/popularity (hcm)
    23:10:45 T:2830584688 M:1705181184   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2839542640 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2804353904 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2751892336 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2960128880 M:1704927232   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2770783088 M:1705181184   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2837953392 M:1705054208 WARNING: CHttpCacheManager::UpdateRefMap negative reference count for url http://app.boxee.tv/titles/sources (hcm)
    23:10:45 T:2830584688 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:3047160688 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:3047160688 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2751892336 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2839542640 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2960128880 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2839542640 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2804353904 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2804353904 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2960128880 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:2770783088 M:1705054208   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. HTTP CODE: 0
    23:10:45 T:3047160688 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2839542640 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2804353904 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2804353904 M:1705054208   ERROR: Texture manager unable to load file:
    23:10:45 T:2960128880 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2770783088 M:1705054208   ERROR: CreateThumbnailFromMemory: exception with fileType: .png
    23:10:45 T:2770783088 M:1705054208   ERROR: Texture manager unable to load file:
    I didn't notice this before. We are getting the same error messages in debug. Out of curiosity, do you have all pacman updates installed? I contacted the AUR maintainer for boxee-source, but his system is operating normally. Googling this " ERROR: CreateThumbnailFromMemory: exception with fileType: .png" I get a laundry list of php related stuff.  My installed version of php is 5.3.6-1.  Maybe it's somehow related?

  • I need help making a new Arch install ISO

    I have posted a couple of messages, but as yet no one seems to have responded, probably because they have not read them.
    I need help building a new ISO for Arch, to take account of dmraid.
    I can and have built ones that get so far, and clearly I am not that far away.
    All I need help with now is getting at the contents of the initial ramdisk (/isolinux/initrd.img) so I can make a new one with modifications, and if anyone can help, I need a hand working out how to use the kernel26.img that I will end up with on a system.
    Any help appreaciated.

    As far as I know this will be included in the next ISO release. I solved it by manually bringing the dmraid package to the install and wrote a guide on installing your root system on dmraid. However when the system crashes I have the slight inconvenience of having to install dmraid and manually mount the sets to do a recovery. I guess this is the part you want to get rid of aswell. I decided to wait until the next holy ISO.

  • Cannot run linux commands since Snow Leopard upgrade

    Hi,
    I recently upgraded to Snow Leopard (10.6) from Leopard . . . The issue is that I can no longer run some of linux commands in the same directories where I have run them before. Two cases, chmod and rm
    chmod a+x or chmod 777, I get prompts that indicate that I am not running the command properly? What's that all about?
    The other example is a recursive remove that I use all the time to get rid of backup files . . .
    rm -rf .bak or rm-rf ./bak Neither works anymore and I'm starting to doubt myself . . . when I actually found this issue I was not retyping, just reopening the command shell, and using the arrow to get back to the command(s).
    Help! I am a professional developer, but this is really slowing me down. I can't even sudo anymore.
    Also, what is wheel? When I ls-al, I see the owner is user, but the next column appears to be a group, wheel.

    I suspect, from the examples cited, you just ran them incorrectly. For instance, you have given here
    rm-rf ./bak
    which won't work as there is no space between the command "rm" and the options "-rf" (which are for "recursive" and "force"), so the shell sees the command as being "rm-rf" and there ain't no sech thing. The other remove command is for a file named ".bak" and again I suspect you have no such file, so the command won't work. If you want to remove a particular file the easy way is to just type rm, a space, and then drag the file into the Terminal. You should not need the option to force for a file created by yourself, nor do you need recursive for a single file.
    The chmod commands need something to work on, for instance
    chmod 777 /Users/francine/Desktop/misc/driveicons
    changes the permissions of the folder "driveicons" from drwxr-xr-x to drwxrwxrwx and works just fine. If you have used a command incorrectly, using the arrow keys to move back thru the history won't help, you'll just get your incorrectly used command repeated.
    I think you just don't really understand what it is you have done and are doing. My guess is that you copied some commands you found or someone gave you, without knowing much about what the Terminal is, what a shell is, how the shell works, and so on. That is all more than a little risky, especially if you are using chmod and remove commands.
    And yes, there is a group wheel. However, generally the wheel group has root (system) as the user.
    Francine
    Francine
    Schwieder

  • New Install cannot run applications

    I've installed Arch in many systems usually with little to no problem, but this one takes the price.
    I made a new installation on a brand new system.
    I used the 64 bit version (but I do not think that really matters) and everything seemed well.
    After I verified all the "basics" and added KDE4 I installed chromium from the repos. However, since I like Firefox for development I downloaded a copy from mozilla.org into my machine. This is NOT unusual.
    I created a directory called Apps/firefix and put it in there. Again, this is standard procedure for me; it always works.
    But this time ... something is NOT working so if I execute Apps/firefox/firefox I get: bash: Apps/firefox/firefox: No such file or directory
    Of course that is not the case the files are  there.
    I've been fooling around for hours now but I cannot see ANY reason for the problem.
    My path is :
    bash: /home/ralvez/bin:/home/ralvez/Apps:/home/ralvez/bin:/home/ralvez/Apps:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl: No such file or directory
    I'm part of the following groups :
    uid=1000(ralvez) gid=1000(ralvez) groups=1000(ralvez),5(tty),6(disk),91(video),92(audio),93(optical),94(floppy),95(storage),96(scanner),98(power),100(users)
    Has anyone had a similar problem? Any ideas as to what could it be?
    Thunks guys!!

    @Trilby and Willian Richard,
    I found the problem!! And I'll be dammed!! It is because I'm running a 64 bit OS.
    If I go to mozilla.org and download a nightly binary made for 64 bit Linux OS then ... it works!
    So ... the question now is:
    How do we run a 32 bit application in a 64 bit OS? I know it is possible.
    What people do in the Arch community? I'm sure I'm not alone in this quest... [looking worried ...] or am I
    Ideas, solutions ?
    Thanks!!

  • [SOLVED] Sluggish database update times since new Arch install

    Hi guys, this time I write to ask something about pacman that i find unusual.
    Happens that I decided to reinstall my Arch like 2 months ago, and since then pacman takes a real longer time that it used to just to sync the databases, to be more accurate this sluggishness presents not when the progress bar is downloading the new DB, but between DB downloads (e.g. it takes about minute from the time it finishes downloading the core DB to when it starts to download the extra DB.)...
    Any ideas?
    Thanks for the support.
    Last edited by LTSmash (2008-03-27 03:08:53)

    ibendiben wrote:
    Try using rankmirrors to set up a good number of the fastest mirrors for your location, for me this changes everything!
    I live in europe so I first delete every other mirror in /etc/pacman.d/mirrorlist, then I enable all leftover mirrors and run:
    rankmirrors -n10 /etc/pacman.d/mirrorlist #-n10 to only output the 10 best, change this number to your likings
    for several times and replace the resulting 'overall top-listed mirrors' list in /etc/pacman.d/mirrorlist
    Hope this does the trick for you too!
    ps. You need python to use rankmirrors, I recommend you read the rankmirror man-page for further options
    Well, it seems to me that this solved the problem. I had uncommented some lines at Czech Republic but live in Mexico, so that was lagging the pacman operations a lot. But now its fast as usual.
    Thanks for your help

  • [ SOLVED ] Partition Sizes For New Arch Install ?

    Hi All
    I have just picked up a new 250gb HDD and i'm going to do a clean install of arch & openbox and would like to know what people would suggest for various partition sizes ?
    /root
    /swap
    etc
    I have 4gb ram so not sure if swap is a required !
    Many Thanks
    Last edited by whitetimer (2010-11-15 09:58:47)

    +1 on KlavKalashj's advice!
    When the installer warns you about there not being a /boot partition either(besides the swap), then just select ignore, it's no problem at all!
    If you do want a swap partiton(and don't hibernate), then I would say max 1gb imho.
    For an Openbox based install, then I would say 10GB is more than enough(mine's 5, although with a tiling WM: Musca).
    I don't keep the cache forever increasing, but empty it at times where I know everything is OK. Also, there's scripts available which cleans the cache up, like e.g. only keeping one revision back of each package.
    Last edited by mhertz (2010-11-15 09:47:18)

  • [SOLVED] Copy packages from current Arch install to new Arch install

    Hello!
    I'm new to Arch, so that's why I'm posting in the newbie corner. I've been looking everywhere for an answer to this: I want to do a fresh install of my system, but my internet connection is sort of messed up right now (unusually slow). I noticed that every package I have installed on my current Arch are saved in /var/cache/pacman/pkg. Could I make a backup of that directory onto another partition on my hard drive, reinstall Arch, and restore the backup to that same directory in the new install? Would pacman "think" it's already downloaded and skip the download step alltogether?
    Thanks.
    Last edited by magyckleo (2011-01-31 21:28:44)

    karol wrote:
    From the repo-add manpage: 'repo-add [-q] <path-to-db> <package1> [<package2>...]'
    This should create the dbs you need.
    Honestly, *I* think, that the manpage is enough and you don't need the wiki (in this case at least).
    You know what, do a test, pick a couple packages, copy them somewhere and create a tiny local repo.
    Awesome! I managed to make pacman read the package db I created using add-repo.
    I added the repo to the pacman.conf. Had to do a little trial & error to figure out I had to put it like this:
    [name of db file]
    Server = file:///path/to/folder_of_db partition
    I was trying to put the file.db.tar.gz complete rute. Of course, pacman let me know with an error that wasn't right.
    I tried installing something simple, like wine. First, I did a sudo pacman -Scc to clear the cache. Then I did sudo pacman -S wine. It installed successfully! I'm gonna try with a fresh install this afternoon. I'll let you know of the result.
    Thanks everyone!
    Last edited by magyckleo (2010-09-27 15:46:05)

  • New arch install, scanner problems still persist.

    Alright now officially under arch after spending a night configuring it and such (still dual booting antergos as a fallback though just in case things go weird) but alas my scanner issue that I have with my HP ENVY 4500 scanner/printer still persists.
    After browsing though documentation and reading up I am still unable to solve this rather strange issue with my scanner.
    I went here:
    https://wiki.archlinux.org/index.php/sane
    I installed sane, xsane xsane-gimp (as I use gimp for image editing) and I got butkis
    I rebooted my computer, poked and prodded HPLIP-gui and once more HPLIP toolbox recognises my scanner while the stand alone software (commandline or otherwise) does not.
    If it helps here is my kernel info and what desktop I am using
    Kernel 3.15.8-1 (64bit) with XFCE
    Once more I am stumped by this issue, even with the wiki in play this issue still befuddles me.
    Everything else seems to be working here except for my scanner.
    I did my homework here folks so its not like I did anything wrong, just hit this roadblock in my so far so good install of arch.

    jasonwryan wrote:
    Congrats on installing Arch.
    Now, if you need assistance, you'll have to provide meaningful error or log messages: https://bbs.archlinux.org/viewtopic.php?id=57855
    Err thats the thing I am not getting error messages that can give me clues, just generic "device not found" or "no devices found" messages so some help that is
    If it gave me more info I would have shared it, but no even command line gives no real complex feedback other then "no devices found"
    So mystery persists regardless, even with logs in play nothing is coming up that will be of any use as in my logs its just more of the same.
    I am just stuck without no other clues on to why hplip-gui works but nothing else does
    Its not a firewall or permissions error I checked that bit
    Its not like this device is incompatible, works without a hitch in Ubuntu and its sane is the same as the one in arch.
    Maybe I will try to work something out here using Ubuntu as a guide, I just pop it onto my other drive (the one I am using antergos on, that can be replaced) and maybe I can see where the issue lays by working this out backwards.
    Good thing I have two drives so I can multi distro my hearts content
    Last edited by MadmanRB (2014-08-11 21:05:36)

  • [Solved]ACPI Handler.sh not running xbacklight command (UL30A)

    Hey,
    First off, I apologize if this was covered anywhere already, but I wasn't able to find a solution that worked for me yet.  My problem is that I have an acpi handler.sh script configured to run xbacklight -set 15 on battery, and -set 100 on AC, yet it doesn't do so.  The command works for me from my user account, and all the other settings from the handler.sh file are applied (as far as I can tell).  Is it something simple I've overlooking?  Is there a better way to do so without gnome-power-manager, or laptop-mode-tools (don't work for me)?
    ACPI packages I have installed:
    acpi
    acpi-support
    acpid
    I also have acpid and acpi-support in my rc.conf daemons array.
    Thanks in advance for any suggestions,
    Lswest
    Handler.sh file:
    #!/bin/sh
    # Default acpi script that takes an entry for all actions
    # NOTE: This is a 2.6-centric script. If you use 2.4.x, you'll have to
    # modify it to not use /sys
    minspeed=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq`
    maxspeed=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
    setspeed="/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed"
    set $*
    case "$1" in
    button/power)
    #echo "PowerButton pressed!">/dev/tty5
    case "$2" in
    PWRF) logger "PowerButton pressed: $2" ;;
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/sleep)
    case "$2" in
    SLPB) echo -n mem >/sys/power/state ;;
    *) logger "ACPI action undefined: $2" ;;
    esac
    ac_adapter)
    case "$2" in
    AC)
    case "$4" in
    00000000)
    echo -n $minspeed > $setspeed;
    xbacklight -set 15;
    hciconfig hci0 down;
    /etc/rc.d/bluetooth stop;
    rmmod hci_usb;
    ifconfig eth0 down;
    echo min_power >> /sys/class/scsi_host/host0/link_power_management_policy;
    echo 1500 >> /proc/sys/vm/dirty_writeback_centisecs;
    00000001)
    echo -n $maxspeed > $setspeed;
    xbacklight -set 100;
    ifconfig eth0 up;
    modprobe hci_usb;
    hciconfig hci0 up;
    /etc/rc.d/bluetooth start;
    echo max_performance >> /sys/class/scsi_host/host0/link_power_management_policiy
    echo 500 >> /proc/sys/vm/dirty_writeback_centisecs
    esac
    *) logger "ACPI action undefined: $2" ;;
    esac
    battery)
    case "$2" in
    BAT0)
    case "$4" in
    00000000) #echo "offline" >/dev/tty5
    00000001) #echo "online" >/dev/tty5
    esac
    CPU0)
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/lid)
    #echo "LID switched!">/dev/tty5
    pm-suspend;
    logger "ACPI group/action undefined: $1 / $2"
    esac
    Last edited by lswest (2010-07-19 21:45:43)

    Whatever variation of xbacklight I give in I get the following:
    No outputs have backlight property.
    I had the same issue originally with KMS and the intel driver.
    Found a solution that works for me:
    asus-laptop (kernel module) introduces a few new settings and features to the kernel for asus laptops.  One of which is to create a brightness file for the LED Monitor (didn't exist for my Asus UL30A), where it then sets the brightness.  Not sure if breaking xbacklight was intended or not, but for anyone experiencing the same problem, echo 0-15 (15=max brightness) in handler.sh (it should work, haven't yet gotten it to do so though) to this file: /sys/devices/platform/asus_laptop/backlight/asus_laptop/brightness, in order to automatically adjust brightness levels.  Brightness keys work as before.
    *EDIT...hopefully the last one*  It seems acpi-support uses pm-powersave, meaning you need to add your custom actions to /etc/pm/power.d/ (haven't tried it yet, but for anyone who need the info, it's here).
    Last edited by lswest (2010-07-19 22:04:59)

  • [SOLVED] After Arch install, non-root wont boot into Gnome

    First off I searched for around an hour but couldn't find an answer to this so somewhat gave up.
    Coming from Ubuntu and very dissatisfied with performance I am very excited for Arch.
    I followed the newb guide to a T, everything went smooth as butter.
    after the guide was finished I installed Gnome3
    pacman -S gnome gnome-shell gnome-extra
    Went perfect.  I try and login to the user I created while going thru the guide and instantly boot into the basic X environment?
    So I thought perhaps I should try adduser after I installed Gnome3 and now when logging into that new user, the screen goes black for 2sec then
    greets me with this message (still in command):
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 12 22:46:05 2011
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (EE) Failed to load module "vesa" (module does not exist, 0)
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (II) [KMS] Kernel modesetting enabled.
    (EE) Logitech Logitech Illuminated Keyboard: failed to initialize for relative axes.
    (EE) Logitech G500: failed to initialize for relative axes.
    xinit: connection to X server lost
    Any ideas as to what's going on?
    Last edited by PumpkinJack (2011-08-13 20:59:07)

    Durden wrote:Did you install GDM? How are you launching X? What groups is the user in?
    Thanks for the reply.
    Yeah I installed GDM after gnome, everything works great for root.
    im using startx to launch X
    Just using the default group per newbie guide instructions which I believe is users

  • [Solved]Portable Arch install

    I have an Arch 64bit install on my laptop. The laptop had some hardware problem so I need to send in the laptop for repair.
    I want to take the hard drive, plug it in another laptop and boot into my existing install.
    1.  Can this be done?
    2.  What do I need to do to get this done?
    3.  What are the limitations of this, ie when can't I do this?
    Thanks for your answers.
    Last edited by lamdacore (2011-09-02 14:06:44)

    lamdacore wrote:Also why always the fallback?
    Because the normal kernel contains drivers only for your previous machine in the initramfs image. Now that you're on your new machine, you can create a new image with mkinitcpio. Or continue running the fallback kernel.

  • Ethernet card doesn't work with new arch install?

    Hi guys,
    so this is kinda my first post, not that I'm new to arch i just never had an issue i couldn't figure out on my own... But i love arch i have been using it for about a year now and have had no serious problems except for this. I have had arch running on an older dell vostro 200 desktop before i reinstalled with a vary similar issue except that the fix i came up with doesn't work anymore. I will tell you about the first issue first because i ALMOST posted on here about it originally but i figured out a way to make it work even though it was a hassle.
    After cold/rebooting my computer the network card doesn't work at all. lspci reported that the kernel module e1000e was the correct one (i have verified this) and that the kernel has loaded it, i verified that with dmesg but still it wouldn't work. After much much anguish and hairpulling, I realized that it had to have something to do with the module so i tried forcing it to reload with rmmod e1000e and modprobe e1000e and it still wouldn't work until i physically unpluged the ethernet cord and pluged it back in until the light on the NIC turned on. After that everything works as normal i could even unplug and plug it back in with no problems. So eventually i wrote a script that did this for me (except for the uplugging and plugging part)  and i used that when i cold/rebooted.
    But now i have the exact same issue after reinstalling arch to the T except for the fact that the (crazy) fix i came up with doesn't work now. I used my "fix" after booting from the arch cd and it worked just like it always has. And now after rebooting into my fresh system the fix doesn't work anymore. So now i'm back where i was to begin with but i have no idea what to try next. I didn't do anything particularly different during installation except i added a udev rule for the e1000e module just to see if somehow that would fix the problem... it didnt and i have since deleted that (to see if it was the problem). The only other thing that is different is the root and home are now btrfs partitions instead of ext4.
    I have booted several other live cds and dvds (diferent distros) including arch derivatives such as manjaro and they all worked just fine, using the same kernel module (e1000e).  I'm not sure what that could mean but i know that it means there is a fix for this some way or another. I am going to hook up a wifi adapter and connect that computer to the internet to put some more information up if it's needed (asked for) but for now  lspci -vnn | grep -i -A 10 net reports
    00:19.0 Ethernet controller [0200]: Intel Corporation 82562V-2 10/100 Network Connection [8086:10c0] (rev 02)
    Subsystem: Dell Device 0238
    Flags: bus master, fast devsel, latency 0, IRQ 42
    Memory at fdfc0000 (32-bit non-prefetchable) [size=128k]
    Memory at fdfff000 (32-bit non-prefetchable) [size=4k]
    I/0 ports at ff00 [size=32]
    Capabilities: [c8] Power Management version 2
    Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [e0] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: e1000e
    Kernel modules: e1000e
    ip a reports:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    3: enp0s25: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:1d:09:8c:36:f6 brd ff:ff:ff:ff:ff:ff
    4: wlp0s29f7u3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 64:66:b3:16:92:10 brd ff:ff:ff:ff:ff:ff
    inet 172.16.1.55/16 brd 172.16.255.255 scope global wlp0s29f7u3
    valid_lft forever preferred_lft forever
    inet6 fe80::6666:b3ff:fe16:9210/64 scope link
    valid_lft forever preferred_lft forever
    lsmod | grep e1000e
    e1000e 215644 0
    ptp 17692 1 e1000e
    any help on what to do next would be greatly appreciated.
    Last edited by mvheart/dev/null (2014-08-18 04:02:12)

    Sorry I was thinking that it was say "state up" after that, I was looking in the wrong place... It's been a long time since I was playing around with this. So it is as i thought it was before?
    [aaron@arch-box Arch-Linux]$ sudo systemctl start [email protected]
    [sudo] password for aaron:
    Job for [email protected] failed. See 'systemctl status [email protected]' and 'journalctl -xn' for details.
    [aaron@arch-box Arch-Linux]$ systemctl status -l [email protected]
    ● [email protected] - dhcpcd on enp0s25
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; disabled)
    Active: failed (Result: exit-code) since Mon 2014-08-18 11:20:29 EDT; 4min 11s ago
    Process: 17650 ExecStart=/usr/bin/dhcpcd -q -w %I (code=exited, status=1/FAILURE)
    Aug 18 11:19:59 arch-box dhcpcd[17650]: version 6.4.3 starting
    Aug 18 11:19:59 arch-box dhcpcd[17650]: enp0s25: adding address fe80::ae3:ee04:7099:77c5
    Aug 18 11:19:59 arch-box systemd[1]: Starting dhcpcd on enp0s25...
    Aug 18 11:19:59 arch-box dhcpcd[17650]: enp0s25: waiting for carrier
    Aug 18 11:20:29 arch-box systemd[1]: [email protected]: control process exited, code=exited status=1
    Aug 18 11:20:29 arch-box systemd[1]: Failed to start dhcpcd on enp0s25.
    Aug 18 11:20:29 arch-box systemd[1]: Unit [email protected] entered failed state.
    Last edited by mvheart/dev/null (2014-08-18 15:50:10)

  • [SOLVED] How to install and run (on debian) a separate, downlevel version of firefox for the F5/firepass VPN?

    (Note: my problem is similar to [https://support.mozilla.org/en-US/questions/931534?e=es&as=aaq another current problem] except that
    * OP is running windows (I'm running a debian linux)
    * OP is asking a more general question (how to fix?) while I'm asking for details on a proposed fix)
    I'm currently running
    $ lsb_release -ds
    Linux Mint Debian Edition
    $ cat /etc/debian_version
    wheezy/sid
    $ uname -rv
    3.2.0-2-amd64 #1 SMP Sun Mar 4 22:48:17 UTC 2012
    $ iceweasel --version
    Mozilla Iceweasel 13.0.1
    I'd like to continue running an uplevel iceweasel ([http://en.wikipedia.org/wiki/Mozilla_Corporation_software_rebranded_by_the_Debian_project which is firefox]) but apparently need to run a downlevel version in order to run a particular vendor-supplied plugin. How best to do that (i.e., with minimal performance degradation, and without affecting my package management)? Or is there another way to solve the general problem (running the F5 Network Access Plugin)? Why I ask:
    My employer is giving me remote access via a SecurID token and the F5 Network Access Plugin (F5NAP). The latter is in fact a browser plugin, which seems to me an odd way to implement a VPN, but it's the only offered option. Unfortunately,
    * the only browsers supported for linux are Firefox 3 and Firefox 8 (per [http://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm_compatibility_matrix_10_2_1.html this]--scroll to "Linux Operating Systems")
    * my primary laptop runs LMDE (see above) with Iceweasel 13 (from the mozilla.debian.net repository), which I want to keep. (It's the uplevel browser, dammit !-)
    So I first tried to install the F5NAP on my iceweasel, hoping it was sufficiently like the listed versions. I browsed to my employer's site, logged in using the token, and followed the link to install the plugin. Unfortunately, that failed: the xpi began running, but then quit with the message
    > F5 Network Access Plugin could not be installed because it is not compatible with Iceweasel 13.0.1
    Hoping for a simple workaround, I told the often-useful User Agent Switcher plugin to emulate Firefox 8, but no fix. Hence it seems like I will hafta
    * install Firefox 3 or Firefox 8
    * run that downlevel browser whenever I want remote access
    * run the uplevel browser for everything else
    This definitely seems like a kludge, so I am open to alternatives. Meanwhile I'm wondering:
    # Which of the F5-supported downlevel browsers (Firefox 3 or Firefox 8) has the smaller memory footprint?
    # How to install the downlevel browser so that it does not interfere with my uplevel browser's configuration, operation, and updating via debian package management?
    # How to run the downlevel browser so that its operation does not interfere with my uplevel browser? I know firefox typically wants to run singleton.

    @[https://support.mozilla.org/en-US/user/160087 verdi]: thanks for your helpful suggestions. The "fix" (actually a kludge, but I gotta work with what F5 and my employer give me) was:
    # Install/run latest Firefox 3 (despite there being [https://support.mozilla.org/en-US/questions/932269 no 64-bit version for linux]) using [https://docs.google.com/open?id=0BzDAFHgIxRzKbmJDUGZqTzhfbDg this bash scriptlet].
    # Create a [https://docs.google.com/open?id=0BzDAFHgIxRzKQjRyQndqUTJpRXM run script] to start firefox so that one can
    #* choose the appropriate profile (I was unable to set it from the script without startup error)
    #* run multiple instances (I don't want 3.x firefox touching my uplevel profile)
    # Run Firefox 3.x with the runner, then point it to my employer's site to install the [http://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm_compatibility_matrix_10_2_1.html F5 Network Access Plugin] (restarting firefox as required).
    The gnome-terminal tab from which I invoke the runner spews a bazillion "wrong ELF class: ELFCLASS64" errors, but the plugin runs, and I can SSH normally (though more slowly) to servers on the VLAN from another terminal tab.

Maybe you are looking for

  • How to setup a folder on Desktop to import Photos

    Hullo I have a Mac 10.6.5. and Lightroom 3.3. Would somebody provide a step by step on how to import photos from my SLR to a folder on my desktop before I import them into Lightroom. I use a card reader to import photos.   I do not wish Lightroom to

  • Getting the Track to Render the Audio (Visually)

    Hey folks, quick question. So I was working on some audio earlier, and for some reason, halfway through, anything I'd import would be shown (and could be heard), but the actual waveform wasn't shown. I'd give it a ton of time, but nothing happened. I

  • Incomplete consolidation of library

    Hi everyone, The first 1/2 of my library was consolidated fine, however, the other half was not. It appears it cut it off alphabetically i.e. it stopped at the 'S'. Now for the weird part: I can play all the songs from my ext. harddrive, the entire l

  • "Process could not be completed" iTunes store error

    I tried to purchase some gems in Castle Clash 5 days ago (after purchasing some just fine a week ago), only for it to tell me that "the process could not be completed. Contact Itunes support." So I did. There was only an option for an email so I sent

  • Conditionally highlight a column in a tabular form. How can this be done ?

    Hi, I am making a timesheet application where the rows are activities and the columns are the days of the month. Now I want to give the background of the weekend-days a different color. In the header of the column we have mon,tue,wed etc. So the colo