+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 39

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

  1. #11
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Quote Originally Posted by Rothchild View Post
    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...
    I thought modules was a directory and was trying to locate SND_USB_HIFACE inside it...

    Thanks!
    I'll try that.

  2. #12
    Join Date: Sep 2012

    Location: East Anglia UK

    Posts: 1,219
    I'm Marc.

    Default

    There's also some useful discussion here: http://www.raspyfi.com/hiface-on-lin...fi-and-debian/

    It might be worth throwing snd-usb-hiface in to the module file too?

  3. #13
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Fingers were crossed, but no luck. :\
    I'm now starting over with a clean install, just in case I did something wrong.

    Rothchild (thank you for your help),

    Do you mean snd-usb-hiface and SND_USB_HIFACE, right?
    No problem, I'll do that.

    One more (silly) question: if it works, how do I know?
    I won't need to choose a DAC, right?
    Will it just start to play sound through my DAC?


    Thanks,
    Luis
    Last edited by pitadavespa; 02-11-2015 at 23:37.

  4. #14
    Join Date: Sep 2013

    Location: North Island New Zealand

    Posts: 1,757
    I'm Chris.

    Default run updates first

    Hi
    It is always a good idea to run updates first
    when installing later packages ,as any packages
    that are dependant will be automatically updated .for you

    sudo apt-get update

    In page one you had explanation kernel headers were
    not the current ones needed to install the hiface software.
    applying updates should fix.

    if it is a upgrade then

    sudo apt-get upgrade

    Cheers / Chris

  5. #15
    Join Date: Sep 2012

    Location: East Anglia UK

    Posts: 1,219
    I'm Marc.

    Default

    Quote Originally Posted by Light Dependant Resistor View Post
    Hi
    It is always a good idea to run updates first
    when installing later packages ,as any packages
    that are dependant will be automatically updated .for you

    Cheers / Chris
    Generally a good tip but in this case the update wouldn't help as Raspbian kernel sources (which are needed to compile the driver against) aren't bundled in the repository, so one has to go through some additional hoops to get them working more info here: https://www.raspberrypi.org/forums/v...p?f=66&t=57401

    You can check this by doing: sudo apt-cache search kernel-headers

  6. #16
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Guys, thank you for your kind help, but I feel this is too much for me...
    I'm not sure, but I think all these information is related with Rasp Pi, not Pi2. Am I wrong?

    Thanks,
    Luis

  7. #17
    Join Date: Sep 2012

    Location: East Anglia UK

    Posts: 1,219
    I'm Marc.

    Default

    Quote Originally Posted by pitadavespa View Post
    Guys, thank you for your kind help, but I feel this is too much for me...
    I'm not sure, but I think all these information is related with Rasp Pi, not Pi2. Am I wrong?

    Thanks,
    Luis
    Hi Luis,

    No problem, it would be great if we could help get you up and running (but it does look like this is quite involved, maybe Tim in the Moode thread could help us?)

    The OS is the same for both (all) Pi versions (although there are some differences for drivers compiled between the two because of the upgrade from v6 to v7 of the broadcom chip that drives them - that's what I've been working on reconciling for the version of FFmpeg used in DietPi recently) - in fact apart from the kernel (which is provided by the pi foundation with the (closed) broadcom drivers rolled in, most of the rest of raspbian is just a lightly repackaged mirror of Debian's ArmHF version.

  8. #18
    Join Date: Sep 2012

    Location: East Anglia UK

    Posts: 1,219
    I'm Marc.

    Default

    On a bit of further reading the module name (what should be in /etc/modules) is snd-usb-hiface

    And in response to your earlier question as to how you know it's working (it's a good one)

    I think you should be able to see if the module has been loaded by using the lsmod command.

    If it's loaded then we should assume it is working, if there is still no sound then we may need to configure alsa so it knows to direct the sound there (rather than to the onboard card) TBH I'm not entirely sure how to do this at the moment but certainly aplay -l will show you what the currently selected device is.

  9. #19
    Join Date: Dec 2011

    Location: Portugal

    Posts: 288
    I'm Luis.

    Default

    Quote Originally Posted by Rothchild View Post
    On a bit of further reading the module name (what should be in /etc/modules) is snd-usb-hiface

    And in response to your earlier question as to how you know it's working (it's a good one)

    I think you should be able to see if the module has been loaded by using the lsmod command.

    If it's loaded then we should assume it is working, if there is still no sound then we may need to configure alsa so it knows to direct the sound there (rather than to the onboard card) TBH I'm not entirely sure how to do this at the moment but certainly aplay -l will show you what the currently selected device is.
    Thank you for your help.

    I guess there are a few things here that I need to try again: http://www.raspyfi.com/hiface-on-lin...fi-and-debian/

  10. #20
    Join Date: Oct 2015

    Location: Metro-Detroit, Michigan USA

    Posts: 268
    I'm Tim.

    Default

    Quote Originally Posted by pitadavespa View Post
    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
    Hi Luis,

    In Moode, USB attached audio devices are automatically configured. Most devices work without issue but a vary small number do not because they require their own special USB sound drivers or a special version of the standard USB driver, none of which are included in mainline Linux.

    If you wouldn't mind following a short procedure I can help troubleshoot if issue comes up.

    (1) copy the latest Moode 2.4 image to SD card
    (2) start from powered off Pi
    (3) plug Hiface device into USB port
    (4) power up the Pi
    (5) http://moode (or moode.local, whichever works on your network)
    (6) Menu, Configure, MPD

    Does "USB audio device" appear in the "Audio output" field?

    If it does, this is an indication that automatic configuration phase completed.

    Regards,
    Tim

+ Reply to Thread
Page 2 of 4 FirstFirst 1234 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
  •