On Fri, Apr 13, 2007 at 09:52:05PM +0200, Emmanuel Fleury wrote:
> Hi all,
> 
> [...]
> Modifying the firmware is quite easy in fact (but can probably made it
> quicker thought I didn't find how).
> 
> 1) Plug your iPod on your computer and dump your firmware:
>       dd if=/dev/sda1 of=iPod_firmware.ipsw
> 
> [...] 
> 5) Unplug your iPod. It will just realize by itself that you changed
> something and will reboot.

You can keep time by Load/Unload your usb driver instead of Plug/Unplug your
iPod.

Under GNU/Linux, there are three usb drivers: ehci_hcd, uhci_hcd, ohci_hcd.

With an iPod plugged on an usb port managed by the ehci_hcd driver:

Type following command
$ sudo modprobe -r ehci_hcd
is equivalent to unplug your iPod (unloading your driver)

and 
$ sudo modprobe ehci_hcd
is equivalent to plug your iPod (loading your driver)

_______________________________________________
Linux4nano-dev mailing list
[EMAIL PROTECTED]
https://mail.gna.org/listinfo/linux4nano-dev
http://www.linux4nano.org

Reply via email to