I am unable to get any sound working,my card is detected as shown 00:09.0 Multimedia audio controller: S3 Inc. SonicVibes Subsystem: Voyetra Technologies Unknown device 2010 Flags: bus master, medium devsel, latency 64, IRQ 22 I/O ports at ef80 [size=16] I/O ports at ef60 [size=16] I/O ports at efa4 [size=4] I/O ports at efa0 [size=4] I/O ports at ef58 [size=8] My /etc/rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. touch /var/lock/subsys/local echo 1024 > /proc/sys/dev/rtc/max-user-freq # I2C adapter drivers modprobe i2c-isa # I2C chip drivers modprobe w83627ehf # sleep 2 # optional /usr/bin/sensors -s # recommended # modprobe -r snd-intel8x0 # modprobe snd-intel8x0 modprobe -r snd-sonicvibes modprobe snd-sonicvibes mknod c /dev/dsp 14 3 mknod b /dev/sda1 8 1 chown david:root /dev/sda1 chmod 666 /dev/sda1 modprobe usb_storage My /dev/dsp [david@reddwarf ~]$ ls -l /dev/dsp crw------- 1 david root 14, 3 May 13 15:58 /dev/dsp Can anybody help me please Thanks david