Page 1 of 1

Problem with Tascam US-200 sound card

PostPosted: Feb 26th, '14, 12:41
by mandrivas
Hello
I have installed Mageia 4 recently and i have to say that it is the best linux (i started with Mandriva 2006 before many years, i used many many distros but mainly windows).
I use Tascam US-200 sound card (http://www.tascam.eu/en/us-200.html) because is better then "on board" (i am DJ / Producer) and i dont have sound.
What can i do?

Thank you

Re: Problem with Tascam US-200 sound card

PostPosted: Feb 26th, '14, 13:17
by doktor5000
What desktop environment do you use? Did you select the Tascam as primary device in the mixer?
Please also show the output of
Code: Select all
lspcidrake -v | grep -i audio

Re: Problem with Tascam US-200 sound card

PostPosted: Feb 26th, '14, 13:51
by winstonteacox
If the Tascam is not listed as sound device in the mixer, then deactivate the on-board sound in the BIOS of your PC.
This worked with my Maya 44 usb.

cheers,
Bernd

Re: Problem with Tascam US-200 sound card

PostPosted: Feb 26th, '14, 15:29
by mandrivas
i use KDE .
and here is the :
Code: Select all
# lspcidrake -v | grep -i audio
snd_hda_intel   : NVIDIA Corporation|MCP61 High Definition Audio [MULTIMEDIA_AUDIO_DEV] (vendor:10de device:03f0 subv:1043 subd:840c) (rev: a2)

Re: Problem with Tascam US-200 sound card

PostPosted: Feb 27th, '14, 03:36
by doktor5000
Right-click mixer -> select main channel -> what is selectable there, and what is currently active?

Re: Problem with Tascam US-200 sound card

PostPosted: Feb 27th, '14, 14:14
by mandrivas
Only recognize the on board card NVIDIA Corporation|MCP61 High Definition Audio
Nothing else nowhere

Re: Problem with Tascam US-200 sound card

PostPosted: Feb 27th, '14, 14:26
by doktor5000
Then please do the following: open a terminal, and as root run:
Code: Select all
journalctl -af

then wait a few seconds, and plugin the device, wait again ten seconds or so, until no new output appears.
Then please post the output here, using code tags as explained in ftp://ftp5.gwdg.de/pub/linux/mandriva/m ... e_tags.ogv

Re: Problem with Tascam US-200 sound card

PostPosted: Feb 27th, '14, 16:55
by mandrivas
Code: Select all
[root@localhost tom]# journalctl -af
-- Logs begin at Κυρ 2014-02-23 15:46:23 EET. --
Φεβ 27 16:50:59 localhost mgaapplet[2582]: ### Program is starting ###
Φεβ 27 16:50:59 localhost net_applet[2578]: ### Program is starting ###
Φεβ 27 16:51:00 localhost mgaapplet[2582]: running: ionice -p 2582 -n7
Φεβ 27 16:51:21 localhost systemd[1]: Starting Stop Read-Ahead Data Collection...
Φεβ 27 16:51:21 localhost systemd[1]: Started Stop Read-Ahead Data Collection.
Φεβ 27 16:51:24 localhost polkitd[908]: Registered Authentication Agent for unix-session:1 (system bus name :1.40 [/usr/lib64/kde4/libexec/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale el_GR.UTF-8)
Φεβ 27 16:53:05 localhost kernel: usb 2-2: USB disconnect, device number 3
Φεβ 27 16:53:20 localhost su[3127]: pam_tcb(su:auth): Authentication passed for root from tom(uid=500)
Φεβ 27 16:53:20 localhost su[3127]: (to root) tom on pts/0
Φεβ 27 16:53:20 localhost su[3127]: pam_tcb(su:session): Session opened for root by tom(uid=500)
Φεβ 27 16:54:21 localhost kernel: usb 2-2: new high-speed USB device number 6 using ehci-pci
Φεβ 27 16:54:21 localhost kernel: usb 2-2: New USB device found, idVendor=0644, idProduct=8034
Φεβ 27 16:54:21 localhost kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Φεβ 27 16:54:21 localhost kernel: usb 2-2: Product: US-200
Φεβ 27 16:54:21 localhost kernel: usb 2-2: Manufacturer: TASCAM
Φεβ 27 16:54:21 localhost kernel: usb 2-2: SerialNumber: no serial number
Φεβ 27 16:54:21 localhost mtp-probe[3204]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:02.1/usb2/2-2"
Φεβ 27 16:54:21 localhost mtp-probe[3204]: bus: 2, device: 6 was not an MTP device

Re: Problem with Tascam US-200 sound card

PostPosted: Feb 27th, '14, 20:53
by doktor5000
Hmmm, seems no driver gets loaded. Can you post the output of
Code: Select all
dmesg | grep usb

For your soundcard I've only found this thread which has some hints: http://translate.google.com/translate?hl=de&sl=auto&tl=en&u=http%3A%2F%2Fforum.ubuntu-it.org%2Fviewtopic.php%3Fp%3D4298345&sandbox=1

Re: Problem with Tascam US-200 sound card

PostPosted: Feb 28th, '14, 12:17
by mandrivas
Code: Select all
[root@localhost tom]# dmesg | grep usb
[    2.543014] usbcore: registered new interface driver usbfs
[    2.543021] usbcore: registered new interface driver hub
[    2.543064] usbcore: registered new device driver usb
[    2.598063] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    2.598067] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.598069] usb usb1: Product: OHCI PCI host controller
[    2.598071] usb usb1: Manufacturer: Linux 3.12.13-desktop-2.mga4 ohci_hcd
[    2.598072] usb usb1: SerialNumber: 0000:00:02.0
[    2.604087] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.604089] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.604090] usb usb2: Product: EHCI Host Controller
[    2.604091] usb usb2: Manufacturer: Linux 3.12.13-desktop-2.mga4 ehci_hcd
[    2.604093] usb usb2: SerialNumber: 0000:00:02.1
[    2.906260] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    3.023781] usb 2-1: New USB device found, idVendor=0480, idProduct=a009
[    3.023785] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.023787] usb 2-1: Product: External USB 3.0
[    3.023788] usb 2-1: Manufacturer: TOSHIBA
[    3.023790] usb 2-1: SerialNumber: 22222A0417D4
[    3.027480] usb-storage 2-1:1.0: USB Mass Storage device detected
[    3.027550] scsi6 : usb-storage 2-1:1.0
[    3.027711] usbcore: registered new interface driver usb-storage
[    3.125364] usb 2-2: new high-speed USB device number 3 using ehci-pci
[    3.240671] usb 2-2: New USB device found, idVendor=0644, idProduct=8034
[    3.240675] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.240677] usb 2-2: Product: US-200
[    3.240679] usb 2-2: Manufacturer: TASCAM
[    3.240680] usb 2-2: SerialNumber: no serial number
[    3.603701] usb 1-3: new low-speed USB device number 2 using ohci-pci
[    3.796607] usb 1-3: New USB device found, idVendor=045e, idProduct=0752
[    3.796611] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.796613] usb 1-3: Product: Wired Keyboard 400
[    3.796614] usb 1-3: Manufacturer: Microsoft
[    4.059988] usb 1-4: new low-speed USB device number 3 using ohci-pci
[    4.249897] usb 1-4: New USB device found, idVendor=046d, idProduct=c069
[    4.249901] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.249903] usb 1-4: Product: USB Laser Mouse
[    4.249904] usb 1-4: Manufacturer: Logitech
[    7.521336] usbcore: registered new interface driver usbhid
[    7.521339] usbhid: USB HID core driver
[    7.877010] input: Microsoft Wired Keyboard 400 as /devices/pci0000:00/0000:00:02.0/usb1/1-3/1-3:1.0/input/input5
[    7.877310] hid-generic 0003:045E:0752.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 400] on usb-0000:00:02.0-3/input0
[    7.877481] input: Logitech USB Laser Mouse as /devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input6
[    7.877605] hid-generic 0003:046D:C069.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-0000:00:02.0-4/input0

Re: Problem with Tascam US-200 sound card

PostPosted: Mar 17th, '14, 12:14
by wintpe
I managed to find this relating to a similar device, the US-224

well similar model number and possibly shares some of the same usb hardware, clearly they are different products.

http://alsa.opensrc.org/Tascam_US-224

hopefully theres enough similarity there to help you.

but this is alot of guessing, as without the device its very difficult to comment further.

most of the forums seem to suggest that tascam products are bricks under linux, so it may be easier
and cheaper to find something that does support linux.

this is something ive always tried to communicate when going Linux, don't try to make Linux work with your hardware,
buy hardware that works with linux.

you would not buy some cheap windows printer, or webcam then expect it to work under macosx would you.

this site looks quite promising for advise

http://www.penguinproducer.com/Blog/201 ... -consider/

regards peter