- Registriert
- 11. September 2010
- Beiträge
- 22.683
- Lösungen
- 10
- Reaktionspunkte
- 70.649
- Punkte
- 1.103
Ich setze gerade einen Server neu auf (Odroid U3). Es ist ein Debian Wheezy Base ohne alles (um Platz zu sparen).
Wenn ich ein USB-Gerät anstecke, wird es auch erkannt.
Rot markiert.
Wenn ich
eingebe kommt die Meldung
Welches Paket muss ich installieren, damit lsusb funktioniert.
MfG
Fündig geworden
Wenn ich ein USB-Gerät anstecke, wird es auch erkannt.
Code:
root@odroidu2:~# fdisk -l
Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes
4 heads, 16 sectors/track, 242560 cylinders, total 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c4046
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 3072 266239 131584 6 FAT16
/dev/mmcblk0p2 266240 14850047 7291904 83 Linux
[COLOR=#ff0000]Disk /dev/sda: 2048 MB, 2048901120 bytes[/COLOR]
[COLOR=#ff0000]248 heads, 63 sectors/track, 256 cylinders, total 4001760 sectors[/COLOR]
[COLOR=#ff0000]Units = sectors of 1 * 512 = 512 bytes[/COLOR]
[COLOR=#ff0000]Sector size (logical/physical): 512 bytes / 512 bytes[/COLOR]
[COLOR=#ff0000]I/O size (minimum/optimal): 512 bytes / 512 bytes[/COLOR]
[COLOR=#ff0000]Disk identifier: 0x0006bf43[/COLOR]
[COLOR=#ff0000]
[/COLOR]
[COLOR=#ff0000] Device Boot Start End Blocks Id System[/COLOR]
[COLOR=#ff0000]/dev/sda1 2048 3999743 1998848 b W95 FAT32[/COLOR]
Wenn ich
Code:
lsusb
Code:
root@odroidu2:~# lsusb
-bash: lsusb: command not found
MfG
Fündig geworden
Code:
apt-get install usbutils
Zuletzt bearbeitet: