Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-21-2014, 11:01 AM
|
#16
|
LQ Veteran
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,275
|
Code:
Would it also help if I were to post the output of that command while my other player is connected? (The one which is recognized)- just for comparison?
No really as it might confuse the situation. Just the Cowon x9 MP3 player should be plugged in.
Plugging in the working one will just show a different driver and info only relevant to the working player which may
cloud/muddy the waters so to speak.
|
|
|
06-21-2014, 02:52 PM
|
#17
|
Member
Registered: Jan 2014
Posts: 186
Rep:
|
It may be useful to run this immediately after you plug it in:
|
|
|
06-22-2014, 01:57 PM
|
#18
|
Member
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465
Original Poster
Rep:
|
Alrighty!
Here is the output of lsusb -t (First group=before player plugged in; second=after plugged in)
Code:
bash-4.2$ lsusb -t
/: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/10p, 480M
bash-4.2$ lsusb-t
bash: lsusb-t: command not found
bash-4.2$ lsusb -t
/: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/10p, 480M
And here is the output of dmesg | tail -n 25
Code:
bash-4.2$ sudo dmesg | tail -n 25
Password:
[ 8.534492] i2c /dev entries driver
[ 8.686111] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[ 10.165065] Adding 1830908k swap on /dev/sda6. Priority:-1 extents:1 across:1830908k
[ 10.240575] fuse init (API version 7.22)
[ 11.253508] reiserfs: enabling write barrier flush mode
[ 11.741491] ppdev: user-space parallel port driver
[ 11.748097] lp: driver loaded but no devices found
[ 14.843856] REISERFS (device sda5): found reiserfs format "3.6" with standard journal
[ 14.845942] REISERFS (device sda5): using ordered data mode
[ 14.847944] reiserfs: using flush barriers
[ 14.850319] REISERFS (device sda5): journal params: device sda5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 14.853334] REISERFS (device sda5): checking transaction log (sda5)
[ 14.911992] REISERFS (device sda5): Using r5 hash to sort names
[ 19.520526] 8139too 0000:02:05.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 27.754718] NET: Registered protocol family 10
[11475.944042] usb 1-3: new high-speed USB device number 2 using ehci-pci
[11476.058929] usb 1-3: New USB device found, idVendor=0e21, idProduct=0960
[11476.058939] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11476.058945] usb 1-3: Product: COWON X9 2.06
[11476.058950] usb 1-3: Manufacturer: TELECHIPSAPIC
[11476.058955] usb 1-3: SerialNumber: 1927000000000C5B1423271128290C5B
[11476.139854] usb-storage 1-3:1.0: USB Mass Storage device detected
[11476.139973] scsi6 : usb-storage 1-3:1.0
[11476.140162] usbcore: registered new interface driver usb-storage
[11476.792338] usb 1-3: USB disconnect, device number 2
bash-4.2$
Looks like the dmsg hit paydirt! It's listing the MP3 player [bolded].....now if I could just get it to connect!
|
|
|
06-22-2014, 03:46 PM
|
#19
|
Member
Registered: Nov 2003
Posts: 528
Rep:
|
Don't celebrate yet. It disconnected about 0.8 seconds after connecting.
What are the kernel versions on the 2 systems, 1 that works and the other (Slackware) that doesn't? Possibly there were kernel fixes for 'oddly' behaving USB devices, which are in one system and not another?
|
|
|
06-22-2014, 05:10 PM
|
#20
|
Member
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465
Original Poster
Rep:
|
Quote:
Originally Posted by ljb643
Don't celebrate yet. It disconnected about 0.8 seconds after connecting.
What are the kernel versions on the 2 systems, 1 that works and the other (Slackware) that doesn't? Possibly there were kernel fixes for 'oddly' behaving USB devices, which are in one system and not another?
|
Yes, I noticed that disconnect. I was hoping maybe one of you guys would just come back with some simple command to reconnect!
The Slackware kernel I'm using is 3.10.17; Crunchbang kernel is 3.2.0-4-686.
If it was a kernel problem though, it likely wouldn't be mounting my other USB devices though, would it? (Remember, it works with all my other devices, just not this one particular MP3 player)
|
|
|
06-22-2014, 08:06 PM
|
#21
|
Member
Registered: Nov 2003
Posts: 528
Rep:
|
That disconnect message could be from a hardware fault (like a loose connection), but then you would likely see that on your other Linux too. It could be a problem with the USB drivers when talking to this device, but it seems unlikely the problem occurs in newer kernels and not older. Or it could be a software (firmware) problem within the device, that somehow interacts badly with this kernel and its USB drivers. But I think it is a waste of time to troubleshoot anything 'higher'. If it disconnected, and lsusb doesn't show it, Xfce certaining can't see it.
Some links for you:
Same X9 device, on crunchbang (which you say works), didn't work, then it did: http://crunchbang.org/forums/viewtopic.php?pid=261493
Try plugging in the player while it is on and playing music, and see if it stays connected: http://forums.gentoo.org/viewtopic-t-937874.html
|
|
|
All times are GMT -5. The time now is 05:46 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|