Gentoo Archives: gentoo-user

From: Jake Moe <jakesaddress@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] "hotplugging" usb devices no longer working
Date: Mon, 30 Aug 2010 22:59:03
Message-Id: 4C7C378F.1020500@gmail.com
In Reply to: [gentoo-user] "hotplugging" usb devices no longer working by Allan Gottlieb
1 On 31/08/10 06:49, Allan Gottlieb wrote:
2 > I have a sansa MP3 player and a Flip Video. Each plugs in as a usb
3 > device and presents as a fat file system.
4 >
5 > Both used to work, but don't today (it is has been a while--few
6 > months--since I last plugged them in.
7 >
8 > Now the device screen shows that it is connected, but I see nothing on
9 > the computer
10 > df shows no new file system
11 > mount shows no new file system
12 >
13 > I checked and FAT/VFAT are in the kernel
14 >
15 > # DOS/FAT/NT Filesystems
16 > CONFIG_FAT_FS=y
17 > CONFIG_VFAT_FS=y
18 > CONFIG_FAT_DEFAULT_CODEPAGE=437
19 > CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
20 >
21 > Both hal and udev are running
22 > 8045 ? Ssl 0:00 /usr/sbin/hald --use-syslog --verbose=no
23 > 8046 ? S 0:00 hald-runner
24 > 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
25 > 8084 ? S 0:00 /usr/libexec/hald-addon-generic-backlight
26 > 8086 ? S 0:00 /usr/libexec/hald-addon-cpufreq
27 > 8087 ? S 0:00 /usr/libexec/hald-addon-acpi
28 > 8095 ? S 0:00 hald-addon-storage: polling /dev/sr0 (every 2 sec)
29 > 8785 ? Ss 0:00 /bin/bash -c ps ax | grep hal
30 > 8787 ? S 0:00 grep hal
31 >
32 > 8131 ? S<s 0:00 /sbin/udevd --daemon
33 > 8794 ? Ss 0:00 /bin/bash -c ps ax | grep udev
34 > 8796 ? S 0:00 grep udev
35 >
36 > Any help would be appreciated
37 >
38 > thanks,
39 > allan
40 What "device screen" do you mean? And where are you looking "on the
41 computer"? When I insert a usb stick, there's a lot of output in
42 /var/log/messages about the stick and the partition on it. Then I use
43 "mount /media/usbstick" to mount it according to the appropriate entry
44 in my /etc/fstab. Speaking of which, what's your /etc/fstab look like?
45 If you use "tail -f /var/log/messages" and then plug the device in, does
46 it see that it's connected?
47
48 I suspect you're talking about auto mounting, such as KDE or Gnome does;
49 can you manually mount them? If not, then I doubt auto mounting will
50 either.
51
52 Jake Moe