LinuxQuestions.org
Visit Jeremy's Blog.
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 07-17-2005, 03:48 PM   #1
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Rep: Reputation: 45
rtc lost interrupts problem...


Alright.. something's been happening to my system lately... And i'm not sure if its kernel related. But i think it started with 2.6.12.2 and 3....

I can't, for the life of me, start mplayer or gmplayer when double clicking an .avi file anymore... No matter how many times i double click it, press enter, right click > properties > assign to gmplayer or mplayer.. tried everything. IT just stopped working.

If i start it with
gmplayer &
it crashes on load.

if i start is from cli with just
gmplayer
it works, but eventually i get this error in dmesg

rtc: lost some interrupts at 1024Hz.

Which i've never seen before, and sounds scary...
 
Old 07-17-2005, 03:51 PM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Maybe try to recompile mplayer ?

What is your output with :
cat /proc/sys/dev/rtc/max-user-freq
 
Old 07-17-2005, 05:18 PM   #3
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by keefaz
Maybe try to recompile mplayer ?

What is your output with :
cat /proc/sys/dev/rtc/max-user-freq
p# cat /proc/sys/dev/rtc/max-user-freq
64


Also, amarok crashes for no reason sometimes, and my scsi connection (usb2) is dying with weird errors (which ill print again as soon as i generate them again)... But i'll leave these for another time/topic
 
Old 07-18-2005, 02:37 AM   #4
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
I have added in my rc.local :
echo 1024 > /proc/sys/dev/rtc/max-user-freq

Mplayer use rtc (Real Time Clock) to sync audio with video
so set max-user-freq to 1024 helps a little

What is the error output when you use :
mplayer file.avi
 
Old 07-18-2005, 04:58 AM   #5
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Original Poster
Rep: Reputation: 45
Well, appart from the SSE2 not being enabled, and font error, there are no errors when loading up gmplayer from the CLI.. My problem is that it refuses to load from konqueror anymore.. no matter how many times i double click or assign it to gmplayer.


Code:
# gmplayer XXXXXXXXXXXXXXXXX.avi 
MPlayer 1.0pre7-3.3.4 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon 64 Clawhammer (Family: 8, Stepping: 10)
Detected cache-line size is 64 bytes
SSE2 supported but disabled
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE

vo: X11 running at 1280x800 with depth 24 and 32 bpp (":0.0" => local display)
85 audio & 196 video codecs
/usr/X11R6/lib/X11/fonts/TTF/Vera.ttf doesn't look like a font description, ignoring.
Cannot load font: /usr/X11R6/lib/X11/fonts/TTF/Vera.ttf
Playing XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.avi.
AVI file format detected.
VIDEO:  [DIV3]  512x384  24bpp  25.000 fps  936.8 kbps (114.4 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffdivx] vfm:ffmpeg (FFmpeg DivX ;-) (MS MPEG-4 v3))
==========================================================================
Checking audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le...
AF_pre: 48000Hz/2ch/s16le
alsa-init: 1 soundcard found, using: default
alsa: 48000 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Little Endian
AO: [alsa] 48000Hz 2ch s16le (2 bps)
Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le...
Starting playback...
VDec: vo config request - 512 x 384 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [xv] 512x384 => 512x384 Planar YV12

In other news, i keep getting tonns of these errors
Code:
FAT: Directory bread(block 19027) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 19028) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 19029) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 19030) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 19031) failed
And when trying to burn a dvd
Code:
SCSI error : <1 0 0 0> return code = 0x70000
Code:
scsi0 (0:0): rejecting I/O to dead device
And another serious error message that i'm trying to generate again... I end up with defunct processes, k3b wouldnt shut down, and the device wouldn't disconnect.. I end up rebooting.
 
Old 07-18-2005, 05:15 AM   #6
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Seems like an USB problem to me, something has to be done
with USB driver.
If USB 2.0, it is ehci_hcd and in this case I'd try plug the
USB device to an USB 1.1 port just to see
 
Old 09-02-2007, 04:57 AM   #7
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
Quote:
Originally Posted by xushi View Post
Alright.. something's been happening to my system lately... And i'm not sure if its kernel related. But i think it started with 2.6.12.2 and 3....

I can't, for the life of me, start mplayer or gmplayer when double clicking an .avi file anymore... No matter how many times i double click it, press enter, right click > properties > assign to gmplayer or mplayer.. tried everything. IT just stopped working.

If i start it with
gmplayer &
it crashes on load.

if i start is from cli with just
gmplayer
it works, but eventually i get this error in dmesg

rtc: lost some interrupts at 1024Hz.

Which i've never seen before, and sounds scary...
At the end, did you find out where was the problem ? is it solved ?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Lost interrupts after new HD, modem and sound card installed scm86 Linux - Newbie 4 09-16-2004 05:01 PM
lost interrupts!!! + sata gandalf9999 Linux - Software 2 09-16-2004 05:02 AM
Shuffled IRQ's in win98, RH9 lost interrupts? scm86 Red Hat 0 09-05-2004 05:17 PM
Share interrupts with /dev/rtc (IRQ 8) godOfThunder Linux - Software 1 08-03-2004 12:36 AM
Lost interrupts ardvark Linux - Hardware 9 08-08-2003 12:04 AM

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

All times are GMT -5. The time now is 09:40 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