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

Pages: [1] 2
1
Users / Re: MythWeb Question
« on: August 21, 2007, 04:59:06 pm »
I have attached a screenshot to help better explain this issue. Please take a look.

Please help o masters of MythTV-MythWEB

2
Users / Re: MythWeb Question
« on: August 21, 2007, 03:51:31 am »
Basically,

Windows is using relative paths. Kubuntu is using absolute paths.

Is there a way to force absolute paths in apache2?

3
Users / MythWeb Question
« on: August 21, 2007, 02:57:18 am »
so this is weird.

When I go to Recorded Programs, where you are suppose to be able to click on them and download them it errors with "Firefox doesnt know what to do with myth:// protocol"

I noticed that when resting my mouse over the link to download it, its the local address (ie. myth://127.0.0.1:6543/moviehting.mpg). However when I connect to it local, via a computer on the same network with the hostname(in this case http://mythbox:8081) the link is correct: http://mythbox:8081/moviething.mpg.

I am confused because also it only does this on windows machines. My kubuntu 7.04 laptop with konqueror and firefox, have the correct path for downloading the recorded programs.

I tried manually setting the servers name that apears to the outside world in the apache2.conf file with ServerName tag.

Any help would be greatly appricated. WOuld like this to work especialy for my friends who still use windows..ha.

4
Users / Re: Internal Network problem
« on: August 14, 2007, 09:54:02 pm »
Whats the network card make/model piz?

if onboard, what mobo you got?

5
Users / Re: USB-UIRT to Learn a new remote
« on: August 14, 2007, 09:52:00 pm »
Alrighty making some progress, but still stuck.

I successfully installed lirc again(reinstall)
I successfully found the USB-UIRT device using dmesg| grep -i usb. I get:

FTDI USB Serial Device converter now attached to ttyUSB0 (dont' know why it doesnt say USB-UIRT connected or something)

changed my hardware config as show in the above post

changed my lircd.conf to the "mceusb.conf" off lirc.sourceforge.net

started the daemon "/etc/init.d/lirc start"
-no errors (yaayaya)

run "irw"
-it hangs(but thats good im told)

press buttons on my Windows MCE remote....and nothing happens :(


p.s. I swear one time I did a dmesg|grep -i usb, i saw a USB-UIRT??

6
Users / Re: Quick DHCP question
« on: August 14, 2007, 09:44:23 pm »
I just didnt understand why MCE is trying to setup 2 IPs with one card, especially since I turned off DHCP server on the MCE machine.

I think im good though.

7
Users / Quick DHCP question
« on: August 14, 2007, 08:16:46 am »
I am not using this Hybrid 0740 machine as a DHCP server, therefore I disabled it. However it still is showing up as 2 IP Addresses. One External and one internel, along with the 127.0.0.1(localhost) name router.

How do i make my machine use only one IP address. (I don't want Boot over net, this is the maaster station)

Thanks!

8
Users / Re: Will this system work with LMCE?
« on: August 13, 2007, 04:43:34 pm »
Looks to me like your on the right track. You might want to get a fast CPU if you plan on encoding multiple threads at a time. But its looking good, I have almost the exact same one, just less RAM[money :-( ] and faster CPU.


9
Users / Re: USB-UIRT to Learn a new remote
« on: August 13, 2007, 04:07:28 pm »
Alright I said forget this USB-UIRT learn remote thang and I went out and bought the MS Windows MCE remote.
Tried the tutorial on setting it up, but no dice. Arg...

If anyone can give me a step by step guid to installing the WIndows MCE remote, that would be great. My media center does everything except have a remote control :( :(, which = crap.

10
Users / Re: USB-UIRT to Learn a new remote
« on: August 09, 2007, 07:03:11 pm »
Same here.

11
Users / Re: USB-UIRT to Learn a new remote
« on: August 09, 2007, 04:16:02 am »
says the same thing as in the prevoius post about not having premissions and making sure lircd is off.

In regards to making sure the USB-UIRT is compiled correctly. I have it installed on Ubuntu 7.04 kernel is 2.6.20-16-generic
, I was told that this kernel comes USB-UIRT ready?

If not, help in the right direction would be greatly appricated. Maybe even steps to take, eh eh? :)

Thanks all

12
Users / Re: USB-UIRT to Learn a new remote
« on: August 08, 2007, 11:02:40 pm »
mythtvuser@mythtvserver:/etc/lirc$ ls -lah /dev/lirc*
crw-rw---- 1 root root 61, 0 2007-08-08 16:50 /dev/lirc
prw-rw-rw- 1 root root     0 2007-08-08 16:50 /dev/lircd
prw-rw-rw- 1 root root     0 2007-08-08 16:50 /dev/lircm
mythtvuser@mythtvserver:/etc/lirc$

thats what i get, so I am assuming this means lirc is install correctly. Also here is my hardware.conf file:

# /etc/lirc/hardware.conf
#
# Arguments which will be used when launching lircd
LIRCD_ARGS="-d /dev/ttyUSB0"

#Don't start lircmd even if there seems to be a good config file
#START_LIRCMD=false

#Try to load appropriate kernel modules
LOAD_MODULES=false

# Run "lircd --driver=help" for a list of supported drivers.
DRIVER="uirt2_raw"
# If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be
# automatically used instead
DEVICE=""
MODULES=""

# Default configuration files for your hardware if any
LIRCD_CONF=""
LIRCMD_CONF=""


-----------------Hope You guys/gals can Help-------------------

13
Users / Re: USB-UIRT to Learn a new remote
« on: August 07, 2007, 11:34:23 pm »
irrecord -f --device=/dev/lirc test.conf

irrecord -  application for recording IR-codes for usage with lirc

Copyright (C) 1998,1999 Christoph Bartelmus(lirc@bartelmus.de)

irrecord: could not init hardware (lircd running ? --> close it, check permissions)

--thats what i get, and I made sure I started lirc (sudo /etc/init.d/lirc start)

14
Users / Re: USB-UIRT to Learn a new remote
« on: August 07, 2007, 03:36:09 pm »
lirc was already installed. I removed the package and reinstalled it with -apt-get --purge.

15
Users / Re: USB-UIRT to Learn a new remote
« on: August 07, 2007, 02:24:47 am »
This doesnt make any goddam sense. I read documentation to setup my USB-UIRT, make LIRC see it. The remote i have does not have a preconfigured lircd.conf file. So it says to run irw or irrecord to learn the remote. When I do that the kernel tells me to make sure lirc is running, but when I run lirc from /etc/init.d/ it says cannot because lircd.conf is not setup. WT#???

HELP PLEASE@!!!

Pages: [1] 2