So basically I would like to learn about Linux, and I have heard that the best way is to install Arch Linux so that you can learn more about how to use the terminal etc. However, I googled many guides on how to install Arch Linux and all of them seem too complicated and difficult for me, even the 'beginner' ones. Can anyone teach me/link me to a guide?
BTW, out of curiosity, when you install Linux can you do so on your own or only with a guide?
Try a different distro like ubuntu it holds your hand a bit more
Check out the gentoo install guide. I do that on my own
[QUOTE=ButtsexV2;26269943]Check out the gentoo install guide. I do that on my own[/QUOTE]
i tried this in a wm and i'm stuck with eth0 not being found and it was working through the install
/etc/udev/rules.d/70-persistent-net.rules
doesn't even exist
[QUOTE=cryticfarm;26366576]i tried this in a wm and i'm stuck with eth0 not being found and it was working through the install
/etc/udev/rules.d/70-persistent-net.rules
doesn't even exist[/QUOTE]
are you using dhcp? add "config_eth0=( "dhcp" )" to /etc/conf.d/net if you haven't already, and run "rc-update add net.eth0 default". then reboot
[QUOTE=ButtsexV2;26366733]are you using dhcp? add "config_eth0=( "dhcp" )" to /etc/conf.d/net if you haven't already, and run "rc-update add net.eth0 default". then reboot[/QUOTE]
i've done both already i'm pretty sure
when I run rc-update add net.eth0 default it says
net.eth0 already installed in runlevel 'default'; skipping
[editline]28th November 2010[/editline]
it says:
network interface eth0 does not exist
Please verify hardware or kernel module (driver)
[editline]28th November 2010[/editline]
if it helps i'm on virtualbox
also, the internet was working on the livecd
[editline]28th November 2010[/editline]
i'm guessing i'm missing a driver or something
[editline]28th November 2010[/editline]
i got it working again thanks
-snip- didn't see last edit.
Sorry, you need to Log In to post a reply to this thread.