cannot load CHDK on my SX210IS anymore - page 2 - General Help and Assistance on using CHDK stable releases - CHDK Forum

cannot load CHDK on my SX210IS anymore

  • 22 Replies
  • 5270 Views
Re: cannot load CHDK on my SX210IS anymore
« Reply #10 on: 12 / December / 2021, 04:15:06 »
Advertisements

[/quote]
But if you do
Code: [Select]
cd /Volumes/CANON_DC
xattr -d com.apple.quarantine DISKBOOT.BIN PS.FI2
You get file not found? That seems quite odd. You could try
Code: [Select]
xattr -c DISKBOOT.BIN PS.FI2
-c is supposed to clear all extended attributes
[/quote]

I get :
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$
cd /Volumes/CANON_DCxattr -d com.apple.quarantine DISKBOOT.BIN PS.FI2
-bash: cd: /Volumes/CANON_DCxattr: No such file or directory
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$
cd /Volumes/CANON_DCxattr -c DISKBOOT.BIN PS.FI2
-bash: cd: /Volumes/CANON_DCxattr: No such file or directory
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$

Oddly the files are visible in the finder directory.
When I try in the camera, I cannot see a Firmware update in the menu. Instead I am offered a language menu with no other choice


*

Offline reyalp

  • ******
  • 14117
Re: cannot load CHDK on my SX210IS anymore
« Reply #11 on: 12 / December / 2021, 12:59:26 »
I get :
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$
cd /Volumes/CANON_DCxattr -d com.apple.quarantine DISKBOOT.BIN PS.FI2
-bash: cd: /Volumes/CANON_DCxattr: No such file or directory.

This looks like a problem pasting the commands. That's bash saying it could not cd to  /Volumes/CANON_DCxattr

You should paste each line separately. First, cd to /Volumes/CANON_DC
Code: [Select]
cd /Volumes/CANON_DC
Then run the xattr command
Code: [Select]
xattr -d com.apple.quarantine DISKBOOT.BIN PS.FI2
Don't forget what the H stands for.

Re: cannot load CHDK on my SX210IS anymore
« Reply #12 on: 12 / December / 2021, 19:17:01 »
I get :
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$
cd /Volumes/CANON_DCxattr -d com.apple.quarantine DISKBOOT.BIN PS.FI2
-bash: cd: /Volumes/CANON_DCxattr: No such file or directory.

This looks like a problem pasting the commands. That's bash saying it could not cd to  /Volumes/CANON_DCxattr

You should paste each line separately. First, cd to /Volumes/CANON_DC
Code: [Select]
cd /Volumes/CANON_DC
Then run the xattr command
Code: [Select]
xattr -d com.apple.quarantine DISKBOOT.BIN PS.FI2


This time I get :

Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$ cd /Volumes/CANON_DC
Mac-Pro-de-ADMINISTRATEUR-905:CANON_DC administrateur$ xattr -d com.apple.quarantine DISKBOOT.BIN PS.FI2
xattr: DISKBOOT.BIN: No such xattr: com.apple.quarantine
xattr: PS.FI2: No such xattr: com.apple.quarantine
Mac-Pro-de-ADMINISTRATEUR-905:CANON_DC administrateur$

Thank you for your patience.

*

Offline reyalp

  • ******
  • 14117
Re: cannot load CHDK on my SX210IS anymore
« Reply #13 on: 13 / December / 2021, 00:02:00 »
Does ls -l@ still show com.apple.quarantine?
Don't forget what the H stands for.


Re: cannot load CHDK on my SX210IS anymore
« Reply #14 on: 13 / December / 2021, 05:12:47 »
Does ls -l@ still show com.apple.quarantine?

I obtain :

Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$ cd /Volumes/CANON_DC
Mac-Pro-de-ADMINISTRATEUR-905:CANON_DC administrateur$ cd /Volumes/CANON_DC
Mac-Pro-de-ADMINISTRATEUR-905:CANON_DC administrateur$ ls -l@
total 896
drwxrwxrwx  1 administrateur  staff   32768 10 déc 13:01 CHDK
drwxrwxrwx  1 administrateur  staff   32768 12 déc 10:07 DCIM
-rwxrwxrwx  1 administrateur  staff  135665 15 nov 01:44 DISKBOOT.BIN
-rwxrwxrwx  1 administrateur  staff   84272 15 nov 01:44 PS.FI2
-rwxrwxrwx@ 1 administrateur  staff     418 15 nov 01:44 camnotes.txt
   com.apple.quarantine       58
-rwxrwxrwx@ 1 administrateur  staff   11701 15 nov 01:25 changelog.txt
   com.apple.quarantine       58
-rwxrwxrwx@ 1 administrateur  staff   10669 15 nov 01:44 readme.txt
   com.apple.quarantine       58
-rwxrwxrwx@ 1 administrateur  staff     107 15 nov 01:25 vers.req
   com.apple.quarantine       58
Mac-Pro-de-ADMINISTRATEUR-905:CANON_DC administrateur$


*

Offline reyalp

  • ******
  • 14117
Re: cannot load CHDK on my SX210IS anymore
« Reply #15 on: 13 / December / 2021, 12:31:29 »
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$ cd /Volumes/CANON_DC
Mac-Pro-de-ADMINISTRATEUR-905:CANON_DC administrateur$ cd /Volumes/CANON_DC
Mac-Pro-de-ADMINISTRATEUR-905:CANON_DC administrateur$ ls -l@
total 896
drwxrwxrwx  1 administrateur  staff   32768 10 déc 13:01 CHDK
drwxrwxrwx  1 administrateur  staff   32768 12 déc 10:07 DCIM
-rwxrwxrwx  1 administrateur  staff  135665 15 nov 01:44 DISKBOOT.BIN
-rwxrwxrwx  1 administrateur  staff   84272 15 nov 01:44 PS.FI2
-rwxrwxrwx@ 1 administrateur  staff     418 15 nov 01:44 camnotes.txt
   com.apple.quarantine       58
-rwxrwxrwx@ 1 administrateur  staff   11701 15 nov 01:25 changelog.txt
   com.apple.quarantine       58
-rwxrwxrwx@ 1 administrateur  staff   10669 15 nov 01:44 readme.txt
   com.apple.quarantine       58
-rwxrwxrwx@ 1 administrateur  staff     107 15 nov 01:25 vers.req
   com.apple.quarantine       58
Mac-Pro-de-ADMINISTRATEUR-905:CANON_DC administrateur$
So it looks like the attribute is no longer present on DISBOOT.BIN and PS.FI2

You could try loading with firm update again. Start the camera with the play button, and "firm update" should be at the bottom of the menu. You usually have to scroll down in the menu to see it.
Don't forget what the H stands for.

Re: cannot load CHDK on my SX210IS anymore
« Reply #16 on: 13 / December / 2021, 18:04:55 »

So it looks like the attribute is no longer present on DISBOOT.BIN and PS.FI2

You could try loading with firm update again. Start the camera with the play button, and "firm update" should be at the bottom of the menu. You usually have to scroll down in the menu to see it.

I do not have the firm update menu when I start the camera with the play button.

If I try starting the camera with the play menu and then Function /set AND menu button which was the process to load CHDK, I do not have the firm update menu either. I am afraid my camera is not working properly anymore.
Is there a way to go back to the factory settings and try the whole thing again ?
Thank you again for your patience

*

Offline reyalp

  • ******
  • 14117
Re: cannot load CHDK on my SX210IS anymore
« Reply #17 on: 13 / December / 2021, 21:56:41 »
If I try starting the camera with the play menu and then Function /set AND menu button which was the process to load CHDK, I do not have the firm update menu either.
You should use just the menu button (not SET) to open the main camera menu, and then go to the very bottom of the menu.
Quote
I am afraid my camera is not working properly anymore.
Is there a way to go back to the factory settings and try the whole thing again ?
No, it's virtually 100% certain this has nothing to do with your camera, only the preparation of the card.

You could start from scratch with the card, by formatting it FAT16, and then copying the files using one of the methods described on the wiki to avoid the extended attributes.
Don't forget what the H stands for.


Re: cannot load CHDK on my SX210IS anymore
« Reply #18 on: 14 / December / 2021, 04:54:08 »
You should use just the menu button (not SET) to open the main camera menu, and then go to the very bottom of the menu.
I realize I had forgotten to set the card in LOCK position!
This time I have access to the Firm Update menu.
When I press OK for changing from version 1.0.0.0. to 1.1.0.0. the CHDK screen appears for 1 second and disappears. And when I check for the version, it is back to 1.0.0.0.

After several trials a message in german appeared  ERROR : modules not available

I think I must start all over again as you suggested. Thank you very much for your  help

When trying to format the card with the terminal using safe mode to avoid the busy device message, I obtain this :
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$ sudo newfs_msdos -F 16 -v Canon_DC -b 4096 -c 128 /dev/disk5
Password:
newfs_msdos: warning: /dev/disk5 is not a character device
512 bytes per physical sector
/dev/disk5: 7744000 sectors in 60500 FAT16 clusters (65536 bytes/cluster)
bps=512 spc=128 res=1 nft=2 rde=512 mid=0xf0 spf=237 spt=32 hds=255 hid=0 drv=0x00 bsec=7744512
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$

I obrain the same message using /dev/disk5s1

What did I do wrong ?




« Last Edit: 14 / December / 2021, 07:18:16 by HerveN »

*

Offline reyalp

  • ******
  • 14117
Re: cannot load CHDK on my SX210IS anymore
« Reply #19 on: 14 / December / 2021, 13:24:18 »
When I press OK for changing from version 1.0.0.0. to 1.1.0.0. the CHDK screen appears for 1 second and disappears. And when I check for the version, it is back to 1.0.0.0.
This is normal. After you do this, CHDK is running until you turn the camera off.
Quote
After several trials a message in german appeared  ERROR : modules not available
This means the folder CHDK/MODULES is missing on the card, or for some reason the camera isn't seeing the files there. You need all the files from the zip, in the same folder structure on the card.

Quote
When trying to format the card with the terminal using safe mode to avoid the busy device message, I obtain this :
Note you should *unmount* but not *eject* the drive. This is described on the FAQ, although again, it's old, so it's possible things are slightly different on your Mac.

Quote
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$ sudo newfs_msdos -F 16 -v Canon_DC -b 4096 -c 128 /dev/disk5
Password:
newfs_msdos: warning: /dev/disk5 is not a character device
512 bytes per physical sector
/dev/disk5: 7744000 sectors in 60500 FAT16 clusters (65536 bytes/cluster)
bps=512 spc=128 res=1 nft=2 rde=512 mid=0xf0 spf=237 spt=32 hds=255 hid=0 drv=0x00 bsec=7744512
Mac-Pro-de-ADMINISTRATEUR-905:~ administrateur$

I obrain the same message using /dev/disk5s1

What did I do wrong ?
I don't know off hand, I use Macs very infrequently, but what I would do in this situation is google...

From this http://astroweasel.blogspot.com/2014/06/formatting-sd-card-as-fat16-under-mac.html and https://forums.adafruit.com/viewtopic.php?f=31&t=7108%23p34846 it seems the warning can be normal, and does not mean the command didn't work.  But now that you've tried different things, you might need to format the card again using the normal Mac UI or the camera to get back to a normal state before starting over.
Don't forget what the H stands for.

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal