Code: Select all
Mar 12 15:01:21 delphis snd_intel8x0: Unknown symbol snd_ac97_pcm_assign
Mar 12 15:01:21 delphis snd_intel8x0: Unknown symbol snd_pcm_hw_constraint_integer
Mar 12 15:01:21 delphis snd_intel8x0: Unknown symbol snd_pcm_hw_constraint_msbits
Mar 12 15:01:21 delphis snd_intel8x0: Unknown symbol snd_pcm_period_elapsed
Mar 12 15:01:21 delphis snd_intel8x0: Unknown symbol snd_ac97_tune_hardware
Mar 12 15:01:21 delphis snd: Unknown parameter `device_mode'
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_info_register
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_info_create_module_entry
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_info_free_entry
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_verbose_printk
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_iprintf
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_ecards_limit
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_oss_info_register
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_unregister_device
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_device_new
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_kmalloc_strdup
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_info_unregister
Mar 12 15:01:21 delphis snd_timer: Unknown symbol snd_register_device
Mar 12 15:01:21 delphis snd_pcm: Unknown symbol snd_info_register
...
Code: Select all
XFree86 Version 4.3.0.1
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.5 i686 [ELF]
Build Date: 01 May 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Mon May 3 23:26:04 2004
(==) Using config file: "/etc/X11/XF86Config"
(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found
Symbol drmGetClient from module /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved!
(EE) Mouse1: Unknown protocol "imps2"
(EE) PreInit failed for input device "Mouse1"
No core pointer
Fatal server error:
failed to initialize core devices

Code: Select all
mknod

Code: Select all
rm /dev/sound
/etc/init.d/alsasound restart

That did it for me !sentinals_arm wrote:I had this problem and just discovered that /dev/sound was a character device and NOT a directory (if you look at the udev rules file, the dsp node in put into /dev/sound and a symlink of /dev/dsp is created)
try (if your using alsa):Code: Select all
rm /dev/sound /etc/init.d/alsasound restart

Bingo!! Worked greatSmegTheLight wrote:That did it for me !sentinals_arm wrote:I had this problem and just discovered that /dev/sound was a character device and NOT a directory (if you look at the udev rules file, the dsp node in put into /dev/sound and a symlink of /dev/dsp is created)
try (if your using alsa):Code: Select all
rm /dev/sound /etc/init.d/alsasound restart

Fixed mine also... thankskrueger wrote:Bingo!! Worked greatSmegTheLight wrote:That did it for me !sentinals_arm wrote:I had this problem and just discovered that /dev/sound was a character device and NOT a directory (if you look at the udev rules file, the dsp node in put into /dev/sound and a symlink of /dev/dsp is created)
try (if your using alsa):Code: Select all
rm /dev/sound /etc/init.d/alsasound restart