The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    arch linux install

    Discussion in 'Linux Compatibility and Software' started by ktang, Oct 4, 2009.

  1. ktang

    ktang Notebook Consultant

    Reputations:
    47
    Messages:
    237
    Likes Received:
    0
    Trophy Points:
    30
    so i was able to successfully install arch linux with an xfce desktop, but unfortunately the archwiki site is currently down, so i'm having trouble configuring it.

    will people who use arch please supply some of the servers they use and what programs they can download/install from said servers? i've been able to install OOo, Firefox, Thunderbird, and some more common things.

    i attempted to install ccsm, and i believe it did install. how do i enable it?

    additionally, i keep getting an error message saying that arch cannot mount cds when i insert them into my dvd drive, and no partitions in my laptop are showing up (i have a total of 1 partition for windows, 1 for storage, and 1 for ubuntu) besides the partition dedicated to arch, is there something i have to do to be able to see the other partitions?
     
  2. Gintoki

    Gintoki Notebook Prophet

    Reputations:
    2,886
    Messages:
    6,566
    Likes Received:
    0
    Trophy Points:
    205
    Wait for the site to come back up and then read the manual.
     
  3. Gintoki

    Gintoki Notebook Prophet

    Reputations:
    2,886
    Messages:
    6,566
    Likes Received:
    0
    Trophy Points:
    205
    Thanks, but you didn't have to join this site just to tell me that. :D
     
  4. silverbyte

    silverbyte Notebook Guru

    Reputations:
    1
    Messages:
    57
    Likes Received:
    0
    Trophy Points:
    15
    Do give Godane's Archiso or the Chakra Arch Distro, a spin - both of which are a livecd based Arch installers.

    Reduces the barrier to entry, quite a bit!
     
  5. ktang

    ktang Notebook Consultant

    Reputations:
    47
    Messages:
    237
    Likes Received:
    0
    Trophy Points:
    30
    i was able to get ccsm working, however i was unable to get the disk mounting to work.

    no matter what i do, it always gives me an error when i attempt to insert removable media, and it cannot see any other partitons on my hard drive. The partitions can be seen perfectly fine in ubuntu and the NTFS partition can be seen fine in windows, but arch cannot view any partitions except its own. can anyone give me suggestions on what file i might have to change?

    i looked into the fstab file, but comparing arch's to ubuntu's doesn't show anything additional in ubuntu's that isn't in arch's.
     
  6. ktang

    ktang Notebook Consultant

    Reputations:
    47
    Messages:
    237
    Likes Received:
    0
    Trophy Points:
    30
    anyone have suggestions that are actually relevant???
     
  7. wankel

    wankel Notebook Consultant

    Reputations:
    47
    Messages:
    228
    Likes Received:
    1
    Trophy Points:
    31
    I believe its a hal problem.

    Edit your /etc/PolicyKit/PolicyKit.conf files and add the following:


    Code:
     <match user="$USER">
                    <match action="org.freedesktop.hal.storage.*">
                            <return result="yes"/>
                    </match>
                    <match action="hal-storage-mount-fixed-extra-options">
                  
                            <return result="yes" />
                    </match>
                    <match action="hal-storage-mount-removable-extra-options">
                    
                            <return result="yes" />
                    </match>
            </match> 
    
    replacing $USER with your username
     
  8. wankel

    wankel Notebook Consultant

    Reputations:
    47
    Messages:
    228
    Likes Received:
    1
    Trophy Points:
    31
    Is it just me or can you guys also not see whats in the code?

    Anyways google "archwiki hal", and go to the troubleshooting part about "permission denied"
     
  9. Gintoki

    Gintoki Notebook Prophet

    Reputations:
    2,886
    Messages:
    6,566
    Likes Received:
    0
    Trophy Points:
    205
    Edit your /etc/PolicyKit/PolicyKit.conf files and add the following:


    PHP:
    <match user="$USER">
                    <
    match action="org.freedesktop.hal.storage.*">
                            <return 
    result="yes"/>
                    </
    match>
                    <
    match action="hal-storage-mount-fixed-extra-options">
                  
                            <return 
    result="yes" />
                    </
    match>
                    <
    match action="hal-storage-mount-removable-extra-options">
                    
                            <return 
    result="yes" />
                    </
    match>
            </
    match
    replacing $USER with your username

    Fixed.
     
  10. ktang

    ktang Notebook Consultant

    Reputations:
    47
    Messages:
    237
    Likes Received:
    0
    Trophy Points:
    30
    calvin that worked for getting arch to read my usb flash drive.

    do you have any ideas about getting arch to read partitions? will i have to edit my fstab list?
     
  11. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    Whatever you end up installing, make sure the distro works for YOU, and you don't work for IT; and IT is it, not I.T. lol
     
  12. Gintoki

    Gintoki Notebook Prophet

    Reputations:
    2,886
    Messages:
    6,566
    Likes Received:
    0
    Trophy Points:
    205
    Read the beginners guide.