Talk:Error Codes: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
 
Line 43: Line 43:
! Module !! Value !! Description
! Module !! Value !! Description
|-
|-
| CELL_SYSMODULE_NET || 0x0000 || libnet + libnetctl (network) ||
| CELL_SYSMODULE_NET || 0x0000 || libnet + libnetctl (network)
|-
|-
| CELL_SYSMODULE_HTTP || 0x0001 || libhttp (HTTP client) ||
| CELL_SYSMODULE_HTTP || 0x0001 || libhttp (HTTP client)
|-
|-
| CELL_SYSMODULE_HTTP_UTIL || 0x0002 || libhttp_util (URI, HTTP headers) ||
| CELL_SYSMODULE_HTTP_UTIL || 0x0002 || libhttp_util (URI, HTTP headers)
|-
|-
| CELL_SYSMODULE_SSL || 0x0003 || libssl (security communication layer) ||
| CELL_SYSMODULE_SSL || 0x0003 || libssl (security communication layer)
|-
|-
| CELL_SYSMODULE_HTTPS || 0x0004 || libhttp + libssl ||
| CELL_SYSMODULE_HTTPS || 0x0004 || libhttp + libssl
|-
|-
| CELL_SYSMODULE_VDEC || 0x0005 || libvdec (video (MPEG2 video, MPEG4 AVC) decoder) ||
| CELL_SYSMODULE_VDEC || 0x0005 || libvdec (video (MPEG2 video, MPEG4 AVC) decoder)
|-
|-
| CELL_SYSMODULE_ADEC || 0x0006 || libadec (audio (LPCM, Dolby Digital, ATRAC3plus, ATRAC3) decoder) ||
| CELL_SYSMODULE_ADEC || 0x0006 || libadec (audio (LPCM, Dolby Digital, ATRAC3plus, ATRAC3) decoder)
|-
|-
| CELL_SYSMODULE_DMUX || 0x0007 || libdmux (PAMF stream demultiplexing) ||
| CELL_SYSMODULE_DMUX || 0x0007 || libdmux (PAMF stream demultiplexing)
|-
|-
| CELL_SYSMODULE_VPOST || 0x0008 || libvpost (video stream post-processing) ||
| CELL_SYSMODULE_VPOST || 0x0008 || libvpost (video stream post-processing)
|-
|-
| CELL_SYSMODULE_RTC || 0x0009 || librtc (time information) ||
| CELL_SYSMODULE_RTC || 0x0009 || librtc (time information)
|-
|-
| CELL_SYSMODULE_SPURS || 0x000a || libspurs (SPURS tasks, SPURS jobs) ||
| CELL_SYSMODULE_SPURS || 0x000a || libspurs (SPURS tasks, SPURS jobs)
|-
|-
| CELL_SYSMODULE_OVIS || 0x000b || libovis (SPU program overlays) ||
| CELL_SYSMODULE_OVIS || 0x000b || libovis (SPU program overlays)
|-
|-
| CELL_SYSMODULE_SHEAP || 0x000c || libsheap (shared heaps) ||
| CELL_SYSMODULE_SHEAP || 0x000c || libsheap (shared heaps)
|-
|-
| CELL_SYSMODULE_SYNC || 0x000d || libsync (PPU/SPU thread synchronization) ||
| CELL_SYSMODULE_SYNC || 0x000d || libsync (PPU/SPU thread synchronization)
|-
|-
| CELL_SYSMODULE_FS || 0x000e || libfs (file I/O) ||
| CELL_SYSMODULE_FS || 0x000e || libfs (file I/O)
|-
|-
| CELL_SYSMODULE_JPGDEC || 0x000f || libjpgdec (JPEG decoder) ||
| CELL_SYSMODULE_JPGDEC || 0x000f || libjpgdec (JPEG decoder)
|-
|-
| CELL_SYSMODULE_GCM_SYS || 0x0010 || libgcm (creation and management of graphics commands) ||
| CELL_SYSMODULE_GCM_SYS || 0x0010 || libgcm (creation and management of graphics commands)
|-
|-
| CELL_SYSMODULE_AUDIO || 0x0011 || libaudio (access to the AudioServer) ||
| CELL_SYSMODULE_AUDIO || 0x0011 || libaudio (access to the AudioServer)
|-
|-
| CELL_SYSMODULE_PAMF || 0x0012 || libpamf (PAMF information) ||
| CELL_SYSMODULE_PAMF || 0x0012 || libpamf (PAMF information)
|-
|-
| CELL_SYSMODULE_ATRAC3PLUS || 0x0013 || libatrac3plus (ATRAC3plus decoder) ||
| CELL_SYSMODULE_ATRAC3PLUS || 0x0013 || libatrac3plus (ATRAC3plus decoder)
|-
|-
| CELL_SYSMODULE_NETCTL || 0x0014 || libnetctl (network connection information) ||
| CELL_SYSMODULE_NETCTL || 0x0014 || libnetctl (network connection information)
|-
|-
| CELL_SYSMODULE_SYSUTIL || 0x0015 || libsysutil (system utilities) ||
| CELL_SYSMODULE_SYSUTIL || 0x0015 || libsysutil (system utilities)
|-
|-
| CELL_SYSMODULE_SYSUTIL_NP || 0x0016 || NP (PlayStation Network) library ||
| CELL_SYSMODULE_SYSUTIL_NP || 0x0016 || NP (PlayStation Network) library
|-
|-
| CELL_SYSMODULE_IO || 0x0017 || libio + libmouse + libkb + libpad ||
| CELL_SYSMODULE_IO || 0x0017 || libio + libmouse + libkb + libpad
|-
|-
| CELL_SYSMODULE_PNGDEC || 0x0018 || libpng (PNG decoder) ||
| CELL_SYSMODULE_PNGDEC || 0x0018 || libpng (PNG decoder)
|-
|-
| CELL_SYSMODULE_FONT || 0x0019 || libfont (font rendering) ||
| CELL_SYSMODULE_FONT || 0x0019 || libfont (font rendering)
|-
|-
| CELL_SYSMODULE_FONTFT || 0x001a || Interface between libfont and FreeType2 ||
| CELL_SYSMODULE_FONTFT || 0x001a || Interface between libfont and FreeType2
|-
|-
| CELL_SYSMODULE_FREETYPE || 0x001b || FreeType2 (low-level font access) ||
| CELL_SYSMODULE_FREETYPE || 0x001b || FreeType2 (low-level font access)
|-
|-
| CELL_SYSMODULE_USBD || 0x001c || libusbd (for USB device driver creation) ||
| CELL_SYSMODULE_USBD || 0x001c || libusbd (for USB device driver creation)
|-
|-
| CELL_SYSMODULE_SAIL || 0x001d || libsail (media streaming) ||
| CELL_SYSMODULE_SAIL || 0x001d || libsail (media streaming)
|-
|-
| CELL_SYSMODULE_L10N || 0x001e || libl10n (character code evaluation and conversion) ||
| CELL_SYSMODULE_L10N || 0x001e || libl10n (character code evaluation and conversion)
|-
|-
| CELL_SYSMODULE_RESC || 0x001f || libresc (resolution conversion) ||
| CELL_SYSMODULE_RESC || 0x001f || libresc (resolution conversion)
|-
|-
| CELL_SYSMODULE_DAISY || 0x0020 || libdaisy (data stream integration support) ||
| CELL_SYSMODULE_DAISY || 0x0020 || libdaisy (data stream integration support)
|-
|-
| CELL_SYSMODULE_KEY2CHAR || 0x0021 || libkey2char (for converting device key code to character code) ||
| CELL_SYSMODULE_KEY2CHAR || 0x0021 || libkey2char (for converting device key code to character code)
|-
|-
| CELL_SYSMODULE_MIC || 0x0022 || libmic (video input from camera devices) ||
| CELL_SYSMODULE_MIC || 0x0022 || libmic (video input from camera devices)
|-
|-
| CELL_SYSMODULE_CAMERA || 0x0023 || libcamera (audio input from microphone devices) ||
| CELL_SYSMODULE_CAMERA || 0x0023 || libcamera (audio input from microphone devices)
|-
|-
| CELL_SYSMODULE_VDEC_MPEG2 || 0x0024 || libvdec (MPEG2 video decoder) ||
| CELL_SYSMODULE_VDEC_MPEG2 || 0x0024 || libvdec (MPEG2 video decoder)
|-
|-
| CELL_SYSMODULE_VDEC_AVC || 0x0025 || libvdec (MPEG4 AVC decoder) ||
| CELL_SYSMODULE_VDEC_AVC || 0x0025 || libvdec (MPEG4 AVC decoder)
|-
|-
| CELL_SYSMODULE_ADEC_LPCM || 0x0026 || libadec (LPCM decoder) ||
| CELL_SYSMODULE_ADEC_LPCM || 0x0026 || libadec (LPCM decoder)
|-
|-
| CELL_SYSMODULE_ADEC_AC3 || 0x0027 || libadec (Dolby Digital decoder) ||
| CELL_SYSMODULE_ADEC_AC3 || 0x0027 || libadec (Dolby Digital decoder)
|-
|-
| CELL_SYSMODULE_ADEC_ATX || 0x0028 || libadec (ATRAC3plus decoder) ||
| CELL_SYSMODULE_ADEC_ATX || 0x0028 || libadec (ATRAC3plus decoder)
|-
|-
| CELL_SYSMODULE_ADEC_AT3 || 0x0029 || libadec (ATRAC3 decoder) ||
| CELL_SYSMODULE_ADEC_AT3 || 0x0029 || libadec (ATRAC3 decoder)
|-
|-
| CELL_SYSMODULE_DMUX_PAMF || 0x002a || libdmux (PAMF stream) ||
| CELL_SYSMODULE_DMUX_PAMF || 0x002a || libdmux (PAMF stream)
|-
|-
| CELL_SYSMODULE_LV2DBG || 0x002e || liblv2dbg (exception handler for debugging) ||
| CELL_SYSMODULE_LV2DBG || 0x002e || liblv2dbg (exception handler for debugging)
|-
|-
| CELL_SYSMODULE_USBPSPCM || 0x0030 || libusbpspcm (USB communication with PSP (PlayStation Portable)) ||
| CELL_SYSMODULE_USBPSPCM || 0x0030 || libusbpspcm (USB communication with PSP (PlayStation Portable))
|-
|-
| CELL_SYSMODULE_AVCONF_EXT || 0x0031 || Extension of the Audio and video configuration utility ||
| CELL_SYSMODULE_AVCONF_EXT || 0x0031 || Extension of the Audio and video configuration utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_USERINFO || 0x0032 || User information utility ||
| CELL_SYSMODULE_SYSUTIL_USERINFO || 0x0032 || User information utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_SAVEDATA || 0x0033 || Extension of the save data utility ||
| CELL_SYSMODULE_SYSUTIL_SAVEDATA || 0x0033 || Extension of the save data utility
|-
|-
| CELL_SYSMODULE_SUBDISPLAY || 0x0034 || Sub-display utility ||
| CELL_SYSMODULE_SUBDISPLAY || 0x0034 || Sub-display utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_REC || 0x0035 || Recording utility ||
| CELL_SYSMODULE_SYSUTIL_REC || 0x0035 || Recording utility
|-
|-
| CELL_SYSMODULE_VIDEO_EXPORT || 0x0036 || Video utility ||
| CELL_SYSMODULE_VIDEO_EXPORT || 0x0036 || Video utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_GAME_EXEC || 0x0037 || PlayStation Home coordination utility ||
| CELL_SYSMODULE_SYSUTIL_GAME_EXEC || 0x0037 || PlayStation Home coordination utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_NP2 || 0x0038 || Additional functionality of the NP (PlayStation Network) library ||
| CELL_SYSMODULE_SYSUTIL_NP2 || 0x0038 || Additional functionality of the NP (PlayStation Network) library
|-
|-
| CELL_SYSMODULE_SYSUTIL_AP || 0x0039 || Access point utility ||
| CELL_SYSMODULE_SYSUTIL_AP || 0x0039 || Access point utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_NP_CLANS || 0x003a || NP clans utility ||
| CELL_SYSMODULE_SYSUTIL_NP_CLANS || 0x003a || NP clans utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_OSK_EXT || 0x003b || Extension of the on-screen keyboard dialog utility ||
| CELL_SYSMODULE_SYSUTIL_OSK_EXT || 0x003b || Extension of the on-screen keyboard dialog utility
|-
|-
| CELL_SYSMODULE_VDEC_DIVX || 0x003c || libvdec (DivX decoder) ||
| CELL_SYSMODULE_VDEC_DIVX || 0x003c || libvdec (DivX decoder)
|-
|-
| CELL_SYSMODULE_JPGENC || 0x003d || libjpgenc (JPEG encoder) ||
| CELL_SYSMODULE_JPGENC || 0x003d || libjpgenc (JPEG encoder)
|-
|-
| CELL_SYSMODULE_SYSUTIL_GAME || 0x003e || Game content utility ||
| CELL_SYSMODULE_SYSUTIL_GAME || 0x003e || Game content utility
|-
|-
| CELL_SYSMODULE_BGDL || 0x003f || Background download utility ||
| CELL_SYSMODULE_BGDL || 0x003f || Background download utility
|-
|-
| CELL_SYSMODULE_FREETYPE_TT || 0x0040 || FreeType2 for TrueType only ||
| CELL_SYSMODULE_FREETYPE_TT || 0x0040 || FreeType2 for TrueType only
|-
|-
| CELL_SYSMODULE_SYSUTIL_VIDEO_UPLOAD || 0x0041 || Video upload utility ||
| CELL_SYSMODULE_SYSUTIL_VIDEO_UPLOAD || 0x0041 || Video upload utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_SYSCONF_EXT || 0x0042 || Extension of the system configuration dialog utility (information of Bluetooth devices) ||
| CELL_SYSMODULE_SYSUTIL_SYSCONF_EXT || 0x0042 || Extension of the system configuration dialog utility (information of Bluetooth devices)
|-
|-
| CELL_SYSMODULE_FIBER || 0x0043 || libfiber (fiber realization) ||
| CELL_SYSMODULE_FIBER || 0x0043 || libfiber (fiber realization)
|-
|-
| CELL_SYSMODULE_SYSUTIL_NP_COMMERCE2 || 0x0044 || NP IN-GAME commerce 2 utility ||
| CELL_SYSMODULE_SYSUTIL_NP_COMMERCE2 || 0x0044 || NP IN-GAME commerce 2 utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_NP_TUS || 0x0045 || NP title user storage utility ||
| CELL_SYSMODULE_SYSUTIL_NP_TUS || 0x0045 || NP title user storage utility
|-
|-
| CELL_SYSMODULE_VOICE || 0x0046 || libvoice (voice input/output support) ||
| CELL_SYSMODULE_VOICE || 0x0046 || libvoice (voice input/output support)
|-
|-
| CELL_SYSMODULE_ADEC_CELP8 || 0x0047 || libadec (CELP8 decoder) ||
| CELL_SYSMODULE_ADEC_CELP8 || 0x0047 || libadec (CELP8 decoder)
|-
|-
| CELL_SYSMODULE_CELP8ENC || 0x0048 || libcelp8enc (CELP8 encoder) ||
| CELL_SYSMODULE_CELP8ENC || 0x0048 || libcelp8enc (CELP8 encoder)
|-
|-
| CELL_SYSMODULE_SYSUTIL_LICENSEAREA || 0x0049 || License area utility ||
| CELL_SYSMODULE_SYSUTIL_LICENSEAREA || 0x0049 || License area utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_MUSIC2 || 0x004a || Music utility (playback without using a memory container) ||
| CELL_SYSMODULE_SYSUTIL_MUSIC2 || 0x004a || Music utility (playback without using a memory container)
|-
|-
| CELL_SYSMODULE_SYSUTIL_SCREENSHOT || 0x004e || Screenshot utility ||
| CELL_SYSMODULE_SYSUTIL_SCREENSHOT || 0x004e || Screenshot utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_MUSIC_DECODE || 0x004f || Music decode utility (standard decoding) ||
| CELL_SYSMODULE_SYSUTIL_MUSIC_DECODE || 0x004f || Music decode utility (standard decoding)
|-
|-
| CELL_SYSMODULE_SPURS_JQ || 0x0050 || libspurs (jobqueue) ||
| CELL_SYSMODULE_SPURS_JQ || 0x0050 || libspurs (jobqueue)
|-
|-
| CELL_SYSMODULE_PNGENC || 0x0052 || libpngenc (PNG encoder) ||
| CELL_SYSMODULE_PNGENC || 0x0052 || libpngenc (PNG encoder)
|-
|-
| CELL_SYSMODULE_SYSUTIL_MUSIC_DECODE2 || 0x0053 || Music decode utility (small-memory decoding) ||
| CELL_SYSMODULE_SYSUTIL_MUSIC_DECODE2 || 0x0053 || Music decode utility (small-memory decoding)
|-
|-
| CELL_SYSMODULE_SYNC2 || 0x0055 || libsync2 (synchronization of all the threads provided in SDK) ||
| CELL_SYSMODULE_SYNC2 || 0x0055 || libsync2 (synchronization of all the threads provided in SDK)
|-
|-
| CELL_SYSMODULE_SYSUTIL_NP_UTIL || 0x0056 || NP utility (bandwidth test) ||
| CELL_SYSMODULE_SYSUTIL_NP_UTIL || 0x0056 || NP utility (bandwidth test)
|-
|-
| CELL_SYSMODULE_RUDP || 0x0057 || librudp (data transmission support on UDP) ||
| CELL_SYSMODULE_RUDP || 0x0057 || librudp (data transmission support on UDP)
|-
|-
| CELL_SYSMODULE_SYSUTIL_NP_SNS || 0x0059 || NP SNS utility ||
| CELL_SYSMODULE_SYSUTIL_NP_SNS || 0x0059 || NP SNS utility
|-
|-
| CELL_SYSMODULE_GEM || 0x005a || libgem (for using the motion controller) ||
| CELL_SYSMODULE_GEM || 0x005a || libgem (for using the motion controller)
|-
|-
| CELL_SYSMODULE_CELPENC || 0xf00a || libcelpenc (CELP encoder) ||
| CELL_SYSMODULE_CELPENC || 0xf00a || libcelpenc (CELP encoder)
|-
|-
| CELL_SYSMODULE_GIFDEC || 0xf010 || libgifdec (GIF decoder) ||
| CELL_SYSMODULE_GIFDEC || 0xf010 || libgifdec (GIF decoder)
|-
|-
| CELL_SYSMODULE_ADEC_CELP || 0xf019 || libadec (CELP decoder) ||
| CELL_SYSMODULE_ADEC_CELP || 0xf019 || libadec (CELP decoder)
|-
|-
| CELL_SYSMODULE_ADEC_M2BC || 0xf01b || libadec (MPEG2 BC decoder) ||
| CELL_SYSMODULE_ADEC_M2BC || 0xf01b || libadec (MPEG2 BC decoder)
|-
|-
| CELL_SYSMODULE_ADEC_M4AAC || 0xf01d || libadec (MPEG4 AAC decoder) ||
| CELL_SYSMODULE_ADEC_M4AAC || 0xf01d || libadec (MPEG4 AAC decoder)
|-
|-
| CELL_SYSMODULE_ADEC_MP3 || 0xf01e || libadec (MP3 decoder) ||
| CELL_SYSMODULE_ADEC_MP3 || 0xf01e || libadec (MP3 decoder)
|-
|-
| CELL_SYSMODULE_IMEJP || 0xf023 || ImeJp utility ||
| CELL_SYSMODULE_IMEJP || 0xf023 || ImeJp utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_MUSIC || 0xf028 || Music utility (playback using a memory container) ||
| CELL_SYSMODULE_SYSUTIL_MUSIC || 0xf028 || Music utility (playback using a memory container)
|-
|-
| CELL_SYSMODULE_PHOTO_EXPORT || 0xf029 || Photo utility (export) ||
| CELL_SYSMODULE_PHOTO_EXPORT || 0xf029 || Photo utility (export)
|-
|-
| CELL_SYSMODULE_PRINT || 0xf02a || Print utility ||
| CELL_SYSMODULE_PRINT || 0xf02a || Print utility
|-
|-
| CELL_SYSMODULE_PHOTO_IMPORT || 0xf02b || Photo utility (import) ||
| CELL_SYSMODULE_PHOTO_IMPORT || 0xf02b || Photo utility (import)
|-
|-
| CELL_SYSMODULE_MUSIC_EXPORT || 0xf02c || Music utility (export) ||
| CELL_SYSMODULE_MUSIC_EXPORT || 0xf02c || Music utility (export)
|-
|-
| CELL_SYSMODULE_PHOTO_DECODE || 0xf02e || Photo utility (decode) ||
| CELL_SYSMODULE_PHOTO_DECODE || 0xf02e || Photo utility (decode)
|-
|-
| CELL_SYSMODULE_SYSUTIL_SEARCH || 0xf02f || Content search utility ||
| CELL_SYSMODULE_SYSUTIL_SEARCH || 0xf02f || Content search utility
|-
|-
| CELL_SYSMODULE_SYSUTIL_AVCHAT2 || 0xf030 || AV chat 2 utility ||
| CELL_SYSMODULE_SYSUTIL_AVCHAT2 || 0xf030 || AV chat 2 utility
|-
|-
| CELL_SYSMODULE_SAIL_REC || 0xf034 || libsail_rec (media recording) ||
| CELL_SYSMODULE_SAIL_REC || 0xf034 || libsail_rec (media recording)
|-
|-
| CELL_SYSMODULE_SYSUTIL_NP_TROPHY || 0xf035 || NP trophy utility ||
| CELL_SYSMODULE_SYSUTIL_NP_TROPHY || 0xf035 || NP trophy utility
|-
|-
|}
|}

Latest revision as of 13:17, 8 October 2011

PSN Network Errors


backup raw text: http://pastebin.com/EQSdmhkg


LS Guard errors[edit source]

Name Errorcode Remarks
CELL_LSGUARD_ERROR_AGAIN 0x80410d01
CELL_LSGUARD_ERROR_INVAL 0x80410d02
CELL_LSGUARD_ERROR_NOMEM 0x80410d04
CELL_LSGUARD_ERROR_SRCH 0x80410d05
CELL_LSGUARD_ERROR_PERM 0x80410d09
CELL_LSGUARD_ERROR_BUSY 0x80410d0a
CELL_LSGUARD_ERROR_ALIGN 0x80410d10
CELL_LSGUARD_ERROR_CORRUPTED 0x80410d15
CELL_LSGUARD_ERROR_NEED_REHASH 0x80410d16



Module IDs & Usage[edit source]

Module Value Description
CELL_SYSMODULE_NET 0x0000 libnet + libnetctl (network)
CELL_SYSMODULE_HTTP 0x0001 libhttp (HTTP client)
CELL_SYSMODULE_HTTP_UTIL 0x0002 libhttp_util (URI, HTTP headers)
CELL_SYSMODULE_SSL 0x0003 libssl (security communication layer)
CELL_SYSMODULE_HTTPS 0x0004 libhttp + libssl
CELL_SYSMODULE_VDEC 0x0005 libvdec (video (MPEG2 video, MPEG4 AVC) decoder)
CELL_SYSMODULE_ADEC 0x0006 libadec (audio (LPCM, Dolby Digital, ATRAC3plus, ATRAC3) decoder)
CELL_SYSMODULE_DMUX 0x0007 libdmux (PAMF stream demultiplexing)
CELL_SYSMODULE_VPOST 0x0008 libvpost (video stream post-processing)
CELL_SYSMODULE_RTC 0x0009 librtc (time information)
CELL_SYSMODULE_SPURS 0x000a libspurs (SPURS tasks, SPURS jobs)
CELL_SYSMODULE_OVIS 0x000b libovis (SPU program overlays)
CELL_SYSMODULE_SHEAP 0x000c libsheap (shared heaps)
CELL_SYSMODULE_SYNC 0x000d libsync (PPU/SPU thread synchronization)
CELL_SYSMODULE_FS 0x000e libfs (file I/O)
CELL_SYSMODULE_JPGDEC 0x000f libjpgdec (JPEG decoder)
CELL_SYSMODULE_GCM_SYS 0x0010 libgcm (creation and management of graphics commands)
CELL_SYSMODULE_AUDIO 0x0011 libaudio (access to the AudioServer)
CELL_SYSMODULE_PAMF 0x0012 libpamf (PAMF information)
CELL_SYSMODULE_ATRAC3PLUS 0x0013 libatrac3plus (ATRAC3plus decoder)
CELL_SYSMODULE_NETCTL 0x0014 libnetctl (network connection information)
CELL_SYSMODULE_SYSUTIL 0x0015 libsysutil (system utilities)
CELL_SYSMODULE_SYSUTIL_NP 0x0016 NP (PlayStation Network) library
CELL_SYSMODULE_IO 0x0017 libio + libmouse + libkb + libpad
CELL_SYSMODULE_PNGDEC 0x0018 libpng (PNG decoder)
CELL_SYSMODULE_FONT 0x0019 libfont (font rendering)
CELL_SYSMODULE_FONTFT 0x001a Interface between libfont and FreeType2
CELL_SYSMODULE_FREETYPE 0x001b FreeType2 (low-level font access)
CELL_SYSMODULE_USBD 0x001c libusbd (for USB device driver creation)
CELL_SYSMODULE_SAIL 0x001d libsail (media streaming)
CELL_SYSMODULE_L10N 0x001e libl10n (character code evaluation and conversion)
CELL_SYSMODULE_RESC 0x001f libresc (resolution conversion)
CELL_SYSMODULE_DAISY 0x0020 libdaisy (data stream integration support)
CELL_SYSMODULE_KEY2CHAR 0x0021 libkey2char (for converting device key code to character code)
CELL_SYSMODULE_MIC 0x0022 libmic (video input from camera devices)
CELL_SYSMODULE_CAMERA 0x0023 libcamera (audio input from microphone devices)
CELL_SYSMODULE_VDEC_MPEG2 0x0024 libvdec (MPEG2 video decoder)
CELL_SYSMODULE_VDEC_AVC 0x0025 libvdec (MPEG4 AVC decoder)
CELL_SYSMODULE_ADEC_LPCM 0x0026 libadec (LPCM decoder)
CELL_SYSMODULE_ADEC_AC3 0x0027 libadec (Dolby Digital decoder)
CELL_SYSMODULE_ADEC_ATX 0x0028 libadec (ATRAC3plus decoder)
CELL_SYSMODULE_ADEC_AT3 0x0029 libadec (ATRAC3 decoder)
CELL_SYSMODULE_DMUX_PAMF 0x002a libdmux (PAMF stream)
CELL_SYSMODULE_LV2DBG 0x002e liblv2dbg (exception handler for debugging)
CELL_SYSMODULE_USBPSPCM 0x0030 libusbpspcm (USB communication with PSP (PlayStation Portable))
CELL_SYSMODULE_AVCONF_EXT 0x0031 Extension of the Audio and video configuration utility
CELL_SYSMODULE_SYSUTIL_USERINFO 0x0032 User information utility
CELL_SYSMODULE_SYSUTIL_SAVEDATA 0x0033 Extension of the save data utility
CELL_SYSMODULE_SUBDISPLAY 0x0034 Sub-display utility
CELL_SYSMODULE_SYSUTIL_REC 0x0035 Recording utility
CELL_SYSMODULE_VIDEO_EXPORT 0x0036 Video utility
CELL_SYSMODULE_SYSUTIL_GAME_EXEC 0x0037 PlayStation Home coordination utility
CELL_SYSMODULE_SYSUTIL_NP2 0x0038 Additional functionality of the NP (PlayStation Network) library
CELL_SYSMODULE_SYSUTIL_AP 0x0039 Access point utility
CELL_SYSMODULE_SYSUTIL_NP_CLANS 0x003a NP clans utility
CELL_SYSMODULE_SYSUTIL_OSK_EXT 0x003b Extension of the on-screen keyboard dialog utility
CELL_SYSMODULE_VDEC_DIVX 0x003c libvdec (DivX decoder)
CELL_SYSMODULE_JPGENC 0x003d libjpgenc (JPEG encoder)
CELL_SYSMODULE_SYSUTIL_GAME 0x003e Game content utility
CELL_SYSMODULE_BGDL 0x003f Background download utility
CELL_SYSMODULE_FREETYPE_TT 0x0040 FreeType2 for TrueType only
CELL_SYSMODULE_SYSUTIL_VIDEO_UPLOAD 0x0041 Video upload utility
CELL_SYSMODULE_SYSUTIL_SYSCONF_EXT 0x0042 Extension of the system configuration dialog utility (information of Bluetooth devices)
CELL_SYSMODULE_FIBER 0x0043 libfiber (fiber realization)
CELL_SYSMODULE_SYSUTIL_NP_COMMERCE2 0x0044 NP IN-GAME commerce 2 utility
CELL_SYSMODULE_SYSUTIL_NP_TUS 0x0045 NP title user storage utility
CELL_SYSMODULE_VOICE 0x0046 libvoice (voice input/output support)
CELL_SYSMODULE_ADEC_CELP8 0x0047 libadec (CELP8 decoder)
CELL_SYSMODULE_CELP8ENC 0x0048 libcelp8enc (CELP8 encoder)
CELL_SYSMODULE_SYSUTIL_LICENSEAREA 0x0049 License area utility
CELL_SYSMODULE_SYSUTIL_MUSIC2 0x004a Music utility (playback without using a memory container)
CELL_SYSMODULE_SYSUTIL_SCREENSHOT 0x004e Screenshot utility
CELL_SYSMODULE_SYSUTIL_MUSIC_DECODE 0x004f Music decode utility (standard decoding)
CELL_SYSMODULE_SPURS_JQ 0x0050 libspurs (jobqueue)
CELL_SYSMODULE_PNGENC 0x0052 libpngenc (PNG encoder)
CELL_SYSMODULE_SYSUTIL_MUSIC_DECODE2 0x0053 Music decode utility (small-memory decoding)
CELL_SYSMODULE_SYNC2 0x0055 libsync2 (synchronization of all the threads provided in SDK)
CELL_SYSMODULE_SYSUTIL_NP_UTIL 0x0056 NP utility (bandwidth test)
CELL_SYSMODULE_RUDP 0x0057 librudp (data transmission support on UDP)
CELL_SYSMODULE_SYSUTIL_NP_SNS 0x0059 NP SNS utility
CELL_SYSMODULE_GEM 0x005a libgem (for using the motion controller)
CELL_SYSMODULE_CELPENC 0xf00a libcelpenc (CELP encoder)
CELL_SYSMODULE_GIFDEC 0xf010 libgifdec (GIF decoder)
CELL_SYSMODULE_ADEC_CELP 0xf019 libadec (CELP decoder)
CELL_SYSMODULE_ADEC_M2BC 0xf01b libadec (MPEG2 BC decoder)
CELL_SYSMODULE_ADEC_M4AAC 0xf01d libadec (MPEG4 AAC decoder)
CELL_SYSMODULE_ADEC_MP3 0xf01e libadec (MP3 decoder)
CELL_SYSMODULE_IMEJP 0xf023 ImeJp utility
CELL_SYSMODULE_SYSUTIL_MUSIC 0xf028 Music utility (playback using a memory container)
CELL_SYSMODULE_PHOTO_EXPORT 0xf029 Photo utility (export)
CELL_SYSMODULE_PRINT 0xf02a Print utility
CELL_SYSMODULE_PHOTO_IMPORT 0xf02b Photo utility (import)
CELL_SYSMODULE_MUSIC_EXPORT 0xf02c Music utility (export)
CELL_SYSMODULE_PHOTO_DECODE 0xf02e Photo utility (decode)
CELL_SYSMODULE_SYSUTIL_SEARCH 0xf02f Content search utility
CELL_SYSMODULE_SYSUTIL_AVCHAT2 0xf030 AV chat 2 utility
CELL_SYSMODULE_SAIL_REC 0xf034 libsail_rec (media recording)
CELL_SYSMODULE_SYSUTIL_NP_TROPHY 0xf035 NP trophy utility