USB Soundcard Fob - no audio

I'm working hard to get a basic AllStar system running, and struggling
to find a suitable USB Fob to modify (trying to do it on a budget)

I've been unable to get hold of the exact model shown in
www.qsl.net/kb9mwr/projects/voip/usbfob-119.pdf, but now have several
of a very similar one with the printed description 'Virtual 7.1Ch
Sound' and a slightly translucent case.

lsusb reports the device as 'ID 0d8c:000c C-Media Electronics, Inc.
Audio Adapter.' which I think might be CM119 or similar.

When plugged in the green led starts to flash, but I've not yet been
able to get any audio out of it - even when running 'rpt fun <node>
*80' from the Asterisk CLI

I wanted to confirm this was a suitable fob before going to the grief
of modifying - it's much more SMT than in the above PDF, and you can't
actually access the pins on the chip itself as it's under a 'bubble'
of a ceramic compound.

Any advice would be gratefully received.

···

--
Jim M0HPJ.

The flashing green light is a good sign.

That's reporting in as a CM108 for sure.

From the source code:

#define C108_VENDOR_ID 0x0d8c
#define C108_PRODUCT_ID 0x000c

In usbradio.conf make sure that txmixa= and txmixb= something other than no

Example from one of my nodes:

txmixa=composite ;no,voice,tone,composite,auxvoice
txmixb=composite

also try (from asterisk command line) "radio tune"

From my 2360 node:

...
Tx Voice Level currently set to 350
Tx Tone Level currently set to 160...

If those are too low you might not get anything out.

ALSO...to transmit tone "radio tune txvoice" should put out a tone.

*80 (default setup) makes the thing ID, and if that isn't setup correctly might give you no audio.

Another point is that I no longer modify USB Fobs. The ones I use are identical to the ones in that pdf. But I use the PC's parallel port lines for COS in and PTT out, much neater.
I also do DC blocking (the caps) in the radio.

···

----- Original Message ----- From: "Jim Whiteside" <jaydublu2002@gmail.com>
To: <app_rpt-users@ohnosec.org>
Sent: Friday, January 06, 2012 5:34 AM
Subject: [App_rpt-users] USB Soundcard Fob - no audio

I'm working hard to get a basic AllStar system running, and struggling
to find a suitable USB Fob to modify (trying to do it on a budget)

I've been unable to get hold of the exact model shown in
www.qsl.net/kb9mwr/projects/voip/usbfob-119.pdf, but now have several
of a very similar one with the printed description 'Virtual 7.1Ch
Sound' and a slightly translucent case.

lsusb reports the device as 'ID 0d8c:000c C-Media Electronics, Inc.
Audio Adapter.' which I think might be CM119 or similar.

When plugged in the green led starts to flash, but I've not yet been
able to get any audio out of it - even when running 'rpt fun <node>
*80' from the Asterisk CLI

I wanted to confirm this was a suitable fob before going to the grief
of modifying - it's much more SMT than in the above PDF, and you can't
actually access the pins on the chip itself as it's under a 'bubble'
of a ceramic compound.

Any advice would be gratefully received.

--
Jim M0HPJ.

George,

Thanks for the reply.

txmixa was set to 'composite', txmixb to '0' - changing this also to
composite didn't make a difference. Do you know what

asterisk*CLI> radio tune txvoice
Current txvoice setting on Channel A is 500
Tone output starting on channel usb28233...
Tone output ending on channel usb28233...
asterisk*CLI> radio tune txtone
Current Tx CTCSS modulation setting = 200

Neither of the above did anything.

If I copnnect to the node using IaxRpt, *80 ID's fine from that
application, but not from the fob. Also I can connect to another node
and have a QSO using IaxRpt, but again nothing from the fob.

I'm plugging stereo headphones into the fob headphone jack.

Interesting advice about using LPT for the GPIO - I might pick your
brains about that if I can get the audio working - I'd rather avoid
the expense of buying in URI - the shipping is almost as much as the
device to the UK, and I'd like the challenge of working it out.

Cheers,

Jim M0HPJ.

···

On 6 January 2012 13:51, George Csahanin <george@dyb.com> wrote:

The flashing green light is a good sign.

That's reporting in as a CM108 for sure.

From the source code:
#define C108_VENDOR_ID 0x0d8c
#define C108_PRODUCT_ID 0x000c

In usbradio.conf make sure that txmixa= and txmixb= something other than no

Example from one of my nodes:

txmixa=composite ;no,voice,tone,composite,auxvoice
txmixb=composite

also try (from asterisk command line) "radio tune"

From my 2360 node:
...
Tx Voice Level currently set to 350
Tx Tone Level currently set to 160...

If those are too low you might not get anything out.

ALSO...to transmit tone "radio tune txvoice" should put out a tone.

*80 (default setup) makes the thing ID, and if that isn't setup correctly
might give you no audio.

Another point is that I no longer modify USB Fobs. The ones I use are
identical to the ones in that pdf. But I use the PC's parallel port lines
for COS in and PTT out, much neater.
I also do DC blocking (the caps) in the radio.

----- Original Message ----- From: "Jim Whiteside" <jaydublu2002@gmail.com>
To: <app_rpt-users@ohnosec.org>
Sent: Friday, January 06, 2012 5:34 AM

Subject: [App_rpt-users] USB Soundcard Fob - no audio

I'm working hard to get a basic AllStar system running, and struggling
to find a suitable USB Fob to modify (trying to do it on a budget)

I've been unable to get hold of the exact model shown in
www.qsl.net/kb9mwr/projects/voip/usbfob-119.pdf, but now have several
of a very similar one with the printed description 'Virtual 7.1Ch
Sound' and a slightly translucent case.

lsusb reports the device as 'ID 0d8c:000c C-Media Electronics, Inc.
Audio Adapter.' which I think might be CM119 or similar.

When plugged in the green led starts to flash, but I've not yet been
able to get any audio out of it - even when running 'rpt fun <node>
*80' from the Asterisk CLI

I wanted to confirm this was a suitable fob before going to the grief
of modifying - it's much more SMT than in the above PDF, and you can't
actually access the pins on the chip itself as it's under a 'bubble'
of a ceramic compound.

Any advice would be gratefully received.

--
Jim M0HPJ.

--
Jim Whiteside.

Is the radio transmitting or is it just transmitting with no audio? Have to tried using the other channel? If you are using the left side have you tried the right side?

Corey N3FE

···

________________________________________
From: app_rpt-users-bounces@ohnosec.org [app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Whiteside [jaydublu2002@gmail.com]
Sent: Friday, January 06, 2012 9:29 AM
To: app_rpt-users@ohnosec.org
Cc: George Csahanin
Subject: Re: [App_rpt-users] USB Soundcard Fob - no audio

George,

Thanks for the reply.

txmixa was set to 'composite', txmixb to '0' - changing this also to
composite didn't make a difference. Do you know what

asterisk*CLI> radio tune txvoice
Current txvoice setting on Channel A is 500
Tone output starting on channel usb28233...
Tone output ending on channel usb28233...
asterisk*CLI> radio tune txtone
Current Tx CTCSS modulation setting = 200

Neither of the above did anything.

If I copnnect to the node using IaxRpt, *80 ID's fine from that
application, but not from the fob. Also I can connect to another node
and have a QSO using IaxRpt, but again nothing from the fob.

I'm plugging stereo headphones into the fob headphone jack.

Interesting advice about using LPT for the GPIO - I might pick your
brains about that if I can get the audio working - I'd rather avoid
the expense of buying in URI - the shipping is almost as much as the
device to the UK, and I'd like the challenge of working it out.

Cheers,

Jim M0HPJ.

On 6 January 2012 13:51, George Csahanin <george@dyb.com> wrote:

The flashing green light is a good sign.

That's reporting in as a CM108 for sure.

From the source code:
#define C108_VENDOR_ID 0x0d8c
#define C108_PRODUCT_ID 0x000c

In usbradio.conf make sure that txmixa= and txmixb= something other than no

Example from one of my nodes:

txmixa=composite ;no,voice,tone,composite,auxvoice
txmixb=composite

also try (from asterisk command line) "radio tune"

From my 2360 node:
...
Tx Voice Level currently set to 350
Tx Tone Level currently set to 160...

If those are too low you might not get anything out.

ALSO...to transmit tone "radio tune txvoice" should put out a tone.

*80 (default setup) makes the thing ID, and if that isn't setup correctly
might give you no audio.

Another point is that I no longer modify USB Fobs. The ones I use are
identical to the ones in that pdf. But I use the PC's parallel port lines
for COS in and PTT out, much neater.
I also do DC blocking (the caps) in the radio.

----- Original Message ----- From: "Jim Whiteside" <jaydublu2002@gmail.com>
To: <app_rpt-users@ohnosec.org>
Sent: Friday, January 06, 2012 5:34 AM

Subject: [App_rpt-users] USB Soundcard Fob - no audio

I'm working hard to get a basic AllStar system running, and struggling
to find a suitable USB Fob to modify (trying to do it on a budget)

I've been unable to get hold of the exact model shown in
www.qsl.net/kb9mwr/projects/voip/usbfob-119.pdf, but now have several
of a very similar one with the printed description 'Virtual 7.1Ch
Sound' and a slightly translucent case.

lsusb reports the device as 'ID 0d8c:000c C-Media Electronics, Inc.
Audio Adapter.' which I think might be CM119 or similar.

When plugged in the green led starts to flash, but I've not yet been
able to get any audio out of it - even when running 'rpt fun <node>
*80' from the Asterisk CLI

I wanted to confirm this was a suitable fob before going to the grief
of modifying - it's much more SMT than in the above PDF, and you can't
actually access the pins on the chip itself as it's under a 'bubble'
of a ceramic compound.

Any advice would be gratefully received.

--
Jim M0HPJ.

--
Jim Whiteside.
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

--
This message was scanned and is believed to be clean.
Click here to report this message as spam.
http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=92FD1221F.A8D38

Is the radio transmitting or is it just transmitting with no audio?

I've not yet modified the fob to take PTT out, and it's not connected
to a radio yet - just some headphones (which work) - I wanted to prove
the fob worked before progressing further.

Have to tried using the other channel?

They're stereo headphones - nothing out of either side.

Jim M0HPJ

···

On 6 January 2012 14:41, Corey Dean <n3fe@repeater.net> wrote:

Is the radio transmitting or is it just transmitting with no audio? Have to tried using the other channel? If you are using the left side have you tried the right side?

Corey N3FE

I don't think you are going to hear anything unless they are powered. Try a set of powered computer speakers on the headphone jack and I bet you will hear something.

Corey N3FE

···

________________________________________
From: Jim Whiteside [jaydublu2002@gmail.com]
Sent: Friday, January 06, 2012 9:48 AM
To: app_rpt-users@ohnosec.org
Cc: Corey Dean
Subject: Re: [App_rpt-users] USB Soundcard Fob - no audio

Is the radio transmitting or is it just transmitting with no audio?

I've not yet modified the fob to take PTT out, and it's not connected
to a radio yet - just some headphones (which work) - I wanted to prove
the fob worked before progressing further.

Have to tried using the other channel?

They're stereo headphones - nothing out of either side.

Jim M0HPJ

On 6 January 2012 14:41, Corey Dean <n3fe@repeater.net> wrote:

Is the radio transmitting or is it just transmitting with no audio? Have to tried using the other channel? If you are using the left side have you tried the right side?

Corey N3FE

--
This message was scanned and is believed to be clean.
Click here to report this message as spam.
http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=CDB16221F.A4461

Thanks Corey,

I just double checked with powered speakers and still no joy.

Jim M0HPJ

···

On 6 January 2012 15:16, Corey Dean <n3fe@repeater.net> wrote:

I don't think you are going to hear anything unless they are powered. Try a set of powered computer speakers on the headphone jack and I bet you will hear something.

Corey N3FE
________________________________________
From: Jim Whiteside [jaydublu2002@gmail.com]
Sent: Friday, January 06, 2012 9:48 AM
To: app_rpt-users@ohnosec.org
Cc: Corey Dean
Subject: Re: [App_rpt-users] USB Soundcard Fob - no audio

Is the radio transmitting or is it just transmitting with no audio?

I've not yet modified the fob to take PTT out, and it's not connected
to a radio yet - just some headphones (which work) - I wanted to prove
the fob worked before progressing further.

Have to tried using the other channel?

They're stereo headphones - nothing out of either side.

Jim M0HPJ

On 6 January 2012 14:41, Corey Dean <n3fe@repeater.net> wrote:

Is the radio transmitting or is it just transmitting with no audio? Have to tried using the other channel? If you are using the left side have you tried the right side?

Corey N3FE

--
This message was scanned and is believed to be clean.
Click here to report this message as spam.
http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=CDB16221F.A4461

--
Jim Whiteside.

Take the FOB and plug in to a windows PC. Confirm that it works there using
windows media player or something. If not then you have a bad USB FOB.

···

-----Original Message-----
From: app_rpt-users-bounces@ohnosec.org
[mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Whiteside
Sent: Friday, January 06, 2012 10:23 AM
To: app_rpt-users@ohnosec.org
Subject: Re: [App_rpt-users] USB Soundcard Fob - no audio

Thanks Corey,

I just double checked with powered speakers and still no joy.

Jim M0HPJ

On 6 January 2012 15:16, Corey Dean <n3fe@repeater.net> wrote:

I don't think you are going to hear anything unless they are powered. Try

a set of powered computer speakers on the headphone jack and I bet you will
hear something.

Corey N3FE
________________________________________
From: Jim Whiteside [jaydublu2002@gmail.com]
Sent: Friday, January 06, 2012 9:48 AM
To: app_rpt-users@ohnosec.org
Cc: Corey Dean
Subject: Re: [App_rpt-users] USB Soundcard Fob - no audio

Is the radio transmitting or is it just transmitting with no audio?

I've not yet modified the fob to take PTT out, and it's not connected
to a radio yet - just some headphones (which work) - I wanted to prove
the fob worked before progressing further.

Have to tried using the other channel?

They're stereo headphones - nothing out of either side.

Jim M0HPJ

On 6 January 2012 14:41, Corey Dean <n3fe@repeater.net> wrote:

Is the radio transmitting or is it just transmitting with no audio? Have

to tried using the other channel? If you are using the left side have you
tried the right side?

Corey N3FE

--
This message was scanned and is believed to be clean.
Click here to report this message as spam.
http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=CDB16221F.A4461

--
Jim Whiteside.
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

I now have three of the same type of fob - bought from different
suppliers - all work from iTunes on Windoze, none produce any audio
from Asterisk, into the same headphones that produced audio from
iTunes.

Jim M0HPJ.

···

On 6 January 2012 17:05, Scott Weis <kb2ear@kb2ear.net> wrote:

Take the FOB and plug in to a windows PC. Confirm that it works there using
windows media player or something. If not then you have a bad USB FOB.

I buy all of mine from newegg. Never had a bad one yet and everyone of them works. Just do a search for cm108 on their site. I think the are $18.99 US.

Corey N3FE

···

________________________________________
From: app_rpt-users-bounces@ohnosec.org [app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Whiteside [jaydublu2002@gmail.com]
Sent: Friday, January 06, 2012 12:31 PM
To: app_rpt-users@ohnosec.org
Subject: Re: [App_rpt-users] USB Soundcard Fob - no audio

I now have three of the same type of fob - bought from different
suppliers - all work from iTunes on Windoze, none produce any audio
from Asterisk, into the same headphones that produced audio from
iTunes.

Jim M0HPJ.

On 6 January 2012 17:05, Scott Weis <kb2ear@kb2ear.net> wrote:

Take the FOB and plug in to a windows PC. Confirm that it works there using
windows media player or something. If not then you have a bad USB FOB.

_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

--
This message was scanned and is believed to be clean.
Click here to report this message as spam.
http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=48F57221F.A7B80

I think you may be SOL in trying to use them, then. There are devices which are known to work (whether they're DMK's URI or other CMedia-based devices is immaterial); these obviously don't based on your description(s).

Question to ask yourself (which I do all the time, whether it's ham radio Stuph or building Lotus Europas or....???) is whether your time or cash outlay is worth more.

(full disclosure, I hate hitting my head against brick walls...sometimes, it's just cheaper to expend currency than to expend time to get something to work that never will...:))

···

On 1/6/12 12:31 PM, Jim Whiteside wrote:

I now have three of the same type of fob - bought from different
suppliers - all work from iTunes on Windoze, none produce any audio
from Asterisk, into the same headphones that produced audio from
iTunes.

--
Bryan
In this world, you must be oh so smart or oh so pleasant.
Well, for years I was smart. I recommend pleasant.
You may quote me.

Sent from my MacBook Pro.

Many thanks for that info Corey - I've just found someone in the UK
selling that model (eBuyer.com) at £10.85.

I'll let you know how I get on.

Jim M0HPJ.

···

On 6 January 2012 17:42, Corey Dean <n3fe@repeater.net> wrote:

I buy all of mine from newegg. Never had a bad one yet and everyone of them works. Just do a search for cm108 on their site. I think the are $18.99 US.

Corey N3FE
________________________________________
From: app_rpt-users-bounces@ohnosec.org [app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Whiteside [jaydublu2002@gmail.com]
Sent: Friday, January 06, 2012 12:31 PM
To: app_rpt-users@ohnosec.org
Subject: Re: [App_rpt-users] USB Soundcard Fob - no audio

I now have three of the same type of fob - bought from different
suppliers - all work from iTunes on Windoze, none produce any audio
from Asterisk, into the same headphones that produced audio from
iTunes.

Jim M0HPJ.

On 6 January 2012 17:05, Scott Weis <kb2ear@kb2ear.net> wrote:

Take the FOB and plug in to a windows PC. Confirm that it works there using
windows media player or something. If not then you have a bad USB FOB.

_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
ohnosec.org

--
This message was scanned and is believed to be clean.
Click here to report this message as spam.
http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=48F57221F.A7B80

--
Jim Whiteside.

I don't think this is your problem since the green led is flashing but make sure you've updated to the latest SVN

···

On 1/6/2012 3:34, Jim Whiteside wrote:

I'm working hard to get a basic AllStar system running, and struggling
to find a suitable USB Fob to modify (trying to do it on a budget)

I've been unable to get hold of the exact model shown in
www.qsl.net/kb9mwr/projects/voip/usbfob-119.pdf, but now have several
of a very similar one with the printed description 'Virtual 7.1Ch
Sound' and a slightly translucent case.

lsusb reports the device as 'ID 0d8c:000c C-Media Electronics, Inc.
Audio Adapter.' which I think might be CM119 or similar.

When plugged in the green led starts to flash, but I've not yet been
able to get any audio out of it - even when running 'rpt fun<node>
*80' from the Asterisk CLI

I wanted to confirm this was a suitable fob before going to the grief
of modifying - it's much more SMT than in the above PDF, and you can't
actually access the pins on the chip itself as it's under a 'bubble'
of a ceramic compound.

Any advice would be gratefully received.

So the plot thickens ...

A 'StarTech.com USB to Stereo Audio External Sound Card' turned up,
looking identical to the one identified by Corey.

Documentation says the chipset is 'C-Media CM108AH', and indeed when I
break the case open there's a nice SMT CM108AH with exposed leads that
I can hack if I go that route.

lsusb reports it as 'ID 0d8c:013c C-Media Electronics, Inc.'

But ... still no audio!!!!!

In desperation, I resinstall everything from the ACID disk I got from
allstarlink.org, and lo-and-behold it works! And, all of the other
fobs work too.

Anyone want a USB Soundcard?

Still no idea why it didn't work first time round, but there we go.

Many thanks for all your help,

Jim M0HPJ.

···

On 6 January 2012 18:41, Jim Whiteside <jaydublu2002@gmail.com> wrote:

Many thanks for that info Corey - I've just found someone in the UK
selling that model (eBuyer.com) at £10.85.

I'll let you know how I get on.

Jim M0HPJ.

On 6 January 2012 17:42, Corey Dean <n3fe@repeater.net> wrote:

I buy all of mine from newegg. Never had a bad one yet and everyone of them works. Just do a search for cm108 on their site. I think the are $18.99 US.

Corey N3FE

I know this is an old post but I have an old ACID system and need some help. I have been using a URI on my Allstar system for many years and it has worked fine (an older ACID installation). I recently had a failure of the motherboard on the computer I was using so I had to move the hard drive to another computer (from an old Atom D525 CPU motherboard system), to an old Dell Optiplex 390. The Allstar system came up fine and everything appears to be working ok, the green LED on the URI is blinking and the system creates the audio output for IDs and the like when listened to on a VoIP phone connected to the system over the LAN network. However there is no audio when heard from another radio. The system keys up the radio connected to it but there is no audio. The system receives over RF OK, I key up another radio and I hear my voice on the VoIP hone connected to the system. One thing I do notice is that the rate the LED on the URI blinks is about half as fast as it did when connected to the other computer. I’ve made several adjustments to the USBRADIO parameter of TXVOICE, moving it up as far as 300 (it was originally at 25 on my old system) and still nothing on the output of the radio (a Kenwood TM-G707 is connected to the URI and my system). There is also no tone heard on another radio when performing the RADIO TUNE TXVOICE command from within Asterisk. Other than a potentially defective URI, can you provide any insight on where I should look next to troubleshoot? I know I should upgrade to a newer Allstar system but I was hoping to get just a bit more life out of the current setup. Any help appreciated.

Verify your buss/device number matches in usbradio.conf/simpleusb.conf

lsusb

Then change ports to the other buss on your system (hardware and software) if all fails.