I am having an issue where when I try and run the Interface Tune Client , Each option produces the error "Device XXXXX is selected, the associated USB device string 2-1:1.0 was not found. I am using USBRadio and the channel is enabled in modules. I am using a DMK to a Motorola SLR 8000 repeater. I have another repeater with the identical setup using ASL2.0 without issues. This repeater was working ok earlier, but it quit working earlier. When I went to try the tune, I get this now. I also swapped the DMK with a new one but no change. There is a green light on the DMK . I have rebooted the computer and restarted asterisk . Thanks
Does asl-find-sound
locate the device?
I get back:
1-1.1:1.0 → 0d8c:0013 C-Media Electronics Inc.
It seems likely you plugged the device into a different port.
Either plug it into the same port as before, or, modify the config files to match the new location.
Yes, this is something that I’ve just found out the hard way too. ASL3 does not like you moving the device from one USB port to another. I’m not sure if there is a way to make it re-scan for a device?
The pi3A that I was initially using (which makes a great ASL node by the way!) only has one USB port so I didn’t come across the issue with that one.
And yes, I tried to move it back to the original port, and power cycled it, no joy.
AND I just realize I fat fingered the title and put USV instead of USB . And no way to edit it
From asl-menu
go to “6 Expert Settings” → “9 Edit simpleusb.conf”. Find the line that starts devstr =
and remove everything after the equal sign. For example:
Before:
devstr = 1-1.3:1.0
After:
devstr =
Save the file. Restart Asterisk. Try the tune menu again.
Clearing the devstr = line worked for me. This is also the fix if you change usb ports on the same Pi
This worked for me also, thanks… Also is there a way you can rename the thread to “USB Device”. instead of “USV” device possibly ?"
I’m having similar issues. First time loading ASL3 on a pi4 Model B board. Can’t seem to get any detection of COS or audio to pass through my fob. When I run asl-find-sound this is the output shown… 1-1.2:1.0 → 0d8c:0008 C-Media Electronics Inc. I have simple-usb set. this fob works perfectly with hamvoip. Trying to upgrade to the more modern ASL3 and just can’t seem to make it work. This is modified sound fob that seemed to be quite popular a few years ago when I got started with hamvoip.
Solution provided by @N8EI worked for me too. It should be marked as solution so others that stumble here find it easily
This has happened to me periodically on multiple systems.
Only a single USB device and it has not changed ports.
Node will just stop communicating with the USB device and the “fix” is always to go and take the
specific device string out of the config file (although it does match what is detected) and restart.
Is this possibly some sort of bug?
I will need to carefully document next time I see this happen and confirm indeed the device string has not changed from what is actually there.
I’m pretty sure it has not changed.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.