View previous topic :: View next topic |
Author |
Message |
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Sat Aug 08, 2009 4:07 pm Post subject: kernel panic not syncing |
|
|
Every time I stop the xserver evan if I am shuting down I get this message
kernel panic not syncing
swapper tainted
please help me trouble shoot because this means I can't shutdown without holding down the power button
I have a toshiba satelite A120 ati radeon XPRESS 200M (which I can't get above 390 FPS with)
please be noob freindly and help |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Tue Aug 11, 2009 4:06 pm Post subject: |
|
|
c'mon anybody I think it culd be because of some kernel modules I changet to get my ati radeon 200M working properly and it hasn't helped anyway so I think I will try changing them again |
|
Back to top |
|
|
claudintudor n00b
Joined: 22 Aug 2008 Posts: 15
|
Posted: Tue Aug 11, 2009 6:11 pm Post subject: Re: kernel panic not syncing |
|
|
bananaoomarang wrote: | Every time I stop the xserver evan if I am shuting down I get this message
kernel panic not syncing
swapper tainted
please help me trouble shoot because this means I can't shutdown without holding down the power button
I have a toshiba satelite A120 ati radeon XPRESS 200M (which I can't get above 390 FPS with)
please be noob freindly and help |
The video card is definitely the issue. I suppose you are using fglrx as the driver. I used to get those on a regular basis back in the day (I have a Radeon HD3200), but since ati-drivers-9.6 came out, it has been rare, although still happening.
The one way to fix this is to use the open-source radeon drivers, but you'll lose the 3D capability. |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Tue Aug 11, 2009 7:22 pm Post subject: |
|
|
errm I am using the open source drivers but another update is that it says radeon_get_vblank_counter aswell and before you say try switching to fglrx they no longer support my card and the last version that does doesn't support the newest version of x. |
|
Back to top |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Tue Aug 11, 2009 9:18 pm Post subject: |
|
|
Post your kernel .config, the results of lspci -n and cat /proc/cpuinfo as well as your /etc/fstab file, and I'll set you up with a kernel that will work for you.
Blessed be!
Pappy _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
Posted: Tue Aug 11, 2009 10:01 pm Post subject: |
|
|
bananaoomarang wrote: | before you say try switching to fglrx |
try switch to nvidia card
(i'm not a fanboy, i just work for them)
(no i don't work for them)
(but they do pay me to say that!) |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Wed Aug 12, 2009 10:13 am Post subject: |
|
|
I would love to have an nvidia card but when I bought a laptop I didn't know anything about linux and how much ati sucked but now I do my next laptop WILL defininatly have an nvidia card |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Wed Aug 12, 2009 10:18 am Post subject: |
|
|
here is the output of lspci -n
Code: | 00:00.0 0600: 1002:5a31 (rev 01)
00:01.0 0604: 1002:5a3f
00:06.0 0604: 1002:5a38
00:12.0 0101: 1002:4379 (rev 80)
00:13.0 0c03: 1002:4374 (rev 80)
00:13.1 0c03: 1002:4375 (rev 80)
00:13.2 0c03: 1002:4373 (rev 80)
00:14.0 0c05: 1002:4372 (rev 82)
00:14.1 0101: 1002:4376 (rev 80)
00:14.2 0403: 1002:437b (rev 01)
00:14.3 0601: 1002:4377 (rev 80)
00:14.4 0604: 1002:4371 (rev 80)
01:05.0 0300: 1002:5a62
02:00.0 0200: 168c:001c (rev 01)
03:06.0 0607: 104c:8039
03:06.3 0805: 104c:803c
03:07.0 0200: 10ec:8139 (rev 10)
|
and here is the output of cat /proc/cpuinfo
Code: | processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Intel(R) Celeron(R) M CPU 430 @ 1.73GHz
stepping : 8
cpu MHz : 1729.094
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov cl flush dts acpi mmx fxsr sse sse2 ss tm pbe constant_tsc arch_perfmon bts pni monit or tm2 xtpr pdcm
bogomips : 3458.18
clflush size : 64
power management:
|
and here is my fstab
Code: | # /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda2 /boot ext2 noatime 1 2
/dev/sda4 / ext3 noatime 0 1
/dev/sda3 none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
#/dev/sda2 /boot ext2 defults,noatime 1 2
#/dev/sda3 none swap sw 0 0
#/dev/sda4 / ext3 noatime 0 1
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
|
|
|
Back to top |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Wed Aug 12, 2009 8:43 pm Post subject: |
|
|
I also need your kernel .config. To get it, cat /usr/src/linux/.config. Please send with pastebin. See my sig for link.
Blessed be!
Pappy _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Thu Aug 13, 2009 4:29 pm Post subject: |
|
|
It's on pastebin |
|
Back to top |
|
|
cach0rr0 Bodhisattva
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Fri Aug 14, 2009 8:39 am Post subject: |
|
|
I pasted it under the name of bananaoomarang but I have never used pastebin before |
|
Back to top |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Fri Aug 14, 2009 8:47 am Post subject: |
|
|
Repost the .config, and this time, post the url where the file exists.
Blessed be!
Pappy _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
|
Back to top |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Sat Aug 15, 2009 6:44 am Post subject: |
|
|
Your kernel was really messed up. I started with a fresh seed, and set you up with the basics. You may have issues afterward. We'll deal with them as they arise.
Click here for your new .config. Compile as is.
For the best results, please do the following:
1) Move your .config file out of your kernel source directory (/usr/src/linux- ).
2) Issue the command make mrproper. This is a destructive step. It returns the source to pristine condition. Unmoved .config files will be deleted!
3) Copy my .config into your source directory.
4) Issue the command make && make modules_install.
5) Install the kernel as you normally would, and reboot.
6) Once it boots, please post /var/log/dmesg so I can see how things loaded.
I have set the framebuffer as VESA VGA. It should work without an issue. As for your X drivers, let's see what happens once this is configured and installed.
Blessed be!
Pappy _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Sat Aug 15, 2009 10:17 am Post subject: |
|
|
installing using genkernel all now but I had a warning at the end of make && make modules_install
Code: | WARNING: /lib/modules/2.6.30-gentoo-r4/x11-drm/radeon.ko needs unknown symbol malloc_sizes
WARNING: /lib/modules/2.6.30-gentoo-r4/x11-drm/drm.ko needs unknown symbol malloc_sizes
|
that could be the problem installing with genkernel anyway though. |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Sat Aug 15, 2009 10:40 am Post subject: |
|
|
actualy I think genkernel all replaced your config how should I install my kernel
EDIT after running genkernel --help I ran genkernel all --oldconfig with your confug in /usr/src/linux |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Sat Aug 15, 2009 12:36 pm Post subject: |
|
|
Right tried to boot with your config here is what I am getting
Root nfs no nfs server available giving up
VFS unable to mount trying floppy
kernel panic not syncing unable to mount root fs on unknown block
This is the outline of what it says if you need more detail just ask but it is important because I now cannot boot
EDIT if in the kernel line I put root=dev/sda2 it complains about the init option which is now set to linuxrc |
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
Posted: Sat Aug 15, 2009 12:53 pm Post subject: |
|
|
in case it's just that...
bananaoomarang wrote: | if in the kernel line I put root=dev/sda2 it complains... |
=/dev/sda2 not =dev/sda2, typo here or in grub ? |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Sat Aug 15, 2009 12:58 pm Post subject: |
|
|
err yeah sorry I have now put dev/sda4 which boots but complains that it can't use initrc reverting to defaults or somthing
EDIT: shutdown was successful but I am not sure what initrc is could someone enlighten me so I can fix the problem
EDIT:the message is failed to execute /linuxrc attempting defaults should I be worried
EDIT: my fan doesn't seem to be working my laptop is getting hot quickly and there isn't any air coming from the vent
EDIT:running startx from terminal not using any xorg.conf following the instructionshttps://forums.gentoo.org/viewtopic-p-5933509.html#5933509 cannot run in framebuffer mode please specify busID |
|
Back to top |
|
|
cach0rr0 Bodhisattva
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Sat Aug 15, 2009 5:25 pm Post subject: |
|
|
I've gotten that framebuffer thing with startx as well
I abandoned use of FB (and the usual pretty "splash") because of it. My X works fine without being in framebuffer mode, the only reason I included it in the first place was so I could have the nifty penguins and a splash upon bootup.
Frankly I wish I could start up X without any framebuffer nonsense; and though you can disable it in xorg.conf, I don't have an xorg.conf (I don't need one), so if I create one and add just those settings, it obviously croaks.
Anyway, I think you can just edit grub.conf and put "nofb" without quotes on the end of your kernel line. _________________ Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Last edited by cach0rr0 on Sat Aug 15, 2009 5:26 pm; edited 1 time in total |
|
Back to top |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Sat Aug 15, 2009 5:26 pm Post subject: |
|
|
bananaoomarang wrote: | err yeah sorry I have now put dev/sda4 which boots but complains that it can't use initrc reverting to defaults or somthing |
Unless you're using the splashscreen, initramfs/initrd is unneeded. My seeds aren't set up for initrd. Since you can boot, then you don't need initramfs.
Quote: | EDIT: shutdown was successful but I am not sure what initrc is could someone enlighten me so I can fix the problem |
As long as you're booting, don't worry about it. You can eliminate the invocation of initrd, and you'll be as right as rain.
Quote: | EDIT:the message is failed to execute /linuxrc attempting defaults should I be worried |
If you system booted, no.
Quote: | EDIT: my fan doesn't seem to be working my laptop is getting hot quickly and there isn't any air coming from the vent |
Blow out the fan with canned "air". It's probably clogged with dust.
You need to load the specific drivers for your video card. You then need to install them (emerge -av xf86-video-radeon), or whatever your ATI driver is. Make sure you have the line VIDEO_CARDS="radeon" to your /etc/make.conf. Then enter this command: emerge libdrm && emerge mesa && emerge xorg-server && emerge $(qlist -IC x11-drivers). Then retry.
Blessed be!
Pappy _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Sat Aug 15, 2009 6:16 pm Post subject: |
|
|
ok trying what you said now although I am confused about my problems and how I got it to boot here is my fstab is it ok
Code: | # /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda2 /boot ext2 noatime 1 2
/dev/sda4 / ext3 noatime 0 1
/dev/sda3 none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
#/dev/sda2 /boot ext2 defults,noatime 1 2
#/dev/sda3 none swap sw 0 0
#/dev/sda4 / ext3 noatime 0 1
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
|
and here is my grub.conf is this ok
Code: | # This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
# http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
# If you are not using Genkernel and you need help creating this file, you
# should consult the handbook. Alternatively, consult the grub.conf.sample that
# is included with the Grub documentation.
default 0
timeout 10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Gentoo Linux 2.6.30-r4
root (hd0,1)
kernel /boot/kernel-genkernel-x86-2.6.30-gentoo-r4 root=/dev/sda4 init=/linuxrc ramdisk=8192 real_root=/dev/sda4 vga=792
initrd /boot/initramfs-genkernel-x86-2.6.30-gentoo-r4
title Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1
# vim:ft=conf:
|
oh and by splash screen do you mean while it is booting because I do have a penguin in the corner but I would like to have something nicer is this possible or would it be complicated in ubuntu and fedora and things I had a nice screen of lovly eyecandy how hard is it to get this configured if it is hard I don't care but if it is simple it would be nice |
|
Back to top |
|
|
cach0rr0 Bodhisattva
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Sat Aug 15, 2009 6:24 pm Post subject: |
|
|
For the eye candy you want to look at "fbsplash" and possibly "fbcondecor" - I wanna say there's a gentoo wiki entry for it.
I got that part working, but then X croaked with the error you mention
I take the VGA/VIDEO stuff out of my kernel command line, and X works, but the fb doesn't (obviously!) _________________ Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash |
|
Back to top |
|
|
bananaoomarang n00b
Joined: 08 Aug 2009 Posts: 70
|
Posted: Sat Aug 15, 2009 6:40 pm Post subject: |
|
|
ok when I have no xorg.conf the xserver does not start and starts complaining about framebuffers but when I do have an xorg.conf egrep '^\(EE|WW\)' /var/log/Xorg.0.log
returns
Code: | (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/misc/" does not exist.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
(WW) The directory "/usr/share/fonts/100dpi/" does not exist.
(WW) The directory "/usr/share/fonts/misc/" does not exist.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
(WW) The directory "/usr/share/fonts/100dpi/" does not exist.
(WW) Ignoring unrecognized extension "Compositing"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) RADEON(0): LVDS Info:
(WW) RADEON(0): LCD DDC Info Table found!
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0): MC_FB_LOCATION was: 0x3fff3800 is: 0x3fff3800
(WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0x41ff4000
|
when I do not have an xorg.conf and run that command there are no radeon lines or compositing but the one to do with ACPI is still there and so are all the missing directorys
linuxrc still can't be executed but if I shouldn't worry about that could you just give me a clear explanation of what it does and why it is trying to load that in the first place I have done what pappy said to do but I do still get framebuffer complaints with no xorg.conf |
|
Back to top |
|
|
|