You are not logged in.

#1 2004-03-11 22:11:28

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

kernel 2.6.4: e100/eepro100

today i upgraded to kernel26=2.6.4-1
(run lilo and depmod afterwards)

now i have no network on the kernel26

ifconfig tells, that eth0 do not exist

and if i then try by hand

modprobe eepro100 
and then
ifconfig eth0 up

ifconfig then afterwards shows "UNSPEC" as eth0 device and a really funny hardware address (not the MAC one (08:02...)... something like 00-00-06-.... and so one)

any ideas why? anyone has the same?

how can i bring back network on kernel26?


The impossible missions are the only ones which succeed.

Offline

#2 2004-03-11 23:44:40

wdemoss
Member
From: WV - USA
Registered: 2004-01-18
Posts: 222

Re: kernel 2.6.4: e100/eepro100

did you be sure that

alias eth0 eepro100

was in /etc/modprobe.conf? Just a quick thought, i don't actuall have that hardware.
-wd


Hobbes : Shouldn't we read the instructions?
Calvin : Do I look like a sissy?

Offline

#3 2004-03-11 23:56:55

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: kernel 2.6.4: e100/eepro100

wdemoss wrote:

did you be sure that

alias eth0 eepro100

was in /etc/modprobe.conf? Just a quick thought, i don't actuall have that hardware.
-wd

thanx for input ... i was using kernel 2.6.3 before and so i had a modprobe.conf working --- that's why i wonder it not longer working with 2.6.4


The impossible missions are the only ones which succeed.

Offline

#4 2004-03-12 01:41:56

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: kernel 2.6.4: e100/eepro100

cleaned /var/log/kernel and tried again (now working standard with 2.4.25 again)

what i have till now:

Mar 12 02:27:12 Asteraceae kernel: Inspecting /boot/System.map
Mar 12 02:27:13 Asteraceae kernel: Symbol table has incorrect version number. 
Mar 12 02:27:13 Asteraceae kernel: Cannot find map file.
Mar 12 02:27:13 Asteraceae kernel: No module symbols loaded - kernel modules not enabled. 
Mar 12 02:27:15 Asteraceae kernel: e100: eth0: e100_probe: addr 0xd0200000, irq 11, MAC addr [MY CORRECT MAC ADDRESS]
Mar 12 02:27:19 Asteraceae kernel: e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
Mar 12 02:27:29 Asteraceae kernel: eth0: no IPv6 routers present

nothing else with errors ... and /boot/System.map and /boot/System.map26 exist


EDIT: and if i boot 2.4.25 instead of 2.6.4, the lines with eth0 look like this:

Mar 12 02:31:08 Asteraceae kernel: e100: eth0: Intel(R) PRO/100 Network Connection
Mar 12 02:31:11 Asteraceae kernel: e100: eth0 NIC Link is Up 100 Mbps Full duplex
Mar 12 02:31:19 Asteraceae kernel: eth0: no IPv6 routers present

The impossible missions are the only ones which succeed.

Offline

#5 2004-03-12 09:19:07

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: kernel 2.6.4: e100/eepro100

Ouch I'm glad I did not upgrade....if you need any outputs form 2.6.3 give me shout....

Mr Green


Mr Green

Offline

#6 2004-03-12 12:45:40

wdemoss
Member
From: WV - USA
Registered: 2004-01-18
Posts: 222

Re: kernel 2.6.4: e100/eepro100

dp wrote:
Mar 12 02:27:12 Asteraceae kernel: Inspecting /boot/System.map
Mar 12 02:27:13 Asteraceae kernel: Symbol table has incorrect version number. 
Mar 12 02:27:13 Asteraceae kernel: Cannot find map file.
Mar 12 02:27:13 Asteraceae kernel: No module symbols loaded - kernel modules not enabled. 

I don't use the 2.4 kernel anymore, but i have a suggestion. Try moving your  current System.map file to System24.map or something, then ln -s System26.map to System.map. That way it looks at the right one when 2.6 boots up.


Hobbes : Shouldn't we read the instructions?
Calvin : Do I look like a sissy?

Offline

#7 2004-03-12 12:58:45

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: kernel 2.6.4: e100/eepro100

dp try uname -a ?


Mr Green

Offline

#8 2004-03-12 21:09:11

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: kernel 2.6.4: e100/eepro100

wdemoss wrote:
dp wrote:
Mar 12 02:27:12 Asteraceae kernel: Inspecting /boot/System.map
Mar 12 02:27:13 Asteraceae kernel: Symbol table has incorrect version number. 
Mar 12 02:27:13 Asteraceae kernel: Cannot find map file.
Mar 12 02:27:13 Asteraceae kernel: No module symbols loaded - kernel modules not enabled. 

I don't use the 2.4 kernel anymore, but i have a suggestion. Try moving your  current System.map file to System24.map or something, then ln -s System26.map to System.map. That way it looks at the right one when 2.6 boots up.

tried that ... and it worked -- i have eth0 back on 2.6.x, thanx a lot

but now while starting up, there comes a message, that do not really look nice:

Opening /proc/modules: no such file or directory

but /proc/modules exist and work also, so it is more or less cosmetical


The impossible missions are the only ones which succeed.

Offline

#9 2004-03-12 21:10:01

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: kernel 2.6.4: e100/eepro100

Mr Green wrote:

dp try uname -a ?

Linux Asteraceae 2.6.4 #1 SMP Wed Mar 10 23:59:57 PST 2004 i686 unknown unknown GNU/Linux

... finally :-)


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB