Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ugh so close! no network card
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
LostGen
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 84

PostPosted: Tue Apr 19, 2005 8:04 pm    Post subject: Ugh so close! no network card Reply with quote

Well I finally got my gentoo built. As it is booting it says it could not setup eth0. I check for eth0 and there is no device for it. I reboot with the live cd and it finds the network card with a driver called 'skge'. Soooo how do I tell my fresh install of gentoo that it should use the skge driver when it boots up so that I have a network card?


Any ideas would be helpful,

Thanks everyone,

Lostgen
Back to top
View user's profile Send private message
msalerno
Veteran
Veteran


Joined: 17 Dec 2002
Posts: 1338
Location: Sweating in South Florida

PostPosted: Tue Apr 19, 2005 8:10 pm    Post subject: Reply with quote

Did you build the the option into the kernel or as a module?

What kernel are you using?
Back to top
View user's profile Send private message
LostGen
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 84

PostPosted: Tue Apr 19, 2005 8:34 pm    Post subject: Reply with quote

The kernel is 2.6.11-gentoo-r6.

This is one of my first ever attempts at building a gentoo kernel. I dont remember adding it as a module or into the kernel. Is it possible to go back and do this?


LG
Back to top
View user's profile Send private message
msalerno
Veteran
Veteran


Joined: 17 Dec 2002
Posts: 1338
Location: Sweating in South Florida

PostPosted: Tue Apr 19, 2005 8:46 pm    Post subject: Reply with quote

Absolutely,

cd /usr/src/linux
make menuconfig

Here's the rest:

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=7

Device Drivers --->
Networking support --->
Ethernet (1000 Mbit) --->
New SysKonnect GigaEthernet support (EXPERIMENTAL)


Last edited by msalerno on Tue Apr 19, 2005 8:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
LostGen
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 84

PostPosted: Tue Apr 19, 2005 8:50 pm    Post subject: Reply with quote

Excellent I will give this a shot right away!

Thanks for all the help!

LG:D
Back to top
View user's profile Send private message
LostGen
Tux's lil' helper
Tux's lil' helper


Joined: 02 Feb 2005
Posts: 84

PostPosted: Tue Apr 19, 2005 9:09 pm    Post subject: Reply with quote

That worked great, but now I have a new smaller problem.

As gentoo finishes booting it up it says my gateway can not be reached. If I type in ifconfig eth0 192.168.1.100 netmask 255.255.255.0 and route add default gw 192.168.1.1, everything works fine.

I checked my /etc/conf.d/net file and it looks like this.

iface_eth0="192.168.1.100 netmask 255.255.255.0"
gateway="eth0/192.168.1.1"
iface_eth0="up"

Any ideas on whyt his is falling apart when it boots?

Thanks

LG
Back to top
View user's profile Send private message
erik258
Advocate
Advocate


Joined: 12 Apr 2005
Posts: 2650
Location: Twin Cities, Minnesota, USA

PostPosted: Tue Apr 19, 2005 9:20 pm    Post subject: need to start network services at a runlevel? Reply with quote

The commands you typed that worked manually suggest that your config file is right, unless there's a type-o there or something. But are you actually starting the network services with an 'rc-update add net.eth0 default' ? Without something like that your network configuration in /etc/conf.d/net will never actually be used.
Back to top
View user's profile Send private message
rabarkar
n00b
n00b


Joined: 24 Apr 2005
Posts: 9

PostPosted: Sun Apr 24, 2005 11:51 pm    Post subject: Similar problem Reply with quote

Well, I think this problem is similiar to the one I'm facing. I'm triying to install gentoo in a brand new Toshiba Satellite M45, with comes with a Marvell Yukon network card. I've installed the driver available in http://www.syskonnect.com/syskonnect/support/driver/zip/linux/install-8_16.tar.bz2, and everything worked rigth (just in appearence), that means, I got a eth0 interface, and the hardware seemed to be completly recognized.

The problem appeared when I configure the interface in /etc/conf.d/net, using static IP or DHCP, the interface don't work at all!!! I seems as if they where not cable connected to the port.

I think this is a hardware problem, I'm not sure, if someone of you have some advice, it would be gratefully apreciated.

Thanks in advance!!
Back to top
View user's profile Send private message
erik258
Advocate
Advocate


Joined: 12 Apr 2005
Posts: 2650
Location: Twin Cities, Minnesota, USA

PostPosted: Tue Apr 26, 2005 6:19 pm    Post subject: Reply with quote

You might want to look into the UberLord's wireless config HOWTO, I've heard good things about it. I don't think wireless is exactly the same as ethernet... But more appropriately, what have you done, and what haven't you done, as far as "getting it working?" what's your "ifconfig -a" output? have you 'emerge wireless-tools' yet? and if so, is iwconfig noticing your wireless card? And if so, have you tried "dhcpcd eth0" ? that works for me. And if not, please give us more info. to help diagnose your problem.

At any rate, you'll need to emerge wireless-tools to be able to configure your network; once you do, you can use 'iwlist scan' to scan for wireless networks and see if the 'cable' really is down! ; - }

PS It's almost certianly not a hardware problem. Everyone thinks their hardware is broken at first, but I've yet to see a post saying so which isn't later corrected to read, "until i tried it out in XP " or, in my case, "Until i got it working!" I'm sure your wireless hardware is just fine.
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