Introduction WebCamをVirtualBox上のゲストOS Debian with Raspberry Pi Desktop に接続してキャプチャをしても動かない件。 具体的には、 [crayon-5ae…
開発メモ その109 Debian with Raspberry Pi Desktop on VirtualBoxでUSB機器を有効にする
Introduction VirtualBoxを使うメリットでゲスト側でUSB機器を使えることにあります。 Hyper-Vでも使えないことはないのですが、RemoteFX USB リダイレクトとかよーわからないテクノロジ…
開発メモ その108 Debian with Raspberry Pi Desktop on VirtualBoxでGuest Additionsを追加する
Introduction VirtualBoxでもHyper-Vのゲスト拡張機能のようなものが用意されています。 How to install? VirtualBox上のDebian with Raspberry Pi …
開発メモ その107 Debian with Raspberry Pi Desktop on VirtualBoxにssh接続
Introduction Windows10のVirtualBox上に構築したDebian with Raspberry Pi Desktopに対して、ssh接続するのに少し嵌ったのでメモ。 How to do? Vir…
開発メモ その76 DockerからBluetoothを使ってみる
Problem Bluetoothを内蔵するホストマシンで、Docker上に構築したUbuntuからhciconfig upしたら、
1 2 |
$ hciconfig up Can't open HCI socket.: Address family not supported by protocol |
ってなってしまった。…