[Bug 7706] PCMCIA bridge not working
bugme-daemon at bugzilla.kernel.org
bugme-daemon at bugzilla.kernel.org
Wed Jul 25 15:48:57 EDT 2007
http://bugzilla.kernel.org/show_bug.cgi?id=7706
------- Comment #5 from susemuse27 at gmx.de 2007-07-25 12:54 -------
hi,
the version that broke my pcmcia is 2.6.13-rc1
2.6.12 still works.
I listed the related protocolls:
protocolls of kernel 2.6.12 : http://phpfi.com/252251
protocolls of kernel 2.6.13-rc1 : http://phpfi.com/252253
the compilation was done on Suse 9.3
if I can be of further help please let me know
thank's a lot for your efforts and best regards
Susanne Schneider
bugme-daemon at bugzilla.kernel.org schrieb:
> http://bugzilla.kernel.org/show_bug.cgi?id=7706
>
>
>
>
>
> ------- Comment #3 from protasnb at gmail.com 2007-07-06 13:58 -------
> Well, when you have working kernel which stops working with next release, you
> can find actual patch or change that was incorporated and caused it not work
> anymore, by excluding new updates and eventually getting the one that broke
> your working kernel. Here is the procedure:
>
> # install git and cogito on your computer (see kernel.org for information)
>
> # clone Linus' tree:
> cg-clone \
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
>
> # start bisecting:
> cd linux-2.6
> git bisect start
> git bisect bad v2.6.18-rc5
> git bisect good v2.6.18-rc4
>
> # start round
> cp /path/to/.config .
> make oldconfig
> make
> # install kernel, check whether it's good or bad, then:
> git bisect [bad|good]
> # start next round
>
>
> After at about 9 reboots, you'll have found the guilty commit
> ("... is first bad commit").
>
>
> More information on git bisecting:
> man git-bisect
>
> It takes multiple reboots and patience... but then you can tell exactly what
> patch introduced the problem.
>
> Hope you can spend some time doing this - will be greatly appreciated.
> Thanks.
>
>
>
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the linux-pcmcia
mailing list