View previous topic :: View next topic |
Author |
Message |
oregonshoegazer Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/19200282903e377574a22e3.jpg)
Joined: 09 May 2002 Posts: 84
|
Posted: Sat Oct 09, 2004 9:46 pm Post subject: Which driver for Dell Inspiron 8100 with 2.6.8-r7 ? |
|
|
I'm having trouble getting my network card working with the gentoo-dev-sources kernel (2.6.8-r7). Some of the posts on this forum have said to use "forcedeth", but it doesn't work for me. I was hoping someone might be able to help.
Here's my .config (useful sections only)
Code: | #
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
CONFIG_FORCEDETH=y
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=m
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
|
and from /etc/conf.d/net:
Code: | iface_eth0="dhcp"
#dhcpcd_eth0="..."
|
Any ideas? Thanks.
orsg |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kenthepostman Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 02 Jul 2004 Posts: 245 Location: Stanford, CA
|
Posted: Sun Oct 10, 2004 4:10 pm Post subject: |
|
|
A little more info would be useful. What network card do you have? What problems are you having exactly? Can you load the modules for your network card? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nobspangle Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/210249061640b0c1d626f5b.gif)
Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Sun Oct 10, 2004 9:24 pm Post subject: |
|
|
it's unlikely to be forcedeth, that's usually for nforce chips (Athlon) only. If you've got an Intel CPU then the nic is most likely an intel pro100 or some sort of realtek.
Check the contents of /proc/pci or load up the live CD and see which modules it chooses. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
loisl Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8728771204390423a906d7.jpg)
Joined: 18 Apr 2004 Posts: 167 Location: Egelsbach
|
Posted: Sat Oct 16, 2004 2:06 pm Post subject: |
|
|
Hi,
my Inspiron boots now 2.6.8-r10, the issues I had dissapeared on r8 without any changes on my side
To the network interface:
lspci says on my box:
Code: | 0000:02:06.0 Ethernet controller: 3Com Corporation 3c556 Hurricane CardBus [Cyclone] (rev 10) |
So I have compiled the 3c59x driver hardwired into the kernel (why load it as a module whan I have to load it anyway?)
In the kernel configuration I've checked out in Device Drivers / Networking Support / Network Device Support / Ethernet (10 or 100Mbit)
Code: | [*] Ethernet (10 or 100Mbit)
[*] 3COM cards
<*> 3c590/3c900 series (592/595/597) "Vortex/Boomerang" support |
To become the driver as eth0 I have placed a file in /etc/modules.d which containes the line
Hope this helps.
Loisl |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|