Show Posts
|
|
Pages: 1 2 3 [4] 5 6 ... 69
|
|
47
|
LinuxMCE / Installation issues / Re: Multiple sound cards, selected at random?
|
on: February 08, 2013, 01:31:19 am
|
|
I think, firstly, your HDMI audio might work ootb now.
Also, it would be helpful if you could pastebin /usr/pluto/diskless/XX/var/log/pluto/AVWizard_Run_*.log where XX is the md number which refused to hit avwiz, I would like to know what's what with that. rm or mv /etc/asound.conf /etc/X11/xorg.conf and reboot it and see if it gets to avwiz.
Do the same for the other MD and reboot.
|
|
|
|
|
48
|
LinuxMCE / Users / Re: New audio scheme, and upgrades (Updated)
|
on: February 08, 2013, 12:08:36 am
|
Frankly almost everyone should be on AlternateSC = 0 or not have the line at all. There are some last minute developments as well. ACC Multi-ChannelOur current scheme works for just about everything, except ACC 5.1+ content... tail -4 /etc/pluto/xine.conf should reveal something to the effect of: audio.device.alsa_front_device:plughw:1,7 audio.device.alsa_default_device:plughw:1,7 audio.device.alsa_passthrough_device:plughw:1,7 audio.output.speaker_arrangement:Pass Through This shows us our example card number is 1 and the hdmi device is 7. For 5.1 audio, we would want to add to the end of that file (/etc/pluto/xine.conf): audio.device.alsa_surround51_device:plughw:1,7 For 7.1 audio: audio.device.alsa_surround71_device:plughw:1,7 Analog MultiChannelFirstly you will need to setup normal stereo analog audio with AlternateSC = 1 in /etc/pluto.conf. Then in the web admin/Media Directors, change the "Audio settings" from S to M (manual). Lastly edit your /etc/asound.conf Under "pcm.!default" change "analog_playback" to analog_6 for 5.1 or analog_8 for 7.1 xine will need a change as well... but as I have no earthly idea what... someone will have to work with me to get it right. Will automagic all of this in 1204.
|
|
|
|
|
53
|
LinuxMCE / Installation issues / Re: Single NIC confusion
|
on: February 02, 2013, 10:59:00 pm
|
Thanks! For the sake of £6 (and a lot less hassle) it has to be worth it  Quick note, do make sure that it is compatible with linux... specifically 1004... make sure there are drivers and whatnot... you don't want the thing to do its first boot without being able to see that second nic. All of the configuration is done in that first boot, and changing it is never successful... so you will have to do a bunch of junk while still in the DVD installer... and it is a hassle.
|
|
|
|
|
56
|
LinuxMCE / Users / Re: AVWizard Repeats every boot
|
on: January 31, 2013, 04:39:42 pm
|
|
Hi Barney... please update again, first of all. There really should be no way that it says there is not an xorg.conf if there is one.
If the upgrade does not solve this problem, please drop into IRC and we will work through it.
|
|
|
|
|
57
|
LinuxMCE / Users / New audio scheme, and upgrades (Updated)
|
on: January 30, 2013, 06:49:03 pm
|
I think we have finally worked out an audio scenario which works on nearly everything, in every program, ootb. The only things I would expect this to not work on, are a handful of new stuff which requires a kernel upgrade. Here is the problem... if the new schemes come to be via upgrade instead of install... it never makes its initial guesses, which work pretty good... so you may have to do a couple of steps. If you upgrade, and you have never seen this screen before: You will need to run avwizard, so that you can choose the card you want, populating the database with this variable. I would move your /etc/X11/xine.conf to backup and just reboot. Also please be aware of this wiki http://wiki.linuxmce.org/index.php/Audio_in_1004There are circumstances where you will need to add AlternateSC = 1 or 2 to pluto.conf before audio will work. Again... we take guesses, and they should be pretty darned accurate... but we only do them once, during install, when conditions can be evaluated, and not overwrite manual decisions. As the code did not exist when, for instance, your video card was installed, these guessing routines never run. If while in AVWiz, you do not hear audio, you can back up a step with the esc key, add/change the AlternateSC variable and go forward again. If it will work... it will work. There are a couple of scenarios on the fringe in which the above will not work. If while trying to start avwizard, you have such a broken /etc/asound.conf file that alsa has crashed... and cannot be used to get data. Just delete your /etc/asound.conf it is rewritten every boot anyway... or if you have some odd in-between stuff written to the /etc/pluto/xine.conf that the scheme cannot replace. You would just delete the last 3 or 4 lines underneath #vcd.title_format:%F - %I %N%L%S, disk %c of %C - %v %A at the bottom of the file.
|
|
|
|
|
60
|
LinuxMCE / Installation issues / Re: install experience on RC1
|
on: January 13, 2013, 04:31:24 pm
|
|
Hi... these are all my thingies.
I have to add that non-free firmware package as well. Some need it, some don't. The decision was made to just install them on a case by case basis. I will see if I can't just get that package installed again.
I added functionality to handle the Audigy2 specifically a few weeks ago. It may not be perfect yet. It reports devices in a non-standard way. If you want to drop into IRC, I will try and make it better. (I see you dropped in not too long ago).
As for 260, we are at "if it ain't broke, don't fix it" stage. There are mechanisms in place to install the latest driver (304.xx), but it is an ugly way to do things, so I only do it IF there is a REQUIREMENT to do so. You can switch, if you like. It will only require uninstalling 260, and moving your pciid around in nvidia-install.sh from 260 supported to nvidia-current supported.
The IMDB is a known issue. It did not affect me so I was sluggish to fix it. I will do that today.
This is also going to upgrade your alsa by default... so, again, drop into IRC and we can go over all of this.
|
|
|
|
|