Hi Sid
At last, I could find the time to look at my USB port.
Lsusb gives me
Bus 001 Device 015: ID 16c0:05dc VOTI shared ID for use with libusb
Seems to be in conflict with libusb.
Lsusb –t said
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/8p, 480M
|__ Port 5: Dev 15, If 0, Class=>ifc, Driver=, 480M
|__ Port 5: Dev 15, If 1, Class=audio, Driver=snd-usb-audio, 480M
|__ Port 5: Dev 15, If 2, Class=audio, Driver=snd-usb-audio, 480M
|__ Port 5: Dev 15, If 3, Class=audio, Driver=snd-usb-audio, 480M
It seems to be a “classical” in the AVR literature
Trying to change the udev rules with 666
(SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", GROUP="users", MODE="0666")
Still gives a
“Could not open USB device "DG8SAQ-I2C" with vid=0x16c0 pid=0x5dc, retrying
Could not open USB device "DG8SAQ-I2C" with vid=0x16c0 pid=0x5dc, retrying
Permanent problem opening usb device. Giving up.”
(after restarting service udev, unplugging and plugging the usb)
And
dmesg | grep -i usb gives
/…/
[ 0.561451] hub 5-0:1.0: >USB hub found
[ 0.561585] usbcore: registered new interface driver libusual
[ 1.152070] usb 1-5: >new high-speed USB device number 5 using ehci_hcd
[ 1.285569] usb 1-5: >New USB device found, idVendor=16c0, idProduct=05dc
[ 1.285586] usb 1-5: >New USB device strings: Mfr=1, Product=2, SerialNumber= 3
[ 1.285589] usb 1-5: >Product: Yoyodyne SDR-Widget
[ 1.285592] usb 1-5: >Manufacturer: SDR-Widget
[ 1.285594] usb 1-5: >SerialNumber: 1.0.0.0.0.0.0
/…/
[ 558.064691] usb 1-5: >USB disconnect, device number 5
[ 562.792096] usb 1-5: >new high-speed USB device number 7 using ehci_hcd
[ 562.926092] usb 1-5: >New USB device found, idVendor=16c0, idProduct=05dc
[ 562.926102] usb 1-5: >New USB device strings: Mfr=1, Product=2, SerialNumber= 3
[ 562.926109] usb 1-5: >Product: Yoyodyne SDR-Widget
[ 562.926115] usb 1-5: >Manufacturer: SDR-Widget
[ 562.926120] usb 1-5: >SerialNumber: 1.0.0.0.0.0.0
--
---
You received this message because you are subscribed to the Google Groups "MOBOKITS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to MOBOKITS+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
---
You received this message because you are subscribed to the Google Groups "MOBOKITS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to MOBOKITS+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
See quoted message
Marc,
You are using a new version of firmware with a different vid/pid that old software cannot find unless they are modified.
So try to use old version firmware:
http://code.google.com/p/sdr-widget/downloads/detail?name=sdr-widget-2012-10-22.elf&can=2&q=
which has the traditional vid/pid .
Alex
On 25 Mar 2013 19:10, <MOBO...@googlegroups.com> wrote:Group: http://groups.google.com/group/MOBOKITS/topics
- USB not found [2 Updates]
marc olanie <marc....@gmail.com> Mar 24 02:15PM +0100
Hi Sid
Many tnks for you time and patience
your datas
[111161.577748] usb 1-3: Product: DG8SAQ-I2C
my datas
[ 1.285589] usb 1-5: >Product: Yoyodyne SDR-Widget
****
Sid Boyce <boyc...@gmail.com> Mar 24 03:11PM
You received this message because you are subscribed to the Google Group MOBOKITS.
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.
In fact, I'm using the sdr-widget-2012-10-22.elf which seems to be the very last one on the googlecode repo
Which versions of the firmware is considered having the compatible Pid Vid ?
Anyhow, as soon as I have some spare time, I’ll follow Sid’s advices and I’ll build the most recent version of the CLI & dsp servers
73’
Marc