LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-22-2011, 02:49 PM   #1
zoran119
Member
 
Registered: Dec 2007
Posts: 217

Rep: Reputation: 18
kernel panic


hi people,

i am running 13.1 with a custom compiled kernel (2.6.35.10) with the following changes applied to it: http://linuxtv.org/wiki/index.php/Le...Fast_DTV2000DS (see down the page).

system runs fine for 3 or 4 days and then i get this: http://img20.imageshack.us/img20/3268/errorif.png

any idea what it may be?
 
Old 01-23-2011, 08:32 AM   #2
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
When you play with the kernel and development code, you should expect the kernel panics.

The moral of the story: do not mess with the kernel, unless you know what you do and/or you know programming.

As far as I understand it, you have a device that is not yet supported by Linux. If I were you, I would stand in the latest kernel, with the hope that one day, it will work with this device.

Last edited by Darth Vader; 01-23-2011 at 08:33 AM.
 
Old 01-23-2011, 09:02 AM   #3
jannekrille
Member
 
Registered: Jul 2005
Location: Dalsland, Sweden
Distribution: Slackware 13.0 and 13.1
Posts: 75

Rep: Reputation: 22
Afatech 9015 is supported from 2.6.37-rc8, at least is my dvb-t usb-dongle working great. I built it following Alien Bob's brilliant how-to. Can't say if it works with a pci card, but I would try that solution instead of messing with external modules if I had one of those.

Good luck!

Jan-C
 
Old 01-23-2011, 09:02 AM   #4
jamesf
Member
 
Registered: Dec 2004
Location: USA
Distribution: Slackware 12, Slackware64 14.2
Posts: 236
Blog Entries: 1

Rep: Reputation: 57
To read the kernel panic and figure out exactly what is going on requires some knowledge. I've been a programmer for a long time, but on Windows and mainframes, not Linux.

However, here's the rules: The top part of the screen (above the long, wrapped line) is a simple trace backwards in time from the point of failure to a few calls before. Then a dump of the exact instructions that failed, followed by an error message, followed by a more detailed trace, again most recent call to oldest call at the bottom of the screen. Please note that the terms 'most recent' and 'oldest' only refer to the on-screen text, which covers a few milliseconds at best, and not to 3 or 4 days' trace.

The confusing thing is that the numbers on the left increase as we get older. Well, those numbers describe when the output happened, not when the event on the line happened.

Starting with the upper part, then, begin with the line immediately above the long line of output:
The cpu appears to go idle; we examine the acpi info to see how to handle idle; suddenly an apic interrupt!; we die.

The lower portion does the same in a bit more detail:
The cpu appears to go idle; we examine acpi info to see how to handle this; apic interrupt, passed off to smp_apic_interrupt; irq exits; then things start to go south.

If I were you I' examine my options around cpu idling and APIC handling, as a start, or any newly added patches. Which you're doing. I'd also do what you're doing and post something somewhere.

Also, you should note as much detail as you can: are you actually using the machine (mouse moving, typing, watching videos) when it fails? Does it always fail when you're away; when waking up; when plugging in USB stuff, etc. Is the TV stuff trying to start recording, or playing, or stopping? The TV card and the panic may or may not be related.

You could try removing the TV card, making sure the modules aren't loaded, and run for a few days to see if you can repeat the panic. Add back in the card, test again.

Good luck!

Last edited by jamesf; 01-23-2011 at 09:10 AM. Reason: forgot some stuff.
 
1 members found this post helpful.
Old 01-24-2011, 03:57 AM   #5
zoran119
Member
 
Registered: Dec 2007
Posts: 217

Original Poster
Rep: Reputation: 18
Quote:
Originally Posted by jannekrille View Post
Afatech 9015 is supported from 2.6.37-rc8, at least is my dvb-t usb-dongle working great. I built it following Alien Bob's brilliant how-to. Can't say if it works with a pci card, but I would try that solution instead of messing with external modules if I had one of those.

Good luck!

Jan-C
wasn't aware of the work in 2.6.37-rc8. i compiled 2.6.37 (according to alienbob's guide and using config from -current to start with)... but no luck. i cannot get a channel lock. i do sometimes after a long time but that's maybe one in 10 attempts. i wish i never got this stupid card!
 
Old 01-24-2011, 04:56 AM   #6
jannekrille
Member
 
Registered: Jul 2005
Location: Dalsland, Sweden
Distribution: Slackware 13.0 and 13.1
Posts: 75

Rep: Reputation: 22
What about the firmware, I'm using this:
http://palosaari.fi/linux/v4l-dvb/fi...-usb-af9015.fw
In your first post's link to linuxtv.org it was mentioned that a downgrade of the firmware might help with some errors. What program do you use? I tried xine, mplayer, vlc and kaffeine and settled with kaffeine due to the simple-to-use gui and recording features.
 
Old 01-24-2011, 04:20 PM   #7
zoran119
Member
 
Registered: Dec 2007
Posts: 217

Original Poster
Rep: Reputation: 18
i have tried 4.95 and 5.1 versions of the firmware and the problems with channel lock are still there. i'm using mythtv.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
upgrading Fedora Core 3 kernel 2.6.9-1.667 to 2.6.26.3 manually+kernel panic error LinuxLovinNoob Linux - Newbie 7 12-17-2008 08:45 PM
kernel panic: try passing init= option to kernel...installation with Red Hat 9 kergen Linux - Hardware 1 09-30-2004 03:28 AM
Kernel panic puts me in a panic theeeg Linux - Software 2 07-31-2004 04:46 PM
kernel panic (narius panic) narius Linux - Newbie 3 06-20-2002 03:56 PM
Kernel panic making me panic! Linux_N0oby Linux - Software 19 05-29-2002 12:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration