View previous topic :: View next topic |
Author |
Message |
LeonidSU n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 Oct 2006 Posts: 2
|
Posted: Fri Oct 13, 2006 11:31 pm Post subject: Ethernet (chip Realtek 8139C) |
|
|
Hi all, I installed gentoo on my computer. Kernel was compilling genkernel.
After recompilling (insert iptables modules) I have problems.
Quote: |
lv ~ #dmesg
Linux version 2.6.17-gentoo-r4 (root@lv) (gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7. )
............................
CPU0: Intel Celeron (Coppermine) stepping 06
............................
mii: disagrees about version of symbol netif_carrier_off
mii: Unknown symbol netif_carrier_off
mii: disagrees about version of symbol netif_carrier_on
mii: Unknown symbol netif_carrier_on
......................
8139too: disagrees about version of symbol __netif_rx_schedule
8139too: Unknown symbol __netif_rx_schedule
8139too: disagrees about version of symbol ethtool_op_get_perm_addr
8139too: Unknown symbol ethtool_op_get_perm_addr
8139too: Unknown symbol mii_ethtool_sset
8139too: disagrees about version of symbol __netif_schedule
8139too: Unknown symbol __netif_schedule
8139too: Unknown symbol mii_link_ok
8139too: disagrees about version of symbol unregister_netdev
8139too: Unknown symbol unregister_netdev
8139too: disagrees about version of symbol eth_type_trans
8139too: Unknown symbol eth_type_trans
8139too: Unknown symbol mii_check_media
8139too: disagrees about version of symbol kfree_skb
8139too: Unknown symbol kfree_skb
8139too: disagrees about version of symbol __alloc_skb
8139too: Unknown symbol __alloc_skb
8139too: disagrees about version of symbol netif_device_detach
8139too: Unknown symbol netif_device_detach
8139too: disagrees about version of symbol netif_device_attach
8139too: Unknown symbol netif_device_attach
8139too: disagrees about version of symbol skb_over_panic
8139too: Unknown symbol skb_over_panic
8139too: disagrees about version of symbol netif_receive_skb
8139too: Unknown symbol netif_receive_skb
8139too: disagrees about version of symbol register_netdev
8139too: Unknown symbol register_netdev
8139too: disagrees about version of symbol free_netdev
8139too: Unknown symbol free_netdev
8139too: Unknown symbol mii_nway_restart
8139too: Unknown symbol generic_mii_ioctl
8139too: disagrees about version of symbol skb_copy_and_csum_dev
8139too: Unknown symbol skb_copy_and_csum_dev
8139too: disagrees about version of symbol alloc_etherdev
8139too: Unknown symbol alloc_etherdev
8139too: Unknown symbol mii_ethtool_gset
.................................
|
Run ifconfig.
Quote: |
lv ~ # ifconfig eth0
eth0: error fetching interface information: Device not found
|
Run modprobe.
Quote: |
lv ~ # modprobe 8139too
WARNING: Error inserting mii (/lib/modules/2.6.17-gentoo-r4/kernel/drivers/net/mii.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting 8139too (/lib/modules/2.6.17-gentoo-r4/kernel/drivers/net/8139too.ko): Unknown symbol in module, or unknown parameter (see dmesg)
|
My uname.
Quote: |
lv ~ # uname -a
Linux lv 2.6.17-gentoo-r4 #1 SMP Wed Oct 11 06:00:47 YEKST 2006 i686 Celeron (Coppermine) GenuineIntel GNU/Linux
|
My make.conf
Quote: |
..................
CFLAGS="-O2 -march=pentiumpro -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
ACCEPT_KEYWORDS="x86"
..................
|
Why Ethernet card not found? It is a well before recompilation. Where is my
trable? Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
someone19 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Sep 2006 Posts: 51
|
Posted: Sat Oct 14, 2006 12:41 am Post subject: Re: Ethernet (chip Realtek 8139C) |
|
|
LeonidSU wrote: | Hi all, I installed gentoo on my computer. Kernel was compilling genkernel.
After recompilling (insert iptables modules) I have problems. |
What method did you use to re-compile the new kernel...? Genkernel again, or make menuconfig...? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
LeonidSU n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 Oct 2006 Posts: 2
|
Posted: Sat Oct 14, 2006 12:55 am Post subject: Re: Ethernet (chip Realtek 8139C) |
|
|
someone19 wrote: | What method did you use to re-compile the new kernel...? Genkernel again, or make menuconfig...? |
Genkernel and make menuconfig...
I used two variants. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|