+ Reply to Thread
Page 4 of 4 FirstFirst ... 234
Results 31 to 39 of 39

Thread: Rasp Pi 2 + M2tech Hiface 1 - Anyone tried?

  1. #31
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Quote Originally Posted by TimCurtis View Post
    Hi Luis,

    Would mind running the short procedure below and posting the output from commands (5) through (8) ? I was thinking a bit and want to rule out a possible ALSA issue.

    (1) power off the Pi
    (2) plug in USB DAC
    (3) power up Pi
    (4) ssh root@moode (pwd = moode)

    (5) lsusb
    (6) cat /proc/asound/cards
    (7) cat /proc/asound/modules
    (8) cat /var/log/dmesg

    For #8, just post the "usb" lines. They look similar to below. There will be several groups of them.

    [ 3.079837] usb 1-1.3: new full-speed USB device number 5 using dwc_otg
    [ 3.268783] usb 1-1.3: New USB device found, idVendor=1852, idProduct=7022
    [ 3.287974] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    .
    .
    .
    .

    Regards,
    Tim
    Hi Tim,

    Sure!
    Here it goes.

    (5) root@moode:~# lsusb
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
    Bus 001 Device 004: ID 04b4:930b Cypress Semiconductor Corp.

    (6) root@moode:~# cat /proc/asound/cards
    0 [ALSA ]: bcm2835 - bcm2835 ALSA
    bcm2835 ALSA

    (7) root@moode:~# cat /proc/asound/modules
    0 snd_bcm2835

    (8) cat /var/log/dmesg | grep usb*
    [ 0.773455] usbcore: registered new interface driver usbfs
    [ 0.779043] usbcore: registered new interface driver hub
    [ 0.784461] usbcore: registered new device driver usb
    [ 1.137451] usbcore: registered new interface driver smsc95xx
    [ 1.608117] High-Speed Isochronous Endpoints
    [ 1.681201] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 1.689064] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.697346] usb usb1: Product: DWC OTG Controller
    [ 1.703075] usb usb1: Manufacturer: Linux 4.1.10-v7+ dwc_otg_hcd
    [ 1.710128] usb usb1: SerialNumber: 3f980000.usb
    [ 1.726822] usbcore: registered new interface driver usb-storage
    [ 1.831802] usbcore: registered new interface driver usbhid
    [ 1.839526] usbhid: USB HID core driver
    [ 2.105090] usb 1-1: new high-speed USB device number 2 using dwc_otg
    [ 2.315355] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
    [ 2.323260] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 2.615080] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
    [ 2.735304] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
    [ 2.743384] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 3.105076] usb 1-1.4: new high-speed USB device number 4 using dwc_otg
    [ 3.225582] usb 1-1.4: New USB device found, idVendor=04b4, idProduct=930b
    [ 3.233685] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 3.242220] usb 1-1.4: Product: USB-SPDIF
    [ 3.247429] usb 1-1.4: Manufacturer: M2TECH
    [ 3.253215] usb 1-1.4: config 0 descriptor??

    Thanks!

  2. #32
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Double posted...

  3. #33
    Join Date: Oct 2015

    Location: Metro-Detroit, Michigan USA

    Posts: 268
    I'm Tim.

    Default

    Quote Originally Posted by pitadavespa View Post
    Hi Tim,

    Sure!
    Here it goes.

    (5) root@moode:~# lsusb
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
    Bus 001 Device 004: ID 04b4:930b Cypress Semiconductor Corp.

    (6) root@moode:~# cat /proc/asound/cards
    0 [ALSA ]: bcm2835 - bcm2835 ALSA
    bcm2835 ALSA

    (7) root@moode:~# cat /proc/asound/modules
    0 snd_bcm2835

    (8) cat /var/log/dmesg | grep usb*
    [ 0.773455] usbcore: registered new interface driver usbfs
    [ 0.779043] usbcore: registered new interface driver hub
    [ 0.784461] usbcore: registered new device driver usb
    [ 1.137451] usbcore: registered new interface driver smsc95xx
    [ 1.608117] High-Speed Isochronous Endpoints
    [ 1.681201] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 1.689064] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.697346] usb usb1: Product: DWC OTG Controller
    [ 1.703075] usb usb1: Manufacturer: Linux 4.1.10-v7+ dwc_otg_hcd
    [ 1.710128] usb usb1: SerialNumber: 3f980000.usb
    [ 1.726822] usbcore: registered new interface driver usb-storage
    [ 1.831802] usbcore: registered new interface driver usbhid
    [ 1.839526] usbhid: USB HID core driver
    [ 2.105090] usb 1-1: new high-speed USB device number 2 using dwc_otg
    [ 2.315355] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
    [ 2.323260] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 2.615080] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
    [ 2.735304] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
    [ 2.743384] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 3.105076] usb 1-1.4: new high-speed USB device number 4 using dwc_otg
    [ 3.225582] usb 1-1.4: New USB device found, idVendor=04b4, idProduct=930b
    [ 3.233685] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 3.242220] usb 1-1.4: Product: USB-SPDIF
    [ 3.247429] usb 1-1.4: Manufacturer: M2TECH
    [ 3.253215] usb 1-1.4: config 0 descriptor??

    Thanks!
    Hi Luis,

    The line "[ 3.253215] usb 1-1.4: config 0 descriptor??" indicates Linux USB subsystem is not able to read the device descriptor in the DAC's firmware.

    If you run lsusb -v there should be line similar to below somewhere in the output.

    "Couldn't open device, some information will be missing”

    Regards,
    Tim

  4. #34
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Thanks Tim,

    I'll do that and let you know.

    Does that mean there's nothing I can do to make it work?


    Kind regards,
    Luis

  5. #35
    Join Date: Oct 2015

    Location: Metro-Detroit, Michigan USA

    Posts: 268
    I'm Tim.

    Default

    Quote Originally Posted by pitadavespa View Post
    Thanks Tim,

    I'll do that and let you know.

    Does that mean there's nothing I can do to make it work?


    Kind regards,
    Luis
    Hi Luis,

    It would appear that there is nothing that can be done.

    Regards,
    Tim

  6. #36
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Quote Originally Posted by TimCurtis View Post
    Hi Luis,

    It would appear that there is nothing that can be done.

    Regards,
    Tim





    Well, if that confirms, it seems the right move is to decide if I buy a DAC or "just" a board with a digital out (S/PDIF prefered) and use my external DAC.


    Thanks everyone,
    Luis

  7. #37
    Join Date: May 2009

    Location: Chesterfield

    Posts: 143
    I'm Robert.

    Default

    I have been using raspberry pi and 2 and also the cubox-i with my jkdac32 for a while, its hiface 1 based so uses the same driver. Wasn't aware it was entered into the kernel though, that bit of text about mainline wasn't in when I built the RPI2 sd card. I ended up resorting to installing arch linux and setting up MPD myself. The best bet of the prebuilt ones is probably Rune Audio as it uses Arch as its base, so you should be able to get the kernel headers unlike rasbian, only issue I had is a full upgrade is necessary and that managed to break the web interface last time I tried. , and you may have to resize the partition if the image is 2GB (not too hard if you know how).

    The driver also doesn't work any more on the current kernels. It used a deprecated function which has now been replaced (snd_card_create needs changing to snd_card_new, with the usb interface struct passed in to the function). I managed to tweak it so it works again after an awful lot of googling to locate the problem.

    I will try and help if you really want to get it working, but it can be a pain in the bum.
    Rob

  8. #38
    Join Date: Feb 2013

    Location: W Lothian

    Posts: 99,005
    I'm Grant.

    Default

    Quote Originally Posted by pitadavespa View Post





    Well, if that confirms, it seems the right move is to decide if I buy a DAC or "just" a board with a digital out (S/PDIF prefered) and use my external DAC.


    Thanks everyone,
    Luis
    The dacs that you get for these are super. Ive got both the sabre one and the iq one and they are both great. work easy peasy on moode too.
    Regards,
    Grant .... ؠ ......Don't be such a big girl's blouse

    I've said it before and I'll say it again: democracy simply-doesn't-work
    .... ..... ...... ...... ................... ..... ..... ..... ..... .....
    FIIO K7 BT, M11 PLUS, BTR7, KA5 - OPPO BDP-103D - PANASONIC UB450 - PANASONIC 4K ULTRA HD TV - PIXEL 6 - AVANTREE LR BLUETOOTH - 2* X600 SOUNDCORE - HEADPHONES INCLUDE, FIIO, NURAPHONES', FOCAL, OPPO, BOSE, CAMBRIDGE, BOWER & WILKINS, DEVIALET, MARSHALL, SONY, MITCHELL & JOHNSTON - 2*ZBOOK'S- MERCURY BD ROM, ROON, QOBUZ, TIDAL, PLEX, CYBERLINK, JRIVER - MULTI HDD'S -

    Oh my god! There's nothing wrong with the bidet is there?

    “Nothing discloses real character like the use of power. It is easy for the weak to be gentle. Most people can bear adversity. But if you wish to know what a man really is, give him power. This is the supreme test. It is the glory of Lincoln that, having almost absolute power, he never abused it, except on the side of mercy".

    “You see these dictators on their pedestals, surrounded by the bayonets of their soldiers and the truncheons of their police ... yet in their hearts there is unspoken fear. They are afraid of words and thoughts: words spoken abroad, thoughts stirring at home -- all the more powerful because forbidden -- terrify them. A little mouse of thought appears in the room, and even the mightiest potentates are thrown into panic.”

    "You don't have free will. You have the appearance of free will.”

    “There's a war out there, old friend. A world war. And it's not about who's got the most bullets. It's about who controls the information. What we see and hear, how we work, what we think... it's all about the information!”


    ***SMILE, BE HAPPY***

  9. #39
    Join Date: Feb 2012

    Location: Brighton,UK

    Posts: 60
    I'm Giles.

    Default

    Hi Chaps,

    I've not been on here for a long while. I just setup Volumio with a hiface usb dac and it wasn't trivial and most of the guides were out of date. I've stuck my scripts on github:

    https://github.com/gilesw/volumio-customizations
    Lounge: Diskstation NAS --> RPI Volumio --> m2tech young --> GD1500HD --> Pioneer LX57 --> hypex ncore n400 -> Vandamme hifi cable -- > IPL acoustics S2TLP CD3
    Bedroom: Macbook -> ODAC-> markgrant cables -> mini-t - > Vandamme studio cable --> B&O3702
    Kitchen: squeezebox v1 --chord crysalis -->Vandamme studio cable -- > dali zensors

+ Reply to Thread
Page 4 of 4 FirstFirst ... 234

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •