I have a Neoware CA5 booting and fetching kernel/rootfs using PXE.
The error states that the audio device cannot be found.
I have had to force the MM_X_DRIVER='sis' for it to get past the unknown driver issue, I know the documentation say I do not need to do this, but I cannot find a valid list of values. Modprobe shows sis_agp is loaded.
lspci gives
Code: Select all
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 550 Host (rev 01)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 07)
00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7019 Audio Accelerator
00:02.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 550 PCI/AGP VGA Display Adapter
Code: Select all
00:00.0 "0600" "1039" "0550" -r01 "" ""
00:00.1 "0101" "1039" "5513" -rd0 -p80 "1039" "5513"
00:01.0 "0601" "1039" "0018" "" ""
00:01.2 "0c03" "1039" "7001" -r07 -p10 "" ""
00:01.4 "0401" "1039" "7019" "" ""
00:02.0 "0604" "1039" "0001" "" ""
00:0a.0 "0200" "10ec" "8139" -r10 "10ec" "8139"
01:00.0 "0300" "1039" "5315" "1039" "5300"
Code: Select all
MM_X_OUTPUT_HDMI='none'
MM_X_OUTPUT_DVI='none'
MM_X_OUTPUT_TV='none'
MM_X_OUTPUT_VGA='auto'
MM_X_MODE='800x600'
MM_X_DRIVER='sis'
MM_AUDIO_TYPE='analog'
MM_AUDIO_CARD_NUMBER='1'
MM_AUDIO_DEVICE_NUMBER='4'
Code: Select all
minimyth: configuring audio ...
minimyth: the audio driver does not appear to be loaded.
Exiting eval via last at /etc/rc.d/rc.pl line 80.
minimyth: init failed. check '/var/log/messages' for further details.
Code: Select all
[751564.952] (==) Log file: "/var/log/Xorg.0.0.log", Time: Thu May 26 15:53:42 2011
[751565.005] (==) Using config file: "/etc/X11/xorg.conf"
[751565.006] (==) Using config directory: "/etc/X11/xorg.conf.d"
[751565.016] Parse error on line 2 of section Files in file /etc/X11/xorg.conf
"@NVIDIA_TRUE@" is not a valid keyword in this section.
[751565.018] (EE) Problem parsing the config file
[751565.018] (EE) Error parsing the config file
Is there any other information required to diagnose this issue ?