Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Nothing mounts

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
segfault_666

Nothing mounts

#1 Post by segfault_666 »

Hello everybody

Some days ago my iPod ceased to be mounted when plugging it to some usb-port.

It is detected at insertion
scsi: unknown opcode 0xc9
hub 3-0:1.0: state 7 ports 5 chg 0000 evt 0008
ehci_hcd 0000:00:0d.2: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT
hub 3-0:1.0: port 3, status 0501, change 0001, 480 Mb/s
hub 3-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501
ehci_hcd 0000:00:0d.2: port 3 high speed
ehci_hcd 0000:00:0d.2: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT
usb 3-3: new high speed USB device using ehci_hcd and address 2
ehci_hcd 0000:00:0d.2: port 3 high speed
ehci_hcd 0000:00:0d.2: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT
usb 3-3: skipped 1 descriptor after interface
usb 3-3: default language 0x0409
usb 3-3: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-3: Product: iPod
usb 3-3: Manufacturer: Apple
usb 3-3: SerialNumber: 000A270012E16E3A
usb 3-3: uevent
usb 3-3: device is bus-powered
usb 3-3: configuration #1 chosen from 2 choices
usb 3-3: adding 3-3:1.0 (config #1, interface 0)
usb 3-3:1.0: uevent
libusual 3-3:1.0: usb_probe_interface
libusual 3-3:1.0: usb_probe_interface - got id
drivers/usb/core/inode.c: creating file '002'
Initializing USB Mass Storage driver...
usb-storage 3-3:1.0: usb_probe_interface
usb-storage 3-3:1.0: usb_probe_interface - got id
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
Vendor: Apple Model: iPod Rev: 1.62
Type: Direct-Access ANSI SCSI revision: 00
0:0:0:0: Attached scsi generic sg0 type 0
usb-storage: device scan complete
SCSI device sda: 1999871 512-byte hdwr sectors (1024 MB)
sda: Write Protect is off
sda: Mode Sense: 68 00 00 08
sda: assuming drive cache: write through
SCSI device sda: 1999871 512-byte hdwr sectors (1024 MB)
sda: Write Protect is off
sda: Mode Sense: 68 00 00 08
sda: assuming drive cache: write through
sda: sda1 sda2
sd 0:0:0:0: Attached scsi removable disk sda
mount | grep sda doesn't show anything.

I am using udev and usbmount.
It has worked very nice several weeks until probably some package got updated.

ajdlinux
Posts: 2452
Joined: 2006-04-23 09:37
Location: Port Macquarie, NSW, Australia

#2 Post by ajdlinux »

Try manually mounting it, i.e. sudo mount -t auto /dev/sda1 /media/ipod or similar.

andrew

segfault_666

#3 Post by segfault_666 »

Thats what i've been doing since the auto mounting stoped.

ajdlinux
Posts: 2452
Joined: 2006-04-23 09:37
Location: Port Macquarie, NSW, Australia

#4 Post by ajdlinux »

Maybe your automounter is broken and needs to be fixed up. Is it still loading on boot?

Also do other USB storage devices work?

adrian440
Posts: 11
Joined: 2006-03-13 01:48
Location: Brisbane, Australia

#5 Post by adrian440 »

try ps aux |grep hald
if hald's status is D (uninterruptable), then you've found your problem.

Not that I actually know how to fix the problem (which occurs on my system (sarge & stock 2.6) randomly, I found I had to reboot to fixup hal.
<sigh> These days I just run 2.4 and wait for the Etch release.

segfault_666

#6 Post by segfault_666 »

Do you mean automount as the automount in the kernel?
Maybe your automounter is broken and needs to be fixed up.
Is it still loading on boot?

Ok from what I can understand hald is working right?

Code: Select all

$ ps aux|grep hald
hal       3969  0.0  1.0   6716  5208 ?        Ss   19:01   0:00 /usr/sbin/hald
root      3970  0.0  0.1   2752   944 ?        S    19:01   0:00 hald-runner
hal       3976  0.0  0.1   2024   812 ?        S    19:01   0:00 /usr/lib/hal/hald-addon-acpi
root      3984  0.0  0.1   1908   636 ?        S    19:01   0:00 /usr/lib/hal/hald-addon-storage
xx  10080  0.0  0.1   3220   756 pts/0    R+   20:21   0:00 grep hald

ajdlinux
Posts: 2452
Joined: 2006-04-23 09:37
Location: Port Macquarie, NSW, Australia

#7 Post by ajdlinux »

So how are you automounting? Are you automounting through GNOME or KDE?

andrew

segfault_666

#8 Post by segfault_666 »

Mount 'was' done with udev+hal.
See also this thread: http://forums.debian.net/viewtopic.php? ... =automount

ajdlinux
Posts: 2452
Joined: 2006-04-23 09:37
Location: Port Macquarie, NSW, Australia

#9 Post by ajdlinux »

Which kernel revision are you using?

segfault_666

#10 Post by segfault_666 »

2.6.16.11h #1 PREEMPT

Post Reply