You are not logged in.

#26 2005-09-11 18:07:38

nbcjr
Member
From: BRAZIL!
Registered: 2004-12-04
Posts: 79

Re: Kernel panic after -Syu! Please help

on my kurumin live cd network is up and lsmod returns

8139too                13608   1


where do i find the insmod modules??

Offline

#27 2005-09-11 18:11:10

nbcjr
Member
From: BRAZIL!
Registered: 2004-12-04
Posts: 79

Re: Kernel panic after -Syu! Please help

i think i've found the module on /mnt/hdb2/lib/modules/2.6.13-ARCH/kernel/drivers/net/8139too.ko


how do i 'activate' it?

Offline

#28 2005-09-11 18:14:09

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: Kernel panic after -Syu! Please help

"modprobe -a 8139too" should install it, then " /etc/rc.d/network start "

should get you connected

also check the package was fully downloaded earlier

"ls /var/cache/pacman/pkg | grep -i ker*"

will show you kernels in your cache, then you can install them with pacman -U

Offline

#29 2005-09-11 18:56:45

nbcjr
Member
From: BRAZIL!
Registered: 2004-12-04
Posts: 79

Re: Kernel panic after -Syu! Please help

when the system is booting, it says something about eth0 not being foung

my rc.conf is as follow:

#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   (prefix an interface in INTERFACES with a ! to disable it)
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0=dhcp
INTERFACES=(lo eth0)


i'm going to uncomment the first eth0 line just to see what happens


also

#
# Module to load at boot-up (in this order)
#   (prefix a module with a ! to disable it)
#
MODULES=(!usbserial !ide-scsi 8139too nvidia)


so i really don't understand what's going on.


i upgraded the kernel to 2.6.13 and tried to boot, still getting the same kernel panic msg.
what other package may I upgrade?

Offline

#30 2005-09-11 19:04:20

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: Kernel panic after -Syu! Please help

accuracy of code is paramount


eth0="dhcp"

the speechmarks are needed, if your running hwd or hotplug you shouldn't need modules listed unless they are missed by hwd or hotplug.

can you post your /etc/fstab as if you have reinstalle dthe kernel you should no longer get this.......

also grub menu.lst lets try and get you sortef!! 8) [/code]

Offline

#31 2005-09-11 19:13:16

nbcjr
Member
From: BRAZIL!
Registered: 2004-12-04
Posts: 79

Re: Kernel panic after -Syu! Please help

if i do an "lsmod" no modules are listed, also i found out that the system can't locate ANY module. in the booting, i get a MODULE 8139too not found also MODULE nvidia not found.

if i want to insmod manually, what's the extension of a module file?? that "8139too.ko"  is a module file???

thanks again, i can't stress how much helpful you're being!

Offline

#32 2005-09-11 19:20:16

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: Kernel panic after -Syu! Please help

yes it is, i think dont worry about insmod use modprobe as root...

but if you edit rc.conf as per my last post you will probably have a working connection on reboot......

it is eth0="dhcp"

please post rc.conf fstab and grub menu.lst

your error is undoubtedly with one of these......

Offline

#33 2005-09-11 23:31:46

nbcjr
Member
From: BRAZIL!
Registered: 2004-12-04
Posts: 79

Re: Kernel panic after -Syu! Please help

surprisingly after i booted from the old line of menu.lst

kernel /boot/vmlinuz26 root=/dev/discs/disc0/part2 ro video=vesa:ywrap,mtrr vga=791

it worked. i don't know why udev isn't working on my system

[root@universo ~]# uname -r
2.6.12-ARCH


i was installing a newer kernel when i had the problem, and as it did install i didn't think that this would work (but i did test this seeting - but not after reinstalling the kernel)

anyway, know i want this kernel to be with me forever, will

IgnorePkg   = kernel26

do it??

thanks a lot mpie, if you're in brazil anytime, fell free to contact me tongue

Offline

#34 2005-09-12 08:00:14

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Kernel panic after -Syu! Please help

blimey, marathon!  Well done mpie smile

Offline

#35 2005-09-12 08:05:46

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: Kernel panic after -Syu! Please help

ah we all start somewhere....... big_smile

Offline

#36 2005-09-14 22:10:17

nbcjr
Member
From: BRAZIL!
Registered: 2004-12-04
Posts: 79

Re: Kernel panic after -Syu! Please help

again, thanks a lot!!!

i'm now completely windows-free!

Offline

Board footer

Powered by FluxBB