Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2006.1 i brak neta
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
evilav
n00b
n00b


Joined: 09 Aug 2004
Posts: 63
Location: Wroc³aw

PostPosted: Sun Apr 29, 2007 3:41 am    Post subject: 2006.1 i brak neta Reply with quote

Witam. Zainstalowałem gentoo 2006.1 64 bity. Oczywiście z Live DVD i z instalatora. Na Livedvd necik śmigał. A po zainstalowaniu jego nie ma. Nie wyświetla żadnych błędów. Karte sieciową mam zintegrowaną RTL8139. Teraz musze sam konfigurować neta?? Czy jest jakaś komenda, która mi w tym pomoże??
_________________
evilav :)
Back to top
View user's profile Send private message
Shadow2k3
n00b
n00b


Joined: 29 Apr 2004
Posts: 19
Location: Poland, Trójmiasto

PostPosted: Sun Apr 29, 2007 7:15 am    Post subject: Reply with quote

Witam

Na poczatek polecam DOKUMENTACJE GENTOO http://www.gentoo.org/doc/pl/handbook/handbook-amd64.xml?part=1

Jak tam nie znajdziesz rozwiazania to:
Code:
modprobe 8139too


Nastepnie konfiguracja karty sieciowej:
Code:
nano -w /etc/conf.d/net

np.
    config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" )
    routes_eth0=( "default gw 192.168.0.1" )

lub
    config_eth0=( "dhcp" )
    dhcp_eth0="nodns nontp nonis"

nastepnie konfigurujesz serwery DNS
Code:
nano -w /etc/resolv.conf
np. dla TP
    nameserver 194.204.152.34
    nameserver 194.204.159.1

W zaleznosci od twojej konfigyracji sieci. Jezeli korzystasz z dhcp serwerov DNS nie konfigurujesz.
Teraz wykonujesz restart sieci.
Code:
/etc/init.d/net.eth0 restart
I sprawdzasz czy siec dziala np
Code:
 ping wp.pl
Nastepnie dodajesz modul twojej karty aby byl ladowany podczas staru systemu
Code:
nano -w /etc/modules.autoload.d/kernel-2.6
    8139too
i dodajemy karte sieciowa do automatycznego startu sieci podzas uruchamiania systemu
Code:
rc-update add net.eth0 default


Pozdrawiam
_________________
Xiaomi Notebook Pro i7 16Gb_Gentoo 2017_x86_64
Back to top
View user's profile Send private message
Raku
Bodhisattva
Bodhisattva


Joined: 28 Feb 2004
Posts: 2374
Location: Poland

PostPosted: Sun Apr 29, 2007 7:51 am    Post subject: Reply with quote

jeśli masz problemy z korzystaniem z hiperlinków, podam dokładny adres, który wszystko opisuje: http://www.gentoo.org/doc/pl/handbook/handbook-amd64.xml?part=1&chap=8#doc_chap2

ZAMYKAM.
_________________
raku

Powered by Archlinux ;-)
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum