Update 3 Software Failure upon boot

A forum for general AmigaOS 4.x support questions that are not platform-specific
Post Reply
User avatar
daveyw
Posts: 252
Joined: Mon Sep 12, 2011 7:44 pm

Update 3 Software Failure upon boot

Post by daveyw »

Hi,

Since installing Update three, I am getting a Red Software Failure upon boot-up (80000003 Task 00000000). UBoot all boots, the splash screen appears, then vanishes for a second, then comes back, and then the Software Failure.

Fortunately, it seems if I just leave it, Workbench (eventually) boots.

I am using an A1 G4 800 mhz (sorry, can't say if it has been fixed or not). GFX card is Radeon 9250 connected via DVI.

Here is my start-up sequence:
Hidden Text - Click to Show :
; $VER: Startup-Sequence 53.1 (08.04.2009)
C:SetPatch QUIET

FailAt 21

C:Version >NIL:
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart

C:MakeDir RAM:T RAM:Clipboards

C:Assign >NIL: T: RAM:T
C:Assign >NIL: CLIPS: RAM:Clipboards
C:Assign >NIL: KEYMAPS: DEVS:KeyMaps
C:Assign >NIL: PRINTERS: DEVS:Printers
C:Assign >NIL: REXX: S:ARexx
C:Assign >NIL: HELP: LOCALE:Help DEFER
C:Assign >NIL: AMISSL: DEVS:AmiSSL DEFER
C:Assign >NIL: GHOSTSCRIPT: SYS:Utilities/GhostScript DEFER
C:Assign >NIL: PYTHON: SYS:System/Python

C:LoadMonDrvs
C:AddDataTypes REFRESH QUIET
C:IPrefs


C:USBCtrl START
C:Mount QUIET DEVS:DOSDrivers/~(#?.info)
C:AddNetInterface QUIET DEVS:NetInterfaces/~(#?.info)

Path RAM: C: S:Shell S:ARexx SYS:Utilities SYS:Utilities/Commodities SYS:System SYS:Prefs

C:ConClip
SYS:System/RexxMast >NIL:

If EXISTS S:User-Startup
Execute S:User-Startup
EndIf

C:LoadWB

Run >NIL: *>NIL: C:SoundPlayer QUIET

EndCLI >NIL:
And user startup:
Hidden Text - Click to Show :
;BEGIN MUI
If EXISTS SYS:MUI
C:Assign >NIL: MUI: SYS:MUI
C:Assign >NIL: ADD LIBS: MUI:Libs
C:Assign >NIL: ADD LOCALE: MUI:Locale
C:Assign >NIL: ADD HELP: MUI:Docs
EndIf
;END MUI

assign tbimages: SYS:Prefs/Presets/tbimages

;BEGIN IOSPIRIT fxSCAN
Assign fxSCAN: REMOVE
Assign fxSCAN: "Work:fxSCAN"
;END IOSPIRIT fxSCAN
;BEGIN AmigaWriter

ASSIGN AMIGAWRITER: Work:AmigaWriter
;END AmigaWriter

assign JPEGTMP: ram:T

assign Yam: OS4_Depot:yam_2.5/
;BEGIN Cygnix
assign Cygnix: "AmiCygnix:AmiCygnix"
execute Cygnix:s/Cygnix-Startup
;END Cygnix
;BEGIN PageStream
Assign PageStream: "Work:PageStream"
Assign PageStream3: "Work:PageStream"
Assign PageStream4: "Work:PageStream"
Assign SoftLogik: "PageStream:SoftLogik"
Assign Fonts: "PageStream:SoftLogik/Fonts" ADD
;END PageStream
;BEGIN FryingPan
Assign ADD Libs: Work:FryingPan/Libs
;END FryingPan
assign Workbench4.1: "Workbench:"
Run >NIL: C:ScreenRotate

setcache xdh1: Lines=30 ReadAhead=8192 >NIL:
setcache xdh2: Lines=30 ReadAhead=8192 >NIL:
setcache xdh3: Lines=30 ReadAhead=8192 >NIL:



;BEGIN Cinema4D CD-Edition
Assign C4D: Work:Cinema4D
Assign TEX: C4D:Textures
Assign CINEMA4D_CD-Edition: exists >NIL:
IF WARN
Assign C4DCD: CINEMA4D_CD-Edition:Bonus DEFER
ELSE
Assign C4DCD: CINEMA4D_CD-Edition:Bonus
Assign TEX: C4DCD:Bump-Maps C4DCD:Extra_Textures C4DCD:Textures ADD
ENDIF
;END Cinema4D CD-Edition
And my Kick layout:
Hidden Text - Click to Show :
; $VER: Kicklayout-AmigaOne 53.3 (16.6.2011)
;
; Kernel configuration for the AmigaOne
;
; This file describes how the "Kickstart" image should look like,
; i.e. it describes which modules should be pre-loaded and available
; at boot time.
;
;
; Format:
; ~~~~~~
; The file lists one or more configurations.
;
; Each configuration starts with the LABEL keyword, followed by the
; name of the configuration. The name can be used to specify the
; configuration in the bootloader tool (see Documentation/kernel/
; bootloader.txt). Note that empty lines end one configuration and
; start the next, which means that you must be careful not to leave
; an empty line anywhere unless you are defining multiple configurations.
;
; Each configuration must have exactly one line with the EXEC keyword.
; This specifies the filename of the main kernel to use. This kernel is
; the absolute minimum required to boot. It contains, among other things,
; exec.library.
;
; The following lines define additional modules to be loaded into the
; kickstart image. Each of these lines starts with the MODULE keyword
; followed by the filename of the module.
;
;
;
; Configuration name
LABEL AmigaOS 4.1 Update 3
; Exec name
EXEC Kickstart/loader
;
; PPC native modules
;
MODULE Kickstart/kernel
MODULE Kickstart/FastFileSystem
MODULE Kickstart/SmartFilesystem
MODULE Kickstart/JXFileSystem
;MODULE Kickstart/a1floppy.device.kmod
MODULE Kickstart/a1ide.device.kmod
MODULE Kickstart/battclock.resource.kmod
MODULE Kickstart/biosversion.resource.kmod
MODULE Kickstart/bootmenu.kmod
MODULE Kickstart/bootimage
MODULE Kickstart/CDFileSystem
MODULE Kickstart/con-handler.kmod
MODULE Kickstart/console.device.kmod
MODULE Kickstart/diskboot.kmod
MODULE Kickstart/diskboot.config
MODULE Kickstart/diskcache.library.kmod
MODULE Kickstart/dos.library.kmod
MODULE Kickstart/elf.library.kmod
MODULE Kickstart/env-handler.kmod
MODULE Kickstart/FileSystem.resource.kmod
MODULE Kickstart/gadtools.library.kmod
MODULE Kickstart/gameport.device.kmod
MODULE Kickstart/graphics.library.kmod
MODULE Kickstart/hunk.library.kmod
MODULE Kickstart/input.device.kmod
MODULE Kickstart/intuition.library.kmod
MODULE Kickstart/it8212ide.device.kmod
MODULE Kickstart/keyboard.device.kmod
MODULE Kickstart/keymap.library.kmod
MODULE Kickstart/layers.library.kmod
MODULE Kickstart/lsi53c8xx.device.kmod
MODULE Kickstart/newlib.library.kmod
MODULE Kickstart/nonvolatile.library.kmod
MODULE Kickstart/nvram.resource.kmod
MODULE Kickstart/ps2.resource.kmod
MODULE Kickstart/ram-handler.kmod
MODULE Kickstart/ramdrive.device.kmod
MODULE Kickstart/ramlib.kmod
MODULE Kickstart/shell.kmod
MODULE Kickstart/sii0680ide.device.kmod
MODULE Kickstart/sii3112ide.device.kmod
MODULE Kickstart/sii3114ide.device.kmod
MODULE Kickstart/sii3512ide.device.kmod
MODULE Kickstart/strap.kmod
MODULE Kickstart/timer.device.kmod
MODULE Kickstart/rtg.library
MODULE Kickstart/PCIGraphics.card
MODULE Kickstart/ATIRadeon.chip
MODULE Kickstart/3dfxVoodoo.chip
MODULE Kickstart/petunia.library.kmod
MODULE Kickstart/usbresource.library
MODULE Kickstart/usbsys.device
MODULE Kickstart/hub.usbfd
MODULE Kickstart/bootmouse.usbfd
MODULE Kickstart/bootkeyboard.usbfd
MODULE Kickstart/massstorage.usbfd
MODULE Kickstart/uhci.usbhcd
MODULE Kickstart/ohci.usbhcd
MODULE Kickstart/ehci.usbhcd
User avatar
cha05e90
Posts: 90
Joined: Fri Jun 17, 2011 10:15 pm
Location: Germany
Contact:

Re: Update 3 Software Failure upon boot

Post by cha05e90 »

Hi,

could you please use the "Hidden" tag for your posting above? Thanks! (-> http://forum.hyperion-entertainment.biz ... p?f=9&t=72)
You wrote that Workbench eventually appears after the Red Guru - could you open a shell afterwards a do a "dumpdebugbuffer"? It might give some hints to the cause...
X1000|II/G4|440ep|2000/060|2000/040|1000
User avatar
daveyw
Posts: 252
Joined: Mon Sep 12, 2011 7:44 pm

Re: Update 3 Software Failure upon boot

Post by daveyw »

Thanks. Here's the log:
Hidden Text - Click to Show :
[keybdevLIBInit] LibInit of keyboard device
Scanning bus 'dvi'
0000: 00 FF FF FF FF FF FF 00 63 05 0C 70 01 01 01 01 ........c..p....
0010: 23 0F 01 03 E8 22 1B 64 EA EE A6 9E 54 4C 99 26 #....".d....TL.&
0020: 19 4F 54 2D CF 00 81 80 01 01 01 01 01 01 01 01 .OT-............
0030: 01 01 01 01 01 01 30 2A 00 98 51 00 2A 40 30 70 ......0*..Q.*@0p
0040: 13 00 51 0E 11 00 00 1E 00 00 00 FD 00 38 4C 1E ..Q..........8L.
0050: 50 0C 0A 20 20 20 20 20 20 20 00 00 00 FF 00 30 P..............0
0060: 30 30 30 30 30 30 30 30 30 00 00 00 00 00 00 FC 000000000.......
0070: 00 31 39 22 20 54 46 54 2D 4C 43 44 0A 00 00 CB .19".TFT-LCD....
EDID V1.3
ManufacturerID XXE ProductID 700C
SerialNo 16843009 Manufactured week 35 of 2005
Input type digital
Display gamma 2.0
Maximum Image Size 34x27cm
PowerManagement Standby yes Suspend yes ActiveOff yes
Serial Number 0000000000
Monitor Name 19" TFT-LCD

Established timings:
800x600@60
640x480@75
640x480@72
640x480@60
1280x1024@75
1024x768@75
1024x768@70
1024x768@60
800x600@75
800x600@72

Standard Timing Identification:
1280x1024@60hz (5:4)

Mode 1280x1024@60hz 63khz
DotClock 108000000hz
HTimings 1280 1328 1440 1688
VTimings 1024 1025 1028 1066
Image Size 337x270mm
Flags progressive +hsync +vsync

Monitor Range Limits:
Horizontal frequency 30 - 80khz
Vertical frequency 56 - 76hz
Pixelclock 120Mhz
a1ide.device 53.8 (16.1.2011)
it8212ide.device 53.8 (16.1.2011)
lsi53c8xx.device 53.8 (16.1.2011)
sii0680ide.device 53.8 (16.1.2011)
sii3112ide.device 53.8 (16.1.2011)
sii3114ide.device 53.8 (16.1.2011)
sii3512ide.device 53.8 (16.1.2011)
Dump of context at 0x01C991B0
Trap type: DSI exception
Machine State (raw): 0x0000D030
Machine State (verbose): [ExtInt on] [User] [IAT on] [DAT on]
Temporary stack trace:
#0: in module Kickstart/kernel+0x00027F68 (0x01427F68)
#1: in module Kickstart/kernel+0x000328E8 (0x014328E8)
#2: in module Kickstart/kernel+0x00038124 (0x01438124)
#3: in module Kickstart/kernel+0x00038360 (0x01438360)
#4: in module Kickstart/kernel+0x000356E4 (0x014356E4)
#5: in module Kickstart/kernel+0x0003F464 (0x0143F464)
#6: in module Kickstart/kernel+0x00040D4C (0x01440D4C)
#7: in module Kickstart/kernel+0x0002581C (0x0142581C)
#8: in module Kickstart/kernel+0x00025784 (0x01425784)
#9: in module Kickstart/dos.library.kmod+0x00003C80 (0x015096E0)
#10: in module Kickstart/shell.kmod+0x00008D6C (0x016B702C)
#11: in module Kickstart/dos.library.kmod+0x00020A14 (0x01526474)
#12: in module Kickstart/kernel+0x000416F0 (0x014416F0)
#13: in module Kickstart/kernel+0x00041770 (0x01441770)
#14: 0x00000000

Crashed process: (0x6FD8B010)
DSI verbose error description: Access not allowed by page or BAT protection (protection violation)
Access was a store operation
0: 00000000 6FD31B60 00000000 EFEA2428 00000038 EFEC4000 00000000 01DD4B58
8: 0000001D EFEA2428 01DD4D2C EFEA2428 42448048 00000000 48444042 6FF96000
16: 6FD8C010 42444028 42422028 01C110E8 6FD31DC0 00001000 01DB0000 00000000
24: 01DB6866 EFEA1000 00000001 00000000 01DD4A08 01DB0000 EFEA2428 01DBA5B4
CR: 42442044 XER: 00000000 CTR: 00000001 LR: 0143831C
DSISR: 0A000000 DAR: EFEA2428
[keybdevLIBInit] LibInit of keyboard device
Scanning bus 'dvi'
0000: 00 FF FF FF FF FF FF 00 63 05 0C 70 01 01 01 01 ........c..p....
0010: 23 0F 01 03 E8 22 1B 64 EA EE A6 9E 54 4C 99 26 #....".d....TL.&
0020: 19 4F 54 2D CF 00 81 80 01 01 01 01 01 01 01 01 .OT-............
0030: 01 01 01 01 01 01 30 2A 00 98 51 00 2A 40 30 70 ......0*..Q.*@0p
0040: 13 00 51 0E 11 00 00 1E 00 00 00 FD 00 38 4C 1E ..Q..........8L.
0050: 50 0C 0A 20 20 20 20 20 20 20 00 00 00 FF 00 30 P..............0
0060: 30 30 30 30 30 30 30 30 30 00 00 00 00 00 00 FC 000000000.......
0070: 00 31 39 22 20 54 46 54 2D 4C 43 44 0A 00 00 CB .19".TFT-LCD....
EDID V1.3
ManufacturerID XXE ProductID 700C
SerialNo 16843009 Manufactured week 35 of 2005
Input type digital
Display gamma 2.0
Maximum Image Size 34x27cm
PowerManagement Standby yes Suspend yes ActiveOff yes
Serial Number 0000000000
Monitor Name 19" TFT-LCD

Established timings:
800x600@60
640x480@75
640x480@72
640x480@60
1280x1024@75
1024x768@75
1024x768@70
1024x768@60
800x600@75
800x600@72

Standard Timing Identification:
1280x1024@60hz (5:4)

Mode 1280x1024@60hz 63khz
DotClock 108000000hz
HTimings 1280 1328 1440 1688
VTimings 1024 1025 1028 1066
Image Size 337x270mm
Flags progressive +hsync +vsync

Monitor Range Limits:
Horizontal frequency 30 - 80khz
Vertical frequency 56 - 76hz
Pixelclock 120Mhz
a1ide.device 53.8 (16.1.2011)
it8212ide.device 53.8 (16.1.2011)
lsi53c8xx.device 53.8 (16.1.2011)
sii0680ide.device 53.8 (16.1.2011)
sii3112ide.device 53.8 (16.1.2011)
sii3114ide.device 53.8 (16.1.2011)
sii3512ide.device 53.8 (16.1.2011)
****************** Guru Meditation *******************
Error: 80000003 Task: 0x00000000
********************************************************
adding plugin: Generic
adding plugin: ADF
adding plugin: D64
adding plugin: ISO
adding plugin: DMG
adding plugin: DAX
adding plugin: DAA
adding plugin: CUE
adding plugin: Crypt
adding plugin: CPC
adding plugin: CISO
adding plugin: CCD
adding plugin: XPK
adding plugin: XAD
adding plugin: VMDK
adding plugin: VDI
adding plugin: UIF
adding plugin: NRG
adding plugin: MDS
adding plugin: ISZ
adding plugin: IPF
adding plugin: GI
adding plugin: G64
adding plugin: DMS
[VIA-AC97] Error: sorry, you don't seem to have the AC'97 codec!
Unable to initialize Card subsystem.
No SOLO_ONE found! :-(
No SB128 found! :-(
No FM801 found! :-(
No Envy24HT found! :-(
No Envy24 found! :-(
No CMI8738 found! :-(
User avatar
daveyw
Posts: 252
Joined: Mon Sep 12, 2011 7:44 pm

Re: Update 3 Software Failure upon boot

Post by daveyw »

The problem got worse and I hadn't had a reply yet, so I did some investigating on my own. Instead of the Software Failure coming up, the boot process ended with the splash screen and wouldn't go any further. I don't know why it became worse, I had installed mui-OWB and that was the only change to my system. So I had to boot off my OS 4.1 update 1 disc.

As the log suggests the guru came after the sii3512ide.device , I commented it out from my kick-layout.

This solved the problem for about a day. Then the software failures returned as normal.

Here's a recent log:
Hidden Text - Click to Show :
[keybdevLIBInit] LibInit of keyboard device
Scanning bus 'dvi'
0000: 00 FF FF FF FF FF FF 00 63 05 0C 70 01 01 01 01 ........c..p....
0010: 23 0F 01 03 E8 22 1B 64 EA EE A6 9E 54 4C 99 26 #....".d....TL.&
0020: 19 4F 54 2D CF 00 81 80 01 01 01 01 01 01 01 01 .OT-............
0030: 01 01 01 01 01 01 30 2A 00 98 51 00 2A 40 30 70 ......0*..Q.*@0p
0040: 13 00 51 0E 11 00 00 1E 00 00 00 FD 00 38 4C 1E ..Q..........8L.
0050: 50 0C 0A 20 20 20 20 20 20 20 00 00 00 FF 00 30 P..............0
0060: 30 30 30 30 30 30 30 30 30 00 00 00 00 00 00 FC 000000000.......
0070: 00 31 39 22 20 54 46 54 2D 4C 43 44 0A 00 00 CB .19".TFT-LCD....
EDID V1.3
ManufacturerID XXE ProductID 700C
SerialNo 16843009 Manufactured week 35 of 2005
Input type digital
Display gamma 2.0
Maximum Image Size 34x27cm
PowerManagement Standby yes Suspend yes ActiveOff yes
Serial Number 0000000000
Monitor Name 19" TFT-LCD

Established timings:
800x600@60
640x480@75
640x480@72
640x480@60
1280x1024@75
1024x768@75
1024x768@70
1024x768@60
800x600@75
800x600@72

Standard Timing Identification:
1280x1024@60hz (5:4)

Mode 1280x1024@60hz 63khz
DotClock 108000000hz
HTimings 1280 1328 1440 1688
VTimings 1024 1025 1028 1066
Image Size 337x270mm
Flags progressive +hsync +vsync

Monitor Range Limits:
Horizontal frequency 30 - 80khz
Vertical frequency 56 - 76hz
Pixelclock 120Mhz
a1ide.device 53.8 (16.1.2011)
it8212ide.device 53.8 (16.1.2011)
lsi53c8xx.device 53.8 (16.1.2011)
sii0680ide.device 53.8 (16.1.2011)
sii3112ide.device 53.8 (16.1.2011)
sii3114ide.device 53.8 (16.1.2011)
Dump of context at 0x01C991B0
Trap type: DSI exception
Machine State (raw): 0x0000D030
Machine State (verbose): [ExtInt on] [User] [IAT on] [DAT on]
Temporary stack trace:
#0: in module Kickstart/kernel+0x00027F68 (0x01427F68)
#1: in module Kickstart/kernel+0x000328E8 (0x014328E8)
#2: in module Kickstart/kernel+0x00038124 (0x01438124)
#3: in module Kickstart/kernel+0x00038360 (0x01438360)
#4: in module Kickstart/kernel+0x000356E4 (0x014356E4)
#5: in module Kickstart/kernel+0x0003F464 (0x0143F464)
#6: in module Kickstart/kernel+0x00040D4C (0x01440D4C)
#7: in module Kickstart/kernel+0x0002581C (0x0142581C)
#8: in module Kickstart/kernel+0x00025784 (0x01425784)
#9: in module Kickstart/dos.library.kmod+0x00003C80 (0x015096E0)
#10: in module Kickstart/shell.kmod+0x00008D6C (0x016B702C)
#11: in module Kickstart/dos.library.kmod+0x00020A14 (0x01526474)
#12: in module Kickstart/kernel+0x000416F0 (0x014416F0)
#13: in module Kickstart/kernel+0x00041770 (0x01441770)
#14: 0x00000000

Crashed process: (0x6FD8B010)
DSI verbose error description: Access not allowed by page or BAT protection (protection violation)
Access was a store operation
0: 00000000 6FD31B60 00000000 EFEA2428 00000038 EFEC4000 00000000 01DD4B58
8: 0000001D EFEA2428 01DD4D2C EFEA2428 42448048 00000000 48444042 6FF96000
16: 6FF5DF50 42444028 42422028 01C110E8 6FD31DC0 00001000 01DB0000 00000000
24: 01DB6866 EFEA1000 00000001 00000000 01DD4A08 01DB0000 EFEA2428 01DBA5B4
CR: 42442044 XER: 00000000 CTR: 00000001 LR: 0143831C
DSISR: 0A000000 DAR: EFEA2428
[keybdevLIBInit] LibInit of keyboard device
Scanning bus 'dvi'
0000: 00 FF FF FF FF FF FF 00 63 05 0C 70 01 01 01 01 ........c..p....
0010: 23 0F 01 03 E8 22 1B 64 EA EE A6 9E 54 4C 99 26 #....".d....TL.&
0020: 19 4F 54 2D CF 00 81 80 01 01 01 01 01 01 01 01 .OT-............
0030: 01 01 01 01 01 01 30 2A 00 98 51 00 2A 40 30 70 ......0*..Q.*@0p
0040: 13 00 51 0E 11 00 00 1E 00 00 00 FD 00 38 4C 1E ..Q..........8L.
0050: 50 0C 0A 20 20 20 20 20 20 20 00 00 00 FF 00 30 P..............0
0060: 30 30 30 30 30 30 30 30 30 00 00 00 00 00 00 FC 000000000.......
0070: 00 31 39 22 20 54 46 54 2D 4C 43 44 0A 00 00 CB .19".TFT-LCD....
EDID V1.3
ManufacturerID XXE ProductID 700C
SerialNo 16843009 Manufactured week 35 of 2005
Input type digital
Display gamma 2.0
Maximum Image Size 34x27cm
PowerManagement Standby yes Suspend yes ActiveOff yes
Serial Number 0000000000
Monitor Name 19" TFT-LCD

Established timings:
800x600@60
640x480@75
640x480@72
640x480@60
1280x1024@75
1024x768@75
1024x768@70
1024x768@60
800x600@75
800x600@72

Standard Timing Identification:
1280x1024@60hz (5:4)

Mode 1280x1024@60hz 63khz
DotClock 108000000hz
HTimings 1280 1328 1440 1688
VTimings 1024 1025 1028 1066
Image Size 337x270mm
Flags progressive +hsync +vsync

Monitor Range Limits:
Horizontal frequency 30 - 80khz
Vertical frequency 56 - 76hz
Pixelclock 120Mhz
a1ide.device 53.8 (16.1.2011)
it8212ide.device 53.8 (16.1.2011)
lsi53c8xx.device 53.8 (16.1.2011)
sii0680ide.device 53.8 (16.1.2011)
sii3112ide.device 53.8 (16.1.2011)
sii3114ide.device 53.8 (16.1.2011)
****************** Guru Meditation *******************
Error: 80000003 Task: 0x00000000
********************************************************
adding plugin: Generic
adding plugin: ADF
adding plugin: D64
adding plugin: ISO
adding plugin: DMG
adding plugin: DAX
adding plugin: DAA
adding plugin: CUE
adding plugin: Crypt
adding plugin: CPC
adding plugin: CISO
adding plugin: CCD
adding plugin: XPK
adding plugin: XAD
adding plugin: VMDK
adding plugin: VDI
adding plugin: UIF
adding plugin: NRG
adding plugin: MDS
adding plugin: ISZ
adding plugin: IPF
adding plugin: GI
adding plugin: G64
adding plugin: DMS
[VIA-AC97] Error: sorry, you don't seem to have the AC'97 codec!
Unable to initialize Card subsystem.
No SOLO_ONE found! :-(
No SB128 found! :-(
No FM801 found! :-(
No Envy24HT found! :-(
No Envy24 found! :-(
No CMI8738 found! :-(
So now the Guru Meditation is coming after the sii3114ide device. I do have a 3114 SATA card in my machine (according to Ranger, device is 0x3114 Rev: 0x02 (SiI 3114 [SATALink/SATARaid] Serial ATA Controller) vendor is 0x1095 (Silicon Image, Inc.)), but I don't have any devices attached to it (yet).

I understand one should comment out devices and such not used, but I'm never entirely sure what I can safely comment out.
Post Reply