[Bug 406651] Re: 2.6.28-14 kills PSB driver on Dell Mini 10 Acer One 751h

2009-07-31 Thread pjman
sudo apt-get install psb-kernel-source
sudo shutdown -r now

This fixed it for me.

@jamie:
Maybe try removing it first or doing a reinstall...?

@hardyrulz:
2.6.28-14 kicks ass - What have you noticed that makes this better than 13? 
Do you mind explaining what installing the source from apt-get did? I've never 
done this before and am not familiar with source files in apt/synaptic.

Does anyone know if this kernel update helps with the lock-ups associated with 
the 3d driver in bug#393290?
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-psb/+bug/393290

-- 
2.6.28-14 kills PSB driver on Dell Mini 10  Acer  One 751h
https://bugs.launchpad.net/bugs/406651
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 165113] Re: gksudo nautilus won't set ownership/permissions on files below

2009-06-23 Thread pjman
I'm going to make the leap and mark this bug as invalid. I hope it's not
premature...let me explain.

First, I created the following 'test' directories and files under my
home directory:

[drwxr-xr-x johndoe  johndoe ]  ./permissions_test
|-- [drwxr-xr-x johndoe  johndoe ]  ./permissions_test/apple
|   |-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/apple/seed_a
|   |-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/apple/seed_b
|   `-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/apple/seed_c
|-- [drwxr-xr-x johndoe  johndoe ]  ./permissions_test/grape
|   |-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/grape/vine_a
|   |-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/grape/vine_b
|   `-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/grape/vine_c
`-- [drwxr-xr-x johndoe  johndoe ]  ./permissions_test/plumb
|-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/plumb/pit_a
|-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/plumb/pit_b
`-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/plumb/pit_c

I then completed the following steps:

1) Open up Nautilus (non-gksudo)
2) Right click on the the apple directory and choose properties -- 
Permissions (tab)
3) Change the Others/File Access from --- to None
4) Click Apply Permissions to Enclosed Files - This MUST be done right after 
changing the permission setting to None. Do not click close first!!!

Now you will see that the permissions to the files under apple are now
changed. The default read permission has been removed.

[drwxr-xr-x johndoe  johndoe ]  ./permissions_test
|-- [drwxr-xr-x johndoe  johndoe ]  ./permissions_test/apple
|   |-- [-rw-r- johndoe  johndoe ]  ./permissions_test/apple/seed_a
|   |-- [-rw-r- johndoe  johndoe ]  ./permissions_test/apple/seed_b
|   `-- [-rw-r- johndoe  johndoe ]  ./permissions_test/apple/seed_c
|-- [drwxr-xr-x johndoe  johndoe ]  ./permissions_test/grape
|   |-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/grape/vine_a
|   |-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/grape/vine_b
|   `-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/grape/vine_c
`-- [drwxr-xr-x johndoe  johndoe ]  ./permissions_test/plumb
|-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/plumb/pit_a
|-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/plumb/pit_b
`-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/plumb/pit_c


Here's one more example.

1) Right click on the the permissions_test directory and choose properties 
-- Permissions (tab)
2) Change the Group/Folder Access from Access Files to Create and delete 
files
3) Click Apply Permissions to Enclosed Files - This does NOT need to be done 
at the same time. You can click close and re-open the properties window and 
click Apply Permissions to Enclosed Files. Folder access settings seem to be 
retained whereas the file access settings are not.

Now here are the results. As you can see all the sub-directories now
have read/write/execute for the group properties where before they had
just read/execute access.

[drwxrwxr-x johndoe  johndoe ]  ./permissions_test
|-- [drwxrwxr-x johndoe  johndoe ]  ./permissions_test/apple
|   |-- [-rw-r- johndoe  johndoe ]  ./permissions_test/apple/seed_a
|   |-- [-rw-r- johndoe  johndoe ]  ./permissions_test/apple/seed_b
|   `-- [-rw-r- johndoe  johndoe ]  ./permissions_test/apple/seed_c
|-- [drwxrwxr-x johndoe  johndoe ]  ./permissions_test/grape
|   |-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/grape/vine_a
|   |-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/grape/vine_b
|   `-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/grape/vine_c
`-- [drwxrwxr-x johndoe  johndoe ]  ./permissions_test/plumb
|-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/plumb/pit_a
|-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/plumb/pit_b
`-- [-rw-r--r-- johndoe  johndoe ]  ./permissions_test/plumb/pit_c

My last test, group ownership, failed. This bums me out as this is what
I was hoping to do a few weeks ago when I found this bug report. But, I
don't think this is necessarily a bug, but a missing feature.

The sentence below is copied from Nautilus' help file -
file:///usr/share/gnome/help/user-guide/C/user-guide.xml#nautilus-
permissions-folder

To set permissions for all the items contained in a folder, set the
File Access and Execute properties and click on Apply permissions to
enclosed files.

Nowhere does it mention anything about being able set OWNERSHIP
recursively. Only permissions.

The title of this bug is gksudo nautilus won't set
ownership/permissions on files below. If there are any valid arguments
to keep the bug open, I think it should be renamed to Nautilus won't
recursively set ownership of files and directories. But again, this
just seems like a feature request to me.

** Changed in: nautilus (Ubuntu)
   Status: Triaged = Invalid

-- 
gksudo nautilus won't set ownership/permissions on files 

[Bug 165113] Re: gksudo nautilus won't set ownership/permissions on files below

2009-06-22 Thread pjman
Thanks David for looking into this. I still have to disagree and I do
believe this should be considered a paper cut. As stated above by Greg
Grossmeier, this bug is not just limited to users trying to change
permissions from root using gksudo. This bug also affects users trying
to change permissions of their own files using Nautilus. Please try
changing the group permissions of a directory in your own home directory
which has nested directories and files. Then choose the Apply
permissions to enclosed files option within Nautilus. Permissions will
stay the same and it will not work for you. To me this is a huge bug
since a new user has no other option to change permissions besides
opening up a terminal.

Either this bug needs to be fixed or the button should be removed. I
hope the bug is fixed because how else is a new Ubuntu user going to
change permissions?

-- 
gksudo nautilus won't set ownership/permissions on files below
https://bugs.launchpad.net/bugs/165113
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 165113] Re: gksudo nautilus won't set ownership/permissions on files below

2009-06-16 Thread pjman
The inability to modify the permissions to files in a given directory,
even though it's advertised by a button, is definitely a paper cut.
New users will not be able to chmod from a terminal.

** Changed in: hundredpapercuts
   Status: New = Confirmed

-- 
gksudo nautilus won't set ownership/permissions on files below
https://bugs.launchpad.net/bugs/165113
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 165113] Re: gksudo nautilus won't set ownership/permissions on files below

2009-06-15 Thread pjman
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
gksudo nautilus won't set ownership/permissions on files below
https://bugs.launchpad.net/bugs/165113
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 219848] Re: rhythmbox freezes after playing for an hour or more and locks all sound until reboot

2008-06-03 Thread pjman
I am also having the same problem with the alsa-util.c: Device front:0
doesn't support 44100 Hz, changed to 48000 Hz. errors in
/var/log/messages. I'll try setting everything to alsa to see if that
fixes the problem for me as well.

-- 
rhythmbox freezes after playing for an hour or more and locks all sound until 
reboot
https://bugs.launchpad.net/bugs/219848
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 119114] Feisty LiveCD - No GUI - Detecting video card as PCI:4:0:0 when it should be PCI:5:0:0

2007-06-07 Thread pjman
Public bug reported:

Feisty LiveCD gives me sound but no GUI (black screen). I've tried both
the first option and safe graphics mode. Both show the progress bar
while loading data from the CD. Once that is done the screen goes black
and I hear the Ubuntu startup sound. Gnome never loads.

My hardware:
AMD Athlon 64 3500
Gigabyte GA-K8NXP-SLI
Gigabyte GV-3D1 (Dual GeForce 6600GT GPUs on one card)

After troubleshooting I found the problem is that the LiveCD is setting
my video card's bus identifier incorrectly. It's detecting it as
PCI:4:0:0 when it should be PCI:5:0:0.

My video card has two outputs (VGA and DVI). I tried changing
connections thinking that was the problem with no luck.

Here are the steps I took to get Gnome running after getting the black
screen at boot up:

   1. Press Ctrl+Alt+F1
   2. Type sudo dpkg-reconfigure xserver-xorg
   3. Choose yes to detect video card hardware
   4. Select nv as the drive
   5. Choose defaults until Video card's bus identifier
   6. Change PCI:4:0:0 that is already populated to PCI:5:0:0
   7. Press Ctrl+Alt+F7
   8. Press Ctrl+Alt+Backspace to restart X
   9. Gnome loads

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

** Summary changed:

- Feisty LiveCD - No GUI - Detecting video card as PCI:4:0:0 when it should 
be PCI:5:0:0
+ Feisty LiveCD - No GUI - Setting video card's bus identifier incorrectly

-- 
Feisty LiveCD - No GUI - Setting video card's bus identifier incorrectly
https://bugs.launchpad.net/bugs/119114
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 116440] Re: USB hard drive (iPod) I/O errors on read

2007-05-29 Thread pjman
** Summary changed:

- USB hard drive (iPod) I/O errors on read. Works fine in Feisty LiveCD
+ USB hard drive (iPod) I/O errors on read

** Description changed:

  Binary package hint: linux-source-2.6.20
  
  I'm getting I/O errors when trying to read from a USB drive (iPod, 4th
  gen, 20 GB) on a fresh Feisty install.
  
- -The USB drive (iPod) works fine while booted up to a Feisty LiveCD
  -The USB drive (iPod) works fine in Windows XP
- -I have a second, identical, iPod that acts the same way (I/O errors while 
reading on a fresh Feisty install but works fine with the LiveCD and Windows XP)
+ -I have a second, identical, iPod that acts the same way
  
  Kernel: 2.6.20-15-generic
  
  /var/log/messages
  [  81.186626] usb 4-2: new high speed USB device using ehci_hcd and address 3
  [  81.319663] usb 4-2: configuration #1 chosen from 1 choice
  [  81.320018] scsi1 : SCSI emulation for USB Mass Storage devices
  [  86.323066] scsi 1:0:0:0: Direct-AccessAppleiPod1.62 
PQ: 0 ANSI: 0
  [  86.326962] SCSI device sdb: 39063023 512-byte hdwr sectors (2 MB)
  [  86.327854] sdb: Write Protect is off
  [  86.329474] SCSI device sdb: 39063023 512-byte hdwr sectors (2 MB)
  [  86.330351] sdb: Write Protect is off
  [  86.330362]  sdb: sdb1 sdb2
  [  86.401917] sd 1:0:0:0: Attached scsi removable disk sdb
  [  86.402002] sd 1:0:0:0: Attached scsi generic sg1 type 0
  [  102.963876] usb 4-2: reset high speed USB device using ehci_hcd and 
address 3
  [  133.204025] usb 4-2: reset high speed USB device using ehci_hcd and 
address 3
  [  143.446733] usb 4-2: reset high speed USB device using ehci_hcd and 
address 3
  [  159.792681] usb 4-2: reset high speed USB device using ehci_hcd and 
address 3
  [  160.040649] usb 4-2: reset high speed USB device using ehci_hcd and 
address 3
  [  170.283313] usb 4-2: reset high speed USB device using ehci_hcd and 
address 3
  [  170.416509] sd 1:0:0:0: scsi: Device offlined - not ready after error 
recovery
  [  170.416532] sd 1:0:0:0: SCSI error: return code = 0x0005
  [  170.416536] end_request: I/O error, dev sdb, sector 11072029
  [  170.416595] lost page write due to I/O error on sdb2
  [  170.416610] lost page write due to I/O error on sdb2
  [  170.416625] lost page write due to I/O error on sdb2
  [  170.416633] lost page write due to I/O error on sdb2
  [  170.416646] lost page write due to I/O error on sdb2
  [  170.416654] lost page write due to I/O error on sdb2
  [  170.416661] lost page write due to I/O error on sdb2
  [  170.416668] lost page write due to I/O error on sdb2
  [  176.519551] lost page write due to I/O error on sdb2
  [  176.519567] lost page write due to I/O error on sdb2
  [  210.206268] usb 4-2: USB disconnect, address 3
  
  /var/log/dmesg
  [  26.397583] usb 1-1: new full speed USB device using uhci_hcd and address 3
  [  26.567620] usb 1-1: configuration #1 chosen from 1 choice
  [  26.572573] hub 1-1:1.0: USB hub found
  [  26.574518] hub 1-1:1.0: 3 ports detected
  [  26.845607] hdc: LTN526D, ATAPI CD/DVD-ROM drive
  [  26.887371] usb 1-1.1: new full speed USB device using uhci_hcd and address 
4
  [  27.031437] usb 1-1.1: configuration #1 chosen from 1 choice
  [  27.247224] usb 1-1.2: new full speed USB device using uhci_hcd and address 
5
  [  27.392287] usb 1-1.2: configuration #1 chosen from 1 choice
  [  27.599068] usb 1-1.3: new full speed USB device using uhci_hcd and address 
6
  [  27.629510] hdd: PLEXTOR CD-R PX-W1210A, ATAPI CD/DVD-ROM drive
  [  27.685829] ide1 at 0x170-0x177,0x376 on irq 15
  [  27.697154] SCSI subsystem initialized
  [  27.704343] libata version 2.20 loaded.
  [  27.716512] hda: max request size: 128KiB
  [  27.724969] hda: 78165360 sectors (40020 MB) w/2048KiB Cache, 
CHS=65535/16/63, UDMA(100)
  [  27.724982] hda: cache flushes not supported
  [  27.725065]  hda: hda1 hda2 6usb 1-1.3: configuration #1 chosen from 1 
choice
  [  27.768828] usbcore: registered new interface driver libusual
  [  27.775215] Initializing USB Mass Storage driver...
  [  27.779032]  hda5 
  [  27.779760] hdb: max request size: 128KiB
  [  27.785634] hdb: 8421840 sectors (4311 MB) w/256KiB Cache, CHS=8912/15/63, 
UDMA(66)
  [  27.785646] hdb: cache flushes not supported
  [  27.785710]  hdb:6scsi0 : SCSI emulation for USB Mass Storage devices
  [  27.786890] usbcore: registered new interface driver usb-storage
  [  27.786896] USB Mass Storage support registered.
  [  27.787045] usb-storage: device found at 6
  [  27.787049] usb-storage: waiting for device to settle before scanning
  [  27.820845]  hdb1
  [  27.832704] hdc: ATAPI 52X CD-ROM drive, 120kB Cache, UDMA(33)
  [  27.832717] Uniform CD-ROM driver Revision: 3.20
  [  27.872893] hdd: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
  [  28.354832] Attempting manual resume
  [  28.354838] swsusp: Resume From Partition 3:5
  [  28.354841] PM: Checking swsusp image.
  [  28.355024] PM: Resume from disk failed.
  [  28.390346] kjournald starting.  

[Bug 116440] USB hard drive (iPod) I/O errors on read. Works fine in Feisty LiveCD

2007-05-23 Thread pjman
Public bug reported:

Binary package hint: linux-source-2.6.20

I'm getting I/O errors when trying to read from a USB drive (iPod, 4th
gen, 20 GB) on a fresh Feisty install.

-The USB drive (iPod) works fine while booted up to a Feisty LiveCD
-The USB drive (iPod) works fine in Windows XP
-I have a second, identical, iPod that acts the same way (I/O errors while 
reading on a fresh Feisty install but works fine with the LiveCD and Windows XP)

Kernel: 2.6.20-15-generic

/var/log/messages
[  81.186626] usb 4-2: new high speed USB device using ehci_hcd and address 3
[  81.319663] usb 4-2: configuration #1 chosen from 1 choice
[  81.320018] scsi1 : SCSI emulation for USB Mass Storage devices
[  86.323066] scsi 1:0:0:0: Direct-AccessAppleiPod1.62 PQ: 
0 ANSI: 0
[  86.326962] SCSI device sdb: 39063023 512-byte hdwr sectors (2 MB)
[  86.327854] sdb: Write Protect is off
[  86.329474] SCSI device sdb: 39063023 512-byte hdwr sectors (2 MB)
[  86.330351] sdb: Write Protect is off
[  86.330362]  sdb: sdb1 sdb2
[  86.401917] sd 1:0:0:0: Attached scsi removable disk sdb
[  86.402002] sd 1:0:0:0: Attached scsi generic sg1 type 0
[  102.963876] usb 4-2: reset high speed USB device using ehci_hcd and address 3
[  133.204025] usb 4-2: reset high speed USB device using ehci_hcd and address 3
[  143.446733] usb 4-2: reset high speed USB device using ehci_hcd and address 3
[  159.792681] usb 4-2: reset high speed USB device using ehci_hcd and address 3
[  160.040649] usb 4-2: reset high speed USB device using ehci_hcd and address 3
[  170.283313] usb 4-2: reset high speed USB device using ehci_hcd and address 3
[  170.416509] sd 1:0:0:0: scsi: Device offlined - not ready after error 
recovery
[  170.416532] sd 1:0:0:0: SCSI error: return code = 0x0005
[  170.416536] end_request: I/O error, dev sdb, sector 11072029
[  170.416595] lost page write due to I/O error on sdb2
[  170.416610] lost page write due to I/O error on sdb2
[  170.416625] lost page write due to I/O error on sdb2
[  170.416633] lost page write due to I/O error on sdb2
[  170.416646] lost page write due to I/O error on sdb2
[  170.416654] lost page write due to I/O error on sdb2
[  170.416661] lost page write due to I/O error on sdb2
[  170.416668] lost page write due to I/O error on sdb2
[  176.519551] lost page write due to I/O error on sdb2
[  176.519567] lost page write due to I/O error on sdb2
[  210.206268] usb 4-2: USB disconnect, address 3

/var/log/dmesg
[  26.397583] usb 1-1: new full speed USB device using uhci_hcd and address 3
[  26.567620] usb 1-1: configuration #1 chosen from 1 choice
[  26.572573] hub 1-1:1.0: USB hub found
[  26.574518] hub 1-1:1.0: 3 ports detected
[  26.845607] hdc: LTN526D, ATAPI CD/DVD-ROM drive
[  26.887371] usb 1-1.1: new full speed USB device using uhci_hcd and address 4
[  27.031437] usb 1-1.1: configuration #1 chosen from 1 choice
[  27.247224] usb 1-1.2: new full speed USB device using uhci_hcd and address 5
[  27.392287] usb 1-1.2: configuration #1 chosen from 1 choice
[  27.599068] usb 1-1.3: new full speed USB device using uhci_hcd and address 6
[  27.629510] hdd: PLEXTOR CD-R PX-W1210A, ATAPI CD/DVD-ROM drive
[  27.685829] ide1 at 0x170-0x177,0x376 on irq 15
[  27.697154] SCSI subsystem initialized
[  27.704343] libata version 2.20 loaded.
[  27.716512] hda: max request size: 128KiB
[  27.724969] hda: 78165360 sectors (40020 MB) w/2048KiB Cache, 
CHS=65535/16/63, UDMA(100)
[  27.724982] hda: cache flushes not supported
[  27.725065]  hda: hda1 hda2 6usb 1-1.3: configuration #1 chosen from 1 
choice
[  27.768828] usbcore: registered new interface driver libusual
[  27.775215] Initializing USB Mass Storage driver...
[  27.779032]  hda5 
[  27.779760] hdb: max request size: 128KiB
[  27.785634] hdb: 8421840 sectors (4311 MB) w/256KiB Cache, CHS=8912/15/63, 
UDMA(66)
[  27.785646] hdb: cache flushes not supported
[  27.785710]  hdb:6scsi0 : SCSI emulation for USB Mass Storage devices
[  27.786890] usbcore: registered new interface driver usb-storage
[  27.786896] USB Mass Storage support registered.
[  27.787045] usb-storage: device found at 6
[  27.787049] usb-storage: waiting for device to settle before scanning
[  27.820845]  hdb1
[  27.832704] hdc: ATAPI 52X CD-ROM drive, 120kB Cache, UDMA(33)
[  27.832717] Uniform CD-ROM driver Revision: 3.20
[  27.872893] hdd: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
[  28.354832] Attempting manual resume
[  28.354838] swsusp: Resume From Partition 3:5
[  28.354841] PM: Checking swsusp image.
[  28.355024] PM: Resume from disk failed.
[  28.390346] kjournald starting.  Commit interval 5 seconds
[  28.390365] EXT3-fs: mounted filesystem with ordered data mode.
[  32.836978] usb-storage: device scan complete
[  32.983904] scsi 0:0:0:0: Direct-AccessOEI-USB  CF/SM/SD/MS  2.4 PQ: 
0 ANSI: 0

** Affects: linux-source-2.6.20 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
USB hard drive (iPod) I/O errors on read. 

[Bug 116440] Re: USB hard drive (iPod) I/O errors on read. Works fine in Feisty LiveCD

2007-05-23 Thread pjman

** Attachment added: lspci_vv
   http://librarian.launchpad.net/7757106/lspci_vv

-- 
USB hard drive (iPod) I/O errors on read. Works fine in Feisty LiveCD
https://bugs.launchpad.net/bugs/116440
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 116440] Re: USB hard drive (iPod) I/O errors on read. Works fine in Feisty LiveCD

2007-05-23 Thread pjman

** Attachment added: lspci_vvn
   http://librarian.launchpad.net/7757109/lspci_vvn

-- 
USB hard drive (iPod) I/O errors on read. Works fine in Feisty LiveCD
https://bugs.launchpad.net/bugs/116440
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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