Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't connect to the internet
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
wg
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jan 2008
Posts: 88

PostPosted: Tue Aug 26, 2008 1:50 pm    Post subject: can't connect to the internet Reply with quote

Hi!
I guess there is a problem with it because I have 2 LAN cards and one of them is broken, sadly, the Onboard one.
Weird is that on MinimalCD it works fine and knows that I'm using the on in the PCI slot.
So, I disabled the OnBoard LAN in the BIOS.
There could be a problem in the kernel too because I used genkernel and when I compiled the kernel I still had onboard lan enabled.
This is getting really annoying :/
_________________
Give me a cookie ^^
Back to top
View user's profile Send private message
el-chaote
n00b
n00b


Joined: 26 Aug 2008
Posts: 55
Location: Switzerland

PostPosted: Tue Aug 26, 2008 2:14 pm    Post subject: Reply with quote

Can you provide us some more information, please?

Run these commands as root for example.
  • ifconfig
  • lspci | grep Ethernet
  • cat /var/lib/boot.msg | grep eth
Back to top
View user's profile Send private message
wg
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jan 2008
Posts: 88

PostPosted: Tue Aug 26, 2008 9:29 pm    Post subject: Reply with quote

Just recompiled the kernel, but still nothing :(
lspci didn't work, not found, missing some package.
ifconfig gave only "lo" (because onboard is disabled)
the last one gave an error about file not existing.
So... how can I tell him to use the PCI card?
_________________
Give me a cookie ^^
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Wed Aug 27, 2008 2:38 am    Post subject: Reply with quote

Best thing probably would be a complete run through of the Gentoo Handbook Chapter 3. Configuring your Network
Back to top
View user's profile Send private message
SeaTiger
l33t
l33t


Joined: 22 Nov 2007
Posts: 603
Location: Toronto, Ontario, Canada

PostPosted: Wed Aug 27, 2008 4:15 am    Post subject: Reply with quote

Boot with MinimalCD, do
Code:
lspci
lshw -c network
hwinfo --netcard
I hope the minimalCd has lshw with it, otherwise try hwinfo. Both of them will show the network card driver name.

If you use genkernel, it should (not 100% sure) compile everything as module. Try
Code:
modprobe <driver name>
If driver does not exist, you will have to configure the kernel by hand and compile again.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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