+ Reply to Thread
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 39

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

  1. #1
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default Rasp Pi 2 + M2tech Hiface 1 - Anyone tried?

    Hi,

    I'm trying to use my Hiface 1 (USB to Spdif out) in order to connect my Rasp Pi to my DAC using Moode, Volumio or similar, but I can't seem to be able to make them work.
    Is it possible?

    I search the net and I think it is possible with Hiface 2, but what about verison 1?


    Thanks,
    Luis

  2. #2
    Join Date: Sep 2012

    Location: East Anglia UK

    Posts: 1,219
    I'm Marc.

    Default

    Looks like it needs a very specific driver.

    Instructions and downloads available here: https://github.com/panicking/snd-usb-asyncaudio/wiki

    On a second read, it looks like the driver is in the kernel from 3.11 onwards. You might need to add snd-usb-hiface to /etc/modules if it's not enabled out of the box.

  3. #3
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Quote Originally Posted by Rothchild View Post
    Looks like it needs a very specific driver.

    Instructions and downloads available here: https://github.com/panicking/snd-usb-asyncaudio/wiki

    On a second read, it looks like the driver is in the kernel from 3.11 onwards. You might need to add snd-usb-hiface to /etc/modules if it's not enabled out of the box.
    I already tried it, but I guess I didn't notice the second part.
    I'll try it later.

    Thanks!

  4. #4
    Join Date: Sep 2012

    Location: East Anglia UK

    Posts: 1,219
    I'm Marc.

    Default

    According to here: https://github.com/panicking/snd-usb-asyncaudio

    The module is actually SND_USB_HIFACE

  5. #5
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Quote Originally Posted by Rothchild View Post
    According to here: https://github.com/panicking/snd-usb-asyncaudio

    The module is actually SND_USB_HIFACE
    Thanks.

  6. #6
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    What am I missing here?
    Can you please help?

    --

    root@moode:/dev/snd# apt-get install kernel-headers-$(uname -r)
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package kernel-headers-4.1.10-v7
    E: Couldn't find any package by regex 'kernel-headers-4.1.10-v7'

    --

    Thanks

  7. #7
    Join Date: Sep 2012

    Location: East Anglia UK

    Posts: 1,219
    I'm Marc.

    Default

    For some reason Raspbian doesn't have the headers in their repository, if you search around a bit there are some guides about how to get around this (but they're a bit more involved than a simple couple of lines here), like this: https://www.raspberrypi.org/forums/v...17666&p=179845

    Did adding the module to /etc/modules not work then?

  8. #8
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Quote Originally Posted by Rothchild View Post
    For some reason Raspbian doesn't have the headers in their repository, if you search around a bit there are some guides about how to get around this (but they're a bit more involved than a simple couple of lines here), like this: https://www.raspberrypi.org/forums/v...17666&p=179845

    Did adding the module to /etc/modules not work then?
    Sorry, I'm not sure how to do that, either... :\

  9. #9
    Join Date: Sep 2012

    Location: East Anglia UK

    Posts: 1,219
    I'm Marc.

    Default

    At the prompt type: sudo nano /etc/modules

    it will prompt you for a password and then open the file to edit

    Add: SND_USB_HIFACE

    press ctrl+o to save and ctrl+x to exit nano

    reboot the pi and cross your fingers...

  10. #10
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    I'm now following your link and learning a bit more.
    Let's see... hmmm...

+ Reply to Thread
Page 1 of 4 123 ... LastLast

Posting Permissions

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