Code: Select all
Sound server informational message:
Error while initializing the sound driver:
device /dev/dsp can't be opened (No such device)
The sound server will continue, using the null output device.
Code: Select all
Sound server informational message:
Error while initializing the sound driver:
device /dev/dsp can't be opened (No such device)
The sound server will continue, using the null output device.

Code: Select all
alex@kingal /dev/sound $ ls
sequencer sequencer2

Code: Select all
ls /sbin/modprobe -l -t soundCode: Select all
rc-update -s
Code: Select all
kingal alex # ls /sbin/modprobe -l -t sound
ls: sound: No such file or directory
-rwxr-xr-x 1 root root 27232 Feb 21 03:30 /sbin/modprobe
Code: Select all
kingal alex # lspci
00:00.0 Host bridge: ALi Corporation M1672 Northbridge [CyberALADDiN-P4]
00:01.0 PCI bridge: ALi Corporation PCI to AGP Controller
00:04.0 IDE interface: ALi Corporation M5229 IDE (rev c4)
00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02)
00:07.0 ISA bridge: ALi Corporation M1533/M1535 PCI to ISA Bridge [Aladdin IV/V/V+]
00:08.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]
00:09.0 Modem: ALi Corporation M5457 AC'97 Modem Controller
00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:0c.0 USB Controller: NEC Corporation USB (rev 43)
00:0c.1 USB Controller: NEC Corporation USB (rev 43)
00:0c.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
00:10.0 Ethernet controller: Atheros Communications, Inc. AR5211 802.11ab NIC (rev 01)
00:11.0 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 33)
00:12.0 System peripheral: Toshiba America Info Systems SD TypA Controller (rev 05)
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade XPAi1 (rev 82)
02:00.0 Ethernet controller: D-Link System Inc DFE-690TXD CardBus PC Card (rev 10)
Code: Select all
kingal alex # rc-update -s
bootmisc | boot
checkfs | boot
checkroot | boot
clock | boot
coldplug | default
consolefont | boot
crypto-loop |
cupsd |
domainname | boot default
famd |
gpm |
hdparm |
hostname | boot
hotplug | default
keymaps | boot
lisa |
local | default nonetwork
localmount | boot
modules | boot
net.eth0 |
net.eth1 | default
net.lo | boot
netmount | default
nscd |
numlock |
openct |
pcmcia | default
portmap |
pwcheck |
reslisa |
rmnologin | boot
rsyncd |
saslauthd |
sshd |
syslog-ng | default
urandom | boot
vixie-cron | default
xdm |


Code: Select all


Code: Select all
00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02) Code: Select all
/usr/src/linux $ grep SND_INTEL /usr/src/linux/.config
Code: Select all
kingal alex # /usr/src/linux $ grep SND_INTEL /usr/src/linux/.config
bash: /usr/src/linux: is a directory

Code: Select all
grep SND_INTEL /usr/src/linux/.config
Code: Select all
CONFIG_SND_INTEL8X0=m
# CONFIG_SND_INTEL8X0M is not set

Code: Select all
lsmodCode: Select all
modprobe snd-intel8x0Code: Select all
rc-update add alsasound bootCode: Select all
alias snd-card-0 snd-intel8x0Code: Select all
/etc/init.d/alsasound restart 