Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-29-2015, 01:32 PM
|
#1
|
Member
Registered: Oct 2013
Location: Dist Nasik MH State Country India
Distribution: Linux
Posts: 113
Rep: 
|
Sound not working on LTSP fat clients
Hi,
Friends,
I had setup an LTSP server on vmware-player with ubuntu OS. I had setup a fat client ENV with LXDE desktop. Server has default Ubuntu-desktop.
The soundcard gets detected on Sever as well as on chroot ENV, but its not getting detected on fat clients. Even when i connects the USB headset its also not getting detected.
Here are the more details.
On Server side
Code:
lucid@u10-64ltsp:~$ ifconfig etho
eth0 Link encap:Ethernet HWaddr 00:0c:29:25:2c:e5
inet addr:10.0.0.61 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe25:2ce5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:167646 errors:0 dropped:0 overruns:0 frame:0
TX packets:219509 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:17026429 (17.0 MB) TX bytes:304940169 (304.9 MB)
lucid@u10-64ltsp:~$ cat /proc/asound/cards
0 [AudioPCI ]: ENS1371 - Ensoniq AudioPCI
Ensoniq AudioPCI ENS1371 at 0x2040, irq 16
lucid@u10-64ltsp:~$ lsmod |grep snd
snd_ens1371 23174 3
gameport 10966 1 snd_ens1371
snd_ac97_codec 125394 1 snd_ens1371
ac97_bus 1450 1 snd_ac97_codec
snd_pcm_oss 41394 0
snd_mixer_oss 16299 2 snd_pcm_oss
snd_pcm 87946 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy 1782 0
snd_seq_oss 31191 0
snd_seq_midi 5829 0
snd_rawmidi 23420 2 snd_ens1371,snd_seq_midi
snd_seq_midi_event 7267 2 snd_seq_oss,snd_seq_midi
snd_seq 57481 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 23681 2 snd_pcm,snd_seq
snd_seq_device 6888 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 71283 14 snd_ens1371,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 8052 2 snd
snd_page_alloc 8500 1 snd_pcm
On chroot ENV of same server
Code:
lucid@u10-64ltsp:~$ sudo chroot /opt/ltsp/amd64/
root@u10-64ltsp:/# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0c:29:25:2c:e5
inet addr:10.0.0.61 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe25:2ce5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:167907 errors:0 dropped:0 overruns:0 frame:0
TX packets:219542 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:17044213 (17.0 MB) TX bytes:304947699 (304.9 MB)
root@u10-64ltsp:/# cat /proc/asound/cards
0 [AudioPCI ]: ENS1371 - Ensoniq AudioPCI
Ensoniq AudioPCI ENS1371 at 0x2040, irq 16
root@u10-64ltsp:/# lsmod |grep snd
snd_ens1371 23174 3
gameport 10966 1 snd_ens1371
snd_ac97_codec 125394 1 snd_ens1371
ac97_bus 1450 1 snd_ac97_codec
snd_pcm_oss 41394 0
snd_mixer_oss 16299 2 snd_pcm_oss
snd_pcm 87946 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy 1782 0
snd_seq_oss 31191 0
snd_seq_midi 5829 0
snd_rawmidi 23420 2 snd_ens1371,snd_seq_midi
snd_seq_midi_event 7267 2 snd_seq_oss,snd_seq_midi
snd_seq 57481 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 23681 2 snd_pcm,snd_seq
snd_seq_device 6888 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 71283 14 snd_ens1371,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 8052 2 snd
snd_page_alloc 8500 1 snd_pcm
On LTSP fat Client Side
Code:
ssr@ltsp188:~$ sudo ifconfig eth0
eth0 Link encap:Ethernet HWaddr d0:50:99:2c:f3:84
inet addr:10.0.0.188 Bcast:0.0.0.0 Mask:255.255.255.0
inet6 addr: fe80::d250:99ff:fe2c:f384/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:72880 errors:0 dropped:0 overruns:0 frame:0
TX packets:43901 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:89449296 (89.4 MB) TX bytes:4355578 (4.3 MB)
Interrupt:25 Base address:0xa000
ssr@ltsp188:~$ cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xdff00000 irq 22
ssr@ltsp188:~$ lsmod |grep snd
snd_hda_codec_via 33207 1
snd_hda_intel 25805 0
snd_hda_codec 85791 2 snd_hda_codec_via,snd_hda_intel
snd_hwdep 6924 1 snd_hda_codec
snd_pcm_oss 41394 0
snd_mixer_oss 16299 1 snd_pcm_oss
snd_pcm 87946 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 1782 0
snd_seq_oss 31191 0
snd_seq_midi 5829 0
snd_rawmidi 23420 1 snd_seq_midi
snd_seq_midi_event 7267 2 snd_seq_oss,snd_seq_midi
snd_seq 57481 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 23681 2 snd_pcm,snd_seq
snd_seq_device 6888 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 71911 11 snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 8052 1 snd
snd_page_alloc 8500 2 snd_hda_intel,snd_pcm
I had also installed xfce4-mixer and pulseaudio S/W on chroot of server but there is no output. Only dummy sound card is listed.
Any help will be appreciable.
More info
Here is my lts.conf details.
Code:
ssr@u10-64ltsp:~$ cat /var/lib/tftpboot/ltsp/amd64/lts.conf
[Default]
LTSP_FATCLIENT=True
REMOTE_APPS=True
CONFIGURE_X=True
#XRANDR_MODE_0=1600x900
LDM_DIRECTX=True
LDM_DEBUG=True
LDM_SYSLOG=True
LDM_SESSION=/usr/bin/startlxde
XRANDR_OUTPUT_0= "VGA-0"
XRANDR_OUTPUT_1="LVDS-0 --off"
NBD_SWAP=true
SOUND=y
SOUND_DAEMON=nasd
Thanks and Regards,
Redssr
|
|
|
02-01-2015, 11:52 PM
|
#2
|
Member
Registered: Oct 2013
Location: Dist Nasik MH State Country India
Distribution: Linux
Posts: 113
Original Poster
Rep: 
|
Hi,
Friends,
I will feel glad for your replies and most valuable help.
Regards,
Redssr
|
|
|
All times are GMT -5. The time now is 04:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|