Huawei usb 3g modem reset – linux

A small memo to manage usb reset for Huawei usb 3g modem: Get a persistant udev device: Edit: /etc/udev/rules.d/99-usb-modem.rules SUBSYSTEM==”tty”, ATTRS{idVendor}==”12d1″, ATTRS{idProduct}==”1003″, SYMLINK+=”usbmodem” Reset the usb bus (quite rude but it is the only way i found to refresh the stack succesfully each time) and issue a ‘AT’ reset. #!/bin/sh # Reset USB bus for

Read More

Mele: Ubuntu 12.10 armhf img – kernel upd – xbmc

Fully running version of ubuntu 12.10 armhf, kernel 3.0.42++ (latest mali from sunxi), sata and XBMC. PmM included to process nand install. To proceed: Download the file: ubuntu_12.10_armhf_v2_mele_xbmc.img.gz (MD5: 04eded50e8fee6e760863e8381acf20b) Unzip the file. Linux: gunzip ubuntu_12.10_armhf_v2_mele_xbmc.img.gz DD it to your MMC. You will need a mmc >= 2Go (xbmc is big). From linux (put your

Read More

Mele armhf 3.0.57+ / 3.0.42+ – kernel update

After many requests (sorry for the delay), you will find here new kernel updates for both images (debian headless and ubuntu w/GFX). UPDATE 5 – Apr 4 2013 GFX update – Updated mali driver + some modules like UVC. 1G: linux-armhf-gfx-1G-3.0.42-6.tar.bz2 (MD5: 8004415caaf82fd989b8f04cea441deb) linux-armhf-gfx-1G-3.0.42-6.tar.gz (MD5: 5efbd84a3ebece09b13c353a76ebcf88) Normal (512M): linux-armhf-gfx-3.0.42-6.tar.bz2 (MD5: 53c39f9e67061f78975755ef893b83fe) linux-armhf-gfx-3.0.42-6.tar.gz (MD5: 5abd088b05f19d5c5e25dd8a1ca718a5) /UPDATE

Read More