Hello,
further experimenting with EPIA-M10000: I am using the default FILO 0.4.2 "Config" for x86, except for the AUTOBOOT_FILE which I have set to:
AUTOBOOT_FILE = "hdc1:/vmlinuz-2.6.12-10-386 initrd=hdc1:/initrd.img-2.6.12-10-386 root=/dev/hdc2 ro vga=771 console=tty0 console=ttyS0,115200"
This time I tried enabling sound:
SUPPORT_SOUND = 1 VIA_SOUND = 1
During booting it reported "No sound device found".*
The next problem was I had keyboard control during the FILO console, but no longer in Linux. When I changed back to disabling sound and reflashing LinuxBIOS, this problem dissappeared. I have then fully reproduced this whole sequence again from the start.
Can the FILO sound probe do this? I thought it is merely scanning PCI?
Regards,
Leon.
* leon@nehemiah:~/sandbox/filo-0.4.2$ sudo lspci -s 00:11.5 0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50) leon@nehemiah:~/sandbox/filo-0.4.2$ sudo lspci -n -s 00:11.5 0000:00:11.5 0401: 1106:3059 (rev 50)
whereas:
leon@nehemiah:~/sandbox/filo-0.4.2/drivers$ tail -n 3 via-sound.c struct sound_driver viasnd_driver[] __sound_driver = { {0x1106, 0x3058, &viasnd_ops}, /* VT82C686 AC97 Audio Controller */ };