- enabled SMP kernel
- enabled analog_devices variant of intel-hda as x61t has AD1984 (i.e.
pilot error; but still no sound - not even passing model=thinkpad via
snd dev in grub)
Hi tintar,
glad it works for you now. As for kernel options, you can put them in the boot cmdline, either by specifying KERNEL_CMDLINE += xxx in your BoardConfig.mk, or directly in grub by pressing "e" for edit when the boot option for Android is highlighted.
And you can put module options there too, use module_name.option_name=option_value, so in your case you add "snd-hda-intel.model=thinkpad thinkpad_acpi.fan_control=1" to your boot options.
Stefan
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-x86...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-x86?hl=en.
Oh actually, the correct option is
BOARD_KERNEL_CMDLINE += xxx
Stefan
I alreay have a hdaps libsensors for screen rotation, I'm pushing it
to my github now, but there is a slight issue regarding correctness.
Stefan
Stefan