Re: [Bug 425358] Re: [karmic] realtime kernel 2.6.31 hangs on boot for several minutes, then hangs with X before login
Works now, recognizes both processors. To be honest it's been working for the last few versions of the rt kernel, but I forgot about my bug report. Thank you! On Mon, 2009-10-12 at 12:29 +, Alessio Igor Bogani wrote: > David, > > Could you try with an updated version (2.6.31-7-rt), please? > > Thanks! > > ** Changed in: linux-rt (Ubuntu) >Status: New => Incomplete > -- [karmic] realtime kernel 2.6.31 hangs on boot for several minutes, then hangs with X before login https://bugs.launchpad.net/bugs/425358 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 401406] Re: [Karmic] libmp3lame fails in converting audio
I rebuilt lame and ffmpeg from newer source and this worked. However, I did not get usable video files in my original try. On Sat, 2009-10-10 at 17:59 +, Patrick Geltinger wrote: > I can confirm this. > Obviously downgrading to lame 3.97 solves this problem as well as rebuilding > lame and ffmpeg from source. > However, you will get a playable MP3 file at the end, but the error is really > annoying. > > -- > [Karmic] libmp3lame fails in converting audio > https://bugs.launchpad.net/bugs/401406 > You received this bug notification because you are a direct subscriber > of a duplicate bug. > > Status in “lame” package in Ubuntu: Confirmed > > Bug description: > Binary package hint: libmp3lame0 > > When extracting audio from FLV files using ffmpeg with libmp3lame, or when > resampling audio (using libmp3lame), action fails because of a libmp3lame > error. > I tried with a youtube-downloaded file (which is not illegal, because of file > quality loss due to FLV conversion and audio resampling) > == > clau...@mycroft:~/Scrivania$ apt-cache policy libmp3lame0 > libmp3lame0: > Installato: 3.98.2+debian-0ubuntu1 > Candidato: 3.98.2+debian-0ubuntu1 > Tabella versione: > *** 3.98.2+debian-0ubuntu1 0 > 500 http://archive.ubuntu.com karmic/multiverse Packages > 100 /var/lib/dpkg/status > == > clau...@mycroft:~/Scrivania$ ffmpeg -i source.flv -acodec libmp3lame -ac 2 > -ab 128K -vn -y destination.mp3 > FFmpeg version 0.5-svn17737+3:0.svn20090303-1ubuntu6, Copyright (c) 2000-2009 > Fabrice Bellard, et al. > configuration: --enable-gpl --enable-postproc --enable-swscale > --enable-x11grab --extra-version=svn17737+3:0.svn20090303-1ubuntu6 > --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-libgsm > --enable-libschroedinger --enable-libspeex --enable-libtheora > --enable-libvorbis --enable-pthreads --disable-stripping --disable-vhook > --enable-libdc1394 --enable-shared --disable-static > libavutil 49.15. 0 / 49.15. 0 > libavcodec52.20. 0 / 52.20. 0 > libavformat 52.31. 0 / 52.31. 0 > libavdevice 52. 1. 0 / 52. 1. 0 > libavfilter0. 4. 0 / 0. 4. 0 > libswscale 0. 7. 1 / 0. 7. 1 > libpostproc 51. 2. 0 / 51. 2. 0 > built on Apr 10 2009 23:20:33, gcc: 4.3.3 > > Seems stream 0 codec frame rate differs from container frame rate: 1000.00 > (1000/1) -> 25.00 (25/1) > Input #0, flv, from 'source.flv': > Duration: 00:03:52.52, start: 0.00, bitrate: 326 kb/s > Stream #0.0: Video: flv, yuv420p, 320x220, 262 kb/s, 25 tbr, 1k tbn, 1k > tbc > Stream #0.1: Audio: mp3, 22050 Hz, mono, s16, 64 kb/s > Output #0, mp3, to 'destination.mp3': > Stream #0.0: Audio: libmp3lame, 22050 Hz, stereo, s16, 128 kb/s > Stream mapping: > Stream #0.1 -> #0.0 > Press [q] to stop encoding > [libmp3lame @ 0x21109d0]lame: output buffer too small (buffer index: 8359, > free bytes: 1433) > Audio encoding failed > == > clau...@mycroft:~/Scrivania$ ffmpeg -i source.mp3 -acodec libmp3lame -ab 64K > -ar 44100 destination.mp3 > FFmpeg version 0.5-svn17737+3:0.svn20090303-1ubuntu6, Copyright (c) 2000-2009 > Fabrice Bellard, et al. > configuration: --enable-gpl --enable-postproc --enable-swscale > --enable-x11grab --extra-version=svn17737+3:0.svn20090303-1ubuntu6 > --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-libgsm > --enable-libschroedinger --enable-libspeex --enable-libtheora > --enable-libvorbis --enable-pthreads --disable-stripping --disable-vhook > --enable-libdc1394 --enable-shared --disable-static > libavutil 49.15. 0 / 49.15. 0 > libavcodec52.20. 0 / 52.20. 0 > libavformat 52.31. 0 / 52.31. 0 > libavdevice 52. 1. 0 / 52. 1. 0 > libavfilter0. 4. 0 / 0. 4. 0 > libswscale 0. 7. 1 / 0. 7. 1 > libpostproc 51. 2. 0 / 51. 2. 0 > built on Apr 10 2009 23:20:33, gcc: 4.3.3 > Input #0, mp3, from 'source.mp3': > Duration: 00:03:52.64, start: 0.00, bitrate: 128 kb/s > Stream #0.0: Audio: mp3, 22050 Hz, stereo, s16, 128 kb/s > Output #0, mp3, to 'destination.mp3': > Stream #0.0: Audio: libmp3lame, 44100 Hz, stereo, s16, 64 kb/s > Stream mapping: > Stream #0.0 -> #0.0 > Press [q] to stop encoding > [libmp3lame @ 0xf0d7a0]lame: output buffer too small (buffer index: 9404, > free bytes: 388) > Audio encoding failed -- [Karmic] libmp3lame fails in converting audio https://bugs.launchpad.net/bugs/401406 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439083] Re: MP3 audio encoding fails with "output buffer too small" using ffmpeg
FFmpeg version SVN-r19352-4:0.5+svn20090706-2ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --extra-version=4:0.5+svn20090706-2ubuntu1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --extra-cflags=-I/build/buildd/ffmpeg-0.5+svn20090706/debian/include --enable-shared --disable-static libavutil 49.15. 0 / 49.15. 0 libavcodec52.20. 0 / 52.20. 0 libavformat 52.31. 0 / 52.31. 0 libavdevice 52. 1. 0 / 52. 1. 0 libavfilter0. 4. 0 / 0. 4. 0 libswscale 0. 7. 1 / 0. 7. 1 libpostproc 51. 2. 0 / 51. 2. 0 built on Aug 26 2009 09:45:50, gcc: 4.4.1 [theora @ 0x9753240]7 bits left in packet 82 Input #0, ogg, from 'bwb-video-qvga.ogv': Duration: 00:03:00.60, start: 0.00, bitrate: 344 kb/s Stream #0.0: Video: theora, yuv420p, 320x240, PAR 1:1 DAR 4:3, 30 tbr, 30 tbn, 30 tbc Stream #0.1: Audio: vorbis, 44100 Hz, stereo, s16, 112 kb/s File 'bwb2.mp4' already exists. Overwrite ? [y/N] y Output #0, psp, to 'bwb2.mp4': Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 4:3 DAR 16:9], q=2-31, 9000 kb/s, 90k tbn, 29.97 tbc Stream #0.1: Audio: libmp3lame, 24000 Hz, stereo, s16, 128 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 [theora @ 0x9753240]7 bits left in packet 82 Press [q] to stop encoding [libmp3lame @ 0x9767dc0]lame: output buffer too small (buffer index: 8832, free bytes: 960) Audio encoding failed d...@vomac:~/bwb-video -- MP3 audio encoding fails with "output buffer too small" using ffmpeg https://bugs.launchpad.net/bugs/439083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439083] [NEW] MP3 audio encoding fails with "output buffer too small" using ffmpeg
Public bug reported: Binary package hint: lame I am trying to convert a video with the command line attached below. The program output is shown below, including the libmp3lame error message. Spoke with the ffmpeg devs on IRC and they seem to think it's my local version of libmp3lame that's the problem, So i am reporting it here. Encoding the same video on their 9.04 systems works fine. ProblemType: Bug Architecture: i386 Date: Tue Sep 29 20:44:44 2009 DistroRelease: Ubuntu 9.10 Package: libmp3lame0 3.98.2+debian-0ubuntu1 ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-6.7-rt SourcePackage: lame Uname: Linux 2.6.31-6-rt i686 ** Affects: lame (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- MP3 audio encoding fails with "output buffer too small" using ffmpeg https://bugs.launchpad.net/bugs/439083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439083] Re: MP3 audio encoding fails with "output buffer too small" using ffmpeg
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/32730700/Dependencies.txt -- MP3 audio encoding fails with "output buffer too small" using ffmpeg https://bugs.launchpad.net/bugs/439083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439083] Re: MP3 audio encoding fails with "output buffer too small" using ffmpeg
ffmpeg -passlogfile "Log" -i bwb-video-qvga.ogv -f psp -r 29.97 -coder 0 -s 320x240 \ -acodec libmp3lame -ac 2 -ab 128k -b 9000k -ar 24000 -aspect 16:9 bwb2.mp4 -- MP3 audio encoding fails with "output buffer too small" using ffmpeg https://bugs.launchpad.net/bugs/439083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 427620] Re: cannot record with M-Audio Fast Track Pro USB
** Attachment added: "output of pulseaudio -" http://launchpadlibrarian.net/31629279/pulseaudio-debug-output-ftpro.txt -- cannot record with M-Audio Fast Track Pro USB https://bugs.launchpad.net/bugs/427620 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 427620] [NEW] cannot record with M-Audio Fast Track Pro USB
Public bug reported: Binary package hint: pulseaudio On karmic, only the first stereo output is available for playback (the unit has two stereo outs) and the stereo recording input is not available at all. Playback on first output works fine. Device worked fine with Jaunty. Attached pulseaudio verbose output during device activation. ** Affects: pulseaudio (Ubuntu) Importance: Undecided Status: New -- cannot record with M-Audio Fast Track Pro USB https://bugs.launchpad.net/bugs/427620 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 427618] Re: zoom h4 not recognized in USB interface mode
** Attachment added: "output of pulseaudio -" http://launchpadlibrarian.net/31628137/pulseaudio-debug-output-zoom.txt -- zoom h4 not recognized in USB interface mode https://bugs.launchpad.net/bugs/427618 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 427618] [NEW] zoom h4 not recognized in USB interface mode
Public bug reported: Binary package hint: pulseaudio On Karmic, the Zoom H4 does not work. Errors are produced in the pulseaudio verbose output. Card is not visible in Sound Preferences / Hardware. ** Affects: pulseaudio (Ubuntu) Importance: Undecided Status: New -- zoom h4 not recognized in USB interface mode https://bugs.launchpad.net/bugs/427618 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 425358] Re: [karmic] realtime kernel 2.6.31 hangs on boot for several minutes, then hangs with X before login
Was able to capture output of dmesg and xorg.0.log ** Attachment added: "bad-dmesg" http://launchpadlibrarian.net/31399957/bad-dmesg -- [karmic] realtime kernel 2.6.31 hangs on boot for several minutes, then hangs with X before login https://bugs.launchpad.net/bugs/425358 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 425358] Re: [karmic] realtime kernel 2.6.31 hangs on boot for several minutes, then hangs with X before login
xorg.log ** Attachment added: "xorg.log" http://launchpadlibrarian.net/31399963/xorg.log -- [karmic] realtime kernel 2.6.31 hangs on boot for several minutes, then hangs with X before login https://bugs.launchpad.net/bugs/425358 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 425358] Re: [karmic] realtime kernel 2.6.31 hangs on boot for several minutes, then hangs with X before login
** Attachment added: "Output of lshw and other commands" http://launchpadlibrarian.net/31399550/toshiba-karmic.txt -- [karmic] realtime kernel 2.6.31 hangs on boot for several minutes, then hangs with X before login https://bugs.launchpad.net/bugs/425358 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 425358] [NEW] [karmic] realtime kernel 2.6.31 hangs on boot for several minutes, then hangs with X before login
Public bug reported: Upgraded a fresh Jaunty install to Karmic. New karmic generic kernel works fine but realtime kernel does not. Hangs for about 5 minutes just after printing some messages about the RTL8180/RTL8185 WLAN. Then it proceeds to start Xorg and shows a spinning cursor with an Ubuntu splash and progress bar. Screen goes black, spinning mouse cursor remains forever. Virtual Terminal logins seem to work, but restarting Xorg results in same behavior. I will reboot and try to capture those messages and attach them. In the meantime i've attached a normal boot's dmesg, and output of lshw and cpuid. This is a Toshiba laptop, model L505D-S5965 with 3GB ram, Athlon X2 DualCore QL-65 processors. ** Affects: linux-rt (Ubuntu) Importance: Undecided Status: New -- [karmic] realtime kernel 2.6.31 hangs on boot for several minutes, then hangs with X before login https://bugs.launchpad.net/bugs/425358 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs