Author Topic: Tackling the Gentoo beast!  (Read 666 times)

0 Members and 1 Guest are viewing this topic.

Offline DerpyTurtle

  • Peasant
  • *
  • Posts: 80
  • Cookies: -12
    • View Profile
Tackling the Gentoo beast!
« on: November 02, 2014, 04:10:14 am »
Hello guys,

So tonight I decided to take on the task of installing gentoo on my laptop. Now I have a few problems. I have wireless internet in my apartment, the problem I dont have physical access to the router so I need to configure my wireless. I have tried what I know and I am looking through a bunch of sites trying to find out how to setup my wireless card and connect to the network but everything is for Debian/Ubuntu users.

I have tried the
Code: [Select]
net-setup utility but to no avail.

When I try
Code: [Select]
ls /sys/class/net It only shows the enp2s0 and local interfaces.

I am so confused and feel like I am missing something that is right in front of me but this is my first time installing gentoo on physical hardware! I am not new to linux I am just trying to get better and I decided I wanted to try this so any help would be appreciated!


***I know I dont need to install gentoo but I want to. My normal distro of choice is CrunchBang***

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Tackling the Gentoo beast!
« Reply #1 on: November 02, 2014, 04:40:20 am »
Post:
lspci
dmesg
ifconfig -a


Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline devnithz

  • /dev/null
  • *
  • Posts: 9
  • Cookies: 0
  • Hello C: Whatsup Mates?
    • View Profile
    • Devasystems.net
Re: Tackling the Gentoo beast!
« Reply #2 on: November 02, 2014, 06:31:08 am »
^ ipconfig -a ? I think its ipconifg -c

Offline Xires

  • Noob Eater
  • Administrator
  • Knight
  • *
  • Posts: 379
  • Cookies: 149
    • View Profile
    • Feed The Trolls - Xires
Re: Tackling the Gentoo beast!
« Reply #3 on: November 02, 2014, 08:49:17 am »
ipconfig is a command on Windows, not Linux.  The ifconfig command is typically used to list network interfaces.  The -a switch tells ifconfig to print all interfaces that it knows about, not just the ones that are currently configured with an address.  Incidentally, it may be the case that ifconfig is unavailable and so `ip link show` might be necessary instead.
-Xires

Offline bones

  • Serf
  • *
  • Posts: 32
  • Cookies: 8
    • View Profile
Re: Tackling the Gentoo beast!
« Reply #4 on: February 04, 2015, 09:48:51 pm »
Gentoo has a very thorough handbook:

https://wiki.gentoo.org/wiki/Wifi

Honestly though, I think the best way to install Gentoo is using the SystemRescueCD, which has networkmanager ready to go:

http://blog.kasunbg.org/2012/02/installing-gentoo-from-livecd.html
http://swift.siphos.be/linux_sea/installgentoo.html
BSD is what you get when a bunch of UNIX hackers sit down to try to port a UNIX system to the PC.
Linux is what you get when a bunch of PC hackers sit down and try to write a UNIX system for the PC.