On 04/19/2018 11:33 PM, John David Anglin wrote:
On 2018-04-19 3:29 PM, Frank Scheiner wrote:
Interestingly after upgrading all packages (obviously including palo)
on the NFS root FS and building a new lifimage with Linux 4.15.x,
blacklisting the radeon module seems to be no longer required. Not
sure if this is due to palo 2.00 or Linux 4.15.x. Anyways the radeon
module is no longer loaded automatically with this configuration.
A quirk was added to disable the radeon driver for the builtin RV100 in
the rp3440. It's broken. There should be a message in the dmesg log
about this.
Indeed, there it is:
```
[...]
[ 3.100350] pci 0000:e0:01.0: Hiding Diva built-in AUX serial device
[ 3.101683] pci 0000:e0:02.0: Hiding Diva built-in ATI card
[...]
```
...I overlooked it. I wonder why this issue didn't hit the rp3440 (not
even my first one) when it was booted from disk, because it really looks
like not loading the radeon module solved the problem for diskless
operation.
Cheers,
Frank