Is it possible to install Arch with encrypt $HOME?

Hello,
I'm going to buy a new laptop and i'd like to install Archlinux into it.
Ubuntu 9.10 gives you the choice to encrypt your home directory during installation.
Is it possible to do the same with Arch?
I read the WIKI about encryptions and it looks pretty "hard" to do it...?
Thanks in advance for your answers!

Dieter@be wrote:that information is outdated.  Since 2009.08 you can do encryption and lvm with the arch installer.
I did not see that while installing - the encrypted $HOME with ecryptfs I mean.
Did I overlook it?
(I used the netinstall.iso)
anyway - with the help of the two guides mentioned by anrxc (and another post on the subject here in the forums) I got it working.
After setting up a group "ecryptfs", adding the user to it, then having the PAM-Rules ready and the ecryptfs module loaded it was then as simple as typing:
ecryptfs-migrate-home -u $USER
The PAM-Rules as they are now:
/etc/pam.d/login
#%PAM-1.0
auth required pam_securetty.so
auth requisite pam_nologin.so
auth required pam_unix.so nullok
auth optional pam_ecryptfs.so unwrap
auth required pam_tally.so onerr=succeed file=/var/log/faillog
# use this to lockout accounts for 10 minutes after 3 failed attempts
#auth required pam_tally.so deny=2 unlock_time=600 onerr=succeed file=/var/log/faillog
account required pam_access.so
account required pam_time.so
account required pam_unix.so
#password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
password optional pam_ecryptfs.so
#password required pam_unix.so md5 shadow use_authtok
session required pam_unix.so
session optional pam_ecryptfs.so unwrap
session required pam_env.so
session required pam_motd.so
session required pam_limits.so
session optional pam_mail.so dir=/var/spool/mail standard
session optional pam_lastlog.so
/etc/pam.d/gdm
#%PAM-1.0
auth requisite pam_nologin.so
auth required pam_env.so
auth required pam_unix.so
auth optional pam_ecryptfs.so unwrap
auth optional pam_gnome_keyring.so
account required pam_unix.so
session required pam_limits.so
session required pam_unix.so
session optional pam_ecryptfs.so unwrap
session optional pam_gnome_keyring.so auto_start
password required pam_unix.so
password optional pam_ecryptfs.so
Seems to work well so far - only compiling software from AUR has failed sometimes - maybe some mount-options not suitable for "fakeroot"?
I just put the build-directory outside of the encrypted $HOME and symlinked to it - then it worked.
...my first 4 days with ARCH - coming from Gentoo, which I used solely for at least the last 4 years - and I like it and intend to stay with it
I did try Mint (Ubuntu) - thats how I came to want to have my $HOME encrypted with ecryptfs.
But I was not quite happy with it and now I'm here with ARCH.
Cheers
Last edited by jomen (2010-03-18 03:11:06)

Similar Messages

  • Is it possible to install Arch with only WIFI available?

    Hi, I want to install Archlinux on my thinkpad T60, but there is only WIFI at my room(with WPA), so is it possible to install Arch and set up to get a full GUI desktop environment? The problem is how to connect to internet via WIFI in command line only mode, is it too complicated? Is there a tutorial on this?
    Thanks!

    Olnex wrote:
    Hi, I want to install Archlinux on my thinkpad T60, but there is only WIFI at my room(with WPA), so is it possible to install Arch and set up to get a full GUI desktop environment? The problem is how to connect to internet via WIFI in command line only mode, is it too complicated? Is there a tutorial on this?
    Thanks!
    'The beginners guide and the install guide in the wiki cover this, i believe it also has a section for connecting to an encrypted access point. So to answer your question: yes its possible and no its not too complicated and yes there is a tutorial on this
    EDIT: Heres a link to where its at in the wiki https://wiki.archlinux.org/index.php/Beginners'_Guide#Wireless_Quickstart_For_the_Live_Environment just scroll down a little bit
    Last edited by markbabc (2010-12-06 15:36:02)

  • Possible to install arch on a system with Broadcom wireless?

    My netbook has a broadcom BCM4313 chipset. Kernel module: brcmsmac. The latest arch installer can't properly configure my network and I don't have a wired connection at this location. The system keeps spamming messages like this on the terminal every few seconds:
    ieee80211 phy1: wl_ops_bbs_info_changed: qos enabled: false (implement)
    ieee80211 phy1: brcmsmac: wl_ops_bss_info_changed: disassociated
    ieee80211 phy1: wl_ops_bbs_info_changed: arp filtering: enabled false, count 0 (implement)
    Is it even possible to install arch linux on a system with a broadcom chipset? Or is the kernel too old, should I use another module?
    Thanks for your help!

    treadlefish could you post the wifi info from "lspci -vnn"? Then I can check if we have the same card.
    edit, here is mine:
    03:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
    Subsystem: Hewlett-Packard Company Device [103c:1795]
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at f0200000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [40] Power Management version 3
    Capabilities: [58] Vendor Specific Information: Len=78 <?>
    Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [d0] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [13c] Virtual Channel
    Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
    Capabilities: [16c] Power Budgeting <?>
    Kernel driver in use: wl
    Last edited by Wilco (2012-02-27 22:03:37)

  • Install Arch with PXE?

    Hello,
    I'm trying to install Arch with PXE, and for this I'm using two VM in VirtualBox. I've followed all steps in the Wiki, also I tried to use a script ( https://wiki.archlinux.org/index.php/Ar … pxe_server ).
    Following the main PXE wiki article, when I mount the archlinux-boot image, I can't find isolinux subfolder in order to copy contents into /var/tftpd/ folder. Article seems to be out of date.
    ¿Any idea? I've dhcpd server running and I executed mkpxelinux -c=/etc/mkpxelinux.conf command, but I don't know what I need to do right now.
    Thanks for all.

    Hi
    nbd in 2010.05 images is old
    nbd in your system is new
    archiso-pxe-server script try to keep compatible with old (untested) and new nbd.
    Try this on ramfs prompt:
    nbd-client the-server-ip -N archiso /dev/nbd0 -presist
    mount -r -t udf /dev/nbd0 /bootmnt
    logout
    Download a recent update archiso-pxe-server-20101012 (just now)
    If does not work, try to build your archiso up-to-date using my branch that have the fix[#1].  See here how http://wiki.archlinux.org/index.php/Use … lean_build
    [#1] http://github.com/djgera/archiso/commit … 9bc219ee30
    Good Luck.
    Last edited by djgera (2010-10-12 04:50:33)

  • Install Arch with dual graphics laptop

    Hey everybody,
    So a few months ago I bought a new laptop, and ASUS X750JN. After I have my new laptop on my hands the first thing was install Arch Linux, but I came across an problem with graphics, probably a bad configuration and because I needed the computer for the university, I keep Windows for a while. Now that I have some time, I want to return to my beloved Arch but I have a serious question, the computer has 2 graphics cards, on-board Intel and an Nvidia and my question is, how can I install Arch and use Nvidia for some games like ETS, CS:GO and Guns of Icarus? When I tried installing before, the VGA was the Intel and not the Nvidia.
    I know that Hybrid Graphics aren't full supported in Linux, but is there a way to use Arch with the Nvidia, even if only uses Nvidia.
    Thanks in advance,
    Have a nice Christmas and a Happy 2015,
    Hugo Rodrigues.
    Last edited by Hugao (2014-12-24 13:47:26)

    Hey,
    Sorry for the time but I'm was busy and only today I have the change to install Arch.
    mrunion wrote:
    Have you looked in our Wiki? We have these for starters:
    https://wiki.archlinux.org/index.php/Bumblebee
    https://wiki.archlinux.org/index.php/Optimus
    When I was research I look it up on the second link but not on the first one.
    So, like I said above, today I have installed Arch with Bumblebee and so far so good, but I just have a question, how I run games using optirun throw Steam?
    Issa wrote:
    Hey Huago, I'm not sure if will help you as I don't know too much about your configuration, but I'm also experiencing some issues while configuring arch on my lenovo T420s. I have so far succeeded in starting a simple x session after installing the drivers for intel and nvidia (xf86-video-intel xf86-video-nouveau) (see my thread here but my current problem is, that I can't start gdm
    I'll work on this and opened a new thread here - maybe we can assist each other until everything is up and running.
    update: I got it - maybe it works for you too? (very short description of what i did):
    install drivers for integrated and discrete graphics card
    launch gdm as root
    I have an Asus X750JN and I just install the integrated and discrete graphics and enabled gdm service.

  • Installing Arch with intel wireless (iwlwifi-3945)

    i have tried various times in the past few weeks to install arch with minimal success.  The only time i was able to actually set up a system that would allow me to get to a gui and use the internet was when i had an install of Archie Linux (Live CD)  that i had to chroot with kubuntu to add wireless support.  Needless to say i preferred a cleaner install (especially after having to manually rename the folders, etc. for the repository changes).
    Anyways when arch is loading it makes mention of needing to append the boot image to include intel-wireless.  i was wondering what exactly was involved in doing that.  Because after trying to just install the package ifconfig does not show my wlan device.  Any help is appreciated.  let me know if more info is needed.

    pl2lnce wrote:
    i have tried various times in the past few weeks to install arch with minimal success.  The only time i was able to actually set up a system that would allow me to get to a gui and use the internet was when i had an install of Archie Linux (Live CD)  that i had to chroot with kubuntu to add wireless support.  Needless to say i preferred a cleaner install (especially after having to manually rename the folders, etc. for the repository changes).
    Anyways when arch is loading it makes mention of needing to append the boot image to include intel-wireless.  i was wondering what exactly was involved in doing that.  Because after trying to just install the package ifconfig does not show my wlan device.  Any help is appreciated.  let me know if more info is needed.
    I have Arch with iwl3945 drivers running here just fine. No tweaks to the cpio image needed.
    I have never heard of this either... You need both the drivers and the firmware. Check dmesg if everything is okay. Ifconfig -a should show a wlan0 device, if not, something went wrong.
    broch wrote:I have HP dv5000t (dualcore) with the same card. Never had any problems with intel 3945. However I am using ipw3945 instead of iwl3945 as the later is still early beta and far from stability, performance of ipw.
    Since 1.1.0 stability is just fine. Throughput is still a problem though. I get like 2.8 MBps with earlier versions, and the 1.1.21 one can hit it too, but mostly it's around 1 MBps . I prefer that to yet another proprietary package though. It's not every day I transfer a few GB to my wired server .
    Last edited by B (2007-11-15 18:12:18)

  • Problems with installing Arch on encrypted drive

    Hello again!
    I am now trying to install Arch Linux on my AA1L machine, with encrypted root partition. I have /dev/sda1 which is the unencrypted boot and /dev/sda2 which is the encrypted / partition. I followed the ArchWiki article which explained me to have 'encrypt' in the HOOKS variable of /etc/mkinitcpio.conf. However when I boot, GRUB gives me "/dev/mapper/root not found". Any ideas what did I miss?

    you should not "just have" the hook in /etc/mkinitcpio.conf. It should be at the correct location (eg just before "filesystems")
    Don't forget to rebuild your initcpio with mkinitcpio if you change settings in /etc/mkinitcpio.conf.
    And also what Funbird said.
    Both of these things are nicely documented @ http://wiki.archlinux.org/index.php/LUKS_Encrypted_Root, btw

  • Is it possible to install Arch on a usbstick ?

    Hello there,
    i would like to install arch on an usbstick like slax, puppy or dsl. Is it possible or does even exists a stick version of arch ?
    Best regards
    FightRight

    FightRight wrote:
    Thank you for this information. But that means in my case, that i have to format the stick with the unionfs or aurfs and setting up the fstab with the right options that you have describe.
    Did i understand you correct ?
    aufs/unionfs is not a file system that you can use to format a physical medium such as a usb-stick. It is a sort of pseudo-file-system that makes a read only real filesystem appear to be writable, but the writing is done not to the original file-system, but to another one, which could be a disk, memory or whatever. To use such a file-system quite a few changes are necessary to the way a Linux system is booted.
    You can find some more details at aufs.sourceforge.net and some description of how it is used in larch in the documentation on the larch web-site (see below).

  • Installing Arch with UNetbootin, error

    I'm trying to install Arch on my HP dv1040 laptop with UNetBootin and haven't been able to do much.  When I boot up and select UNetbootin, linux starts running and decompressing and stuff but then it says "Waiting 30 seconds for device /dev/archiso" and fails to find it.  I'm kinda lost for what to do.  I've tried reinstalling UNetbootin like 5 times with different options such as using my iso image, or letting UNet download it for me.  Can anyone help me?
    I have WinXP as my current OS.

    Solved for me.
    sudo dd bs=8M if=archlinux-2009.08-netinstall-i686.img of=/dev/sdc
    Works only for the netinstall images though. I'll get an error during install with core, but this might also be because my usb stick is fubar.
    @celtic426
    You should try to use the netinstall images with UNetBootin. I had no luck with the core ones and unetbootin though.
    Another solution should be to boot from an ubuntu livecd/usb-stick (works with unetbootin, I already tried it) and then dd the image on the usb stick as the wiki says: http://wiki.archlinux.org/index.php/Off … tion_Media
    Last edited by tealson (2009-08-16 23:21:41)

  • Trying to install Arch with Ubuntu hardy already installed

    I have Ubuntu already installed on my system and I want to install Arch on a separate 10gig partition ( which is already made) but when I boot from the Arch cd and go to install Arch only sees the main drive it doesn't see anything else what am I doing wrong. I only want to install arch on the 10 gig partition for now until I am more familiar with Linux
    Last edited by Shadowmeph (2008-05-20 17:35:28)

    I have just read that  it is informative but I am not sure of what that will do inorder for me to be able to install Arch on My tem gig partition, when I am in ubuntu I stat gparted to see what the names of my partitions are and this is what it shows /dev/sda3 swap     1gig /dev/ sda2 reiserfs 10 gigs ( where I want to install Arch)  sda1 / Ubuntu how do I install arch onto dev/sda 2 ) the ten gig partition) if arch doesn't see it? do I have to delete the partition or formaste the 10 gig partition differently? I am pretty new to Linux so I am not sure of how to do this.
    this is what my grub looks like
    # menu.lst - See: grub(8), info grub, update-grub(8)
    # grub-install(8), grub-floppy(8),
    # grub-md5-crypt, /usr/share/doc/grub
    # and /usr/share/doc/grub-doc/.
    ## default num
    # Set the default entry to the entry number NUM. Numbering starts from 0, and
    # the entry number 0 is the default if the command is not used.
    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    # WARNING: If you are using dmraid do not use 'savedefault' or your
    # array will desync and will not let you boot your system.
    default 0
    ## timeout sec
    # Set a timeout, in SEC seconds, before automatically booting the default entry
    # (normally the first entry defined).
    timeout 3
    ## hiddenmenu
    # Hides the menu by default (press ESC to see the menu)
    hiddenmenu
    # Pretty colours
    #color cyan/blue white/blue
    ## password ['--md5'] passwd
    # If used in the first section of a menu file, disable all interactive editing
    # control (menu entry editor and command-line) and entries protected by the
    # command 'lock'
    # e.g. password topsecret
    # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
    # password topsecret
    # examples
    # title Windows 95/98/NT/2000
    # root (hd0,0)
    # makeactive
    # chainloader +1
    # title Linux
    # root (hd0,1)
    # kernel /vmlinuz root=/dev/hda2 ro
    # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
    ### BEGIN AUTOMAGIC KERNELS LIST
    ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
    ## by the debian update-grub script except for the default options below
    ## DO NOT UNCOMMENT THEM, Just edit them to your needs
    ## ## Start Default Options ##
    ## default kernel options
    ## default kernel options for automagic boot options
    ## If you want special options for specific kernels use kopt_x_y_z
    ## where x.y.z is kernel version. Minor versions can be omitted.
    ## e.g. kopt=root=/dev/hda1 ro
    ## kopt_2_6_8=root=/dev/hdc1 ro
    ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
    # kopt=root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro
    ## Setup crashdump menu entries
    ## e.g. crashdump=1
    # crashdump=0
    ## default grub root device
    ## e.g. groot=(hd0,0)
    # groot=(hd0,0)
    ## should update-grub create alternative automagic boot options
    ## e.g. alternative=true
    ## alternative=false
    # alternative=true
    ## should update-grub lock alternative automagic boot options
    ## e.g. lockalternative=true
    ## lockalternative=false
    # lockalternative=false
    ## additional options to use with the default boot option, but not with the
    ## alternatives
    ## e.g. defoptions=vga=791 resume=/dev/hda5
    # defoptions=quiet splash
    ## should update-grub lock old automagic boot options
    ## e.g. lockold=false
    ## lockold=true
    # lockold=false
    ## Xen hypervisor options to use with the default Xen boot option
    # xenhopt=
    ## Xen Linux kernel options to use with the default Xen boot option
    # xenkopt=console=tty0
    ## altoption boot targets option
    ## multiple altoptions lines are allowed
    ## e.g. altoptions=(extra menu suffix) extra boot options
    ## altoptions=(recovery) single
    # altoptions=(recovery mode) single
    ## controls how many kernels should be put into the menu.lst
    ## only counts the first occurence of a kernel, not the
    ## alternative kernel options
    ## e.g. howmany=all
    ## howmany=7
    # howmany=all
    ## should update-grub create memtest86 boot option
    ## e.g. memtest86=true
    ## memtest86=false
    # memtest86=true
    ## should update-grub adjust the value of the default booted system
    ## can be true or false
    # updatedefaultentry=false
    ## should update-grub add savedefault to the default options
    ## can be true or false
    # savedefault=false
    ## ## End Default Options ##
    title Ubuntu 8.04, kernel 2.6.24-16-generic
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro quiet splash
    initrd /boot/initrd.img-2.6.24-16-generic
    quiet
    title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro single
    initrd /boot/initrd.img-2.6.24-16-generic
    title Ubuntu 8.04, memtest86+
    root (hd0,0)
    kernel /boot/memtest86+.bin
    quiet
    ### END DEBIAN AUTOMAGIC KERNELS LIST
    ok edit two I think that I have Arch install but I am not sure of which way to use
    Dual booting with other linux distros
    This is done exactly the same way that Arch linux is loaded. Here we assume that the other distro is on partition [s/h]da3.
    title Other Linux
    root (hd0,2)
    kernel /boot/vmlinuz (add other options here as required)
    initrd /boot/initrd.img (if the other kernel uses/needs one)
    [edit] Dual booting with other linux distro (Chainloading)
    To avoid maintenance nightmare, you might want to chainload the GRUB in the MBR to another bootloader you might have installed in the bootrecord of a partition [(hd0,2) in our example] instead of the MBR. This way the auto-magic stuff of some distro will manage the menu.lst on (hd0,2) (if it is grub) for its own distro and you will boot with all the option needed (like the correct last kernel) without the need to copy/paste some part of that menu.lst into yours.
    In our example [1], GRUB is in the MBR and some other bootloader (BL) (be it grub or lilo) is in the Boot Record of (hd0,2).
    |   |           |           |    %   (hd0,2)     |
    | M |           |           | B  %               |
    | B |  (hd0,0)  |  (hd0,1)  | L  %  Other        |
    | R |           |           |    %  Distro       |
    |   |           |           |    %               |
      |                            ^
      |     chainloading           |
    Then, you simply use in your menu.lst:
    title Other Linux distro
    root (hd0,2)
    chainloader +1
    Last edited by Shadowmeph (2008-05-20 17:56:20)

  • Installing Arch with USB

    My laptop currently does not have a disk drive and I want to install Arch Linux as a dual-boot with Ubuntu 12.04. Do I just copy the Arch iso to a thumbdrive and get my computer to boot from the thumbdrive? When I do this a get a "Boot error."

    Please read through the Beginner's Guide: it includes detailed instructions on how to do this: https://wiki.archlinux.org/index.php/Be … _USB_stick

  • How install Arch with Gentoo Live CD?

    The Arch install Cd don't work at my new Laptop with external CDrom.
    But I can boot from a Gentoo Live CD, how can I install Arch from the gentoo Live CD?
    I have found these How To, but it is from another disri not a Live CD...
    http://wiki.archlinux.org/index.php/Ins … her_distro

    iphitus wrote:
    fk wrote:
    The Arch install Cd don't work at my new Laptop with external CDrom.
    But I can boot from a Gentoo Live CD, how can I install Arch from the gentoo Live CD?
    I have found these How To, but it is from another disri not a Live CD...
    http://wiki.archlinux.org/index.php/Ins … her_distro
    That will work for a liveCD too. I've done it a few times.
    Really? Must I modify the How To?
    Wich Live CD do you use?

  • Installing arch with less than 64mb RAM...

    Hi!
    Maybe I will need to install linux to old machines, pentium 2, with 64mb ram maximum...
    I love archlinux... but, there is any way to install it with that ram amount?
    (as I read that the new livecd install needs at least 192mb ram?)

    Sorry, I didn't read your post correctly
    This way, I guess you'll find this thread disappointing
    http://bbs.archlinux.org/viewtopic.php?id=36615
    Last edited by jlcordeiro (2009-06-03 05:00:02)

  • Install Arch Linux, saving /home?

    I have my /home partition, with crucial data on it, and need to preserve it through an Arch installation. The problem is, I have not been able to find, anywhere, any clear instructions to install Arch, saving /home during installation.
    I keep thinking it must be here somewhere, or in the installation and beginner's guide, or online, but I have not been able to find clear instructions on how to do this anywhere - and it's certainly not obvious in the installer. Where in the installer do I tell it NOT to format /home, or to mount the partition as /home but not format it? I have not seen anything clear in the installer where to find these things. I've installed Arch many times, but always did a clean installation, due to this issue, and was always able to backup /home first. This time I can't.
    My /home is reiserfs, and for several reasons, I do not use LVM. I do want to format / (root, the one that is there, same size). /home is on its own partition.
    Is there anyone that can give me good, precise, step-by-step instructions on how to do this? Or can you point me to a link that does have a clear way to do it? This is very frustrating for me, trying to find a straightforward, clear way to do it, and to find things I need to in the installer to do it. It's a first for me, and I love Arch, but have misgivings about the installer. It may take a video or something, not sure.
    Thanks.
    Last edited by dedanna1029 (2012-11-27 22:42:54)

    dedanna1029 wrote:Where in the installer do I tell it NOT to format /home, or to mount the partition as /home but not format it?
    There are no installer anymore. Now you have to cfdisk by hand, mkfs by hand, etc.
    Just don't touch your /home/ partition and you will be fine, but a backup is highly advisable. All you need is to mistype the device number and poof it's gone. Be careful.
    As already said, just format your / and swap, pacstrap into it, install your stuff and mount /home/ when needed.
    Edit: Oh, forgot to mention, I'm installing an early version of Arch, to avoid Gnome3.
    Install media have nothing to do with Gnome. It only includes [base] and [base-devel]. Plus, older install medias are outdated and you will have trouble getting it updating (there were the glibc update, a filesystem update, bsd-init->systemd and a few other big updates). Anyway, next time you will update, you will get Gnome3 anyway. If you really want Gnome 2, use MATE from the AUR.
    Last edited by Max-P (2012-11-27 23:34:12)

  • Newly installed Arch with gnome3 - Sound issue

    Hello fellow archs!
    I'm having such a huge issue at the moment with the sound.
    Got alsa installed, and alsaconfig cant find a thing on my motherboard.
    I will try to post the essential information so maybe someone will notice that I have done something wrong
    lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
    Now one wierd part:
    Doing aplay -l in gnome terminal
    aplay -l
    aplay: device_list:240: no soundcards found...
    Straight from terminal before starting gnome up
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC889A Analog [ALC889A Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC889A Digital [ALC889A Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    I checked in modprobe and tried to follow the guide http://ubuntuforums.org/showpost.php?p= … ostcount=2 but couldnt find my ACL889 inside the list for model, I just tried something.
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    alias snd-card-0 snd-hda-intel
    alias sound-slot-0 snd-hda-intel
    options snd-hda-intel model=6stack-dig
    blacklist snd_intel8x0m
    Please help! This new gnome3 looks really nice and nothing else except the sound issue seems to be wrong.
    Thanks.

    blargh wrote:
    Hey guys, thanks for the help...
    I was clicking around and noticed why i didnt get aplay -l correct. Wasnt it the group audio with my user..
    But! I noticed something. I can't add my soundcard as my default one, but I can sure see it in alsamixer if I pick it.
    I have been trying what the wiki been saying, either do it by kernel or use of the ~/.asoundrc which doesnt work as I get the message that the file is either to old or corrupted.
    lsmod|grep '^snd' | column -t
    snd_hda_codec_realtek 297871 1
    snd_hda_intel 22186 0
    snd_hda_codec 77703 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 6342 1 snd_hda_codec
    snd_pcm 73736 2 snd_hda_intel,snd_hda_codec
    snd_timer 19488 1 snd_pcm
    snd 57384 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    snd_page_alloc 7161 2 snd_hda_intel,snd_pcm
    ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 Jun 16 18:23 by-path
    crw-rw----+ 1 root audio 116, 8 Jun 16 18:23 controlC0
    crw-rw----+ 1 root audio 116, 7 Jun 16 18:23 hwC0D2
    crw-rw----+ 1 root audio 116, 6 Jun 16 18:24 pcmC0D0c
    crw-rw----+ 1 root audio 116, 5 Jun 16 18:24 pcmC0D0p
    crw-rw----+ 1 root audio 116, 4 Jun 16 18:24 pcmC0D1c
    crw-rw----+ 1 root audio 116, 3 Jun 16 18:24 pcmC0D1p
    crw-rw----+ 1 root audio 116, 2 Jun 16 18:23 pcmC0D2c
    crw-rw---- 1 root audio 116, 1 Jun 16 18:23 seq
    crw-rw----+ 1 root audio 116, 33 Jun 16 18:23 timer
    Tried to remove pulseaudio by sudo pacman -Rd pulseaudio.. but it has so many depencies so it doesnt let me.
    Any Ideas?
    wrong approach - if using gnome-shell it does need to be there.
    I not only have an idea ~ but i do know how to fix your problem (i just need to read up, because off-hand i can't tell you how to do it).
    i ALWAYS disable PA - because it is crap!   i also think it is stupid that gnome -developers decided to make it a static dependency, when there are so many issues with it.
    i'll get back to you in a little while, okay?  (sometime later tonight, i just got home from work and need to relax / eat / etc..
    cheerz

Maybe you are looking for