hi Ho ho
Du mußt nicht extra neuinstalliern, um deine USB-Geräte zum laufen zu bringen.
1) Speicherkarte/Usb-Sticks:
nach dem einstecken eifnach mal 'dmesg'.
Dan sollte sowas in der Art auftauchen:
usb 1-3: new high speed USB device using address 6
scsi3 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 6
usb-storage: waiting for device to settle before scanning
Vendor: Model: USB DRIVE Rev: 2.00
Type: Direct-Access ANSI SCSI revision: 02
sda: Unit Not Ready, sense:
Current : sense = 70 6
ASC=28 ASCQ= 0
Raw sense data:0x70 0x00 0x06 0x00 0x00 0x00 0x00 0x0a 0x00 0x00 0x00 0x00 0x280x00 0x00 0x00 0x00 0x00
SCSI device sda: 512000 512-byte hdwr sectors (262 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
/dev/scsi/host3/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi3, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi3, channel 0, id 0, lun 0, type 0
usb-storage: device scan complete
Daraus erkennst du dann das dein Stick unter /dev/sda zu finden ist.
Wenn du jetzt eine Partiton drauf hast, dann mountest du das teil einfach so: mount /mnt/stick /dev/sda1
Vorher musst du natürlich das Verzeichniss /mnt/stick erstellen.
Deine Maus, musst du norm im X-Server einstellen. Schau mal in /etx/X11/XF86Config doer alternativ in /etc/X11/xorg.conf
Dort müsste ein Abschitt sein:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
|
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
|
Cu Hurra