Template:CELL ERROR FACILITY USB - 0x011

From PS3 Developer wiki
Jump to navigation Jump to search

USB errors[edit source]

Name Errorcode Remarks
CELL_USBD_ERROR_NOT_INITIALIZED 0x80110001
CELL_USBD_ERROR_ALREADY_INITIALIZED 0x80110002
CELL_USBD_ERROR_NO_MEMORY 0x80110003
CELL_USBD_ERROR_INVALID_PARAM 0x80110004
CELL_USBD_ERROR_INVALID_TRANSFER_TYPE 0x80110005
CELL_USBD_ERROR_LDD_ALREADY_REGISTERED 0x80110006
CELL_USBD_ERROR_LDD_NOT_ALLOCATED 0x80110007
CELL_USBD_ERROR_LDD_NOT_RELEASED 0x80110008
CELL_USBD_ERROR_LDD_NOT_FOUND 0x80110009
CELL_USBD_ERROR_DEVICE_NOT_FOUND 0x8011000a
CELL_USBD_ERROR_PIPE_NOT_ALLOCATED 0x8011000b
CELL_USBD_ERROR_PIPE_NOT_RELEASED 0x8011000c
CELL_USBD_ERROR_PIPE_NOT_FOUND 0x8011000d
CELL_USBD_ERROR_IOREQ_NOT_ALLOCATED 0x8011000e
CELL_USBD_ERROR_IOREQ_NOT_RELEASED 0x8011000f
CELL_USBD_ERROR_IOREQ_NOT_FOUND 0x80110010
CELL_USBD_ERROR_CANNOT_GET_DESCRIPTOR 0x80110011
CELL_USBD_ERROR_FATAL 0x801100ff

Bluetooth errors[edit source]

Name Errorcode Remarks
bluetooth 0x80110104 "An error occured during the register operation. Try to register again." (when bluetooth device is disconnected during the register operation).
bluetooth 0x80110106 "An error occured during the register operation. Try to register again." (when trying register bluetooth device without pass key.
bluetooth 0x80110108 "An error occured during the register operation. Try to register again." (with wrong pass key)
bluetooth 0x80110113 "An error occured during the register operation. Try to register again." (with wrong pass key)
bluetooth 0x80110118 "An error occured during the register operation. Try to register again." (time expired probably)

USB PSP Connection Manager errors (PSP/Remoteplay)[edit source]

Name Errorcode Remarks
CELL_USBPSPCM_ERROR_NOT_INITIALIZED 0x80110401 Library has not been initialized
CELL_USBPSPCM_ERROR_ALREADY 0x80110402 Already being processed
CELL_USBPSPCM_ERROR_INVALID 0x80110403 Argument value is invalid
CELL_USBPSPCM_ERROR_NO_MEMORY 0x80110404 Memory pool size is insufficient
CELL_USBPSPCM_ERROR_BUSY 0x80110405 Processing currently cannot be performed
CELL_USBPSPCM_ERROR_INPROGRESS 0x80110406 Processing is currently in progress
CELL_USBPSPCM_ERROR_NO_SPACE 0x80110407 No free channel exists
CELL_USBPSPCM_ERROR_CANCELED 0x80110408 Canceled
CELL_USBPSPCM_ERROR_RESETTING 0x80110409 Reset processing is in progress
CELL_USBPSPCM_ERROR_RESET_END 0x8011040A Reset processing has completed
CELL_USBPSPCM_ERROR_CLOSED 0x8011040B Channel has been discarded
CELL_USBPSPCM_ERROR_NO_DATA 0x8011040C No data has been received