| Ubuntu This forum is for the discussion of Ubuntu 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-10-2010, 03:32 PM
|
#1
|
|
LQ Newbie
Registered: Jul 2010
Posts: 9
Rep:
|
Lucid not detecting USB mic
Well I have this really shweet Samson C01U usb studio condenser mic. When it is plugged in before I boot my machine, everything works like a charm, and I can sound like a rockstar recording my stuffs in UbuntuStudio 10.04 x64.
But when I'm not being a rockstar, I'm using my normal Lucid distro to go about my everyday tasks. So when I decide to call someone on skype, I plug the mic in, and nothing happens. The sound config window does not show the device? I do not want to reboot every time to use the mic (and that's all that works), and I do not want to leave it standing on my desk either.
Any ideas? Maybe I should restart Pulse or something? Help would be appreciated!
|
|
|
|
08-10-2010, 05:26 PM
|
#2
|
|
Guru
Registered: Sep 2003
Location: Danville, VA Approx. N 36°36.434' W 79°24.342' Accur. 100' or so.
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,245
Rep: 
|
Hi getack, Welcome to LQ. What does lsusb say about the device after it's plugged in? How about dmesg? Post the output from the following after the device is plugged in please.
Code:
$ sudo lsusb
$ dmesg | tail
Good luck. ;-)
|
|
|
|
08-11-2010, 02:19 PM
|
#3
|
|
LQ Newbie
Registered: Jul 2010
Posts: 9
Original Poster
Rep:
|
Well here is the lsusb output:
Code:
Bus 007 Device 002: ID 17a0:0001
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 003: ID 045e:00f9 Microsoft Corp. Wireless Desktop Receiver 3.1
Bus 006 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 13fe:3123 Kingston Technology Company Inc.
Bus 001 Device 002: ID 125f:c83a A-DATA Technology Co., Ltd.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The things plugged into my machine via usb is:
* 2 Flash Disks
* Wireless Keyboard receiver
* Bluetooth dongle
* And the mic.
The mic has an LED that is on as I speak, but clearly it is not being detected!
Here is the output for dmesg:
Code:
[ 96.700564] sd 7:0:0:0: [sde] Assuming drive cache: write through
[ 96.703889] sd 7:0:0:0: [sde] Assuming drive cache: write through
[ 96.703894] sde: sde1
[ 96.725769] sd 7:0:0:0: [sde] Assuming drive cache: write through
[ 96.725775] sd 7:0:0:0: [sde] Attached SCSI removable disk
[ 3915.581844] [drm:i915_gem_do_execbuffer] *ERROR* Object f4b9a240 appears more than once in object list
[ 3947.840174] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 3955.863346] ndiswrapper (NdisMIndicateStatus:2084): unrecognized PMKID ignored
[ 4930.244469] usb 7-1: new full speed USB device using uhci_hcd and address 2
[ 4930.444146] usb 7-1: configuration #1 chosen from 1 choice
I have no idea what is going on there, so a little lesson on dmesg would be very cool!
Thanks
|
|
|
|
08-11-2010, 05:57 PM
|
#4
|
|
Guru
Registered: Sep 2003
Location: Danville, VA Approx. N 36°36.434' W 79°24.342' Accur. 100' or so.
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,245
Rep: 
|
How about lsmod? Are the usb sound modules loading?
Code:
$ sudo lsmod | grep snd
Good luck. ;-)
|
|
|
|
08-14-2010, 04:27 AM
|
#5
|
|
LQ Newbie
Registered: Jul 2010
Posts: 9
Original Poster
Rep:
|
Strange, I did a little experiment, the mic is plugged in now, and it is working (after rebooting with the mic plugged in). After running lsusb again, it spits out the same as before! Without showing the mic! Really baffling.
Anyhow, here is the lsmod | grep snd output:
Code:
snd_hda_codec_realtek 203168 1
snd_usb_audio 75765 1
snd_usb_lib 15658 1 snd_usb_audio
snd_hda_intel 21877 4
snd_hda_codec 74201 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 5412 2 snd_usb_audio,snd_hda_codec
snd_pcm_oss 35308 0
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70662 5 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26726 0
snd_seq_midi 4557 0
snd_rawmidi 19056 2 snd_usb_lib,snd_seq_midi
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 19098 2 snd_pcm,snd_seq
snd_seq_device 5700 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 54148 22 snd_hda_codec_realtek,snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 6620 1 snd
snd_page_alloc 7076 2 snd_hda_intel,snd_pcm
So it looks like they are loading?
|
|
|
|
08-14-2010, 09:30 AM
|
#6
|
|
Guru
Registered: Sep 2003
Location: Danville, VA Approx. N 36°36.434' W 79°24.342' Accur. 100' or so.
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,245
Rep: 
|
What does the following produce with and without the mic plugged in?
Code:
$ cat /proc/asound/cards
Good luck. ;-)
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:52 AM.
|
|
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
|
|