public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] "hotplugging" usb devices no longer working
@ 2010-08-30 20:49 Allan Gottlieb
  2010-08-30 22:58 ` Jake Moe
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Allan Gottlieb @ 2010-08-30 20:49 UTC (permalink / raw
  To: gentoo-user

I have a sansa MP3 player and a Flip Video.  Each plugs in as a usb
device and presents as a fat file system.

Both used to work, but don't today (it is has been a while--few
months--since I last plugged them in.

Now the device screen shows that it is connected, but I see nothing on
the computer
  df shows no new file system
  mount shows no new file system

I checked and FAT/VFAT are in the kernel

# DOS/FAT/NT Filesystems
CONFIG_FAT_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"

Both hal and udev are running
 8045 ?        Ssl    0:00 /usr/sbin/hald --use-syslog --verbose=no
 8046 ?        S      0:00 hald-runner
 8075 ?        S      0:00 hald-addon-input: Listening on /dev/input/event8 /dev/input/event7 /dev/input/event2 /dev/input/event1 /dev/input/event4 /dev/input/event3 /dev/input/event0 /dev/input/event5
 8084 ?        S      0:00 /usr/libexec/hald-addon-generic-backlight
 8086 ?        S      0:00 /usr/libexec/hald-addon-cpufreq
 8087 ?        S      0:00 /usr/libexec/hald-addon-acpi
 8095 ?        S      0:00 hald-addon-storage: polling /dev/sr0 (every 2 sec)
 8785 ?        Ss     0:00 /bin/bash -c ps ax | grep hal
 8787 ?        S      0:00 grep hal

 8131 ?        S<s    0:00 /sbin/udevd --daemon
 8794 ?        Ss     0:00 /bin/bash -c ps ax | grep udev
 8796 ?        S      0:00 grep udev

Any help would be appreciated

thanks,
allan



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] "hotplugging" usb devices no longer working
  2010-08-30 20:49 [gentoo-user] "hotplugging" usb devices no longer working Allan Gottlieb
@ 2010-08-30 22:58 ` Jake Moe
  2010-08-31 18:58 ` [gentoo-user] " Allan Gottlieb
  2010-09-01 21:18 ` walt
  2 siblings, 0 replies; 5+ messages in thread
From: Jake Moe @ 2010-08-30 22:58 UTC (permalink / raw
  To: gentoo-user

 On 31/08/10 06:49, Allan Gottlieb wrote:
> I have a sansa MP3 player and a Flip Video.  Each plugs in as a usb
> device and presents as a fat file system.
>
> Both used to work, but don't today (it is has been a while--few
> months--since I last plugged them in.
>
> Now the device screen shows that it is connected, but I see nothing on
> the computer
>   df shows no new file system
>   mount shows no new file system
>
> I checked and FAT/VFAT are in the kernel
>
> # DOS/FAT/NT Filesystems
> CONFIG_FAT_FS=y
> CONFIG_VFAT_FS=y
> CONFIG_FAT_DEFAULT_CODEPAGE=437
> CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
>
> Both hal and udev are running
>  8045 ?        Ssl    0:00 /usr/sbin/hald --use-syslog --verbose=no
>  8046 ?        S      0:00 hald-runner
>  8075 ?        S      0:00 hald-addon-input: Listening on /dev/input/event8 /dev/input/event7 /dev/input/event2 /dev/input/event1 /dev/input/event4 /dev/input/event3 /dev/input/event0 /dev/input/event5
>  8084 ?        S      0:00 /usr/libexec/hald-addon-generic-backlight
>  8086 ?        S      0:00 /usr/libexec/hald-addon-cpufreq
>  8087 ?        S      0:00 /usr/libexec/hald-addon-acpi
>  8095 ?        S      0:00 hald-addon-storage: polling /dev/sr0 (every 2 sec)
>  8785 ?        Ss     0:00 /bin/bash -c ps ax | grep hal
>  8787 ?        S      0:00 grep hal
>
>  8131 ?        S<s    0:00 /sbin/udevd --daemon
>  8794 ?        Ss     0:00 /bin/bash -c ps ax | grep udev
>  8796 ?        S      0:00 grep udev
>
> Any help would be appreciated
>
> thanks,
> allan
What "device screen" do you mean?  And where are you looking "on the
computer"?  When I insert a usb stick, there's a lot of output in
/var/log/messages about the stick and the partition on it.  Then I use
"mount /media/usbstick" to mount it according to the appropriate entry
in my /etc/fstab.  Speaking of which, what's your /etc/fstab look like? 
If you use "tail -f /var/log/messages" and then plug the device in, does
it see that it's connected?

I suspect you're talking about auto mounting, such as KDE or Gnome does;
can you manually mount them?  If not, then I doubt auto mounting will
either.

Jake Moe



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: "hotplugging" usb devices no longer working
  2010-08-30 20:49 [gentoo-user] "hotplugging" usb devices no longer working Allan Gottlieb
  2010-08-30 22:58 ` Jake Moe
@ 2010-08-31 18:58 ` Allan Gottlieb
  2010-09-01  4:49   ` Maxim Wexler
  2010-09-01 21:18 ` walt
  2 siblings, 1 reply; 5+ messages in thread
From: Allan Gottlieb @ 2010-08-31 18:58 UTC (permalink / raw
  To: gentoo-user

Allan Gottlieb <gottlieb@nyu.edu> writes:

> I have a sansa MP3 player and a Flip Video.  Each plugs in as a usb
> device and presents as a fat file system.

This is a test.  Please ignore (see prev msg for explanation).
allan



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Re: "hotplugging" usb devices no longer working
  2010-08-31 18:58 ` [gentoo-user] " Allan Gottlieb
@ 2010-09-01  4:49   ` Maxim Wexler
  0 siblings, 0 replies; 5+ messages in thread
From: Maxim Wexler @ 2010-09-01  4:49 UTC (permalink / raw
  To: gentoo-user

Had this problem too. Not sure if this suits your case. Have you tried
using UUID in place of /dev/sdx? Use blkid to get the UUID for the
device and replace /dev/sdx in fstab.

On 8/31/10, Allan Gottlieb <gottlieb@nyu.edu> wrote:
> Allan Gottlieb <gottlieb@nyu.edu> writes:
>
>> I have a sansa MP3 player and a Flip Video.  Each plugs in as a usb
>> device and presents as a fat file system.
>
> This is a test.  Please ignore (see prev msg for explanation).
> allan
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: "hotplugging" usb devices no longer working
  2010-08-30 20:49 [gentoo-user] "hotplugging" usb devices no longer working Allan Gottlieb
  2010-08-30 22:58 ` Jake Moe
  2010-08-31 18:58 ` [gentoo-user] " Allan Gottlieb
@ 2010-09-01 21:18 ` walt
  2 siblings, 0 replies; 5+ messages in thread
From: walt @ 2010-09-01 21:18 UTC (permalink / raw
  To: gentoo-user

On 08/30/2010 01:49 PM, Allan Gottlieb wrote:
> I have a sansa MP3 player and a Flip Video.  Each plugs in as a usb
> device and presents as a fat file system.
>
> Both used to work, but don't today (it is has been a while--few
> months--since I last plugged them in.

Do the devices show up in dmesg like this?

usb 1-4: new high speed USB device using ehci_hcd and address 3
usb 1-4: New USB device found, idVendor=0d7d, idProduct=1600
usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-4: Product: USB DISK 20X
usb 1-4: Manufacturer:
usb 1-4: SerialNumber: 074C0D9337A9
scsi6 : usb-storage 1-4:1.0
scsi 6:0:0:0: Direct-Access              USB DISK 20X     PMAP PQ: 0 ANSI: 0 CCS
sd 6:0:0:0: Attached scsi generic sg3 type 0
sd 6:0:0:0: [sdc] 246272 512-byte logical blocks: (126 MB/120 MiB)
sd 6:0:0:0: [sdc] Write Protect is off
sd 6:0:0:0: [sdc] Mode Sense: 23 00 00 00
sd 6:0:0:0: [sdc] Assuming drive cache: write through
sd 6:0:0:0: [sdc] Assuming drive cache: write through
  sdc: sdc1
sd 6:0:0:0: [sdc] Assuming drive cache: write through
sd 6:0:0:0: [sdc] Attached SCSI removable disk






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-01 21:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 20:49 [gentoo-user] "hotplugging" usb devices no longer working Allan Gottlieb
2010-08-30 22:58 ` Jake Moe
2010-08-31 18:58 ` [gentoo-user] " Allan Gottlieb
2010-09-01  4:49   ` Maxim Wexler
2010-09-01 21:18 ` walt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox