Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - b4rney

Pages: 1 ... 4 5 [6] 7 8 ... 31
76
Users / Re: support for usb soundcards
« on: February 18, 2011, 01:30:26 am »
I had also version symbol argument in dmesg, I reverted to an earlier version of ALSA
using the following command, see if it is ok in dmesg

Code: [Select]
apt-get remove alsa-modules-`uname -r`and
reboot



This fixed the usb card for me too! Thanks!
Just need to get squeezeslave to play nice.
Barney

77
Users / Re: apt-get upgrade problems
« on: February 16, 2011, 02:23:46 pm »
Thanks Daniel,

I have reverted to my backup now. My main internal 1TB storage hard disk wasn't detected amongst other things so I'll wait a while I think.
Regards
Barney

78
Users / Re: support for usb soundcards
« on: February 15, 2011, 10:24:11 pm »
Hi Andrew,

See my post above, the messages are identical on my old and new build:
http://forum.linuxmce.org/index.php?topic=10268.msg79043#msg79043

I also found this similar sounding (alsa/v4l/dmesg/disagrees about version of symbol) ticket raised by bongowongo. Not 100% that they are related though:
http://svn.linuxmce.org/trac.cgi/ticket/756

Thanks for looking at this.
Barney

79
Users / Re: support for usb soundcards
« on: February 15, 2011, 09:30:47 pm »
For what it's worth ..... just did a full clean install from recent snapshot 23736 and I am seeing the exact same dmesg errors when plugging in either of my two usb soundcards and no device added to alsa.

Barney

80
Users / Re: support for usb soundcards
« on: February 15, 2011, 04:47:39 pm »
Hi Andrew,

I agree. I'm out of ideas. Going to try full reinstall with a recent snapshot.

Thanks for your help.
Barney

81
Users / Re: Multi-room Audio - a tad confused
« on: February 15, 2011, 01:42:32 pm »
Already at 1.0.23. ???
There are conflicts in dmesg but I am moving this discussion to the thread linked below.

cat /proc/asound/version
Code: [Select]
root@dcerouter:~# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.23.
Compiled on May 24 2010 for kernel 2.6.27-17-generic (SMP).
root@dcerouter:~#

Moving this discussion to a more similar thread from last year:

http://forum.linuxmce.org/index.php?topic=10268.msg79043#msg79043
Sorry for the hijack.
Barney

82
Users / Re: support for usb soundcards
« on: February 15, 2011, 01:36:47 pm »
Similar issues using c-media usb device. Shows in lsusb but not aplay -l or squeezeslave -L.

I have now bought 2 different products, both of which work OTB on my ubuntu 10.04 laptop by launching snd-usb-audio module but FAIL in lmce.

Can anyone shed light on this?
Cheers
Barney

Here is my dmesg on lmce after the device was attached:
Code: [Select]
[  397.308079] usb 1-3: new full speed USB device using ohci_hcd and address 4
[  397.526703] usb 1-3: configuration #1 chosen from 1 choice
[  397.549472] input: C-Media USB Headphone Set   as /devices/pci0000:00/0000:00:02.0/usb1/1-3/1-3:1.3/input/input7
[  397.581839] input,hidraw2: USB HID v1.00 Device [C-Media USB Headphone Set  ] on usb-0000:00:02.0-3
[  398.123250] snd_usb_lib: disagrees about version of symbol snd_rawmidi_receive
[  398.123261] snd_usb_lib: Unknown symbol snd_rawmidi_receive
[  398.123398] snd_usb_lib: disagrees about version of symbol snd_rawmidi_transmit_empty
[  398.123401] snd_usb_lib: Unknown symbol snd_rawmidi_transmit_empty
[  398.123455] snd_usb_lib: disagrees about version of symbol snd_rawmidi_transmit
[  398.123457] snd_usb_lib: Unknown symbol snd_rawmidi_transmit
[  398.123533] snd_usb_lib: disagrees about version of symbol snd_ctl_add
[  398.123535] snd_usb_lib: Unknown symbol snd_ctl_add
[  398.123660] snd_usb_lib: disagrees about version of symbol snd_ctl_new1
[  398.123662] snd_usb_lib: Unknown symbol snd_ctl_new1
[  398.123810] snd_usb_lib: disagrees about version of symbol snd_rawmidi_transmit_ack
[  398.123812] snd_usb_lib: Unknown symbol snd_rawmidi_transmit_ack
[  398.129158] snd_usb_lib: disagrees about version of symbol snd_rawmidi_transmit_peek
[  398.129166] snd_usb_lib: Unknown symbol snd_rawmidi_transmit_peek
[  398.129274] snd_usb_lib: disagrees about version of symbol snd_ctl_notify
[  398.129276] snd_usb_lib: Unknown symbol snd_ctl_notify
[  398.129457] snd_usb_lib: disagrees about version of symbol snd_rawmidi_new
[  398.129461] snd_usb_lib: Unknown symbol snd_rawmidi_new
[  398.129517] snd_usb_lib: disagrees about version of symbol snd_rawmidi_set_ops
[  398.129521] snd_usb_lib: Unknown symbol snd_rawmidi_set_ops
[  398.152897] snd_usb_audio: Unknown symbol snd_usbmidi_create
[  398.153251] snd_usb_audio: Unknown symbol snd_usbmidi_disconnect
root@dcerouter:~#

The same device on ubuntu 10.04
dmesg
Code: [Select]
[13067.040136] usb 7-1: USB disconnect, address 2
[13088.828113] usb 7-1: new full speed USB device using uhci_hcd and address 3
[13088.986312] usb 7-1: configuration #1 chosen from 1 choice
[13089.076351] input: C-Media USB Headphone Set   as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.3/input/input15
[13089.076536] generic-usb 0003:0D8C:000C.0002: input,hidraw0: USB HID v1.00 Device [C-Media USB Headphone Set  ] on usb-0000:00:1d.1-1/input3
barney@barney-laptop:~$

83
Users / Re: apt-get upgrade problems
« on: February 15, 2011, 09:56:57 am »
Thanks for the replies.

Yes, my usb to serial adapters are detected as "Generic usb dongle" and it looks like that ticket is the same bug.

Might go back for a while until it is resolved.
Thanks guys.
Barney

84
Users / Re: Multi-room Audio - a tad confused
« on: February 15, 2011, 01:54:03 am »
Just tried the usb soundcard in my ubuntu laptop (10.04).

Once attached it appears in lsusb and aplay and the snd-usb-audio module magically appears. This doesn't happen on my 0810 core.

85
Users / Re: Multi-room Audio - a tad confused
« on: February 15, 2011, 01:14:30 am »
Hi Andrew,

Thanks for the info. Could it be that the device is better supported under 10.10 kernel? As mentioned it is not listed under aplay -l or squeezeslave -L in lmce 0810 despite appearing in lsusb.

Just a thought .... should I have the module snd-usb-audio. I can't find it.
Regards
Barney

86
Users / apt-get upgrade problems
« on: February 15, 2011, 12:26:12 am »
After a PING backup I did the latest apt-get update and upgrade yesterday. I've not done one for months. It downloaded well over 400MB.

I was amazed to see that my HVR 2000 got detected and added. However I have tried ... but failed to capture with it. I also noticed that my usb to rs232 adapters were detected but wasn't sure whether or not to allow lmce to control them. I have tried both ways!

Since then all my rs232 controlled devices have stopped working (LG TVs and Denon amp).

Anyone experienced this? Should I give up and go back to my backup?
Cheers
Barney

87
Users / Re: Multi-room Audio - a tad confused
« on: February 14, 2011, 10:05:06 pm »
Got this one from ebay.co.uk:
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=180614238216

This DOES NOT work (see the previous comments).

*** UPDATE***
Now working. Downgraded alsa and it works perfectly.

There are a lot of similar branded items and it is hard to distinguish between them so an HCL might prove difficult.

I think it is a good idea to create an HCL if the product is easily identifiable.
Barney

88
Users / Re: Multi-room Audio - a tad confused
« on: February 13, 2011, 11:35:37 pm »
Tried latest build but the device is still not listed.

I have ordered the model recommended by totallymaxed.
Thanks for the help.
Barney

89
Users / Re: Multi-room Audio - a tad confused
« on: February 12, 2011, 11:06:16 pm »
Found it:
Code: [Select]
root@dcerouter:~# dpkg -l | grep squeezeslave
ii  squeezeslave                               0.9-133-svn172   

90
Users / Re: Multi-room Audio - a tad confused
« on: February 12, 2011, 10:58:12 pm »
Hi Richard,

Yeah, I saw your thread too. Thanks for the info. Didn't realise we shared the same hardware.

Might have to find the hardware Andrew recommends.

Installed using apt-get install squeezeslave.
Regards
Barney

Pages: 1 ... 4 5 [6] 7 8 ... 31