Yes, with linux-image-2.6.32-2-686 2.6.32-8
it is still the same.
Martin
On Sat, 13 Feb 2010, maximilian attems wrote:
On Sun, 28 Jun 2009, Martin Ziegler wrote:
It seems to be only a boot problem:
After "modprobe -r pcspkr; modprobe pcspkr"
the console beeps again.
hmm does still happen with latest 2.6.32 ??
thanks for feedback.
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-16-2010, 03:47 PM
maximilian attems
Bug#534598:
On Sat, 13 Feb 2010, Martin Ziegler wrote:
> Yes, with linux-image-2.6.32-2-686 2.6.32-8
> it is still the same.
> Martin
>
could you file a bugreport on buzilla.kernel.org
don't have much hope as this not a very active dev zone.
the best would probably be a bisect on linux-2.6 upstream
between 2.6.29 and 2.6.30, do you need guidance on that?
thanks for quick feedback.
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100216164715.GB9004@stro.at">http://lists.debian.org/20100216164715.GB9004@stro.at
02-17-2010, 07:44 PM
Martin Ziegler
Bug#534598:
On Tue, 16 Feb 2010, maximilian attems wrote:
the best would probably be a bisect on linux-2.6 upstream
between 2.6.29 and 2.6.30, do you need guidance on that?
I'd like to do that. How do I find (compile?) the older
kernels?
Martin
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: alpine.DEB.2.00.1002172137350.26341@zertz.mathemat ik.uni-freiburg.de">http://lists.debian.org/alpine.DEB.2.00.1002172137350.26341@zertz.mathemat ik.uni-freiburg.de
02-18-2010, 09:13 AM
maximilian attems
Bug#534598:
On Wed, 17 Feb 2010, Martin Ziegler wrote:
> On Tue, 16 Feb 2010, maximilian attems wrote:
>
> >the best would probably be a bisect on linux-2.6 upstream
> >between 2.6.29 and 2.6.30, do you need guidance on that?
> >
>
> I'd like to do that. How do I find (compile?) the older kernels?
easiest ist probably to clone linus git:
git clone git://git.eu.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
then have a look at the bisect manpage
git help bisect
git bisect start
git bisect bad v2.6.30
git bisect good v2.6.29
on the later step git should tell you or similar (running Lenny git here)
Bisecting: 6508 revisions left to test after this
[3c6fae67d026d57f64eb3da9c0d0e76983e39ae3] Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
cp /boot/config-2.6.30-1-amd64 .config
make oldconfig
this will produce the deb you can easily install
fakeroot make deb-pkg -j <nr_of_processors>
ah and you don't need to compile on the box itself,
if you have another faster at the hand.
hope aboves helps, don't hesitate to follow-up.
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100218101303.GB28118@stro.at">http://lists.debian.org/20100218101303.GB28118@stro.at
05-30-2010, 12:45 PM
Moritz Muehlenhoff
Bug#534598:
On Thu, Feb 18, 2010 at 11:13:03AM +0100, maximilian attems wrote:
> On Wed, 17 Feb 2010, Martin Ziegler wrote:
>
> > On Tue, 16 Feb 2010, maximilian attems wrote:
> >
> > >the best would probably be a bisect on linux-2.6 upstream
> > >between 2.6.29 and 2.6.30, do you need guidance on that?
> > >
> >
> > I'd like to do that. How do I find (compile?) the older kernels?
>
> easiest ist probably to clone linus git:
> git clone git://git.eu.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
>
> then have a look at the bisect manpage
> git help bisect
>
> git bisect start
> git bisect bad v2.6.30
> git bisect good v2.6.29
>
> on the later step git should tell you or similar (running Lenny git here)
> Bisecting: 6508 revisions left to test after this
> [3c6fae67d026d57f64eb3da9c0d0e76983e39ae3] Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
> cp /boot/config-2.6.30-1-amd64 .config
> make oldconfig
>
> this will produce the deb you can easily install
> fakeroot make deb-pkg -j <nr_of_processors>
>
>
> ah and you don't need to compile on the box itself,
> if you have another faster at the hand.
> hope aboves helps, don't hesitate to follow-up.
Hi Martin,
did you bisect and/or report this upstream?
Cheers,
Moritz
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100530124523.GL2398@galadriel.inutil.org">http://lists.debian.org/20100530124523.GL2398@galadriel.inutil.org