You are not logged in.
First post and I'm already whining
Freshly installed off the 150MB CD .iso, rebooted, woah, command line! I'm not very good with command lines, never have been. Is there any way to get a GUI? Or am I going to have to run some complicated script? All answers are appreciated
Offline
http://wiki.archlinux.org/index.php/Xorg should get you on your way. Once X is installed you can install a WM/DE to run on top of it.
Offline
That 150MB iso you installed off from probably was the "base cd", meaning you have the base of the system but that's it. You have to install X, a windowmanager/-environment and all the other stuff you want. A desktop environment is not necessarily considered part of the base in arch speak.
Interesting link for configuring X: http://wiki.archlinux.org/index.php/Xorg
You will be able to find lots of other infos on the wiki where this link points to. Good luck, and remember: Arch is made for the experienced User.
I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell
Offline
So does this mean that the CD didn't come installed with a GUI? That's fine, I just hope it isn't too complicated to install, the only shell commands im familiar with at the moment is cd and ls! Thanks anyway!
PS: How do I get the GUI onto the computer then? Do I need to burn it to a CD and then load it on? I have an inbuilt wireless card so maybe I could dl it, but I have no idea how to configure it.
Offline
Basically, you should run
pacman -S xorg
hwd -x
and you'll be on your way. After that, you can choose between desktop environments. As a new user, you'd probably prefer Gnome...I use Xfce. You can install it with
pacman -S gnome gdm
.
Now put gdm in your list of DAEMONS in /etc/rc.conf, and reboot. You can do this by running
nano /etc/rc.conf
(scroll down to the bottom, where it says DAEMONS=. In the brackets, put gdm.) Then run
reboot
Now log in and you'll be in Gnome. Enjoy!
Regards,
Picpak
Offline
Thanks but when I type pacman -S xorg it says
error: could not open sync database: extra
have you used --refresh yet
Any ideas ? I typed --refresh and [return]ed but nothing happened [/code]
Offline
Run
pacman -Sy
Also, after you get Xorg installed: what is your video card? You'll also want to install that. Run
pacman -S xf86-driver-the-name-of-your-driver
obviously replacing the-name-of-your-driver with -- suprise -- the name of your driver.
Then edit /etc/X11/xorg.conf and replace your driver with the newly installed one. You can do that by running
nano /etc/X11/xorg.conf
Go down to the "Device" section, and where it says
Driver "vesa"
change it to your driver. Mine is
Driver "i810"
Hope that helps!
Regards,
Picpak
Offline
tried pacman -Sy; still didn't work. Lot of stuff flashed by and then got the same error message as last time I'm using the base (150mb) version btw, if that is any help thanks for helping
Offline
Ark > welcome on board
Did you consider having a look @ arch-install-guide ?
Arch FAQ (just over your post) is also a good way to start
Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery ) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9
Offline
Yes, but nothing is in there about how to enable even a simple gui thanks
Offline
Try http://wiki.archlinux.org/index.php/Beginners_Guide . It was created a little while ago, so it may not have everything yet, but it's supposed to be the middle between the Installation Guide and getting a GUI.
Regards,
Picpak
Offline
tried pacman -Sy; still didn't work. Lot of stuff flashed by and then got the same error message as last time I'm using the base (150mb) version btw, if that is any help thanks for helping
try
ping www.google.com
you might not be connected to the net, i know thats happened to me in the past and it gives me the line about refresh.
Offline
Perhaps you need to make your wi-fi going first.
I'm utterly ignorant when it comes to wi-fi, so you'll have to rely on someone else to help you ;-) I might only suggest you to "ping www.google.com" to check whether you actually have no network connectivity.
Offline
Well you do install GUI, there's no way to "enable" some app you did not install, right ?
That's where Install Guide comes, as it says how to configure the packages manager, thereafter be able to install whatever you need/want
# Package Management
1. Pacman
2. Accessing Repositories
Package management is the very first tool to get on Arch (like other Linux distros).
That's as soon as you get your network workin, Ark.
In short :
- Network
- Packages anager (conf is located in /etc/pacman.conf)
- X
- the rest
Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery ) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9
Offline
I'm trying to enable my wifi card (ipw2200) but I'm still getting the usual error message when I run pacman -S wireless_tools.
http://wiki.archlinux.org/index.php/Wireless_Setup
I didn't know it'd be THIS hard
Offline
You'll need to be connected to download anything with pacman.
Don't you have access to a wired connection somewhere?
Offline
Well, maybe -- just maybe, you can
wget ftp://ftp.archlinux.org/0.8/os/i686/wireless_tools-29pre10-1.pkg.tar.gz
pacman -A wireless_tools-29pre10-1.pkg.tar.gz
?
Regards,
Picpak
Offline
Nope anyway that I can download the required files for the wireless card setup onto a USB/CD and then execute them from there?
Offline
yes !
Do you know how to mount the cd (with arch linux base on it) ?
If so you mount it, then install the package you need with something like this :
# pacman -A /mnt/cd/path_to_the_package_you_wann_install.pkg.tar.gz
Now, plugin an ethernet cable would be the easier way, as it doesn't need any package to connect you.
Better yet if you're lost with comand line would be to install with Arch full CD.
Also there's an ISO 100% based on Arch that lets you with a fully functional GUI after install. It's called Underground Desktop 029 (torrent here)
Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery ) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9
Offline
Well Im downloading the full arch CD now and plan to install that; will that come preconfigured with a gui? Shells are definitely not my strong point. Also will that come with the packages to configure my wi-fi card? I'm getting pretty close to just installing a windows; ty
Offline
Yes they'll be there (but I cannot ganraty you that your wireless will be supported as this is something you need to check first).
Now to be *happy* with Arch you'll need to use the console.
If you're not ready to learn, then better go for Underground (see previous post) or another GUI OS.
Good luck to you
Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery ) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9
Offline
Sorry it took so long to reply, didn't notice page 2
I am very much willing to learn the command line, but at first I'd just like a nice simple gui and a functioning wifi connection thank you. So is there any way to configure my wifi card without already having access to the internet? Thanks
Offline
O, ok then.
Yes you can look for the package into the cdrom.
mount it and install wireless-tools
Better allways have the guide &/or wiki with you (I always use them as i do not pretend to know all their content).
Basically you do like this :
1) mount cd
2) install wireless-tools with
# pacman -A /mnt/iso/arch/pkg/wireless_tools-xxx.pkg.tar.gz
(please replace "iso" with the path to where you mount the cdrom)
Now I'm telling you again (but last time ) ; Underground Linux *is* arch (same tools, conf, repositories, etc.). The biggest difference is that it gives you Arch in a nutshell : everything you need to start is there after install, including KDE & most probably wireless stuff (again, if yours is Linux compatible)
Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery ) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9
Offline
Thanks for replying, I'll try that. If all else comes to fail, I'll get underground. Thanks
Btw, what is your first language? I can speak some basic french or german if you want
Offline
Quick q: which package do I unpack to install the X environment. Thanks :D:D
Offline