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 Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1402
Location: Germany

PostPosted: Fri Oct 12, 2007 9:14 am    Post subject: Reply with quote

hmm
don't have the dvd right here...
but I will give it a try.

but at first try it with the re-mastered ubuntu 7.04 from here:

http://linux.dell.com/wiki/index.php/Ubuntu_7.04#Download_Dell_Ubuntu_Image

EDIT
yay works !
Boots up and runs and has a Internet connection !
now i'm tryin to install gentoo.
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
X-Guardian
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2005
Posts: 133
Location: Templeuve, Nord de la France

PostPosted: Fri Oct 12, 2007 1:45 pm    Post subject: Reply with quote

Hi,

I have a Vostro 400.

Lan ICH9 : New e1000 driver with good I.D. -> Kernel 2.6.22 + patch or Kernel 2.6.23

Bye ;)
Guardian.

P.S. : I'm French, so my English ...
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1402
Location: Germany

PostPosted: Fri Oct 12, 2007 8:26 pm    Post subject: Reply with quote

hey thx.

so you do use gentoo with the 2.6.23 Kernel source ?
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1402
Location: Germany

PostPosted: Mon Oct 22, 2007 10:03 am    Post subject: Reply with quote

ok managed to get gentoo installed and it boots !
( with the ubuntu image from dell. )

but now I've a problem, the network card isn't detected.

I've set the CONFIG_E100 - Intel(R) PRO/100+ support options in the kernel (2.6.23) but it does not work.

then I've tried to get the module build by hand with this
http://www.touslesdrivers.com/index.php?v_page=23&v_code=18327
but the make install fails with the following error:
Code:

(...)
Enterign directory '/usr/src/linux-2.6.23-gentoo'
CC [M] /usr/src/e1000-7.6.9/src/e1000_ethtool.o
/usr/src/e1000-7.6.9/src/e1000_ethtool.c:2115 error: unknow field 'get_perm_addr' specified in initializer
/usr/src/e1000-7.6.9/src/e1000_ethtool.c:2115 error: ethtool_op_get_perm_addr undeclared here (not in a function)
(...)

_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1402
Location: Germany

PostPosted: Wed Oct 24, 2007 11:18 am    Post subject: Reply with quote

well well.

It's working right now, but ONLY i've build in a seperate network card and disabled the onboard network card...
All the other stuff is working without any problems.
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
perbert
n00b
n00b


Joined: 18 Feb 2003
Posts: 10
Location: PDX

PostPosted: Thu Nov 01, 2007 7:13 pm    Post subject: Reply with quote

*_-=Banana=-_* wrote:
ok managed to get gentoo installed and it boots !
( with the ubuntu image from dell. )

but now I've a problem, the network card isn't detected.

I've set the CONFIG_E100 - Intel(R) PRO/100+ support options in the kernel (2.6.23) but it does not work.

then I've tried to get the module build by hand with this
http://www.touslesdrivers.com/index.php?v_page=23&v_code=18327
but the make install fails with the following error:
Code:

(...)
Enterign directory '/usr/src/linux-2.6.23-gentoo'
CC [M] /usr/src/e1000-7.6.9/src/e1000_ethtool.o
/usr/src/e1000-7.6.9/src/e1000_ethtool.c:2115 error: unknow field 'get_perm_addr' specified in initializer
/usr/src/e1000-7.6.9/src/e1000_ethtool.c:2115 error: ethtool_op_get_perm_addr undeclared here (not in a function)
(...)



I commented out the get_perm_addr code in e1000_ethtool.c for the e1000-7.6.9 driver and it compiles and works as expected (i.e., quite well) with kernel 2.6.23 and above. Kernel 2.6.23 inlined the get_perm_addr function, so it's no longer needed in the driver. Or something like that.
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1402
Location: Germany

PostPosted: Sat Nov 03, 2007 6:08 pm    Post subject: Reply with quote

hey thx !

perhaps I gonna try this.
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
Valdar
n00b
n00b


Joined: 02 Dec 2003
Posts: 5

PostPosted: Tue Dec 11, 2007 2:26 pm    Post subject: Reply with quote

You can get the current driver supporting the built-in NIC directly from Intel here:
http://downloadcenter.intel.com/download.aspx?url=/9180/eng/e1000-7.6.12.tar.gz&DwnldId=9180&ProductID=1635&lang=eng

Linux 2.6.23 contains Version 7.3.20, which can't handle it.
It compiles and installs cleanly without patches (at least for me)
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1402
Location: Germany

PostPosted: Tue Dec 18, 2007 6:55 am    Post subject: Reply with quote

thx for you input !
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
nico_calais
l33t
l33t


Joined: 09 Jun 2005
Posts: 628
Location: Saint Julien en Genevois

PostPosted: Fri Jan 11, 2008 10:11 am    Post subject: Reply with quote

I'd like to thank you all. This post really helped me for my network card.

I personnaly used system rescue cd based on gentoo ( http://www.sysresccd.org/Page_Principale ).
The internal NIC worked with this live cd.

But with the kernel 2.6.23-gentoo-r3, it seems I got the same problem as you had too.
_________________
"Unix IS user friendly... It's just selective about who its friends are." — Tollef Fog Heen tollef@add.no
Back to top
View user's profile Send private message
jasontb
n00b
n00b


Joined: 07 Aug 2007
Posts: 4
Location: Canada

PostPosted: Mon Feb 11, 2008 7:50 pm    Post subject: Reply with quote

Valdar wrote:
You can get the current driver supporting the built-in NIC directly from Intel here:
http://downloadcenter.intel.com/download.aspx?url=/9180/eng/e1000-7.6.12.tar.gz&DwnldId=9180&ProductID=1635&lang=eng

Linux 2.6.23 contains Version 7.3.20, which can't handle it.
It compiles and installs cleanly without patches (at least for me)


I got this driver from intel and it worked for me. The newest version is 7.6.15 as of saturday night.
_________________
Its not premarital if you don't get married.
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 Previous  1, 2
Page 2 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