[Bug 474823] Re: USB-Harddisk resets after about 30 minutes

2010-05-24 Thread Jeremy Foshee
This bug report was marked as Incomplete and has not had any updated
comments for quite some time.  As a result this bug is being closed.
Please reopen if this is still an issue in the current Ubuntu release
http://www.ubuntu.com/getubuntu/download . Also, please be sure to
provide any requested information that may have been missing.  To reopen
the bug, click on the current status under the Status column and change
the status back to "New".  Thanks.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]


** Tags added: kj-expired

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

-- 
USB-Harddisk resets after about 30 minutes
https://bugs.launchpad.net/bugs/474823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 474823] Re: USB-Harddisk resets after about 30 minutes

2010-04-22 Thread Jeremy Foshee
Hi Apfelfrisch,

This bug was reported a while ago and there hasn't been any activity in it 
recently. We were wondering if this is still an issue? Can you try with the 
latest development release of Ubuntu?  ISO CD images are available from 
http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you run the following command from a Terminal 
(Applications->Accessories->Terminal).  It will automatically gather and attach 
updated debug information to this report.

apport-collect -p linux 474823

Also, if you could test the latest upstream kernel available that would be 
great.  It will allow additional upstream developers to examine the issue.  
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've tested the 
upstream kernel, please remove the 'needs-upstream-testing' tag.  This can be 
done by clicking on the yellow pencil icon next to the tag located at the 
bottom of the bug description and deleting the 'needs-upstream-testing' text.  
Please let us know your results.

Thanks in advance.

[This is an automated message.  Apologies if it has reached you 
inappropriately; please just reply to this message indicating so.]


** Tags added: needs-kernel-logs

** Tags added: needs-upstream-testing

** Tags added: kj-triage

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
USB-Harddisk resets after about 30 minutes
https://bugs.launchpad.net/bugs/474823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 474823] Re: USB-Harddisk resets after about 30 minutes

2009-11-29 Thread Apfelfrisch
Here is a little perlscript from this thread
http://forum.ubuntuusers.de/topic/einige-minuten-nach-systemstart-kein-
zugriff-/, that's writes  a Logfile every minute on the disk.  Not very
beautiful but  helpful:

#!/usr/bin/perl -w
$file = "/media/festplattenname/nosleep_log.txt";
$alive = 1;
while ($alive){
$timeout = localtime(time);
if (open(FILECHECK,'>',$file)) {
print FILECHECK "USB HD no sleep script log file\n";
print FILECHECK "last check: ",$timeout;
}
else{
$alive = 0;
}
close FILECHECK;
sleep(60);
}

-- 
USB-Harddisk resets after about 30 minutes
https://bugs.launchpad.net/bugs/474823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 474823] Re: USB-Harddisk resets after about 30 minutes

2009-11-29 Thread Ingo Ruhnke
Same/Similar problem here, interestingly the resets happen exactly every
30 or 60min. The USB harddrive still works as normaly, but the reset
wakes it up out of being suspended which can get a little annoying.

/var/log/messages.1:Nov 24 00:35:04 localhost kernel: [32462.112023] usb 2-2: 
reset high speed USB device using ehci_hcd and address 4
/var/log/messages.1:Nov 24 01:35:04 localhost kernel: [36062.104030] usb 2-2: 
reset high speed USB device using ehci_hcd and address 4
/var/log/messages.1:Nov 24 02:35:04 localhost kernel: [39662.112026] usb 2-2: 
reset high speed USB device using ehci_hcd and address 4
/var/log/messages.1:Nov 24 03:35:04 localhost kernel: [43262.101674] usb 2-2: 
reset high speed USB device using ehci_hcd and address 4
/var/log/messages.1:Nov 24 04:35:04 localhost kernel: [46862.112027] usb 2-2: 
reset high speed USB device using ehci_hcd and address 4
/var/log/messages.1:Nov 24 05:35:04 localhost kernel: [50462.116031] usb 2-2: 
reset high speed USB device using ehci_hcd and address 4
/var/log/messages.1:Nov 24 06:35:04 localhost kernel: [54062.118087] usb 2-2: 
reset high speed USB device using ehci_hcd and address 4
/var/log/messages.1:Nov 24 07:05:04 localhost kernel: [55862.100021] usb 2-2: 
reset high speed USB device using ehci_hcd and address 4

-- 
USB-Harddisk resets after about 30 minutes
https://bugs.launchpad.net/bugs/474823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 474823] Re: USB-Harddisk resets after about 30 minutes

2009-11-25 Thread Marc Bres Gil
I'm also having the same problem, with USB HDs and with SD/MMC/CF card
readers

-- 
USB-Harddisk resets after about 30 minutes
https://bugs.launchpad.net/bugs/474823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 474823] Re: USB-Harddisk resets after about 30 minutes

2009-11-12 Thread Apfelfrisch
** Description changed:

- Since updated Ubuntu from Jaunty to Karmic my USB-Harddisk resets after about 
30 minutes automatically.
+ Since I updated Ubuntu from Jaunty to Karmic my USB-Harddisk resets after 
about 30 minutes automatically.
  Kern.log said  this:
  Nov  4 23:00:23 apfelfrisch kernel: [ 1881.130034] usb 1-3: reset high speed 
USB device using ehci_hcd and address 3
  Nov  4 23:00:34 apfelfrisch kernel: [ 1891.402559] usb 1-3: reset high speed 
USB device using ehci_hcd and address 3
  Nov  4 23:00:50 apfelfrisch kernel: [ 1907.672518] usb 1-3: reset high speed 
USB device using ehci_hcd and address 3
  Nov  4 23:00:50 apfelfrisch kernel: [ 1907.952527] usb 1-3: reset high speed 
USB device using ehci_hcd and address 3
  Nov  4 23:01:00 apfelfrisch kernel: [ 1918.222536] usb 1-3: reset high speed 
USB device using ehci_hcd and address 3
  Nov  4 23:01:01 apfelfrisch kernel: [ 1918.373488] sd 8:0:0:0: Device 
offlined - not ready after error recovery
  Nov  4 23:08:05 apfelfrisch kernel: [ 2342.290042] sd 8:0:0:0: rejecting I/O 
to offline device
  Nov  4 23:08:05 apfelfrisch kernel: [ 2342.300336] sd 8:0:0:0: rejecting I/O 
to offline device
  Nov  4 23:08:06 apfelfrisch kernel: [ 2343.660045] sd 8:0:0:0: rejecting I/O 
to offline device
  
  I tried to set usbcore autosuspend =-1 without success. To remount i've
  to power off the  the device.
  
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  apfel  1975 F pulseaudio
   /dev/snd/controlC2:  apfel  1975 F pulseaudio
   /dev/snd/controlC1:  apfel  1975 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfe024000 irq 21'
     Mixer name : 'Analog Devices AD1988B'
     Components : 'HDA:11d4198b,104381f6,00100200'
     Controls  : 48
     Simple ctrls  : 26
  Card1.Amixer.info:
   Card hw:1 'CX8811'/'Conexant CX8811 at 0xfa00'
     Mixer name : 'CX88'
     Components : ''
     Controls  : 3
     Simple ctrls  : 2
  Card2.Amixer.info:
   Card hw:2 'Audigy2'/'SB Audigy 2 ZS [SB0350] (rev.4, serial:0x20021102) at 
0xac00, irq 17'
     Mixer name : 'SigmaTel STAC9750,51'
     Components : 'AC97a:83847650'
     Controls  : 211
     Simple ctrls  : 46
  Date: Wed Nov  4 23:08:16 2009
  DistroRelease: Ubuntu 9.10
  Failure: oops
  HibernationDevice: RESUME=UUID=dc8fcc91-2d16-4a19-a4f1-5174fdcb61b2
  Lsusb:
   Bus 001 Device 003: ID 152d:2336 JMicron Technology Corp. / JMicron USA 
Technology Corp.
   Bus 001 Device 002: ID 0ace:1215 ZyDAS WLA-54L WiFi
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 046d:c01d Logitech, Inc. MX510 Optical Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux-image-2.6.31-14-generic 2.6.31-14.48
  ProcCmdLine: root=UUID=9d1a07d8-f392-452a-b637-248fb2270819 ro quiet splash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  RelatedPackageVersions:
   linux-backports-modules-2.6.31-14-generic N/A
   linux-firmware 1.24
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  Tags: kernel-oops
  Title: WARNING: at /build/buildd/linux-2.6.31/fs/buffer.c:1152 
mark_buffer_dirty+0x86/0xb0()
  Uname: Linux 2.6.31-14-generic x86_64
  WpaSupplicantLog:
  
  dmi.bios.date: 09/25/2006
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS M2N-E ACPI BIOS Revision 0402
  dmi.board.name: M2N-E
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 1.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSM2N-EACPIBIOSRevision0402:bd09/25/2006:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N-E:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

-- 
USB-Harddisk resets after about 30 minutes
https://bugs.launchpad.net/bugs/474823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs