libera/#maemo/ Sunday, 2024-02-18

duuuudecan I dd the internal sd card in mass storage mode or it will explode?05:46
duuuudeanyone online? urgent matter.06:32
sixwheeledbeastwould you normally dd a mounted disk?09:41
duuuudesixwheeledbeast: it is not mounted when in mass storage mode, as far as I visibly see.10:11
duuuuden900 thinks it is connected to usb when it's not and I can't reboot it. i think it is about to explode.10:12
sixwheeledbeastthat's how you mount it to put stuff on the card and device10:12
duuuudeit wasn't mounted on my pc either10:13
duuuudebut I failed to dd leste on it10:13
duuuudewhat should i do now :(10:15
duuuudeI also tried to dd leste from the phone into sd, also failed10:16
sicelon900 battery is removable ...10:23
Maxdamantusduuuude: what do you mean by it failing? haven't looked much into leste myself, but presumably you also need some sort of bootloader mechanism for it.10:37
Maxdamantussince Maemo doesn't normally boot from the SD card. you'd need to replace the bootloader in NAND, or else modify Maemo to somehow boot into it.10:38
Maxdamantusafk10:39
sixwheeledbeastwell ideally a sd card reader.10:44
sixwheeledbeastBut for me plugging in the n900 and leaving it on the "Connected to USB Device" screen shows the device but isn't mounted.10:45
duuuudeMaxdamantus: it was taking forever (more than 1 hour I think) and I thought if I would leave it it would break more.11:18
duuuudesicelo: everytime I removed it there was disaster11:18
duuuudea lot of my stuff broke lately I have probably got a failing electronics phobia11:23
Maxdamantusduuuude: fwiw, if you have a dd process running still, you can use `killall -USR1 dd` to make it print its progress.11:38
Maxdamantusalternatively you can run it with status=progress11:39
sixwheeledbeastI would always run with status flag, killall probably aint ideal.11:40
Maxdamantus(if you're using dd with pipes, you need to be careful with `killall -USR1 dd` since it can cause short writes, but with files that won't happen)11:40
Maxdamantusbefore status=progress existed, I would usually run dd using something like `while sleep 1 && killall -USR1 dd; do :; done & dd if=... of=... bs=1M`11:41
sixwheeledbeastone issue with killall is it uses the process name, so it would kill every dd instance.11:44
joergthe N900 seems to fail on huge bulk data transfers to / from the uSD, probably overtemperature issue. And watch out, the device will do nasty things while the uSD is getting exported via USB as mass storage. Device-internal writes will NOT go to the SD but iften will write to the SD mountpoint, then get hidden behind the mount when you quit the mass storage export mode19:56
duuudeU-Boot with kernel 2.6.28-omap1 won't get installed23:12
duuudeit violates "third party package policy"23:13
siceloinstall it with apt on command line23:40
sixwheeledbeastits probably conflicting with something23:41
siceloit conflicts with the kernel :-)23:41
sixwheeledbeastwell yer but something else23:42
sixwheeledbeastYou can't install it from thumb it conflicts with kernel-ssu23:43
sixwheeledbeastfor example23:43
sixwheeledbeastwhereas installed fine from testing23:44

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!