Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NIC driver that don't support linux-2.6.18-gentoo-r3?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
rambolee
n00b
n00b


Joined: 01 Dec 2006
Posts: 9
Location: seoul

PostPosted: Sat Dec 02, 2006 4:24 pm    Post subject: NIC driver that don't support linux-2.6.18-gentoo-r3? Reply with quote

HI,

I just installed gentoo linux on my two notebook from mininal CD...

But I still have problem with network interface..

one notebook is compaq presario... network card is tulip (Digital 21*4 Tulip ehternet drirver)
the another one is fujitus s6220 ... network card is "broadcom 440x 10/100).

I'm using gentoo-sources kernel ( linux-2.6.18-gentoo-r3 )... unfortunately,it didn't support above two drivers..
So I need new kernel included it or driver souce for compiling..
though I searched its website, they don't provide that driver!!!
Is there a way to get it? ( gentoo live CD already have above two network driver )



Have a nice day.
_________________
HI...


Last edited by rambolee on Sun Dec 03, 2006 8:23 am; edited 1 time in total
Back to top
View user's profile Send private message
wynn
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2421
Location: UK

PostPosted: Sat Dec 02, 2006 4:51 pm    Post subject: Reply with quote

You have to select them in the kernel configuration using "make menuconfig".

The locations of these drivers are
Code:
Symbol: TULIP [=n]
Prompt: DECchip Tulip (dc2114x) PCI support
  Location:
    -> Device Drivers
      -> Network device support
        -> Ethernet (10 or 100Mbit)
          -> Tulip family network device support
            -> "Tulip" family network device support (NET_TULIP [=n])

Symbol: B44 [=n]
Prompt: Broadcom 4400 ethernet support
  Location:
    -> Device Drivers
      -> Network device support
        -> Ethernet (10 or 100Mbit)
          -> EISA, VLB, PCI and on board controllers (NET_PCI [=y])

_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
rambolee
n00b
n00b


Joined: 01 Dec 2006
Posts: 9
Location: seoul

PostPosted: Sun Dec 03, 2006 5:24 am    Post subject: NIC card problem ( tulip and broadcomm 440x 10/100 ) Reply with quote

thanks

1. for tulip..
I mad module de4x5.ko.
modprobe de4x5. it was successful. ( I can see it by running lsmod )
( I add "alais eth0 de4x5 in /etc/modprobe.conf )

When I set ip address ( ifconfig eth0 192.168.3.20 ),
I got errors followings

SIOCSIFADDR : No such device
eth0 : unknow interface : No such device.

2. for boradcom 440x 10/100 of fujitus S6220 notebook.

there is no broadcomm section from "make menuconfig"
my kernel 2.6.18-gentoo-r3.. and it is latest kernel version.

I don't know why 2.6.18-gentoo-r3 don't have broadcomm section?
( I installed it via emerge gentoo-sources"

How can I make it to have broadcomm section?

Have a nice day.
_________________
HI...
Back to top
View user's profile Send private message
wynn
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2421
Location: UK

PostPosted: Sun Dec 03, 2006 12:01 pm    Post subject: Re: NIC card problem ( tulip and broadcomm 440x 10/100 ) Reply with quote

rambolee wrote:
for tulip..
I mad module de4x5.ko.
modprobe de4x5. it was successful. ( I can see it by running lsmod )
( I add "alais eth0 de4x5 in /etc/modprobe.conf )
but your card is "tulip (Digital 21*4 Tulip Ethernet driver)" and the module for this the one selected by
Code:
< >   DECchip Tulip (dc2114x) PCI support
The module you have selected is
Code:
< >   Generic DECchip & DIGITAL EtherWORKS PCI/EISA (NEW)
which is says is for
Code:
the DIGITAL series of PCI/EISA Ethernet cards. These include the DE425, DE434, DE435, DE450 and DE500 models.
which, from what you have said, you haven't got.

If you disagree, please post the output from lspci describing this Ethernet card
Code:
lspci|grep Ethernet

rambolee wrote:
When I set ip address ( ifconfig eth0 192.168.3.20 ),
I got errors followings

SIOCSIFADDR : No such device
eth0 : unknow interface : No such device.
This could be due to having selected the wrong module, the fact that it loads successfully (lsmod shows it) doesn't mean it is the driver for your Digital chip.

Proof is, after loading the module, to run "ifconfig -a" and see if eth0 shows up.

rambolee wrote:
2. for boradcom 440x 10/100 of fujitus S6220 notebook.

there is no broadcomm section from "make menuconfig"
my kernel 2.6.18-gentoo-r3.. and it is latest kernel version.

I don't know why 2.6.18-gentoo-r3 don't have broadcomm section?
Look under
Code:
    -> Device Drivers
      -> Network device support
        -> Ethernet (10 or 100Mbit)
You will then see
Code:
< >   AMD PCnet32 PCI support
< >   AMD 8111 (new PCI lance) support
< >   Adaptec Starfire/DuraLAN support
< >   Broadcom 4400 ethernet support
< >   nForce Ethernet support

_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
rambolee
n00b
n00b


Joined: 01 Dec 2006
Posts: 9
Location: seoul

PostPosted: Sun Dec 03, 2006 2:27 pm    Post subject: I don't have "DECchip Tulip (dc2114x) " and " Reply with quote

HI,

I'm using v2.6.18-gentoo-r3 kernel ( emerge gentoo-soures )...
v2.6.18-gentoo-r3 kernel don't have
"DECchip Tulip (dc2114x) PCI support" and "Broadcom 4400 ethernet support "


That's is Big problem to me...
( there are no section "DECchip Tulip (dc2114x) PCI support" and "Broadcom 4400 ethernet support "

Do I have to do kernel patch for both network driver?
Someething is missing While installing gentoo linux?

Below is my screen when I run "make menuconfig"
Below is all for network card configration...

1. for tulip.
Tulip family network device support --->
[*] "Tulip" family network device support
[M] Generic DECchip & DIGITAL EhterWORKS PCI/EISA

2. [*] Ethernet ( 10 or 100Mbit)
<*> Generic Media Independent INterface device support
[ ] 3COM cards
<> AMD LANCE and PCnet (AT1500 and NE22100)support
[] Western Digital/SMC cards
Tulip family network device support -->
<> AT1700/1720 support (EXPERIMENTAL)
<> DEPCA, DE!0x, DE200,DE@01, DE202,DE422 support
<> HP 10/100VG PCLAN (ISA,EISA,PCI) supoort
[] Other ISA cards
[] EISA,VLB,PCI and on board controllers
[] Pocket and portable adapters.


have a nice day.
_________________
HI...
Back to top
View user's profile Send private message
wynn
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2421
Location: UK

PostPosted: Sun Dec 03, 2006 4:29 pm    Post subject: Re: I don't have "DECchip Tulip (dc2114x) " and & Reply with quote

rambolee wrote:
Below is my screen when I run "make menuconfig"
Below is all for network card configration...

1. for tulip.
Tulip family network device support --->
[*] "Tulip" family network device support
[M] Generic DECchip & DIGITAL EhterWORKS PCI/EISA
This is what I have here for linux-2.6.18-gentoo-r3
Code:
[*] "Tulip" family network device support
< >   Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL) (NEW)
< >   DECchip Tulip (dc2114x) PCI support (NEW)
< >   Generic DECchip & DIGITAL EtherWORKS PCI/EISA (NEW)
< >   Winbond W89c840 Ethernet support (NEW)
< >   Davicom DM910x/DM980x support (NEW)
< >   ULi M526x controller support (NEW)
So you should have it — perhspa not the "Early DECchip Tulip (dc2104x)" as that is labelled "(EXPERIMENTAL)" and you will only get it if you have enabled
Code:
[*] Prompt for development and/or incomplete code/drivers
in "Code maturity level options --->"

rambolee wrote:
2. [*] Ethernet ( 10 or 100Mbit)
<*> Generic Media Independent INterface device support
[ ] 3COM cards
<> AMD LANCE and PCnet (AT1500 and NE22100)support
[] Western Digital/SMC cards
Tulip family network device support -->
<> AT1700/1720 support (EXPERIMENTAL)
<> DEPCA, DE!0x, DE200,DE@01, DE202,DE422 support
<> HP 10/100VG PCLAN (ISA,EISA,PCI) supoort
[] Other ISA cards
[] EISA,VLB,PCI and on board controllers
[] Pocket and portable adapters.
Aah, you need to enable
Code:
[*] EISA, VLB, PCI and on board controllers
and then you will get
Code:
[[*] Ethernet (10 or 100Mbit)
<*>   Generic Media Independent Interface device support
< > Sun Happy Meal 10/100baseT support
< > Sun GEM support
< > Sun Cassini support
[ ] 3COM cards
    Tulip family network device support  --->
< > HP 10/100VG PCLAN (ISA, EISA, PCI) support
*] EISA, VLB, PCI and on board controllers
< >   AMD PCnet32 PCI support
< >   AMD 8111 (new PCI lance) support
< >   Adaptec Starfire/DuraLAN support
< >   Broadcom 4400 ethernet support
< >   nForce Ethernet support

_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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