I am trying to add a module option for the amdgpu module, but it is seemingly ignored.
/etc/modprobe.d/amdgpu.conf
contents:
options amdgpu audio=1
Relevant output from modprobe -c | grep amdgpu
, indicating that the option is part of the configuration:
options amdgpu audio=1
alias pci:v00001002d00006900sv*sd*bc*sc*i* amdgpu
alias pci:v00001002d00006901sv*sd*bc*sc*i* amdgpu
alias pci:v00001002d00006902sv*sd*bc*sc*i* amdgpu
[...]
15 lines of output from systool -vm amdgpu
:
Module = "amdgpu"
Attributes:
coresize = "987136"
initsize = "0"
initstate = "live"
refcnt = "4"
srcversion = "AC0EDC775DD303A402948D2"
taint = ""
uevent = <store method only>
Parameters:
aspm = "-1"
audio = "-1"
bapm = "-1"
benchmark = "0"
deep_color = "0"
As you can see, audio is still set to "-1". Am I doing something wrong?
ETA: Per Steve Roome, the card is a PowerColor PCS+ AXR9 380 4GBD5-PPDHE. (A Radeon R9 380) Output from /var/log/Xorg.0.log
is here: http://paste.ubuntu.com/16124381/
/etc/modprobe.d/amdgpu.conf
. – Zalethon Apr 29 '16 at 02:32Does the lack of support for the TONGA chipset explain why amdgpu.audio is not being set by my configuration in modprobe.d?
– Zalethon May 01 '16 at 12:37