Show Posts
|
|
Pages: [1] 2 3 ... 6
|
|
1
|
LinuxMCE / Users / Re: Android QOrbiter
|
on: January 10, 2013, 12:27:37 am
|
|
Reportback: HTC Desire HD (Android 2.3.5) Updated the skins, downloaded apk from dropbox, ran instruction in weborbiter.
Orbiter loads fine, get to the stair screen with the 6 buttons in centre and 4 buttons bottom.
Power & exit buttons work, can only test media, the media buttons come up but clicking on Video or audio has no result, button goes blue but nothing happens
I have not set up a floor plan, don't know if that's important
|
|
|
|
|
8
|
LinuxMCE / Users / Re: Upgrading. Is it safe yet? (ALL video cards but nVidia GTxxx cards specifically)
|
on: September 15, 2012, 01:54:02 pm
|
|
Thanks L3mce!
Aplay now:
aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Intel [HDA Intel], device 0: ALC892 Analog [ALC892 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 1: ALC892 Digital [ALC892 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 7: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 0/1 Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 8: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 9: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0
Interesting that the nvidia card is not card 0 now
|
|
|
|
|
9
|
LinuxMCE / Users / Re: Upgrading. Is it safe yet? (ALL video cards but nVidia GTxxx cards specifically)
|
on: September 15, 2012, 09:15:24 am
|
|
Sound not working on Zbox ID41
lspci -nnk | grep VGA -A3 03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [ION] [10de:0a64] (rev a2) Kernel driver in use: nvidia Kernel modules: nvidia-glx-260, nvidiafb, nouveau 03:00.1 Audio device [0403]: NVIDIA Corporation High Definition Audio Controller [10de:0be3] (rev a1)
File: asound.conf
pcm_slave.convert { @args [ RATE CARD DEV ] @args.RATE { type integer } @args.CARD { type string } @args.DEV { type integer default 0 } pcm { @func concat strings [ $CARD "," $DEV ] } rate $RATE }
pcm.spdif_playback { type plug slave { @func concat strings [ "convert:RATE=48000,CARD=spdif:1" ] } }
pcm.hdmi_playback { type plug slave { @func concat strings [ "convert:RATE=48000,CARD=hdmi:1" ] } }
pcm.asym_spdif { type asym playback.pcm "spdif_playback" capture.pcm "plughw:1" }
pcm.asym_hdmi { type asym playback.pcm "hdmi_playback" capture.pcm "plughw:1" }
pcm.asym_analog { type asym playback.pcm "plug:dmix:1" capture.pcm "plughw:1" } pcm.!default asym_hdmi
sudo aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic] Subdevices: 1/1 Subdevice #0: subdevice #0
|
|
|
|
|
13
|
LinuxMCE / Installation issues / Re: Update / Upgrade with Limited Internet Access
|
on: August 10, 2012, 12:29:06 pm
|
|
L3mce, thanks for this tip, going to help hugely with keeping up to date.
Just a question: I have now done this on my core (showing snap 926326 in webadmin/advanced) Now, what about the md's. My md still showing a much older snap as it's version. What is the best way to now get the md updated?
Thanks
|
|
|
|
|
14
|
LinuxMCE / Users / Re: nVidia GT XXX card owners I need your help. Will only take a few seconds. 1004
|
on: August 08, 2012, 11:03:46 pm
|
|
lspci -nn | grep -w 'VGA' 03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [ION] [10de:0a64] (rev a2)
apt-cache policy linux-backports-modules-alsa-$(uname -r) linux-backports-modules-alsa-2.6.32-41-generic: Installed: 2.6.32-41.43 Candidate: 2.6.32-41.43 Version table: *** 2.6.32-41.43 0 500 mirror://mirrors.ubuntu.com/mirrors.txt/ lucid-updates/main Packages 500 mirror://mirrors.ubuntu.com/mirrors.txt/ lucid-security/main Package s 100 /var/lib/dpkg/status
aplay -l **** List of PLAYBACK Hardware Devices **** card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [HDA NVidia], device 7: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [HDA NVidia], device 8: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [HDA NVidia], device 9: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: Intel [HDA Intel], device 0: ALC892 Analog [ALC892 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: Intel [HDA Intel], device 1: ALC892 Digital [ALC892 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0
|
|
|
|
|