News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu
Menu

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.

Show posts Menu

Messages - lordrahl

#1
I managed to get into the kde desktop by running sudo startx.
Now I can log into the admin console.
When I look under advanced/configuration/devices I no longer see my core or its MD. (I am running a hybrid system)
Is there anyway add the core as a device? When I tried to add it as a top level device I received the error: please make sure LMCE is running.
Am I screwed?  :'(
#2
I would, but the only internet I have available is an at&t hot spot so I always get
* *** Notice -- You need to identify via SASL to use this server
* Closing Link: mobile-198-***-***-***.mycingular.net (SASL access only)

when I try to join irc channels. I will try to rig something up with tor perhaps.

I am sure my problem is something simple, I just have no experience with linux.. :(
#3
I have had lmce up and running for a few weeks, I just got my first orbiter working, and was trying to set up the usb-urt to control my av receiver. I chose a template and then lmce kept popping up a message reading something like:  The new device was added, but needs to download data that can only be downloaded from the internet.
The only option was ok.
After about an hour of this message popping up every 5 mins I rebooted.

Now kubuntu halts on boot at:
starting samba daemons ....done


kinit: no resume image, doing normal boot...
0
Restarting openBSD secure shell server sshd ...done
re-exporting directories for nfs kernel daemon ...done
reloading /ect/samba/smb.conf smbd only ...done
stopping samba daemons ....done
starting samba daemons ....done
reloading /ect/samba/smb.conf smbd only ...done
stopping samba daemons ....done
starting samba daemons ...done
-


If I hit cntrl alt f1 I get a command prompt and can login. But I don't know what to do from here.

Can anyone help me? I know next to nothing about linux troubleshooting..
#4
You, good sir, are a miracle worker!
#5
Users / Re: Bluetooth Keyboard - Auto-Connect?
March 03, 2012, 10:59:18 PM
I am going to resurrect this post.

Did this ever get resolved?

I can connect with hidd --connect
But I have to do it every time I boot the computer.
#6
Ok, so here is the newest development.
Every time I reboot all the changes I made to asound.conf are gone...  :'(

I used sudo gedit then browsed to ect/asound.conf made my changes, saved.
Then checked the webadmin. dts pass through was already checked.
Then sudo reboot.

Help!


edit: I checked to make sure it saved by opening ect/asound.conf before rebooting.

#7
I found it.

Did not know I had to look under media director when using a hybrid. I was looking in "core"

still learning.. :)
#8
I have added the code to my asound.conf.

Where in the webadmin can I select the ac3/dts?

"tick Use AC3/DTS pass-through in webadmin page, then reboot"
#9
I get sound when I run speaker-test -D plughw:0,7
#10
Without the index=1 I get a split second of sound when I first get to the kde desktop, then nothing.
#11
That seemed to set my hdmi card to card 1  ???.. speaker test then output "cannot find card 0"
#12
My asound.conf
pcm_slave.spdif_convert48k {
       pcm "spdif:0"
       rate 48000
}

pcm.spdif_playback {
       type plug
       slave spdif_convert48k
}

pcm_slave.hdmi_convert48k {
       pcm "hdmi:0"
       rate 48000
}

pcm.hdmi_playback {
       type plug
       slave hdmi_convert48k
}

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

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

pcm.asym_analog {
       type asym
       playback.pcm "plug:dmix:0"
       capture.pcm "plughw:0"
}
pcm.!default asym_hdmi
#13
I Installed lmce for the first time this weekend, and can not get sound to output via hdmi. I will sometimes have a split second of sound on login, then nothing else.
I have been drowning in so called various "fixes" for the last 24 hours but none seem to work. I have just started from a fresh install again, and am hoping someone can give me some pointers in the right direction.
I have disabled the onboard sound in my bios, so my nvidia card is being detected as card0
I have an asus geforce 210. I thought to upgrade to the latest nvidia drivers (295.20) in my last install, but I could not figure out how to close x server without having the box freeze.
All 4 outputs in my alsamixer are unmuted and showing 00, I could not get the volume to change.


aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 0/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


My aplay -L

lordrahl@dcerouter:~$ aplay -L
hdmi:CARD=NVidia
  HDA NVidia, NVIDIA HDMI
  HDMI Audio Output
null
  Discard all samples (playback) or generate zero samples (capture)


Whenever I try to play sound from aplay or speaker-test I get
Playback open error: -16,Device or resource busy

My alsa version is 1.0.23
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.23.
Compiled on May 24 2010 for kernel 2.6.27-17-generic (SMP)


Any help would be greatly appreciated so I can stop bashing my head against the wall.