error 807153d Webman Mod on no_Bd/Bt cfw

Mart1

Member
Hello,
First huge thanks to developers which did and are still doing an amazing job on the ps3 scene. Truly amazing how far we went thanks to them.

This said, let's move on to my issue.
I installed recently a no_Bd/Bt firmware on my ps3 2xxx console.(The card BT/WLAN was ripped off and no BD inside). I'm connected to LAN through Ethernet cable.
I realised that WebMan mod is not working after reboot. Everything is fine since the very first installation until I reboot. While reboot is done, webman is never sending the notification "WebMan charged" and whatever option I'm choosing in webman giving me a "Webman is not ready!" and when I'm trying to go to "Webman configuration" I have an error "807153d". I have a static ip on my network and internet is reachable.
Issue is similar no matter cfw. Evilnat 4.88.2 no_BD/BT ; Rebug 4.84.2 no_BD/BT (PS3MFW) ; REBUG 4.80.1 no_BD/BT (PS3MFW)
I spent some hours troubleshooting the issue.

When I remove the file /dev_hdd0/tmp/wm_condig.bin after the first manual reboot (when webman is not working) and I'm doing another reboot, webman is getting back working UNTIL next reboot.
putting "del /dev_hdd0/tmp/wm_config.bin" in /dev_hdd0/boot_init.txt doesn't work. I have to manually delete this file each time then do a reboot to get webman working again.

This trick is working UNTIL webman MOD 1.47.05. This trick is working well on Webman MOD 1.47.00 not after.

Can you please give me some advices ?

Thanks.
 
Check that the gamepad doesn't have loose buttons. Sometimes L2+R2 get pressed showing the "Webman is not ready" before the network drivers are loaded.

Verify in /dev_hdd0/boot_plugins.txt that there is only one line like this:
Code:
/dev_hdd0/plugins/webftp_server.sprx
This is to discard any conflict with other plugins. Also check that there is not a webftp_server.sprx in /dev_flash/vsh/module

The error 8071053d is CELL_HTTP_ERROR_NET_CONNECT_ETIMEDOUT means that the server timed out. Some possible causes are that the server didn't start due a network error or port was already taken.

Verify if you can access the FTP server and/or HTTP server.

Also check if sman.sprx works.
 
Wow ! Aldostools ! Huge thanks for all your work I'm following you since your very first beginning on ps3

No issue with controller which is working fine on another slim console.

boot_plugins.txt is correct.
No webftp_server.sprx in vsh/modules on fw different than Rebug. If integrated webman on Rebug is deactivated the webftp_server.sprx is correctly renamed to webftp_server.sprx.bak otherwise it's named webftp_server.sprx.

Well internet is working well through browser.
FTP seems never working even after the first reboot while webman is working (..."working" until next reboot).
Http server is working and reachable on LAN until next reboot.

I just checked with sman 1.12n it's FULLY working except FTP. (Never used it before btw so I took a bit of time to understand how to achieve it ahah)
Here my boot_plugins.txt:

/dev_hdd0/plugins/webftp_server.sprx
/dev_hdd0/sman.sprx

FTP is working when multiman is launched. Not otherwise (sman ; WebMan MOD).

It seems that the error 8071053d is more CELL_HTTP_ERROR_NET_CONNECT_ECONNREFUSED instead of the one you said. That's what I get on my FTP server when I'm trying to connect actually "Connection attempt failed with "ECONNREFUSED - Connection refused by server".
 
Last edited:
You should remove one line in your boot_plugis.txt
webMAN and sMAN should not be loaded together. They use the same network ports and cause conflicts.
 
Okay I just did it, exact same behavior ( removing the line changed a bit things in the xmb game column I agree).
Still exact same behavior.
 
Back
Top