View previous topic :: View next topic |
Author |
Message |
ghagha n00b
Joined: 18 Aug 2005 Posts: 1
|
Posted: Thu Aug 18, 2005 2:52 am Post subject: via-rhine problem |
|
|
hi..
I installed gentoo from stage 3, kernel 2.6.11 r 9 and it has via rhine module compiled.
but when starting I see this:
"*Using /etc/modules.autoload.d/kernell-2.6 as config:
* Loading modules via-rhine...
* Failed to load via-rhine"
more after :
"*Bringing eth0 up (192.168.0.1)..
SIOCSIFADDR: No such device
eth0: unknow interface: no such device"
"ifconfig" shows only loopback info and with "ifconfig eth0 up" I got the same error: eth0: unknow interface: no such device
modprobe via-thine shows this msg: FATAL: Error inserting via_rhine
(/lib/modules/2.6.11-gentoo-r3/kernel/drivers/net/via-rhine.ko): Unknown symbol in module, or unknown parameter (see dmesg)
when I type dmesg this shows this errors:
via_rhine: Unkown symbol mii_ethtool_sset
via_rhine: Unknown symbol mii_link_ok
via_rhine: Unknown symbol mii_check_media
via_rhine: Unknown symbol mii_check_media
via_rhine: Unknown symbol mii_nway_restart
via_rhine: Unknown symbol generic_mii_ioctl
via_rhine: Unknown symbol mii_ethtool_gset
any idea about how to fix it? |
|
Back to top |
|
|
_loki_ l33t
Joined: 18 Dec 2003 Posts: 680 Location: in the shell
|
Posted: Thu Aug 18, 2005 8:51 am Post subject: |
|
|
Quote: |
"*Bringing eth0 up (192.168.0.1)..
SIOCSIFADDR: No such device
eth0: unknow interface: no such device"
"ifconfig" shows only loopback info and with "ifconfig eth0 up" I got the same errrstor: eth0: unknow interface: no such device
|
cannot be different.. is the modules is not loaded there can't be any device..
Have you tried to compile via-rhine in the kernel (not as a module)? Tried a different kernel version? Also there might be something broken while compiling the kernel, you could try a
Code: |
make clean && make && make modules_install
|
first.. |
|
Back to top |
|
|
|