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 - bushtech

Pages: 1 [2] 3 4 ... 7
16
Developers / Re: Developing a Weather Plugin, videos
« on: July 18, 2013, 03:39:59 pm »
Hi Thom

Great stuff, thank you.

Would it be possible to link a Davis weather station to lmce?

Dries

17
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

18
Users / Re: Important notice on main page
« on: January 05, 2013, 07:59:23 pm »
Thanks so much for all your hard work

19
 lspci -nnk | grep 2e20 -A1
00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM Controller [8086:2e20] (rev 03)
        Kernel modules: intel-agp

20
Developers / Re: Upnp... it disturbs me. Please run a couple of commands.
« on: September 26, 2012, 09:01:10 am »
http://pastebin.com/3jBDfNV7

Also 2 to 3 week old working install

21
Users / Re: IRTrans Ethernet
« on: September 20, 2012, 11:12:09 pm »
Thanks Hari

22
Users / Re: IRTrans Ethernet
« on: September 20, 2012, 03:33:47 pm »
Presumably this works in 1004 as well?

I see they now have a wireless version: http://www.irtrans.com/en/shop/wifi.php

23
Users / Re: Hello everyone!!!
« on: September 15, 2012, 02:55:16 pm »
Hmmmm

24
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

25
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


26
Developers / Re: QOrbiter: Updated
« on: August 30, 2012, 08:27:49 am »
Great work Golgoj. Thank you very much. Hoping to get back to trying this soon

27
Installation issues / Re: Update / Upgrade with Limited Internet Access
« on: August 14, 2012, 04:24:13 pm »
Thanks for this L3. Certainly helps me

28
Installation issues / Re: Update / Upgrade with Limited Internet Access
« on: August 10, 2012, 05:52:17 pm »
Well, what about doing your sneaky upgrade thing on the md? Would that work to get the md in sync with the core? I see my md needs 231Mb of upgrades with a whole bunch of open-office files which I could probably quite safely ignore?

29
Installation issues / Re: Update / Upgrade with Limited Internet Access
« on: August 10, 2012, 01: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

30
 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

Pages: 1 [2] 3 4 ... 7