LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-21-2014, 10:01 AM   #16
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474

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.
 
Old 06-21-2014, 01:52 PM   #17
Xsane
Member
 
Registered: Jan 2014
Posts: 186

Rep: Reputation: 134Reputation: 134
It may be useful to run this immediately after you plug it in:

Code:
dmesg | tail -n 25
 
Old 06-22-2014, 12:57 PM   #18
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
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!
 
Old 06-22-2014, 02:46 PM   #19
ljb643
Member
 
Registered: Nov 2003
Posts: 526

Rep: Reputation: Disabled
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?
 
Old 06-22-2014, 04:10 PM   #20
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by ljb643 View Post
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)
 
Old 06-22-2014, 07:06 PM   #21
ljb643
Member
 
Registered: Nov 2003
Posts: 526

Rep: Reputation: Disabled
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Device mounting names in Slackware 14 vs. 13.37 marnold Slackware 1 09-30-2012 08:24 PM
[SOLVED] KDE 4.5.5 Device Notifier removable drive mounting error Geremia Linux - Newbie 3 11-27-2011 06:02 PM
Cannot mount hotpluggable device in xfce (Slackware 13.0) valsiterb Linux - General 3 03-28-2010 02:50 AM
mounting removable media matthewa Linux - Hardware 2 11-12-2005 09:44 PM
user mounting and using removable hd NonSumPisces Linux - Newbie 4 08-14-2004 04:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration