Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pointman87

Pages: 1 ... 4 5 [6] 7 8 ... 12
76
Users / Re: New apartment - retrofitting
« on: May 28, 2013, 10:41:43 pm »
Yes im using the tellstick and about 20 lamps in my house, works very good =) Im in Sweden BTW.

BR Daniel

77
Users / Re: My latest (and greatest so far) gyro mouse / keyboard
« on: April 23, 2013, 05:51:39 pm »
Got mine today :D Payed about 900 swedish crowns for my old gyration remote, this cost about 160.
Thanks for the tip =)

BR Daniel

78
Installation issues / Re: Tellstick on 1004
« on: March 30, 2013, 10:28:16 am »
Are you using a headless core or a hybrid? I had the same problem when trying the tellstick on my headless core, moving it to an MD fixes than. Dont know why thou.

BR Daniel

79
Users / Re: MP4 Crash
« on: March 11, 2013, 05:11:18 pm »

80
Users / Re: MP4 Crash
« on: March 10, 2013, 10:12:15 pm »
Well then im not alone in this =)
Feels like the problem is related to xine itselfand not LMCE?

BR Daniel

81
Users / MP4 Crash
« on: March 10, 2013, 09:42:58 pm »
Hi all, i have a problem with Mp4 videos. If i play them one by one it works very good but if i queue let say 2 files xine crashes when it change file. I then have to do multiple reloads before xine comes back up an i can start i new file.

BR Daniel

82
Users / Re: Phonelines
« on: December 11, 2012, 07:42:05 pm »
Yes i do know that, just a ... whats the word in english... speculation? nothing to push it.

83
Users / Re: Phonelines
« on: December 10, 2012, 07:18:08 pm »
No i have not because i don't know what to do about it. Foxi said that he would look in to it when he had time.


Sent from my iPad using Tapatalk HD

84
Users / Re: Phonelines
« on: December 09, 2012, 03:28:03 pm »
Bumping this, is it any news on this?

BR Daniel

85
Users / Re: Why are you using LinuxMCE?
« on: September 04, 2012, 09:27:18 pm »
Mediacenter, tv, phone, lights, NAS, TimeMachine for the MAC, DHCP, deluge torrent daemon.

BR Daniel

86
No I'm using VDR from the repo.

BR Daniel

87
Try upgrading to alsa 1.0.25, that got me sound on my nvidia gtx560 GFX

BR Daniel

88
Users / Re: Requesting Help (small wiring project)
« on: August 20, 2012, 05:28:07 pm »
Maybe a very dumb question but dont the pad have i charger cable that you can just put in the mold?

BR Daniel

89
Yes sir, after either upgrading alsa or installing backport and unmuting i get sound in avwizard (both the volume screen and the dolby and DTS test sounds)


90
Asrock 152B ION2:

lspci -nn | grep -w
Code: [Select]
'VGA' 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [ION] [10de:0a64] (rev a2)apt-cache policy linux-backports-modules-alsa-$(uname -r)
Code: [Select]
linux-backports-modules-alsa-2.6.32-40-generic:
  Installed: 2.6.32-40.41
  Candidate: 2.6.32-40.41
  Version table:
 *** 2.6.32-40.41 0
        500 http://archive.ubuntu.uasw.edu/ lucid-updates/main Packages
        500 http://archive.ubuntu.uasw.edu/ lucid-security/main Packages
        100 /var/lib/dpkg/status
aplay -l
Code: [Select]
**** 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

This device is using HDMI audio and play all formats (dolby digital,DTS etc)

Edit: this is my asound.conf
Code: [Select]
pcm_slave.spdif_convert48k {
pcm "spdif:%MAIN_CARD%"
rate 48000
}

pcm.spdif_playback {
type plug
slave spdif_convert48k
}

pcm_slave.hdmi_convert48k {
pcm "hdmi:%MAIN_CARD%"
rate 48000
}

pcm.hdmi_playback {
type plug
slave hdmi_convert48k
}

pcm.asym_spdif {
type asym
playback.pcm "spdif_playback"
capture.pcm "plughw:%MAIN_CARD%"
}

pcm.asym_hdmi {
type asym
playback.pcm "hdmi_playback"
capture.pcm "plughw:%MAIN_CARD%"
}

pcm.asym_analog {
type asym
playback.pcm "plug:dmix:%MAIN_CARD%"
capture.pcm "plughw:%MAIN_CARD%"
}

pcm.!hdmi {
        @args [ AES0 AES1 AES2 AES3 ]
        @args.AES0 {
                type integer
                # consumer, not-copyright, emphasis-none, mode=0
                default 0x04
        }
        @args.AES1 {
                type integer
                # original, PCM coder
                default 0x82
        }
        @args.AES2 {
                type integer
                # source and channel
                default 0x00
        }
        @args.AES3 {
                type integer
                # fs=48000Hz, clock accuracy=1000ppm
                default 0x02
        }
        type hooks
        slave.pcm {
                type hw
                card 1
                device 7
        }
        hooks.0 {
                type ctl_elems
                hook_args [
                {
                        name "IEC958 Playback Default"
                        lock true
                        preserve true
                        value [ $AES0 $AES1 $AES2 $AES3 ]
                }
                {
                        name "IEC958 Playback Switch"
                        lock true
                        preserve true
                        value true
                }
                ]
        }
}
Notice the code after pcm.!hdmi, i´ve never had to force nvidia card as 0 with this.

Pages: 1 ... 4 5 [6] 7 8 ... 12