[pasemi] Radeon HD graphics card not recognised after the powerpc-4.8-1 commit
Michael Ellerman
mpe at ellerman.id.au
Fri Aug 5 20:59:48 AEST 2016
Christian Zigotzky <chzigotzky at xenosoft.de> writes:
> Hi Michael,
>
> Thanks a million for your patch! :-)
No worries :)
> @All
> Keep your fingers crossed!
>
> 1. git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git a
Normally that would be:
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux
And this:
> 2. patch -p0 < powerpc-pci-Only-do-fixed-PHB-numbering-on-powernv.patch
Would be:
$ cd linux
$ patch -p1 < powerpc-pci-Only-do-fixed-PHB-numbering-on-powernv.patch
> 3. patch -p0 < nemo_4.8-3.patch
>
> 4. yes "" | make oldconfig
And that can be done with 'make olddefconfig'.
cheers
More information about the Linuxppc-dev
mailing list