| View previous topic :: View next topic |
| Author |
Message |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
Posted: Wed Oct 10, 2007 10:32 am Post subject: install on dell vostro 200 [only with seperate network card] |
|
|
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 |
|
 |
Dottout l33t


Joined: 07 Mar 2006 Posts: 882
|
Posted: Wed Oct 10, 2007 10:41 am Post subject: |
|
|
| 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 |
|
 |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
|
| Back to top |
|
 |
Dottout l33t


Joined: 07 Mar 2006 Posts: 882
|
Posted: Wed Oct 10, 2007 11:03 am Post subject: |
|
|
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 |
|
 |
Dottout l33t


Joined: 07 Mar 2006 Posts: 882
|
Posted: Wed Oct 10, 2007 11:14 am Post subject: |
|
|
| CONFIG_E100 - Intel(R) PRO/100+ support |
|
| Back to top |
|
 |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
Posted: Wed Oct 10, 2007 11:36 am Post subject: |
|
|
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 |
|
 |
Dottout l33t


Joined: 07 Mar 2006 Posts: 882
|
Posted: Wed Oct 10, 2007 11:38 am Post subject: |
|
|
| e100 should work |
|
| Back to top |
|
 |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
|
| Back to top |
|
 |
Dottout l33t


Joined: 07 Mar 2006 Posts: 882
|
Posted: Wed Oct 10, 2007 11:51 am Post subject: |
|
|
| 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 |
|
 |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
|
| Back to top |
|
 |
Dottout l33t


Joined: 07 Mar 2006 Posts: 882
|
Posted: Wed Oct 10, 2007 11:56 am Post subject: |
|
|
| sad world.. so, we have only 82562V-2. If I find something useful on google I'll post it |
|
| Back to top |
|
 |
Dottout l33t


Joined: 07 Mar 2006 Posts: 882
|
Posted: Wed Oct 10, 2007 11:59 am Post subject: |
|
|
| 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 |
|
 |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
Posted: Wed Oct 10, 2007 12:21 pm Post subject: |
|
|
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 |
|
 |
Dottout l33t


Joined: 07 Mar 2006 Posts: 882
|
Posted: Wed Oct 10, 2007 12:45 pm Post subject: |
|
|
| 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 |
|
 |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
|
| Back to top |
|
 |
hirakendu Guru

Joined: 24 Jan 2007 Posts: 384 Location: san diego
|
Posted: Wed Oct 10, 2007 2:25 pm Post subject: |
|
|
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 |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
|
| Back to top |
|
 |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
Posted: Wed Oct 10, 2007 2:33 pm Post subject: |
|
|
@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 |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
|
| Back to top |
|
 |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
|
| Back to top |
|
 |
merky1 n00b


Joined: 22 Apr 2003 Posts: 46
|
Posted: Thu Oct 11, 2007 9:09 am Post subject: |
|
|
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 |
|
 |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
|
| Back to top |
|
 |
*_-=Banana=-_* Tux's lil' helper


Joined: 21 May 2004 Posts: 108
|
Posted: Fri Oct 12, 2007 6:40 am Post subject: |
|
|
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 |
|
 |
kernelOfTruth Watchman


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