public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] external SSD problem
@ 2013-05-28 19:23 Grant
  2013-05-28 20:39 ` Paul Hartman
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Grant @ 2013-05-28 19:23 UTC (permalink / raw
  To: Gentoo mailing list

I just got one of these:

http://www.newegg.com/Product/Product.aspx?Item=N82E16820208913

It seems to work fine except that once I eject it in Thunar, I get
this in dmesg:

sd 8:0:0:0: [sdb] Synchronizing SCSI cache
sd 8:0:0:0: Device offlined - not ready after error recovery

The only way to get the /dev/sdb device back is to 'modprobe -r
xhci_hcd && modprobe xhci_hcd'.  I've tried two different USB3 cables.
 I have an external USB3 hard drive that works fine but /dev/sdb
doesn't appear after ejecting the SSD unless I modprobe xhci_hcd.
Should I file a kernel bug?

- Grant


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

* Re: [gentoo-user] external SSD problem
  2013-05-28 19:23 [gentoo-user] external SSD problem Grant
@ 2013-05-28 20:39 ` Paul Hartman
  2013-05-29  0:10   ` Grant
  2013-05-29  6:57   ` Stefan G. Weichinger
  2013-05-29 14:57 ` [gentoo-user] Re: external SSD problem James
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 18+ messages in thread
From: Paul Hartman @ 2013-05-28 20:39 UTC (permalink / raw
  To: gentoo-user

On Tue, May 28, 2013 at 2:23 PM, Grant <emailgrant@gmail.com> wrote:
> I just got one of these:
>
> http://www.newegg.com/Product/Product.aspx?Item=N82E16820208913
>
> It seems to work fine except that once I eject it in Thunar, I get
> this in dmesg:
>
> sd 8:0:0:0: [sdb] Synchronizing SCSI cache
> sd 8:0:0:0: Device offlined - not ready after error recovery
>
> The only way to get the /dev/sdb device back is to 'modprobe -r
> xhci_hcd && modprobe xhci_hcd'.  I've tried two different USB3 cables.
>  I have an external USB3 hard drive that works fine but /dev/sdb
> doesn't appear after ejecting the SSD unless I modprobe xhci_hcd.
> Should I file a kernel bug?

You can maybe also post it to the linux-usb mailing list
(linux-usb@vger.kernel.org), I think there is at least one person
there who works exclusively on XHCI stuff in the kernel.

You might also want to check if there are any firmware updates for the
USB3 chipset on your motherboard. lspci should reveal the chipset. My
old motherboard had a flaky USB3 chipset (Renesas/NEC) that could only
be updated from Windows, so I never bothered with updating it, but
there are some that are updatable from within linux or from a DOS boot
disk.


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

* Re: [gentoo-user] external SSD problem
  2013-05-28 20:39 ` Paul Hartman
@ 2013-05-29  0:10   ` Grant
  2013-05-29  6:57   ` Stefan G. Weichinger
  1 sibling, 0 replies; 18+ messages in thread
From: Grant @ 2013-05-29  0:10 UTC (permalink / raw
  To: Gentoo mailing list

>> I just got one of these:
>>
>> http://www.newegg.com/Product/Product.aspx?Item=N82E16820208913
>>
>> It seems to work fine except that once I eject it in Thunar, I get
>> this in dmesg:
>>
>> sd 8:0:0:0: [sdb] Synchronizing SCSI cache
>> sd 8:0:0:0: Device offlined - not ready after error recovery
>>
>> The only way to get the /dev/sdb device back is to 'modprobe -r
>> xhci_hcd && modprobe xhci_hcd'.  I've tried two different USB3 cables.
>>  I have an external USB3 hard drive that works fine but /dev/sdb
>> doesn't appear after ejecting the SSD unless I modprobe xhci_hcd.
>> Should I file a kernel bug?
>
> You can maybe also post it to the linux-usb mailing list
> (linux-usb@vger.kernel.org), I think there is at least one person
> there who works exclusively on XHCI stuff in the kernel.
>
> You might also want to check if there are any firmware updates for the
> USB3 chipset on your motherboard. lspci should reveal the chipset. My
> old motherboard had a flaky USB3 chipset (Renesas/NEC) that could only
> be updated from Windows, so I never bothered with updating it, but
> there are some that are updatable from within linux or from a DOS boot
> disk.

Thanks Paul.  I'm posting this to linux-usb.  My laptop is a Dell
XPS13 and here's the lspci -v:

02:00.0 USB controller: Fresco Logic FL1009 USB 3.0 Host Controller
(rev 02) (prog-if 30 [XHCI])
Subsystem: Dell Device 052e
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at f0400000 (64-bit, non-prefetchable) [size=64K]
Memory at f0410000 (64-bit, non-prefetchable) [size=4K]
Memory at f0411000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [b0] MSI-X: Enable+ Count=8 Masked-
Capabilities: [100] Advanced Error Reporting
Kernel driver in use: xhci_hcd
Kernel modules: xhci_hcd

- Grant


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

* Re: [gentoo-user] external SSD problem
  2013-05-28 20:39 ` Paul Hartman
  2013-05-29  0:10   ` Grant
@ 2013-05-29  6:57   ` Stefan G. Weichinger
  2013-06-04  9:13     ` [gentoo-user] enumerate USB Stefan G. Weichinger
  1 sibling, 1 reply; 18+ messages in thread
From: Stefan G. Weichinger @ 2013-05-29  6:57 UTC (permalink / raw
  To: gentoo-user

Am 28.05.2013 22:39, schrieb Paul Hartman:

> You can maybe also post it to the linux-usb mailing list
> (linux-usb@vger.kernel.org), I think there is at least one person
> there who works exclusively on XHCI stuff in the kernel.
> 
> You might also want to check if there are any firmware updates for the
> USB3 chipset on your motherboard. lspci should reveal the chipset. My
> old motherboard had a flaky USB3 chipset (Renesas/NEC) that could only
> be updated from Windows, so I never bothered with updating it, but
> there are some that are updatable from within linux or from a DOS boot
> disk.

A bit different topic but similar: I get problems with using a PL2303
usb-to-serial-adapter lately. Same issue on thinkpad and main desktop pc
so that might not be the chipset.

Something like this:

http://www.geekdevs.com/2010/04/solved-unable-to-enumerate-usb-device-disabling-ehci_hcd/

disabling ehci_hcd disabled my keyboard as well so that is no solution ;-)

Maybe I didn't fully understand how to do that ... anyone in here
already solved that?

I use that pl2303 to access embedded PCs like ALIX or WRAP to configure
routers/firewalls ... it would be great to have that available on my
thinkpad again.

Stefan


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

* [gentoo-user] Re: external SSD problem
  2013-05-28 19:23 [gentoo-user] external SSD problem Grant
  2013-05-28 20:39 ` Paul Hartman
@ 2013-05-29 14:57 ` James
  2013-05-29 14:59 ` James
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 18+ messages in thread
From: James @ 2013-05-29 14:57 UTC (permalink / raw
  To: gentoo-user

Grant <emailgrant <at> gmail.com> writes:


> sd 8:0:0:0: [sdb] Synchronizing SCSI cache
> sd 8:0:0:0: Device offlined - not ready after error recovery

> The only way to get the /dev/sdb device back is to 'modprobe -r
> xhci_hcd && modprobe xhci_hcd'.  I've tried two different USB3 cables.
>  I have an external USB3 hard drive that works fine but /dev/sdb
> doesn't appear after ejecting the SSD unless I modprobe xhci_hcd.
> Should I file a kernel bug?

Hello Grant,

I've had similar device issues with hardware attached
to the pci bus. I found this obscure command that
updates the master list of pci device "id" on a gentoo system:

/usr/sbin/update-pciids 

This may help:
http://www.gossamer-threads.com/lists/gentoo/user/198486

Maybe there is such a script for usb buss related numbers,
or the ones posted for your devices need updating?

It's a shot in the dark, but may give you and idea
on what's misaligned with that particular device?

hth,
James



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

* [gentoo-user] Re: external SSD problem
  2013-05-28 19:23 [gentoo-user] external SSD problem Grant
  2013-05-28 20:39 ` Paul Hartman
  2013-05-29 14:57 ` [gentoo-user] Re: external SSD problem James
@ 2013-05-29 14:59 ` James
  2013-05-29 15:46   ` Grant
  2013-05-30  6:36 ` [gentoo-user] " J. Roeleveld
  2013-05-30 12:40 ` Bruce Hill
  4 siblings, 1 reply; 18+ messages in thread
From: James @ 2013-05-29 14:59 UTC (permalink / raw
  To: gentoo-user

Grant <emailgrant <at> gmail.com> writes:


> sd 8:0:0:0: [sdb] Synchronizing SCSI cache
> sd 8:0:0:0: Device offlined - not ready after error recovery

Grant,

Look at:
/usr/share/misc/*   

to get an idea of the numberings for various
hardware devices.

hth,
James





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

* Re: [gentoo-user] Re: external SSD problem
  2013-05-29 14:59 ` James
@ 2013-05-29 15:46   ` Grant
  2013-05-29 17:43     ` James
  0 siblings, 1 reply; 18+ messages in thread
From: Grant @ 2013-05-29 15:46 UTC (permalink / raw
  To: Gentoo mailing list

>> sd 8:0:0:0: [sdb] Synchronizing SCSI cache
>> sd 8:0:0:0: Device offlined - not ready after error recovery
>
> Grant,
>
> Look at:
> /usr/share/misc/*
>
> to get an idea of the numberings for various
> hardware devices.

lsusb shows the following for my SSD:

Bus 004 Device 002: ID 174c:07d1 ASMedia Technology Inc.

I updated to hwids-99999999 but 174c:07d1 doesn't match any device in
/usr/share/misc/usb.ids that I can see.  Could that be the problem?

I also noticed these messages in dmesg after removing and reloading
the xhci_hcd module:

Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
...
Parent hub missing LPM exit latency info.  Power management will be impacted.

- Grant


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

* [gentoo-user] Re: external SSD problem
  2013-05-29 15:46   ` Grant
@ 2013-05-29 17:43     ` James
  2013-05-29 17:48       ` James
  2013-05-29 19:17       ` Grant
  0 siblings, 2 replies; 18+ messages in thread
From: James @ 2013-05-29 17:43 UTC (permalink / raw
  To: gentoo-user

Grant <emailgrant <at> gmail.com> writes:


> > Look at:
> > /usr/share/misc/*

> > to get an idea of the numberings for various
> > hardware devices.

> lsusb shows the following for my SSD:
> Bus 004 Device 002: ID 174c:07d1 ASMedia Technology Inc.
 
> I updated to hwids-99999999 but 174c:07d1 doesn't match any device in
> /usr/share/misc/usb.ids that I can see.  Could that be the problem?

Hard to say. These sort of things are difficult to flush out.
You do need to find a dev in this area and make inqueries,
and just keep googling..... and digging. Look for a firmware
dev that works for the company, or open up a trouble ticket
with the company that manufactures the device (if you can find
them).


> I also noticed these messages in dmesg after removing and reloading
> the xhci_hcd module:

> Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK

> Parent hub missing LPM exit latency info.  Power management will be 
> impacted.


This stuff is complicated hooking up SD(hard drives) 
that are connected via the usb(3) buss. I use to have
some usb buss analyzer software, but it was MS based
and I do not have access to such fancy commercial software
at this time.

It looks like you've found the error trail. How to fix it,
from my experience, is all about using googl until you find
somebody with the right knowledge.  I'd suggest going to the 
dev (kernel docs) for that part of the kernel for these things to find
somebody qualified to really help you. Somebody to advise
you who really knows what's going on.  Read the comments
for the various parts of the kernel and track down the maintainers
or devs.....


Sorry I could not be of more help.
Good Hunting!
James





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

* [gentoo-user] Re: external SSD problem
  2013-05-29 17:43     ` James
@ 2013-05-29 17:48       ` James
  2013-05-29 17:52         ` James
  2013-05-29 19:17       ` Grant
  1 sibling, 1 reply; 18+ messages in thread
From: James @ 2013-05-29 17:48 UTC (permalink / raw
  To: gentoo-user

James <wireless <at> tampabay.rr.com> writes:


> > lsusb shows the following for my SSD:
> > Bus 004 Device 002: ID 174c:07d1 ASMedia Technology Inc.

http://www.totalphase.com/products/beagle_usb5000_v1/


Maybe there is a free usb software based buss analyzer
out there?


James



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

* [gentoo-user] Re: external SSD problem
  2013-05-29 17:48       ` James
@ 2013-05-29 17:52         ` James
  0 siblings, 0 replies; 18+ messages in thread
From: James @ 2013-05-29 17:52 UTC (permalink / raw
  To: gentoo-user

James <wireless <at> tampabay.rr.com> writes:


> Maybe there is a free usb software based buss analyzer
> out there?


http://www.lvr.com/development_tools.htm



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

* Re: [gentoo-user] Re: external SSD problem
  2013-05-29 17:43     ` James
  2013-05-29 17:48       ` James
@ 2013-05-29 19:17       ` Grant
  1 sibling, 0 replies; 18+ messages in thread
From: Grant @ 2013-05-29 19:17 UTC (permalink / raw
  To: Gentoo mailing list

>> > Look at:
>> > /usr/share/misc/*
>
>> > to get an idea of the numberings for various
>> > hardware devices.
>
>> lsusb shows the following for my SSD:
>> Bus 004 Device 002: ID 174c:07d1 ASMedia Technology Inc.
>
>> I updated to hwids-99999999 but 174c:07d1 doesn't match any device in
>> /usr/share/misc/usb.ids that I can see.  Could that be the problem?
>
> Hard to say. These sort of things are difficult to flush out.
> You do need to find a dev in this area and make inqueries,
> and just keep googling..... and digging. Look for a firmware
> dev that works for the company, or open up a trouble ticket
> with the company that manufactures the device (if you can find
> them).
>
>
>> I also noticed these messages in dmesg after removing and reloading
>> the xhci_hcd module:
>
>> Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
>
>> Parent hub missing LPM exit latency info.  Power management will be
>> impacted.
>
>
> This stuff is complicated hooking up SD(hard drives)
> that are connected via the usb(3) buss. I use to have
> some usb buss analyzer software, but it was MS based
> and I do not have access to such fancy commercial software
> at this time.
>
> It looks like you've found the error trail. How to fix it,
> from my experience, is all about using googl until you find
> somebody with the right knowledge.  I'd suggest going to the
> dev (kernel docs) for that part of the kernel for these things to find
> somebody qualified to really help you. Somebody to advise
> you who really knows what's going on.  Read the comments
> for the various parts of the kernel and track down the maintainers
> or devs.....
>
>
> Sorry I could not be of more help.
> Good Hunting!
> James

OK I will report back with what I find.

- Grant


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

* Re: [gentoo-user] external SSD problem
  2013-05-28 19:23 [gentoo-user] external SSD problem Grant
                   ` (2 preceding siblings ...)
  2013-05-29 14:59 ` James
@ 2013-05-30  6:36 ` J. Roeleveld
  2013-05-30 15:08   ` Grant
  2013-05-30 12:40 ` Bruce Hill
  4 siblings, 1 reply; 18+ messages in thread
From: J. Roeleveld @ 2013-05-30  6:36 UTC (permalink / raw
  To: gentoo-user

Grant <emailgrant@gmail.com> wrote:

>I just got one of these:
>
>http://www.newegg.com/Product/Product.aspx?Item=N82E16820208913
>
>It seems to work fine except that once I eject it in Thunar, I get
>this in dmesg:
>
>sd 8:0:0:0: [sdb] Synchronizing SCSI cache
>sd 8:0:0:0: Device offlined - not ready after error recovery
>
>The only way to get the /dev/sdb device back is to 'modprobe -r
>xhci_hcd && modprobe xhci_hcd'.  I've tried two different USB3 cables.
> I have an external USB3 hard drive that works fine but /dev/sdb
>doesn't appear after ejecting the SSD unless I modprobe xhci_hcd.
>Should I file a kernel bug?
>
>- Grant

Grant.

Does it come back after unplugging and reconnecting it?
When you eject a device. The device needs to send a insertion notice for it to be rescanned.

Eject was originally designed for removable media in a drive (floppy/cd/dvd/...).

Usb stick and harddrives don't always send the newdiskinserted reply to an eject action.
There are some that do. I have examples of both at home.

--
Joost
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.


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

* Re: [gentoo-user] external SSD problem
  2013-05-28 19:23 [gentoo-user] external SSD problem Grant
                   ` (3 preceding siblings ...)
  2013-05-30  6:36 ` [gentoo-user] " J. Roeleveld
@ 2013-05-30 12:40 ` Bruce Hill
  2013-05-30 15:15   ` Grant
  4 siblings, 1 reply; 18+ messages in thread
From: Bruce Hill @ 2013-05-30 12:40 UTC (permalink / raw
  To: gentoo-user

On Tue, May 28, 2013 at 12:23:25PM -0700, Grant wrote:
> I just got one of these:
> 
> http://www.newegg.com/Product/Product.aspx?Item=N82E16820208913
> 
> It seems to work fine except that once I eject it in Thunar, I get
> this in dmesg:
> 
> sd 8:0:0:0: [sdb] Synchronizing SCSI cache
> sd 8:0:0:0: Device offlined - not ready after error recovery
> 
> The only way to get the /dev/sdb device back is to 'modprobe -r
> xhci_hcd && modprobe xhci_hcd'.  I've tried two different USB3 cables.
>  I have an external USB3 hard drive that works fine but /dev/sdb
> doesn't appear after ejecting the SSD unless I modprobe xhci_hcd.
> Should I file a kernel bug?
> 
> - Grant

Knowing you want to use Thunar, and arriving late in this thread, you may
happily press D if this has been discussed...

What happens if you issue "umount /mountpoint" from a vt, rather than clicking
"eject" in Thunar?

Also, hard drives attached via USB give fuzzy results at best. After years of
trying many different things/software in Gentoo, now I just hang a serial
cable out of my workstation, and an external power adapter close. STILL there
are times when it's not behaving properly.

Cheers,
Bruce
-- 
Happy Penguin Computers               >')
126 Fenco Drive                       ( \
Tupelo, MS 38801                       ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.                                                                                                                                                          
Q: Why is top-posting such a bad thing?                                                                                                                                                                                        
A: Top-posting.                                                                                                                                                                                                                
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting


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

* Re: [gentoo-user] external SSD problem
  2013-05-30  6:36 ` [gentoo-user] " J. Roeleveld
@ 2013-05-30 15:08   ` Grant
  0 siblings, 0 replies; 18+ messages in thread
From: Grant @ 2013-05-30 15:08 UTC (permalink / raw
  To: Gentoo mailing list

>>I just got one of these:
>>
>>http://www.newegg.com/Product/Product.aspx?Item=N82E16820208913
>>
>>It seems to work fine except that once I eject it in Thunar, I get
>>this in dmesg:
>>
>>sd 8:0:0:0: [sdb] Synchronizing SCSI cache
>>sd 8:0:0:0: Device offlined - not ready after error recovery
>>
>>The only way to get the /dev/sdb device back is to 'modprobe -r
>>xhci_hcd && modprobe xhci_hcd'.  I've tried two different USB3 cables.
>> I have an external USB3 hard drive that works fine but /dev/sdb
>>doesn't appear after ejecting the SSD unless I modprobe xhci_hcd.
>>Should I file a kernel bug?
>
> Does it come back after unplugging and reconnecting it?

It does not unless I also issue 'modprobe -r xhci_hcd && modprobe
xhci_hcd'.  Another USB3 HD I have comes back after ejecting,
unplugging, and reconnecting, but not the USB3 SSD.

 - Grant


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

* Re: [gentoo-user] external SSD problem
  2013-05-30 12:40 ` Bruce Hill
@ 2013-05-30 15:15   ` Grant
  2013-05-30 15:41     ` Bruce Hill
  0 siblings, 1 reply; 18+ messages in thread
From: Grant @ 2013-05-30 15:15 UTC (permalink / raw
  To: Gentoo mailing list

>> I just got one of these:
>>
>> http://www.newegg.com/Product/Product.aspx?Item=N82E16820208913
>>
>> It seems to work fine except that once I eject it in Thunar, I get
>> this in dmesg:
>>
>> sd 8:0:0:0: [sdb] Synchronizing SCSI cache
>> sd 8:0:0:0: Device offlined - not ready after error recovery
>>
>> The only way to get the /dev/sdb device back is to 'modprobe -r
>> xhci_hcd && modprobe xhci_hcd'.  I've tried two different USB3 cables.
>>  I have an external USB3 hard drive that works fine but /dev/sdb
>> doesn't appear after ejecting the SSD unless I modprobe xhci_hcd.
>> Should I file a kernel bug?
>
> What happens if you issue "umount /mountpoint" from a vt, rather than clicking
> "eject" in Thunar?

That does work fine as does right-click + Unmount from within Thunar.
Ejecting from within Thunar seems to be the troublesome one.

- Grant


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

* Re: [gentoo-user] external SSD problem
  2013-05-30 15:15   ` Grant
@ 2013-05-30 15:41     ` Bruce Hill
  2013-05-30 16:11       ` Grant
  0 siblings, 1 reply; 18+ messages in thread
From: Bruce Hill @ 2013-05-30 15:41 UTC (permalink / raw
  To: gentoo-user

On Thu, May 30, 2013 at 08:15:16AM -0700, Grant wrote:
> >
> > What happens if you issue "umount /mountpoint" from a vt, rather than clicking
> > "eject" in Thunar?
> 
> That does work fine as does right-click + Unmount from within Thunar.
> Ejecting from within Thunar seems to be the troublesome one.

It appears the problem is with Thunar's "eject" command then. IIRC the eject
apps were more, if not especially, intended for CD-ROM devices. At any rate
you need to investigate what is being run when this script is executed when
you press the radio button (or whatever) in Thunar for "eject".

sys-apps/util-linux obsoleted sys-apps/eject on 06 Sep 2012, and we still
sys-block/eject in portage. Which one does Thunar call?

Sorry I've no time for investigating, and don't have Thunar installed on any
PC atm.

Cheers,
Bruce
-- 
Happy Penguin Computers               >')
126 Fenco Drive                       ( \
Tupelo, MS 38801                       ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.                                                                                                                                                          
Q: Why is top-posting such a bad thing?                                                                                                                                                                                        
A: Top-posting.                                                                                                                                                                                                                
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting


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

* Re: [gentoo-user] external SSD problem
  2013-05-30 15:41     ` Bruce Hill
@ 2013-05-30 16:11       ` Grant
  0 siblings, 0 replies; 18+ messages in thread
From: Grant @ 2013-05-30 16:11 UTC (permalink / raw
  To: Gentoo mailing list

>> > What happens if you issue "umount /mountpoint" from a vt, rather than clicking
>> > "eject" in Thunar?
>>
>> That does work fine as does right-click + Unmount from within Thunar.
>> Ejecting from within Thunar seems to be the troublesome one.
>
> It appears the problem is with Thunar's "eject" command then. IIRC the eject
> apps were more, if not especially, intended for CD-ROM devices. At any rate
> you need to investigate what is being run when this script is executed when
> you press the radio button (or whatever) in Thunar for "eject".
>
> sys-apps/util-linux obsoleted sys-apps/eject on 06 Sep 2012, and we still
> sys-block/eject in portage. Which one does Thunar call?
>
> Sorry I've no time for investigating, and don't have Thunar installed on any
> PC atm.

Thanks for your help Bruce.  I'm passing this info to linux-usb too.
I'll report back with what I find.

- Grant


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

* Re: [gentoo-user] enumerate USB
  2013-05-29  6:57   ` Stefan G. Weichinger
@ 2013-06-04  9:13     ` Stefan G. Weichinger
  0 siblings, 0 replies; 18+ messages in thread
From: Stefan G. Weichinger @ 2013-06-04  9:13 UTC (permalink / raw
  To: gentoo-user

Am 29.05.2013 08:57, schrieb Stefan G. Weichinger:

> A bit different topic but similar: I get problems with using a PL2303
> usb-to-serial-adapter lately. Same issue on thinkpad and main desktop pc
> so that might not be the chipset.
> 
> Something like this:
> 
> http://www.geekdevs.com/2010/04/solved-unable-to-enumerate-usb-device-disabling-ehci_hcd/
> 
> disabling ehci_hcd disabled my keyboard as well so that is no solution ;-)
> 
> Maybe I didn't fully understand how to do that ... anyone in here
> already solved that?
> 
> I use that pl2303 to access embedded PCs like ALIX or WRAP to configure
> routers/firewalls ... it would be great to have that available on my
> thinkpad again.

Does anyone know that issue?

Stefan



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

end of thread, other threads:[~2013-06-04  9:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28 19:23 [gentoo-user] external SSD problem Grant
2013-05-28 20:39 ` Paul Hartman
2013-05-29  0:10   ` Grant
2013-05-29  6:57   ` Stefan G. Weichinger
2013-06-04  9:13     ` [gentoo-user] enumerate USB Stefan G. Weichinger
2013-05-29 14:57 ` [gentoo-user] Re: external SSD problem James
2013-05-29 14:59 ` James
2013-05-29 15:46   ` Grant
2013-05-29 17:43     ` James
2013-05-29 17:48       ` James
2013-05-29 17:52         ` James
2013-05-29 19:17       ` Grant
2013-05-30  6:36 ` [gentoo-user] " J. Roeleveld
2013-05-30 15:08   ` Grant
2013-05-30 12:40 ` Bruce Hill
2013-05-30 15:15   ` Grant
2013-05-30 15:41     ` Bruce Hill
2013-05-30 16:11       ` Grant

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