Les Partages de Memiks
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter 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
Comments

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.
boot Raspberry sd usb
[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
Comments

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

micro raspberry tutoriel usb
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
Comments

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"

linux power rflink udev usb
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
Comments

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.
linux power usb
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
Comments

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 lecture seule usb
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
Comments
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
Comments

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
Comments

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 google samsung stockage usb
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
Comments

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
Comments

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

ffp fun_plug key start usb
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
Comments

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

android cm9 mass storage usb
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
Comments

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

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

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/

install linux slitaz test usb
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
Comments
1G 2G 3G 3GS 3rd 4G 5G Accessory Apple charging Classic connecting connector connectorUsed controlled device dock exists Firewire for generation interface iPhone iPod iPOD iPods later layout line Mini most MP3 Nano out PC pin Pinout players Protocol serial special stereo Touch USB via Video
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
Comments
1G 3G 3GS Accessory Apple charging connecting connectorUsed controlled device dock Firewire for interface iPhone iPOD iPod layout line out PC pin Pinout Protocol serial special stereo USB via
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
Comments

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/

0 albeit blackcat Blackcat considered cycling Disc Drive External extremely fashioned file Flip fw Game good guide Hex How i installing JailBreak jailbreak luck Manager on Original pkg power PS3 Psgroove Requirements Software Teensy time USB used w with ypur
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
Comments

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

02xhn 123 125 40i 40ret 40string 40udev advance are ask asked be bendpointaddress binterval bmattributes brefresh bsynchaddress co computer connected corrections develop developer developers developing Developing Device device devices difficulties do driver drivers Drivers enhancements experiencing fetch filesystem for forums get help howto http i if interface Interface kernel language libusb Libusb like Linux linux LinuxForums manufacturer net new NOT NOTE on only operation org platform Please printf product program programming Programming question read Replies reply reveals serial should simple sizeof sourceforge start still string stringn structures system technical Thanks THIS this thread topic tutorial USB usb usbfs userspace Userspace void wmaxpacketsize would
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
Comments

Programming Guide for Linux USB Device Drivers

Device Drivers for Guide Linux Programming USB usbdoc
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
Comments

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

been cable charge charging driver drivers have hooked keeps laptop mini motorola my phone RAZR razr standard up USB with
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
Comments

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

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