Problem: Limelight-pi in Xbian/Audiomixer problem
|
22nd Apr, 2014, 05:59 AM
Post: #1
|
|||
|
|||
Limelight-pi in Xbian/Audiomixer problem
Software
XBian version: 1.0Beta2 XBMC version: 12.2 Overclock settings: default Hardware Power supply rating: O/P: 5V, 1.0 A (?) RPi model (model A/B 256mb/512mb): Model B 512mb SD card size and make/type: 8GB Sandisc Network (wireless or LAN): LAN Connected devices (TV, USB, network storage, etc.): USB memory stick, wireless keyboard and mouse Logile Link to logfile(s): http://xbmclogs.com/show.php?id=183306 http://xbmclogs.com/show.php?id=183307 (Old, pretty sure this is the correct one, since I had to restart the pi before uploading) Problem description: Hey. I followed this video: https://www.youtube.com/watch?v=zsTU26oxSkI Everything was fine untill Alsamixer xbian@xbian~ $ alsamixer cannot open mixer: No such file or directory I continued, hoping it'd still work; but no. When I start it this happens: Starting app Starting handshake Starting control connection Starting video stream Starting audio stream Then: ALSA lib pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card java.lang.IllegalStateException: Alsa renderer initialization failure: -2 at com.limelight (...lots of text...) at com.limelight (...lots of text...) at com.limelight (...lots of text...) at com.limelight (...lots of text...) at com.limelight (...lots of text...) at com.limelight (...lots of text...) at com.limelight (...lots of text...) at com.limelight (...lots of text...) Alsa renderer initialization failure: -2 java: pcm.c:1117: snd_pcm_drain: Assertion 'pcm' failed Aborted I tried to read up on some solution, but I do not know much about xbian or raspberry pi in general. I have added xbian to the audio group in permissions, but it did not fix it I would appreciate it if you could help |
|||
23rd Apr, 2014, 02:53 AM
Post: #2
|
|||
|
|||
RE: Limelight-pi in Xbian/Audiomixer problem
What is the output from more /etc/group | grep audio and more /boot/config.txt
Also can you post the output of dmesg and xbmc.log via patebin. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
23rd Apr, 2014, 04:28 AM
Post: #3
|
|||
|
|||
RE: Limelight-pi in Xbian/Audiomixer problem
(23rd Apr, 2014 02:53 AM)IriDium Wrote: What is the output from more /etc/group | grep audio and more /boot/config.txt I've added a couple of things now. How can I get the output of dmesg, more /etc/group | grep audio and more /boot/config.txt from the raspberry pi onto pastebin? |
|||
23rd Apr, 2014, 09:08 PM
Post: #4
|
|||
|
|||
RE: Limelight-pi in Xbian/Audiomixer problem
XBMC builds for RPi dont use and support Alsa, thats all, thats the reason why it doesnt work
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
23rd Apr, 2014, 11:49 PM
Post: #5
|
|||
|
|||
RE: Limelight-pi in Xbian/Audiomixer problem
i run alsa on my pi with xbian,
of course, xbmc doesn't output(yet) via alsa, but others apps can. no seen all the video, but is the module snd_bcm2835 loaded? you can check with lsmod when i see comment on youtube, module is not reloaded after a reboot. to autoload on boot, echo 'snd_bcm2835' >> /etc/modules and add xbian on group : usermod -G lp -a xbian ps :all command with sudo Belese edit : also i've installed alsa-base instead of alsa, but don't know what the difference. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
25th Apr, 2014, 10:05 PM
Post: #6
|
|||
|
|||
RE: Limelight-pi in Xbian/Audiomixer problem
(23rd Apr, 2014 11:49 PM)belese Wrote: when i see comment on youtube, module is not reloaded after a reboot.Thanks, it works now! I don't have permission to autoload snd_bcm2835, but at least it works Edit: It was a lot more laggy than I expected. I guess it's very much a work in progress |
|||
« Next Oldest | Next Newest »
|