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

Pages: [1]
1
Installation issues / Re: Experience from a user that is moving on.
« on: May 17, 2007, 08:25:18 pm »
I am also downloading the 1.1 install but before I begin I will wait to hear from you =)  now to start all over getting wireless working in 7.04 =)

2
Installation issues / Re: Cable setup woes
« on: May 13, 2007, 01:56:04 am »
I can only help you with #1) 


change the resolution in the Xorg.conf.pluto file and then use the web admin to change it for the orbiter to the same resolution.

open a terminal type

Code: [Select]
sudo updatedb
Type in your password and let it run.

once that is finished type
Code: [Select]
locate pluto.conf

and it should give you a list of all files. I think it is located in /etc/ but I can't remember and I've since purged the install.


Once you have the location type
Code: [Select]
sudo nano <path to the xorg.pluto.conf>

and you should be able to navigate that file pretty easy like you would a normal text editor.


Once all that is dine you will have to go into the web admin and select Orbiter in the left menu.

On the right side there is an option for the resolutionx resolutiony/refresh
should look something like this:
Code: [Select]
1024 768/60

Change that to your resolution and Select the option to "Refresh this orbiter and reload the router"

that should be your resolution to a workable one.

3
Installation issues / Re: MCE installer problem
« on: May 13, 2007, 01:49:53 am »
Make sure there are not any updated ready to be installed (usually at the top right on the screen) and if all else fails hit ctrl+alt+backspace and reload your X session. Open the package Manager from the Administration menu and see if that runs. If it does close it and run the install again.

4
Installation issues / Experience from a user that is moving on.
« on: May 13, 2007, 01:48:00 am »
I should start out by saying I saw the article on Digg. I was interested more in the fact that the interface looked pretty and would be more pleasing to the wife then the Myth install i had running so I found a spare HDD sitting around and went to work. 

The install of Ubuntu 6.10 was simple once all the interesting bugs were identified and dealt with (required the use of a usb drive, a second windows machine to download packages, and a lot of patients). Not a LinuxMCE problem, and as the linux guys at work point out, my problem.

Now Ubuntu 6.10 is installed, patched, and I am ready to begin the LinuxMCE install. The install went without a hitch and following the guide was immensly helpful. I wanted to replace the DHCP server so I told it yes be the DHCP server and I provided the local subnet instead of the default that was provided. Also Selecting the Ubuntu Desktop to be the default for bootup.

Media Center was started and after the bootup process (starting of services, etc) I got the AVWizard. Select all things that should have meshed up with the projector I was using I also selected the "Static Images" gui to lessen the complication of the initial gui. After the reboot I noticed that the MCE box was no longer on the network. After a little searching on the system I found out that the interfaces file was overwritten(or re-written) by the install so I corrected the problem and started again.   

Now the initial "Basic Gui" is not very pretty. So i go to the admin site and select the No AlphaBlending Gui. Kaboom media center just shows a black screen and when I go and look it is not using the NVIDIA drivers as it should it is now using the VESA drivers. Using things found on the forum i am able to finally resolve this and hey the gui looks pretty-ish. The text on the buttons do not line up there are some where the shadow of the text is off from the white text and may of the buttons are either oversized or undersized (specifically in the advanced sections) and the background is changing (which is a nice touch).

Now the HDD that is on the drive has the folders needed for the videos i wanted to test with and so I go to videos, and there is nothing but two empty folders there. After working with linuxmce(4 and 5 also helped a little) we found out that the HDD was not detected nor was it flagged as a "unknown device". So after adding it by hand and then deleting it and re-running the Radar scripts (the names escape me right now) i get a nice pop-up onscreen that a new device was detected and what do I want to do with it. So I configure it and Low and behold my video is finally listed in the videos.

Up to this point I have been using a mouse and keyboard to do all of my configuring. Once in the video it plays perfectly, menu overlay and everything. Very pretty. But I notice I can't do anything to the video. I can't pause, I can't stop. So i start researching why this would happen and I can not find anything so I figure maybe it is trying to use the remote I told the admin i was using to do all of it. And I find out that it doesn't support my PVR-150 with the attached remote.

At this point it has been a full week (two full weekend days/nights, 1 work week day, and all my spare time in the morning and at night) and I am officially fedup with dealing with LinuxMCE. It looks to be a very promising product but with just the headaches listed above I am willing to make the wife deal with Myth again just to get the PVR back and working. 



5
Installation issues / Auto Detect devices?
« on: May 10, 2007, 05:26:00 pm »
For some reason my internal HDD is not showing up. If there anyway to get it to run the auto detect again? 

6
Heh, I had some problems with it taking over the wifi on my box as well.  I found a fairly inexpensive wireless bridge for about $40 that allows me to join a switch to the network.  I don't recall if it supported WPA or not (i have too many wifi that only support WEP in the house to use it), but it turned out to be a much easier solution than running cat5 to my living room.

http://3btech.net/mowe80wietbr.html is the one I got, I'm sure there are plenty of other choices out there, but I've been very happy with it.

HTH,

Stu



Yeah I would like to give that a shot but I would rather not spend any extra cash until i can get this working and see if I like it ;)

7
Why oh why does linuxmce overwrite my interfaces file in /etc/network?   Now for my situation:  I am still working on running cat6 to each room but until then I have to use a netgear wireless adapter. Once Ubuntu is installed I have to use a thumbdrive to get a few things installed before I can use the wireless (namely ndiswrapper[PITA], and wpa_supplicant[thankfully already there]).  Internal wireless runs WPA-PSK so in order to get it to work at boot I had to modify the /etc/network/interfaces file to include
Code: [Select]
pre-up wpa_supplicant -Bw -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant

When Linuxmce does its thing my precious interfaces file is overwritten  :'(     

Also will this even work for the whole DHCP takeover? (current DHCP provided by a 2Wire modem/4port switch provided by the internet company and can be turned off)

Pages: [1]