Hello all,<br><br>I finally made a little bit of progress and got the LTSP to see the NTAVO 6020A's RealTek soundcard. I figured out that I wasn't using true PXEboot, rather the onboard XDMCP client which wasn't using lts.conf
 for config. Once I figured that out, and enabled pxe boot by hitting delete at the boot prompt and configuring the lan client and bootrom, I got a true PXE boot. Sound still isn't working correctly but the clients dmesg gets me more information. The relevant portion is below. I don't know if this indicates a problem with ALSA or if the line reading "ac97_codec: AC97  codec, id: ALG96 (Unknown):" is what I should focus on.
<br><br>One annoyance is that after configuring pam to use winbind and pam_mount I can't log on to a gui on the machine or at a terminal so I can't just go in as root and look at System>Preferences>Sound to see if everything is set up correctly.
<br><br>Anyway here's what I got. My lts.conf file is below this dmesg output. Thanks to all of you for all of the great ideas and help you have extended!<br><br>ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11<br>ACPI: PCI Interrupt 0000:00:
10.1[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11<br>PCI: VIA IRQ fixup for 0000:00:10.1, from 5 to 11<br>uhci_hcd 0000:00:10.1: UHCI Host Controller<br>uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
<br>uhci_hcd 0000:00:10.1: irq 11, io base 0x0000d800<br>usb usb3: configuration #1 chosen from 1 choice<br>hub 3-0:1.0: USB hub found<br>hub 3-0:1.0: 2 ports detected<br>ACPI: PCI Interrupt 0000:00:10.2[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
<br>uhci_hcd 0000:00:10.2: UHCI Host Controller<br>uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4<br>uhci_hcd 0000:00:10.2: irq 11, io base 0x0000dc00<br>usb usb4: configuration #1 chosen from 1 choice
<br>hub 4-0:1.0: USB hub found<br>hub 4-0:1.0: 2 ports detected<br>ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)<br>usb 2-2: new low speed USB device using uhci_hcd and address 2<br>usb 2-2: configuration #1 chosen from 1 choice
<br>input: Logitech Optical USB Mouse as /class/input/input2<br>usbcore: registered new driver usbmouse<br>drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver<br>usbcore: registered new driver usbkbd<br>
drivers/usb/input/usbkbd.c: :USB HID Boot Protocol keyboard driver<br>usbcore: registered new driver hiddev<br>usbcore: registered new driver usbhid<br>drivers/usb/input/hid-core.c: v2.6:USB HID core driver<br>Via 686a/8233/8235 audio driver 
1.9.1-ac4-2.5<br>ACPI: PCI Interrupt 0000:00:11.5[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11<br>via82cxxx: Six channel audio available<br>PCI: Setting latency timer of device 0000:00:11.5 to 64<br>ac97_codec: AC97  codec, id: ALG96 (Unknown)
<br>via82cxxx: Codec rate locked at 48Khz<br>via82cxxx: board #1 at 0xE400, IRQ 11<br>-accepting connections on port 16001<br>ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'<br>ALSA lib conf.c3493:(snd_config_evalutate) function snd_func_card_driver returned error: no such device
<br>ALSA lib conf.c:392:(snd_func_concat) error evaluating strings<br>ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat returned error: no such device<br>ALSA lib confmisc.c.1072:(snd_func_refer) error evaluating name
<br>ALSA lib conf.c.3493:(snd_config_evaluate) function snd_func_refer returned error: No such device<br>ALSA lib confg.c.3962:(snd_config_expand) Evaluate error: No Such Device<br>Alsa lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default
<br>rc.sysinit completed, switching to multi-session mode<br><br><br>Output of lts.conf:<br><br><br>[Default]<br>        SERVER             = <a href="http://192.168.0.254">192.168.0.254</a><br>        XSERVER            = auto
<br>        X_MOUSE_PROTOCOL   = "PS/2"<br>        X_MOUSE_DEVICE     = "/dev/psaux"<br>        X_MOUSE_RESOLUTION = 400<br>        X_MOUSE_BUTTONS    = 3<br>        USE_XFS            = N<br>       SCREEN_01          = shell
<br>#       SCREEN_01          = startx<br>        SCREEN_02          = shell<br>SYSLOG_HOST        = <a href="http://192.168.0.254">192.168.0.254</a><br>SOUND = Y<br>SOUND_DAEMON = esd<br>VOLUME = 75<br><br><br>