XBMC Community Forum
Problem with Apple TV 2 - 4.3.1 with Jailbreak - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Off-Topic (/forumdisplay.php?fid=34)
+--- Forum: Off-Topic Discussion (/forumdisplay.php?fid=113)
+--- Thread: Problem with Apple TV 2 - 4.3.1 with Jailbreak (/showthread.php?tid=98493)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


- sandom - 2011-04-04 19:14

hvac73 Wrote:I was able to get SMB share by adding it manually. Just the audio issue still to overcome.

Do you have a command line for adding it manually?
Thx


- hvac73 - 2011-04-04 19:41

Just did it from XBMC.


- Saosin - 2011-04-04 19:45

I get the same "Error 2: share not available." when I try to browse for SMB shares. When adding manually I get a "Request timed out".


- Nemesys - 2011-04-04 19:50

I also managed to add SMB server manually just adding SMB://<myServerIp>:32000 to the list of sources.


- RobertJP - 2011-04-04 20:44

I'm also having the trouble with viewing an smb network but I can add each share to the sources list manually as others have been able to. Unfortunately I also get the "Failed to initialize audio device" when playing any video. My audio is over HDMI to my TV and out the crappy 2.0 speakers of the TV. I tried both the Analog and HDMI sound settings in XBMC without any difference and rebooted between changes to make sure that wasn't it. I used Pwnagetool to jailbreak my ATV. Had to manually add sauriks repo to my sources to add bsdiff and gawk and manually installed seatbeltunlock before installing the latest nightly deb.

Snippit of where I believe the error is taking place:
Code:
03:03:31 T:138272768 M:106778624   DEBUG: CIOSCoreAudioDevice::SetupInfo: Remote/IO Output Stream Bus 1 Format [lpcm] Mixable 2 Channel 16-bit Signed Integer (48000Hz)
03:03:31 T:138272768 M:106774528   DEBUG: CIOSCoreAudioDevice::SetupInfo: Remote/IO Input Stream Bus 1 Format [lpcm] Mixable 2 Channel 16-bit Signed Integer (48000Hz)
03:03:31 T:138272768 M:106754048   ERROR: CIOSCoreAudioUnit::Open: Unable to Open AudioUnit. Error = 0x10000003 (   )
03:03:31 T:138272768 M:106278912    INFO: CIOSAudioRenderer::Deinitialize: Renderer has been shut down.
03:03:31 T:138272768 M:106278912    INFO: Previous line repeats 1 times.
03:03:31 T:138272768 M:106278912   ERROR: Creating a Null Audio Renderer, Check your audio settings as this should not happen
03:03:31 T:138272768 M:106278912   DEBUG: RemoveActiveDevice - Removing device 2
03:03:31 T:138272768 M:106278912   DEBUG: SetActiveDevice - SetActiveDevice from 0 to 2
03:03:31 T:138272768 M:106278912   DEBUG: RemoveActiveDevice - Removing device 0
03:03:31 T:138272768 M:106278912   DEBUG: CNullDirectSound::Initialize - Channels: 2 - SampleRate: 48000 - SampleBit: 16 - Resample false - IsMusic false - IsPassthrough false - audioDevice: Default Output Device
XBMC log in full: http://pastebin.ubuntu.com/589374/

Thanks for all the hard work on XBMC, been using it for ages and it's my favorite platform for my living room.


- mingolo - 2011-04-05 09:06

Just a short question: is there anybody that got audio up and running after a pwnage tool jailbreak on 4.3.1?

Maybe I should also open up the question a bit: Is there anybody that has 4.3.1 with XBMC and audio in XBMC?

If yes, how did you do it?


- Memphiz - 2011-04-05 09:13

No it seems to be a problem on atv2 with the JB ... i have no problems with audio on an ipad 4.3.1 pnwagetool. Maybe someone could try to jailbreak with sn0wbreeze and let us know if that works?!?


- mingolo - 2011-04-05 09:44

I only meant the apple TV Smile. As far as I know there is currently no other unthered jailbreak available...


XBMC on 4.3.1 fix - riconster - 2011-04-05 10:30

$ ssh root@<your ATV2 IP address>

root@<your ATV2 IP address>'s password: ''enter your password here, it should be "alpine" if you haven't changed it''

$ echo "deb http://apt.saurik.com/ tangelo-3.7 main">/etc/apt/sources.list.d/saurik.list

$ apt-get update
$ apt-get -f install org.xbmc.xbmc-atv2


- mprassel - 2011-04-05 10:32

riconster Wrote:$ ssh root@<your ATV2 IP address>

root@<your ATV2 IP address>'s password: ''enter your password here, it should be "alpine" if you haven't changed it''

$ echo "deb http://apt.saurik.com/ tangelo-3.7 main">/etc/apt/sources.list.d/saurik.list

$ apt-get update
$ apt-get -f install org.xbmc.xbmc-atv2

What does this do?