public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
From: Alexander Skwar <listen@alexander.skwar.name>
To: gentoo-user-de@lists.gentoo.org
Subject: [gentoo-user-de] USB "Mass Storage" Device automatisch mounten
Date: Sat, 12 Nov 2005 20:47:32 +0100	[thread overview]
Message-ID: <437646D4.3070700@mid.email-server.info> (raw)

Mahlzeit!

Seit "neulich" bekomme ich's nicht mehr hin, das mein
System in/mit KDE, Gnome oder ivman ein per USB angeschlossenes
"Mass Storage" Gerät automatisch einhängt, wenn ich das Gerät
mit dem Computer verbinde. Ich weiß "natürlich" nicht, was ich
geändert habe und/oder seit wann das so ist. Liegt's vlt. am
2.6.14'er Kernel?

Verbinde ich nun das Gerät (Photoapparat) mit dem PC, erscheint
im syslog folgendes:

Nov 12 20:28:14 blatt usb 1-1: new full speed USB device using uhci_hcd and address 5
Nov 12 20:28:14 blatt scsi3 : SCSI emulation for USB Mass Storage devices
Nov 12 20:28:14 blatt usb-storage: device found at 5
Nov 12 20:28:14 blatt usb-storage: waiting for device to settle before scanning
[...]
Nov 12 20:28:19 blatt Vendor: NIKON     Model: NIKON DSC E4300   Rev: 1.00
Nov 12 20:28:19 blatt Type:   Direct-Access                      ANSI SCSI revision: 02
Nov 12 20:28:19 blatt SCSI device sda: 503808 512-byte hdwr sectors (258 MB)
Nov 12 20:28:19 blatt sda: Write Protect is off
Nov 12 20:28:19 blatt sda: Mode Sense: 18 00 00 08
Nov 12 20:28:19 blatt sda: assuming drive cache: write through
Nov 12 20:28:19 blatt SCSI device sda: 503808 512-byte hdwr sectors (258 MB)
Nov 12 20:28:19 blatt sda: Write Protect is off
Nov 12 20:28:19 blatt sda: Mode Sense: 18 00 00 08
Nov 12 20:28:19 blatt sda: assuming drive cache: write through
Nov 12 20:28:19 blatt sda: sda1
Nov 12 20:28:19 blatt Attached scsi removable disk sda at scsi3, channel 0, id 0, lun 0
Nov 12 20:28:19 blatt usb-storage: device scan complete

Wie unschwer zu erkennen ist, wäre per sda1 ein Zugriff auf
die Kamera möglich. Und in der Tat funktioniert ein "sudo mount
/dev/sda1 /mnt" auch ohne Probleme - über /mnt komme ich an die
Bilder.

Mir fällt aber gerade noch eine kleine Merkwürdigkeit auf. Und
zwar zeigt mir "lsusb" das Gerät nicht an. Oh. Genauer gesagt
sehe ich das Gerät nur, wenn ich lsusb mit root Rechten laufen
lasse.

alexander@blatt ~ $ lsusb
Bus 002 Device 002: ID 046d:c00c Logitech, Inc. Optical Wheel Mouse
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

alexander@blatt ~ $ sudo lsusb
Bus 002 Device 002: ID 046d:c00c Logitech, Inc. Optical Wheel Mouse
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 005: ID 04b0:010e Nikon Corp. Coolpix 4300 (storage)
Bus 001 Device 001: ID 0000:0000

Sültsam...

Was muß ich tun, damit mein Rechner USB Mass Storage Geräte wieder
automatisch einhängt, wenn sie mit dem PC verbunden werden?

alexander@blatt ~ $ lsmod
Module                  Size  Used by
autofs4                19844  4
rt2500                169572  1
sd_mod                 16144  0
usb_storage            33412  0
scsi_mod               92772  2 sd_mod,usb_storage
snd_pcm_oss            50720  0
snd_mixer_oss          18176  1 snd_pcm_oss
snd_seq_oss            32896  0
snd_seq_midi_event      7168  1 snd_seq_oss
snd_seq                50192  4 snd_seq_oss,snd_seq_midi_event
snd_via82xx            26656  1
snd_ac97_codec         88316  1 snd_via82xx
snd_ac97_bus            2304  1 snd_ac97_codec
snd_pcm                88584  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer              24708  2 snd_seq,snd_pcm
snd_page_alloc         10504  2 snd_via82xx,snd_pcm
snd_mpu401_uart         7424  1 snd_via82xx
snd_rawmidi            25120  1 snd_mpu401_uart
snd_seq_device          8460  3 snd_seq_oss,snd_seq,snd_rawmidi
snd                    52452  13
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore              10080  1 snd
ext3                  121736  2
jbd                    58260  1 ext3
reiserfs              238448  3
af_packet              22024  2
usbhid                 37088  0
rtc                     9236  0
pcspkr                  3808  0
drm                    69652  0
via_agp                 9600  1
agpgart                33608  2 drm,via_agp
ide_cd                 39940  0
cdrom                  38176  1 ide_cd
cpufreq_conservative     7204  0
cpufreq_ondemand        6300  0
cpufreq_powersave       1920  0
p4_clockmod             4872  0
speedstep_lib           3968  1 p4_clockmod
freq_table              4612  1 p4_clockmod
evdev                   9344  1
psmouse                35204  0
ac                      4868  0
button                  6672  0
video                  15492  0
thermal                13064  0
processor              22844  1 thermal
battery                 9348  0
fan                     4612  0
uhci_hcd               32016  0
usbcore               120064  4 usb_storage,usbhid,uhci_hcd
alexander@blatt ~ $ uname -a
Linux blatt 2.6.14-suspend2.037 #1 PREEMPT Tue Nov 8 20:57:32 CET 2005 i686 Intel(R) Celeron(R) M processor         1.50GHz GenuineIntel GNU/Linux

Danke,

Alexander
-- 
gentoo-user-de@gentoo.org mailing list



             reply	other threads:[~2005-11-12 19:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-12 19:47 Alexander Skwar [this message]
2005-11-12 19:59 ` [gentoo-user-de] USB "Mass Storage" Device automatisch mounten Christoph Dahlen
2005-11-12 21:20 ` Holger Motzkau
2005-11-27 19:43 ` Alexander Skwar
2005-11-28  8:53   ` Sebastian Damm
2005-11-28  9:22     ` Alexander Skwar
2005-11-28 12:23       ` Christoph Dahlen
2005-11-28 20:10         ` Alexander Skwar
2005-11-30 10:56           ` Sebastian Damm
2005-11-28 18:58       ` Alexander Skwar
2005-11-28 19:41         ` Alexander Skwar
2005-11-28 21:01         ` Sebastian Beßler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=437646D4.3070700@mid.email-server.info \
    --to=listen@alexander.skwar.name \
    --cc=gentoo-user-de@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox