Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
21 results tagged USB  ✕
Raspberry Pi, comment booter sur une clé USB ou un disque dur externe. https://raspbian-france.fr/boot-raspberry-pi-usb/
Fri May 3 20:54:48 2019 archive.org
QRCode
thumbnail

connectez la carte SD à votre PC et rendez vous dans la partition boot de la carte (la seule accessible depuis Windows, normalement) pour éditer le fichier config.txt et rajouter à la fin du fichier la ligne suivante :



Sauvegardez le fichier, puis insérez la carte micro SD dans votre raspberry pi et démarrez la (insérez seulement la carte SD, pas la clef USB/disque dur). Normalement une fois démarrée, la raspberry pi va automatiquement se configurer pour à l’avenir démarrer sur la clé USB.

Pour vérifier que tout est bon, on peut regarder le registre 17 de l’OPT (One-Time programmable qui désigne la mémoire morte qui ne peut être programmée qu’une seule fois). Pour cela on utilise la commande suivante :

```vcgencmd otp_dump | grep 17

La raspberry pi doit nous retourner : 17:3020000a.
Raspberry usb sd boot
[Tuto] Configurer un micro USB à votre Raspberry Pi · Pofilo.fr https://www.pofilo.fr/post/20181216-mic-raspberry-pi/
Mon Dec 17 15:09:55 2018 archive.org
QRCode
thumbnail

Un petit tutoriel pour connecter simplement votre microphone USB à votre Raspberry Pi

raspberry micro usb tutoriel
Perte de connection radio de mon RFLINK merci udev https://wiki.debian.org/fr/udev
Thu Feb 15 23:03:28 2018 archive.org
QRCode

Bonjour,

J'ai installé mon serveur en débian9, celui-ci utilise domoticz et un rflink pour gérer ma domotique...

depuis l'installation j'avais des pertes d'informations...
j'ai d'abord pensé aux piles de mes sondes.... mais non...
c'était le serveur

et oui après un certains temps le port USB est mis en "basse consommation" par linux et donc moins de puissances pour la réception / envoi d'information.

donc j'ai ajouté une rêgle dans UDEV:

  • filtrage sur le vendor et le product id
  • ajout d'un lien "rflink" dans /dev
  • passage de la gestion de la consommation de ce device à "on" pour la désactiver

SUBSYSTEM=="usb", ATTR{idProduct}=="7523", ATTR{idVendor}=="1a86", SYMLINK+="rflink", TEST=="power/control" ATTR{power/control}="on"

udev linux power usb rflink
Power Management for USB — The Linux Kernel documentation https://www.kernel.org/doc/html/v4.13/driver-api/usb/power-management.html
Thu Feb 15 18:19:47 2018 archive.org
QRCode
thumbnail

The user interface for dynamic PM

The user interface for controlling dynamic PM is located in the power/ subdirectory of each USB device’s sysfs directory, that is, in /sys/bus/usb/devices/.../power/ where ”...” is the device’s ID. The relevant attribute files are: wakeup, control, and autosuspend_delay_ms. (There may also be a file named level; this file was deprecated as of the 2.6.35 kernel and replaced by the control file. In 2.6.38 the autosuspend file will be deprecated and replaced by the autosuspend_delay_ms file. The only difference is that the newer file expresses the delay in milliseconds whereas the older file uses seconds. Confusingly, both files are present in 2.6.37 but only autosuspend works.)

power/wakeup

    This file is empty if the device does not support remote wakeup. Otherwise the file contains either the word enabled or the word disabled, and you can write those words to the file. The setting determines whether or not remote wakeup will be enabled when the device is next suspended. (If the setting is changed while the device is suspended, the change won’t take effect until the following suspend.)

power/control

    This file contains one of two words: on or auto. You can write those words to the file to change the device’s setting.

        on means that the device should be resumed and autosuspend is not allowed. (Of course, system suspends are still allowed.)
        auto is the normal state in which the kernel is allowed to autosuspend and autoresume the device.

    (In kernels up to 2.6.32, you could also specify suspend, meaning that the device should remain suspended and autoresume was not allowed. This setting is no longer supported.)

power/autosuspend_delay_ms

    This file contains an integer value, which is the number of milliseconds the device should remain idle before the kernel will autosuspend it (the idle-delay time). The default is 2000. 0 means to autosuspend as soon as the device becomes idle, and negative values mean never to autosuspend. You can write a number to the file to change the autosuspend idle-delay time.
usb linux power
Chiffrement de lecteur Bitlocker – limitation des périphériques externes | Blog de Gentil Kiwi http://blog.gentilkiwi.com/securite/chiffrement-de-lecteur-bitlocker-limitation-des-peripheriques-externes
Tue Oct 17 22:38:58 2017 archive.org
QRCode
thumbnail

Fonctionnement

A chaque volume monté, la stratégie est vérifiée par un passage dans fvevol!FveGroupPolicyIsBDEForcedOn, qui renverra la possibilité d’écrire ou non sur le volume.
C’est là que se situe le point névralgique du contournement… la GPO n’est pas appliquée une fois pour toute dès l’ordinateur démarré…, une valeur du registre est lue à chaque volume monté.
Contournement

Très simplement, en tant qu’administrateur :
reg add HKLM\SYSTEM\CurrentControlSet\Policies\Microsoft\FVE /v RDVDenyWriteAccess /t REG_DWORD /d 0 /f

bitlocker contournement usb lecture seule
Le programmateur AVR le moins cher du monde - Chicoree http://www.chicoree.fr/w/Le_programmateur_AVR_le_moins_cher_du_monde
Sun Oct 1 23:44:49 2017 archive.org
QRCode
thumbnail
avr isp usb
RFLink pour Domoticz : fabriquer une passerelle domotique 433MHz http://www.projetsdiy.fr/passerelle-radio-domotique-433mhz-rflink-rfxcom-domoticz/
Mon Jan 30 22:44:02 2017 archive.org
QRCode
thumbnail

Comment se monter une base domotique "pas cher"

dés que j'ai un peu de temps...

https://www.nodo-shop.nl/en/rflink-gateway/148-rflink-gateway-components.html

https://www.latelierdugeek.fr/2014/01/28/domotique-partie-4-piloter-son-chauffage-electrique/

https://matdomotique.wordpress.com/2016/04/21/domoticz-rflink-et-somfy/

http://easydomoticz.com/forum/viewtopic.php?t=1073&start=10

https://domotiquetechnoseb27.com/2015/09/13/presentation-de-la-sonde-banggood/

http://www.nemcon.nl/blog2/

https://easydomoticz.com/rflink-un-module-433mhz-arduino-mega-partie-1-le-materiel/

https://www.domoticz.com/forum/viewtopic.php?t=7988

http://easydomoticz.com/forum/viewtopic.php?t=2087

https://www.domoticz.com/wiki/Windows

en regardant les différentes pièces sur aliexpress et en comptant les frais de ports vers la france j'arrive à moins de 20$ (oui j'ai bien dit dollar !)
franchement ce RFlink semble une bonne chose...

je vais me laisser tenter je pense.

domotique rf433 rflink usb
Je vais baffer Samsung - Liens en vrac de sebsauvage http://sebsauvage.net/links/?vmeTxg
Fri May 27 21:01:48 2016 archive.org
QRCode

Tu peux bacher samsung si tu veux mais :

le souci de l'USB vient directement de Google, c'est lié à la version d'Android.
mais tu peux le réactiver si tu peux activer le débogague USB:
http://www.device-recovery.com/how-to-connect-android-devices-to-pc-with-usb-mass-storage-mode#note3

PS: moi je ne peux pas car mon Samsung est "Air Watch" pour mon entreprise (on dit enrolé) du coup mon option est grisé.

Le MTP est buggué depuis la version 4.4 ou 5 d'android je crois, mais c'est plutot un souci avec les accents... mais je ne suis plus sur il faudrait que je retrouve le bug tracker.

quand à la charge seulement... et bien je ne peux pas le sélectionner, mais si tu as un pattern de désactivation ou un code pin, le contenu ne s'affiche pas tant que le téléphone n'est pas dévérouiller.

Si Google a fait cela je pense que ça vient d'envie d'évolution mais oui je pense que c'est un poil chiant.

android usb google samsung stockage
xfce:thunar:using-removable-media [Xfce Docs] http://docs.xfce.org/xfce/thunar/using-removable-media
Wed Jan 21 16:49:35 2015 archive.org
QRCode
thumbnail

Comment gérer les clé usb sous thunar ? il faut HAL et thunar-volman:

" Thunar is also able to automatically manage removable drives and media if the thunar-volman package is installed on your system. Note however that this feature requires HAL support.

Now, if HAL support is available and thunar-volman is installed on your system, you can choose to enable the Volume Management feature of Thunar. Therefore, open the file manager preferences, go to the Advanced page and check the Enable Volume Management button.

The next step is to customize the management of removable drives and media to your needs. Click on the Configure link in the Volume Management section, right below the button. The Removable Drives and Media configuration dialog will be displayed. "

A tester.

thunar usb volman
Moving fonz’s fun_plug (ffp) to USB | shadowandy - my life stories http://www.shadowandy.net/2011/12/moving-fonzs-fun_plug-ffp-to-usb.htm
Mon Jul 23 17:49:06 2012 archive.org
QRCode
thumbnail

Comment lancer fun_plug depuis une clé USB et donc limiter le lancement du disque dur...

fun_plug ffp usb key start
Droid Explorer - Download: Droid Explorer 0.8.7.2 Beta http://de.codeplex.com/releases/view/50997
Mon Jan 2 22:57:13 2012 archive.org
QRCode
thumbnail

Application windows pour copier des fichiers sur votre android si celui ci ne fonctionne plus en mass storage (aka CM9...)

android usb mass storage cm9
Ubuntu Live Usb http://www.t9ahwija.net/distributions-linux/17-ubuntu/72-ubuntu-live-usb
Fri Dec 30 18:23:55 2011 archive.org
QRCode
thumbnail

Installer ubuntu "à la main" sur une clé usb en ext3 et non en fat32...

linux usb live ext3 install test
SliTaz GNU/Linux http://www.slitaz.org/
Fri Dec 30 18:22:05 2011 archive.org
QRCode
thumbnail

Une petite distribution de 30Mo a tester.
Avec l'install USB: http://www.slitaz.org/fr/doc/handbook/liveusb.html
Et la doc en francais : http://www.slitaz.org/fr/

slitaz usb install linux test
Apple iPod, iPhone (2g, 3g), iPad Dock connector pinout and wiring @ pinouts.ru http://pinouts.ru/PortableDevices/ipod_pinout.shtml
Thu Oct 20 07:11:25 2011 archive.org
QRCode
thumbnail
Pinout Apple iPod dock interface layout pin iPOD special connectorUsed 3rd later generation iPods for charging connecting PC via USB Firewire stereo line out serial device controlled Accessory Protocol connector exists most MP3 players 3G 4G 5G Video Nano 1G 2G Mini Classic Touch iPhone 3GS
Apple iPhone (1G, 3G, 3GS, 4) Dock connector pinout and wiring @ pinouts.ru http://pinouts.ru/CellularPhones-A-N/iPhone_connector_pinout.shtml
Thu Oct 20 07:11:05 2011 archive.org
QRCode
thumbnail
Pinout Apple iPod dock interface layout pin iPOD special connectorUsed iPhone 1G 3G 3GS for charging connecting PC via USB Firewire stereo line out serial device controlled Accessory Protocol
How to JailBreak PS3 with Blackcat USB - PS3 NEWS - PlayStation 3 News - PS3 Forums http://www.ps3news.com/forums/ps3-guides-tutorials/how-jailbreak-ps3-blackcat-usb-112311.html
Thu Oct 20 07:09:07 2011 archive.org
QRCode
thumbnail

How to JailBreak PS3 with Blackcat USB Requirements: PS3 (on fw 3.41) Blackcat USB Flip Software (i used 3.3.1) Psgroove Teensy 1.0 Hex file w/

How JailBreak PS3 with Blackcat USB time jailbreak installing considered fashioned good luck power cycling albeit guide blackcat extremely ypur Requirements on fw Flip Software i used Psgroove Teensy 0 Hex file w Manager pkg External Drive Original Game Disc
Developing USB Device Drivers from Userspace using Libusb - Linux Forums http://www.linuxforums.org/forum/linux-tutorials-howtos-reference-material/10865-developing-usb-device-drivers-userspace-using-libusb.html
Thu Oct 20 07:09:02 2011 archive.org
QRCode
thumbnail

Developing USB Device Drivers from Userspace using Libusb Linux Tutorials, HOWTO's & Reference Material

Developing USB Device Drivers Userspace Libusb device printf libusb linux 125 123 connected kernel system driver program bmattributes devices usbfs platform 40i interface programming i void binterval developing manufacturer filesystem bendpointaddress wmaxpacketsize bsynchaddress string drivers howto brefresh structures 02xhn develop developers stringn language fetch product sizeof 40string http sourceforge net usb get simple 40udev developer userspace reveals 40ret serial computer NOTE if read tutorial are still experiencing difficulties would like help asked start new topic on forums Please do NOT reply this thread ask technical question Replies THIS should be corrections enhancements only Thanks advance for co operation LinuxForums org Linux Programming Interface
Programming Guide for Linux USB Device Drivers http://www.lrr.in.tum.de/Par/arch/usb/usbdoc/
Thu Oct 20 07:08:59 2011 archive.org
QRCode
thumbnail

Programming Guide for Linux USB Device Drivers

usbdoc Programming Guide for Linux USB Device Drivers
Charge Motorola RAZR with standard USB cable from PC http://www.noheat.com/2007/01/31/charge-motorola-razr-with-standard-usb-cable-from-pc/
Thu Oct 20 07:05:44 2011 archive.org
QRCode
thumbnail

I have been charging my RAZR with a standard mini USB cable hooked up to my laptop. This keeps me from toting around an extra charger to work where my RAZR

razr cable drivers motorola charge driver mini phone have been charging my RAZR with standard USB hooked up laptop keeps
Making a USB Key Bootable in OS X [Archive] - The macosxhints Forums http://forums.macosxhints.com/archive/index.php/t-68895.html
Thu Oct 20 07:02:32 2011 archive.org
QRCode
thumbnail

[Archive] Making a USB Key Bootable in OS X Hardware and Peripherals

Making USB Key Bootable OS X mac help tiger panther 10 applescript x11 unix finder gui Archive Hardware Peripherals
page 1 / 2
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn