Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
install on dell vostro 200 [only with seperate network card]
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Wed Oct 10, 2007 10:32 am    Post subject: install on dell vostro 200 [only with seperate network card] Reply with quote

Hello,

i've got a brand new dell vostro 200(ST) here at my office.
Since I'm working with linux rather than with windows I tried to install gentoo.
The minimal install cd(install-x86-minimal-2007.0-r1.iso) doesnt work.
It can't find the cd-rom drive.
I've searched and found the kernelOfTruth Image.

The kerneleOftruth install CD boots and it looks altright.
BUT:
I can't configure the network
Code:
ifconfig eht0 up
> no such device


lspci shows intel hardware but always with "unknown Device" for everything lspci lists.
So I don't know which module I need and if this module is on the kernelOftruth image.

Does anyone has experience with an Dell vostro 200(ST) (st= slim tower) ?

Windows shows it's a Intel(R) 82562V-2 10/100 Network Connection

thx for any help I can get.

Banana


UPDATE
I' will posting the process in this first thread right here.
For more details read the whole therad.
Booting:
I've got a working LIVE CD with network and stuff with this image:
http://linux.dell.com/wiki/index.php/Ubuntu_7.04#Download_Dell_Ubuntu_Image

Installing Gentoo:
ok working fine with the del ubuntu image.
the only thing is that the network card isn't working.

Installing Gentoo:
I've only managed to install it with put in a seperate network card and disabling the onboard card.
I was not able to detect and start the onboard network card.
_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200


Last edited by *_-=Banana=-_* on Wed Oct 24, 2007 11:20 am; edited 3 times in total
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Oct 10, 2007 10:41 am    Post subject: Reply with quote

I suggest you to download before booting from that live a stage3 and kernel source, then boot from the live which detects your hd, mount it and go straight on with stage3 and kernel. this way you will be able to boot with a fresh stage3 and a working kernel with the modules you need
Back to top
View user's profile Send private message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Wed Oct 10, 2007 10:46 am    Post subject: Reply with quote

well If I would know which module I need I can give it a try.

but somebody should explain the process then.
_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Oct 10, 2007 11:03 am    Post subject: Reply with quote

ok, boot and do lspci, then write here the line about your network card
edit: sorry, I forgot your first post, you already gave us your card's name. lemme search into the kernel
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Oct 10, 2007 11:14 am    Post subject: Reply with quote

CONFIG_E100 - Intel(R) PRO/100+ support
Back to top
View user's profile Send private message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Wed Oct 10, 2007 11:36 am    Post subject: Reply with quote

ahh well.

here is the list which I get from ls /lib/modules/`uname -r`/kernel/drivers/net
Code:

8c59.ko
8139cp.ko
8319too.ko
8390.ko
acenic.ko
amd8111e.ko
atl1 (dir)
bff.ko
bnx2.ko
cassini.ko
chelsio (dir)
dgrs.ko
dl2k.ko
dummy.ko
e100.ko
e1000 (dir)
eepro100.ko
epic100.ko
fealnx.ko
forcedeth.ko
hamachi.ko
ixgb.ko
myri10ge (dir)
natsemt.ko
ne2k-pci.ko
netxen (dir)
ns8320.ko
pcmcia (dir)
pcnet32.ko
qla3xxx.ko
r8169.ko
s2io.ko
sis190.ko
sis900.ko
sk98lin (dir)
skge.ko
sky2.ko
starfire.ko
sundance.ko
sungem.ko
sungem_phy.ko
sunhme.ko
tg3.ko
tlan.ko
tulip (dir)
typhooom.ko
via-rhine.ko
via-velocity.ko
wireless (dir)
yellowfin.ko


here is also the output from lspci
Code:
Ethernet Controller: Intel Corporation Unknown Device 2937 (rev 02)

_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200


Last edited by *_-=Banana=-_* on Wed Oct 10, 2007 11:39 am; edited 1 time in total
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Oct 10, 2007 11:38 am    Post subject: Reply with quote

e100 should work
Back to top
View user's profile Send private message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Wed Oct 10, 2007 11:41 am    Post subject: Reply with quote

Code:
modprobe e100

worked but ifconfig eth0 up not.

there is also a e1000 module listed in the output from lsmod
_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Oct 10, 2007 11:51 am    Post subject: Reply with quote

e1000 its the equivalent for gigabit family..well, google doesnt help a lot, at this point we need to know the name given by `lspci`, since 82562V-2 does not help
Back to top
View user's profile Send private message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Wed Oct 10, 2007 11:52 am    Post subject: Reply with quote

*_-=Banana=-_* wrote:
ahh well.

here is also the output from lspci
Code:
Ethernet Controller: Intel Corporation Unknown Device 2937 (rev 02)

_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Oct 10, 2007 11:56 am    Post subject: Reply with quote

sad world.. so, we have only 82562V-2. If I find something useful on google I'll post it
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Oct 10, 2007 11:59 am    Post subject: Reply with quote

Quote:
This is from the email from Dell support. Attached is the driver.

Code:
tar xfvz e1000-7.6.5.tar.gz
cd e1000-7.6.5/src
sudo make install
sudo modprobe e1000

I found this on the forum. e1000 should be for the 1000family, but hell, dell support should know it better than me ;) so, as last resource, try with e1000. sorry if it doesnt work
Back to top
View user's profile Send private message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Wed Oct 10, 2007 12:21 pm    Post subject: Reply with quote

ok loaded the e1000 module and unloaded the e100.

but
Code:
ifconfig eth0 up
No such device


How can I get a list of available devices ?

EDIT:

ok with ifconfig -a
but what the hell is:
Code:
shaper0
Link encap:Ethernet HWaddr 00:00:00:00:00

_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Oct 10, 2007 12:45 pm    Post subject: Reply with quote

ehm..I've been using linux for the last 6-7 years but I've never seen it. Im sorry I couldn't help you
Back to top
View user's profile Send private message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Wed Oct 10, 2007 12:54 pm    Post subject: Reply with quote

damn....

but thx for your help !
_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200
Back to top
View user's profile Send private message
hirakendu
Guru
Guru


Joined: 24 Jan 2007
Posts: 384
Location: san diego

PostPosted: Wed Oct 10, 2007 2:25 pm    Post subject: Reply with quote

Then why don't you treat shaper0 as if its the ethernet device and try run 'ifconfig shaper0 up' (followed by 'dhcpcd shaper0').
_________________
Helium Sources || Gentoo Minimal Livecd
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Wed Oct 10, 2007 2:29 pm    Post subject: Reply with quote

hm, what does

Code:
ifconfig -a


say ?

is there a device with a mac which looks like an ethernet card ?

e.g. if it's eth3 and not eth0

then do

Code:
ifconfig eth3 down && ifconfig eth3 up && dhcpcd eth3

(given your card will be configured via dhcp)
_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Wed Oct 10, 2007 2:33 pm    Post subject: Reply with quote

@hirakendu thise outputs:
Code:

shaper0 is not a etherner,token device


@kernelOfTruth
it shows lo,shaper0,elp ( i'm not 100% sure anymore about the right device names, since the PC is turned of right now)

the only device which has a mac is shaper0 but the values are 00

also the e1000 module is correclty loaded but it does nothing.

perhaps it could be the problem that lspci show at every entry "unknown Device"
_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Wed Oct 10, 2007 2:57 pm    Post subject: Reply with quote

then try to boot the most recent ubuntu beta livecd & install gentoo from there :wink:

you don't need a gentoo-livecd to install gentoo

it's nice because of the easier handling but not necessary
_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Thu Oct 11, 2007 8:54 am    Post subject: Reply with quote

sorry for the delay, but I'm from GMT+1...


well I've heared about this solution but never done this.
is there some tutorial or something like that ?
_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Oct 11, 2007 9:02 am    Post subject: Reply with quote

http://www.gentoo.org/doc/en/altinstall.xml
_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
merky1
n00b
n00b


Joined: 22 Apr 2003
Posts: 46

PostPosted: Thu Oct 11, 2007 9:09 am    Post subject: Reply with quote

have done the dmesg|grep -i e1000 yet? That would at least tell you if the module is loading correctly and attaching to the device. The shaper device is probably related to QOS / Traffic Shaping, and does seem a bit odd...

Also, I have found that minimal install cd sometimes is troublesome, while the live-cd works fine. This is especially true if trying to boot from a usb stick version of the live-cd.
_________________
ooo000 WoooHooo 000ooo
Back to top
View user's profile Send private message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Thu Oct 11, 2007 9:28 am    Post subject: Reply with quote

@kernelOfTruth
thx

@merky1
well a modprobe e1000 returns withourt any error....
also I'm using the image provided by kernelOfTruth.
http://forums.gentoo.org/viewtopic-t-494387.html
_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200
Back to top
View user's profile Send private message
*_-=Banana=-_*
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 108

PostPosted: Fri Oct 12, 2007 6:40 am    Post subject: Reply with quote

damn. not even a ubuntu 7.04 was able to detect the network card.
and the next f* thing is, it's a slim case in which ordinarys network cards doesn't fit !

also a wlan connection is available but only with wep/psk and this isn't suported by ubuntu....


does anyone else have a suggestion
_________________
Gentoo on : ThinkPad Z61m | IdeaPad S12 | Dell Vostro 200
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Fri Oct 12, 2007 8:28 am    Post subject: Reply with quote

how about sabayon ? :wink:
_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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