[SOLVED] xmonad installation - confused (?)

After recovering from a failed xmonad installation, I thought it would be a good idea to post this..
Again, to everyone who helped with my other thread, I'm sorry if this is stupid.
Every guide on installing xmonad is out of date. Or everyone that I have found anyway. I have already "sudo pacman -S xmonad" and installed it, but where do I go from here?
I have tried putting "exec xmonad" in my xinitrc, but when I login, xmonad does not start. I get this in terminal when I try running "xmonad" in gnome:
Error detected while loading xmonad configuration file: /home/skai/.xmonad/xmonad.hs
xmonad.hs:5:18:
    Could not find module `XMonad.Actions.Warp':
      Use -v to see a list of the files searched for.
Please check the file for errors.
/home/skai/.xmonad/xmonad-i386-linux: executeFile: does not exist (No such file or directory)
xmonad: xmessage: executeFile: does not exist (No such file or directory)
X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  2 (X_ChangeWindowAttributes)
  Serial number of failed request:  7
  Current serial number in output stream:  8
It says an error has been detected with my xmonad.hs. I just copied some random config in the hopes of getting this to work, so maybe that has something to do with it.
After that it says xmonad-i386-linux: executeFile does not exist.. I don't know anything about that. Can anyone point me in the right direction with this?
Edit ---------------------------------------~~~~
I deserve at least one reply, no?
I have seen this problem on forums everywhere, but people either get it fixed automagically they talk to someone on IRC and figure it out. I'm not a very lucky guy, and I don't know any IRC channels.
All I'm really looking for is an installation/configure guide for xmonad, if anybody has one, please post.
Last edited by skai161 (2011-03-24 15:11:35)

skai161 wrote: I have tried putting "exec xmonad" in my xinitrc, but when I login, xmonad does not start.
Are you sure it did not start? What happaned? You get an empty screen?
I just copied some random config in the hopes of getting this to work, so maybe that has something to do with it.
Dont use random configs found somewhere on the net. Start from the default one and extend it to your needs.
Every guide on installing xmonad is out of date.
A bit bold statement. I see nothing wrong with this one: https://wiki.archlinux.org/index.php/Xmonad
I suggest remove everything from your .xmonad dir and start over.
Also, dont be impatient.

Similar Messages

  • [SOLVED] Xmonad + configs from MrElendig = errors :(

    Trying to set up Xmonad; installation worked, but I can't start it. I tried the configuration files by MrElendig for both Xmonad and Xmobar.
    They can be found here:
    http://arch.har-ikkje.net/configs/home/
    I get the following error
    xmonad.hs:25:7:
        Could not find module `XMonad.Layout.ResizableTile':
          it is not a module in the current program, or in any known package.
    Ideas?
    Last edited by Stalafin (2008-07-10 11:29:41)

    Well, you bet you should do "xmonad --recompile"
    BTW, i get my xmonad configs from MrElendig too.

  • [SOLVED] Xmonad: trasparency doesn't work with compton intel

    Dear All,
    I am having a strange issue with Xmonad and I am not sure whether it is a problem of my Arch or Xmonad configuration. I decided to ask on Arch forum first, as my other computer running Arch has exactly the same Xmonad setup and it works fine. I would appreciate assistance from some Xmonad or Arch proficient users on this.
    Basically, I have this piece of code in my xmonad.hs:
    myLogHook :: Handle -> X ()
    , logHook = myLogHook dzenLeftBar >> fadeInactiveLogHook 0.8
    On the other computer this makes all the unfocused windowses slightly transparent. I find this feature very useful as it helps me focus on the window I am working with.
    For some reason this doesn't work on my laptop. My laptop is using xf86-video-intel since the lspci gave me
    %lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03)
    Also I am invoking compton-git from AUR but I have also tried with xcompmgr in my xinitrc and it gave exactly the same result - no transparency whatsoever.
    I looked through my log file, but couldn't find anything relevant (please let me know if you can think of anything). How do I proceed with this issue? Do I try different composite managers? Do I try different drivers? Is there anyhting in X setup that I should include? Please let me know if you have any ideas.
    Last edited by AlmostSurelyRob (2013-06-18 10:18:08)

    I am very sorry. I've just discovered that neither compton nor xcompmgr were installed. It's not only solved, it should be marked as [NOT RAISED]. I was migrating my configuration and overlooked some erm... details.

  • [SOLVED] Xmonad and two dzen2 bars

    Solved, thanks!
    Last edited by camphor (2010-03-02 07:01:35)

    Here is the relevant part of my xmonad.hs; these two bars load next to each other
    -- dzen config
    sBarCmd = "dzen2 -fn '-*-times-medium-r-*-*-*-*-*-*-*-*-*-*' -bg '#000000' -fg '#ffffff' -h 16 -w 500 -ta l"
    topBarCmd = "conky -c /home/ishikawa/.conkyrc | dzen2 -fn '-*-times-medium-r-*-*-*-*-*-*-*-*-*-*' -bg '#000000' -fg '#ffffff' -h 16 -w 498 -x 500 -ta r"

  • [SOLVED]GStreamer installation is missing a plugin

    In gnome tracker, I get the following error,
    "Call to gst_discoverer_discover_uri() failed: Your GStreamer installation is missing a plug-in."
    This leads to none of my files being processed by gnome extract. That leads to none of the local files are displayed in gnome documents and that application is useless now.
    Any idea which plugin might be missing? How do I go about checking it?
    Edit: I reinstalled gstreamer plugins (including good, bad and ugly) and that seemed to solve the issue.
    Last edited by vjjustin (2012-03-22 00:48:29)

    quasifilmie wrote:I would do pacman -S gstreamer0.10-plugins. If you have them all installed, pacman will say up-to-date reinstalling etc. Reinstalling altogether may help anyway or this could be a bug .
    That was the quickest solution. Ever. Thank you sir!
    Edit: OHH CRAP ADMIN GONNA APPEAR AND REKT ME! PLS ADMIN NO H8 I KNOW THIS IS OLD THREAD BUT IT HELPED ME!!!!
    Last edited by erkexzcx (2014-12-04 21:41:46)

  • Xmonad installation

    Hey. So I have a fresh install of Arch install, just the core installation with the drivers and X set up; the basics. No other DE is installed.
    I downloaded and installed xmonad. After doing so I still didn't have a ~/.xmonad directory nor a .xinitrc file, so I made the latter. It contains: http://pastebin.com/A5s5eLuN
    xmonad --recompile - xmonad: /home/anthony/.xmonad/xmonad.errors: openFile: does not exist (No such file or directory)
    So I create ~/.xmonad and do xmonad--recompile again and get:
    Error detecting while loading xmonad configuration file: /home/anthony/.xmonad/xmonad
    <no location info>: can't find file: xmonad.hs
    Which makes sense since the file isn't there, but the Arch Linux Wiki lists to run this command to create ~/.xmonad and I presume the default xmonad.hs.
    Is there something I'm completely missing here?
    Thanks.

    qchapter wrote:
    First in your .xinitrc your line that starts xmonad should read:
    exec xmonad
    Second make sure your .xmonad directory is empty.  This way xmonad will pull default settings. 
    When you are ready to customize your settings, create a xmonad.hs file in your .xmonad directory with your changes.
    The Arch Wiki says "Recently, users in #xmonad have stated that the exec is not required; simply adding xmonad as the last line in your startup script is the proper way to start this WM.".
    However, I've tried both ways and xmonad doesn't load on boot. Installing xmonad doesn't pull the default xmonad.hs file.
    xtremejoshua wrote:
    Hi maybe i can help I just installed xmonad today for the first time took a bit to get running but what i had to do according to the arch wiki was get the xmonad.hs template here
    http://haskell.org/haskellwiki/Xmonad/C … _%280.9%29
    copy that to the directory you made ~/.xmonad and then in that directory run
    xmonad --recompile
    then just stick
    exec xmonad
    in your .xinitrc
    hope that helps
    I put this xmonad.hs file in ~/.xmonad and issues a xmonad --recompile, this went fine.
    However, xmonad still doesn't load on boot.
    If I issue a startx, I believe xmonad loads fine (it's just a black screen with the default pointer), pressing Mod+SHIFT+Return brings up xterm; Mod+SHIFT+Q closing it. But why wouldn't this be loading on boot?
    Cheers for the help thus far people.
    Last edited by Sly (2011-09-06 15:28:50)

  • SOLVED .deb installation help

    Hi, I want to install google chrome on my arch/openbox and I don't want to use another browser, I don't want chromium. I downloaded google chrome as a .deb and I don't know how to install it.
    I already read a bunch of topics about this subject and I couldn't find a clear answer. I found two options that I could try :
    1) PKGBUILD, I understand it's made to make packages to install with pacman, but still I have no clue how to convert a .deb with pkgbuild, I'm pretty new with linux.
    2) dpkg, that's how I installed my google chrome on my lubuntu, but I can't find dpkg with pacman when I type : pacman -Ss dpkg
    Can you help me a little bit here? Maybe you know a simple guide to how to install .deb ...It'd be nice to have something clear since there is many confusing thread.
    Thank you and merry xmas.
    Last edited by trixrabbit (2012-12-25 07:52:37)

    A friendly advice: generally it's best to stick with the package format of your distribution, in this case, Arch Linux packages, especially if you're new to Linux. DEB is the package format of Debian based distros like Ubuntu and should best be used for such distros only that support it. dpkg is a program specific to such distros.
    Usually you should find all you need either in Archs official repositories or in the AUR. If not, it's best to learn how to make an Arch package yourself which you'll be able to install with pacman, so it can keep track of everything that's installed on your system and help you maintaining clean installations and preventing chaos.

  • [SOLVED] xmonad + panel logging applets

    Until recently I used xmonad-log-applet, but after the last update, xmonad is unable to connect to dbus. I get the following error:
    xmonad-x86_64-linux: D-Bus Error (org.freedesktop.DBus.Error.NoReply): Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    As this is quite a generic message, google wasn't of much help. and I know practically nothing about dbus, so I do not to know where to start looking for the problem. As an alternative I also tried this, which seems to take a simpler approach. But when I try to load it into my (xfce) panel (via XfApplet) I get this message:
    An internal error occurred and the applet could not be loaded.
    which is also quite informative... Starting a "real" gnome panel also doesn't help. Here I have the suspicion of some missing dependencies, although the program compiles just fine.
    Does anyone have some clues?
    Last edited by davvil (2011-04-28 09:19:15)

    I deserve a big facepalm! For the gnome-socket-applet I didn't export the GNOME_SOCKET_APPLET_PORT variable, so the program didn't start. I should have RTFM in more detail. But the socket-applet works at my computer at home, but not on the one at work
    I will mark this topic as solved, as I can use the dbus solution at work and the socket solution at home, but I am still intrigued why the difference arises. If I find the time, I will try to port the gnome-socket-applet to a native xfce panel applet and hopefully it will be more stable.
    BTW I uploaded a PKGBUILD for gnome-socket-applet

  • [SOLVED]Virtualbox installation, X, display drivers

    Hi,
    Installing arch in virtual box and I'm unsure of a few things which I'd like to understand.  I've been running through the wiki on installing X but do not understand about the graphics drivers.
    So, I understand the virtual box has its own virtual graphics card and that the drivers are in the virtualbox-archlinux-additions package.  I've installed this, added the modules, daemons etc.
    Is that all I have to do?
    One confusion I had with this + x is there is no xorg.conf.  I believe it uses an auto one from /etc/X11/xorg.conf.d?
    One problem I am having is startx works (was missing xterm) however, it presents me with a black screen and 3 xterm windows which I cant resize.
    I installed an arch VM a little while ago, I think I got confused and installed some generic graphics drivers and I remember the initial startx being blue with basic windows so I'm thinking something is up.
    I'm trying to get it using the best drivers possible, as this is a VM for work so I will be using alot.
    Wandering if anyone out there can help defuzz this.
    Thanks,
    Jon
    Last edited by jon.mithe (2011-11-17 16:15:47)

    hmm, didnt notice the steps on pacman after install, thats pretty cool.  Unfortunatly I've lost those steps, but thinking they are the same as the wiki.  Finally managed to solve my LXDE install issues and ran that, so it all seemed to work well.  So I'm guessing the drivers must all be installed and X has figured itself out.  great!
    Thanks you for your help,
    Jon

  • [SOLVED] UEFI installation - booting failure

    Hi All,
    Setting in BIOS: UEFI boot mode, Secure Boot Off
    Booting from USB in UEFI mode, everything is OK. Then I did this:
    gdisk /dev/sda
    create new GPT partition
    cgdisk /dev/sda
    Part. # Size Partition Type Partition Name
    1007.0 KiB free space
    1 512 Mb EFI system efi
    2 6 GiB Linux filesystem root
    3 122 GiB Linux filesystem home
    mkfs.vfat -F32 -n efi /dev/sda1
    mkfs.ext4 /dev/sda2
    mkfs.ext4 /dev/sda3
    mkdir -p /mnt/boot/efi
    mount /dev/sda1 /mnt/boot/efi
    mount /dev/sda2 /mnt
    mkdir -p /mnt/home
    mount /dev/sda3 /mnt/home
    Then I followed the installation guide. At the "Install a bootloader" section I tried both EFISTUB and GRUB:.
    At Point 5 here https://wiki.archlinux.org/index.php/Beginners'_Guide#EFISTUB I created refind_linux.conf with sdax = sda2
    # nano /boot/efi/EFI/arch/refind_linux.conf
    "Boot to X" "root=/dev/sda2 ro rootfstype=ext4 systemd.unit=graphical.target"
    "Boot to console" "root=/dev/sda2 ro rootfstype=ext4 systemd.unit=multi-user.target"
    and at Point 6 X=a, Y=1:
    # efibootmgr -c -d /dev/sda -p 1 -w -L "rEFInd" -l '\EFI\refind\refind_x64.efi'
    GRUB is quite straightforward.
    After restart I got "no bootable device" error. The strange thing is that in BIOS I can see and select "rEFInd" or "arch_grub" in booting options, but anyhow it just won't boot.
    Thank you for your help.
    Last edited by totolotto (2013-06-22 17:33:39)

    totolotto wrote:rEFInd boot manager shows 2 Arch logos:
    1) Boot EFI\arch\vmlinuz.efi from 512 MiB FAT volume
    2) Boot boot\vmlinuz-linux from 6 GiB ext4 volume
    This means that you've got your kernel (or possibly different kernels) stored on two partitions. The first looks like it's a kernel on your ESP, and the second looks like it's your root (/) Linux filesystem, accessed via the rEFInd ext4fs driver. To simplify your life, I recommend deleting the kernel from the ESP and using the kernel in your Linux /boot directory (that is, kernel #2). If you try to keep both of them, you'll have to copy new kernels from /boot to the ESP whenever you upgrade your kernel, and you'll end up with two entries in rEFInd that boot the same kernel, which is sort of pointless.
    That said, if you don't want to use rEFInd in the long term, copying your kernels to the ESP, or reconfiguring your mount point so that the ESP is mounted at /boot and therefore your kernels get stored there automatically, can make sense. Given where you are, though, the quickest path to an efficient setup is to just ditch the kernels on the ESP and boot your kernels off of your root (/) partition's /boot directory.
    totolotto wrote:With regard to "boot into Arch directly" I understand that it is possilbe with efibootmgr described here, however efrbootmgr does not work for me
    Some people do like to boot their kernels directly, without using rEFInd, gummiboot, GRUB, or anything else. Note that efibootmgr isn't involved in the boot process per se; it's just used to set up the firmware's boot manager. Thus, saying you want to "boot with efibootmgr" (or words to that effect) is confusing, even to experts -- because this makes no sense, it's not clear what you really want. This uncertainty has been cleared up in subsequent posts, but I want to point it out to help you (and perhaps others who read this) communicate more clearly in the future.
    FWIW, I tend to agree with WonderWoofy on this score -- although it's possible to configure the firmware to boot the kernel directly, the down sides to this approach more than outweigh whatever small speed benefits you get from it. In your case, totolotto, given the problems you're having with efibootmgr, it may not be a practical alternative -- at least, not unless and until you can overcome those problems.
    WonderWoofy wrote: I think a better option would be to give rEFInd a timeout of zero.  I believe there is a key (or keys?) that you can hold down to have the menu show up when the timeout is set to zero.  This is how gummiboot works anyway,
    rEFInd doesn't have a 0-timeout option. In rEFInd, setting the timeout to 0 disables the countdown timer, so it never times out. The closest you can get to a 0-timeout in rEFInd is setting it to 1 second. If you must have a true 0 timeout, use gummiboot. Unfortunately, that means you won't be able to read the kernel files from a Linux filesystem, but mounting the ESP at /boot can create something that works about as well. Doing this will require some significant reconfiguration from where totolotto is now, but it can be done if getting a 0-timeout configuration is important.

  • [probably SOLVED] xmonad + gnome again

    Hi folks!
    After running 'plain' xmonad-darcs for a time i'd like to run gnome together with xmonad, so installed gnome today (haven't used it for years). gnome is up and running, but i can't get to get it run with xmonad as it's wm~
    Of course i've tried to follow xmonad's wiki... I used other people's xmonad.hs, that basic one or that other one; additionally, xmonad-contrib-darcs v20081207-1 is installed. For completeness, I actually just use
    -- xmonad.hs
    import XMonad
    import XMonad.Config.Gnome
    main = xmonad gnomeConfig
    It seems, that somehow xmonad can't be imported: a new created ~/.gnomerc makes no change, same with a copied  "export WINDOW_MANAGER=xmonad"  in ~/.profile (which is sourced by .xinitrc) or even in ~/.xinitrc itself. I added xmonad to the list of starting programs in gnome's session manager as well, I disabled nautilus and changed the position of the panel... Trying to start gnome with this:
    export WINDOW_MANAGER=xmonad
    exec gnome-session --purge-delay=3000
    it says that --purge-delay is an invalid option (so i guess that is meant to work with an older version of gnome).
    Then it comes up to gnome-session. But in my gnome there is no possibility to "select Metacity and change style to Trash"!? (Within the "sessions" I only can add starting programs or tell which applications to remember.)
    Nevertheless, I can start an xterm and run "killall metacity; xmonad &"; then metacity disappears, windows are indeed tiling, but in the xterm there's the following output:
    $ unknown ClientMessageEvent 269
    unknown ClientMessageEvent 269
    unknown ClientMessageEvent 269
    unknown ClientMessageEvent 269
    unknown ClientMessageEvent 269
    and the system becomes almost unusable. After killing the xterm metactiy reappears.
    I wonder how Phrodo_00 solved his problem, seemed to be trivial...
    Any ideas?
    Last edited by nexus7 (2009-01-11 14:07:52)

    Ugh!
    Because starting x takes always 5-10 minutes I liked to speed it up. I thought it still could be gnome fighting against xmonad, since here xmonad is added as starting program while at the same time you have the "/usr/share/applications/xmonad.desktop" (see above). So I liked to  see what happens after deselecting xmoand as starting program in the sessions manager... But from now on gnome wouldn't  start at all anymore! Neither
    gconftool-2 -s -t string /desktop/gnome/session/required_components/windowmanager metacity
    nor
    rm -rf ~/.gnome* ~/.gconf*
    helped (I don't have a ~/.gnome2/session)! X just hangs after showing its cursor, and there are heavy cooling but lesser disk activities -- so how to reactivate plain gnome??
    But also suddenly another problem seem to arise (but for heavens sake, why~ there weren't any before...):
    In the first time I crashed X that error was shown in the console:
    (EE) intel(0): underrun on pipe B!
    -- But how comes?, I disabled these in /etc/xorg.conf:
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "AutoEnableDevices" "False"
    EndSection
    Now there's another one:
    error setting MTRR (base = 0xe8000000, size = 0x08000000, type = 1) Invalid argument (22)
    Disgusting~
    Nevertheless running plain xmonad works... ((edit: after exchanging the xmonad.hs of course))
    Last edited by nexus7 (2009-01-11 12:03:52)

  • [SOLVED] USB Installation Media Boot Problems

    Hi all,
    I'm having trouble creating a live USB stick that my new (to me) HP Elitebook
    2730p laptop can boot successfully. Here is what I've tried so far:
    1. dd with the latest stable Arch installation media
    In other words:
    # dd if=/path/to/archlinux*.iso of=/dev/sdb
    Result: I can boot with the USB stick on my old Dell laptop (which is running
    Arch) without issue, but can't with the new HP. The BIOS will freeze if the USB
    stick is inserted, and will only unfreeze after I remove it.
    2. dd with a recent Arch installation media snapshot
    The snapshot is ``archlinux-2012.06.05_04-00-01-core-x86_64.iso''. I
    install the image to the USB stick with the same dd method above,
    and I get the same behavior: works fine on the old Dell, but freezes the BIOS of
    the new HP.
    3. dd with an old lubuntu iso
    This time, I used an old lubuntu iso
    (lubuntu-11.10-desktop-amd64.iso) with dd. This method
    worked without a problem -- both my old Dell and my new HP would boot it without
    complaint.
    3. unetbootin with the latest stable Arch installation media
    Creating the USB stick with unetbootin allows me to boot the stick with the new
    HP, but the boot fails to the ramfs prompt after ``Waiting 30 seconds for device
    /dev/disk/by-label/ ...'' (notice how there's nothing after ``by-label/'').
    Adding ``vmalloc=448M'' to the end of the unetbootin boot entry makes no
    difference.
    4. Image Writer for Windows
    The ``USB Installation Media'' wiki page suggests using ``Image Writer for
    Windows'' to create a bootable USB stick. I tried this method using Windows 7
    Professional, and the result was the same as attempts 1 and 2: the USB stick
    freezes the HP's BIOS.
    Other notes
    I've checked the md5sums of all the isos I've tried
    I've updated the BIOS on the HP laptop
    I've used the same USB stick for each of the above situations
    The new HP laptop does not have an optical drive, and I don't own an
    external one
    In attempts 1, 2, and 4, I noticed that cfdisk shows that the partition
    that contains the installation files has both the ``Bootable'' and ``NC'' flags
    set. The cfdisk man page says that the latter flag stands for ``Not Compatible
    with DOS or OS/2''. I can actually remove this flag by using the ``Maximize''
    option in cfdisk, which actually makes the USB stick bootable by the HP
    computer's BIOS, but the boot eventually fails to the ``ramfs prompt
    thingy'' after saying ``ERROR: '/dev/disk/by-label/ARCH_201108' found, but the
    filesystem type is unknown''
    In attempt 3 (the lubuntu one), I noticed that cfdisk shows a bit of free
    space in front of the partition that contains the lubuntu files. The ``NC'' flag
    is not present when I run cdisk.
    My current theory is this: I believe my new HP's BIOS is unhappy with the
    ``isohybrid-nature'' of the Arch installation media. Is there any way I can
    confirm this, or obtain ``non-isohybrid'' Arch media?
    As you might imagine, this has been pretty frustrating. Any help would be
    greatly appreciated!
    Daniel
    Last edited by bebeababa (2012-06-10 15:04:43)

    bebeababa wrote:
    DSpider wrote:
    Adding ``vmalloc=448M'' to the end of the unetbootin boot entry makes no difference.
    Duh. That's for booting it from RAM (with MEMDISK) in case it doesn't map the entire file, which for some reason it didn't for the i686 iso on my computer. I probably should've specified it when I wrote the article. I'll add it tomorrow morning.
    Speaking of which, have you tried it?
    https://wiki.archlinux.org/index.php/US … O_from_RAM
    Because you only seem to be using dd ("Image Writer" is the same) and Unetbootin (which had various problems since forever). The correct syntax for dd is:
    $ sudo dd if=archlinux.iso of=/dev/sd[x]
    Warning: Make sure to use /dev/sdx and NOT /dev/sdx1. This is a very common error!
    https://wiki.archlinux.org/index.php/US … _USB_drive
    Haven't tried the ``Boot the entire ISO from RAM'' method yet. I'll give that a shot next.
    The ``Boot the entire ISO from RAM'' method worked like a charm! Thanks,
    DSpider!
    Marking thread [SOLVED].

  • Solved. Installer doesn't detect harddrives

    Hello, so this is my first time trying to install arch linux outside of virtualbox and the installer doesn't seem to detect my hard drives.
    I get to the point in installation where I'm supposed to partition my harddrives and nothing is there, so I selected other and by using "dmesg | grep sd" I managed to find out that the drive i wanted to contain my arch install was called sdb. I wrote /dev/sdb in the "other"-box and was able to partition my hard dive the way I want. However, when I get to the step where I'm supposed to set my filesystems mountpoints there is no detected hard drives and no "other" option, so I'm pretty much stuck there.
    I have tried searching but I didn't find anything on this particular problem, only GRUB related issues. Is there anyone here that know how to solve this?
    Sorry for my English, it's not my first language but hopefully i made some sense at least.
    edit, I forgot to add that I have tried the legacy IDE booting method too, but it did not help.
    Last edited by göteborg-johan (2009-02-28 19:07:29)

    nowahn wrote:
    I have no idea why the installer doesn't detect your hardrive, but you should be able to workaround by mounting the partitions manually.
    - mount the root partition to /mnt
    - create a directory in /mnt for each separate partition
    - mount all the partitions
    then go to the step after setting hard drives in the installer.
    I'm not sure this will work, just try. the installer should complains that you did not set any mountpoints, maybe entering the Set Filesystem Mountpoints step, and exiting with DONE can fix this.
    Thanks for your reply, will try that.
    One question tho, how would I set the swap partition using that method?

  • [SOLVED] panda3d : installation issue

    Bonjour,
    I want to install panda3d but I have some issues and I didn"t find solutions in other topics.
    I have an Arch 64bit installation, with testing repos enabled.
    First I tried to install panda3d (the AUR version) but there is a message at the end :
    ==> Lancement de package()...
    Installing Panda3D into /tmp/yaourt-tmp-root/aur-panda3d/pkg/usr
    Installation finished!
    sed: impossible de lire /tmp/yaourt-tmp-root/aur-panda3d/pkg/usr/lib/python2.7/site-packages/panda3d.pth: Aucun fichier ou dossier de ce type
    I don't know how to deal with this.
    I can't download CVS version because of network security in my school. I'm stucked with the aur version.
    Does anyone encountered (and solved) this problem ?
    Thx,
    XscreaM
    Last edited by xscream (2011-05-26 02:08:40)

    Problem solved,
    There an error in the pkgbuild
    There's some line with the sed commande
    $pkgpath/etc/...
    I had to replace them with a full path
    /tmp/yaourt-tmp-root/aur-panda3d/pkg/etc/...
    idem for /usr/lib/....
    Thx,
    XscreaM.

  • [Solved] First installation: HP Photosmart C4280 - Epson EPL-4200L

    Hi,
    this is my first post in the forum since two day ago have removed kubuntu and installed arch. Thanks the awesome wiki I was able to configure lvm, wireless, bluetooth, graphics, etc but have great problems configuring my two printers.
    I have installed, as in wiki,
    cups
    ghostscript
    gsfonts
    gutenprint
    foomatic-db
    foomatic-db-engine
    foomatic-db-nonfree
    foomatic-filters
    hplip
    cups-pdf
    have added cups to the DAEMONS array in rc.conf and my account to lp group and edited /etc/cups/cupsd.conf so now I have SystemGroup lp
    **Epson EPL-4200L**
    It's a laser print working on parallel port. Was not necessary add in rc.conf lp, parport, parport_pc modules since they are loaded automatically.
    Obviously neither kde systemsetting printer applet nor cups web interface find my printer. Here some output of dmesg:
    dmesg | egrep -i "parport|lp|epson"
    lp: driver loaded but no devices found
    parport_pc 00:06: reported by Plug and Play ACPI
    parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    parport0: Printer, EPSON EPL-6200L
    lp0: using parport0 (interrupt-driven)
    **HP Photosmart C4280**
    It's a combo (printer/scanner) connected through usb. In lsusb I have:
    Bus 003 Device 004: ID 03f0:5c11 Hewlett-Packard PhotoSmart C4200 Printer series
    I've blacklisted usblp in /etc/rc.conf and changed device node permission. Since:
    ls -l /dev/bus/usb/003/004
    crw-rw----+ 1 root lp 189, 259 2 giu 20.12 /dev/bus/usb/003/004
    have created /etc/udev/rules.d/10-usbprinter.rules and inserted this:
    #HP Photosmart C4280
    ATTR{idVendor}=="03f0", ATTR{idProduct}=="5c11", MODE:="0660", GROUP:="lp"
    LABEL="usbprinter_rules_end"
    usbcore is already loaded so no need to insert it in rc.conf
    Even this printer is unrecognized.
    I have made an attempt using hp tools: with sudo have launched hp-setup and it finds the printer but clicking on "Printer test page" nothing appens; the same from hp-toolbox.
    I need a very big help. Thanks
    P.S. I have added my account to sudoers and disabled root: I don't know if this is important.
    Last edited by gcala (2010-06-04 10:19:58)

    Solved! It was probably a permission problem; used to kubuntu I had added my account to sudoers and blocked root so during printer configuration i used my account/password as credentials; even if they are accepted there is a problem with sudo configuration that make it unusable with cups; so root account is necessary. Using root make other settings useless: inserting !usblp in rc.conf, modify device node permission. Adding own account to lp group is enough.
    To use HP scanner add your account to scanner group and uncomment hpaio line in /etc/sane.d/dll.conf

Maybe you are looking for