Hi, I've found a problem after updating from 6.2-RELEASE to 6.3-RELEASE using freebsd-update as described on daemonology blog. It looks like if the snd_emu10k1.ko along with a few others was not appropriately updated: # ls -l snd_* -r-xr-xr-x 1 root wheel 16566 Feb 20 2007 snd_ad1816.ko -r-xr-xr-x 1 root wheel 17731 Feb 20 2007 snd_als4000.ko -r-xr-xr-x 1 root wheel 20004 Jan 21 15:42 snd_atiixp.ko -r-xr-xr-x 1 root wheel 19192 Feb 20 2007 snd_cmi.ko -r-xr-xr-x 1 root wheel 18594 Feb 20 2007 snd_cs4281.ko -r-xr-xr-x 1 root wheel 30814 Feb 20 2007 snd_csa.ko -r-xr-xr-x 1 root wheel 11098 Jan 21 15:42 snd_driver.ko -r-xr-xr-x 1 root wheel 45839 Feb 20 2007 snd_ds1.ko -r-xr-xr-x 1 root wheel 30008 Feb 20 2007 snd_emu10k1.ko -r-xr-xr-x 1 root wheel 59398 Feb 20 2007 snd_emu10kx.ko -rwxr-xr-x 1 root wheel 31223 Jan 21 15:42 snd_envy24.ko -rwxr-xr-x 1 root wheel 30504 Jan 21 15:42 snd_envy24ht.ko -r-xr-xr-x 1 root wheel 32005 Feb 20 2007 snd_es137x.ko -r-xr-xr-x 1 root wheel 20075 Feb 20 2007 snd_ess.ko -r-xr-xr-x 1 root wheel 15636 Feb 20 2007 snd_fm801.ko -rwxr-xr-x 1 root wheel 77423 Jan 21 15:42 snd_hda.ko -r-xr-xr-x 1 root wheel 23812 Jan 21 15:42 snd_ich.ko -r-xr-xr-x 1 root wheel 31117 Feb 20 2007 snd_maestro.ko -r-xr-xr-x 1 root wheel 42945 Jan 21 15:42 snd_maestro3.ko -r-xr-xr-x 1 root wheel 46976 Feb 20 2007 snd_mss.ko -r-xr-xr-x 1 root wheel 68790 Feb 20 2007 snd_neomagic.ko -r-xr-xr-x 1 root wheel 14783 Feb 20 2007 snd_null.ko -r-xr-xr-x 1 root wheel 16934 Feb 20 2007 snd_sb16.ko -r-xr-xr-x 1 root wheel 15418 Feb 20 2007 snd_sb8.ko -r-xr-xr-x 1 root wheel 15397 Feb 20 2007 snd_sbc.ko -r-xr-xr-x 1 root wheel 19397 Feb 20 2007 snd_solo.ko -r-xr-xr-x 1 root wheel 7240 Jan 21 15:42 snd_spicds.ko -r-xr-xr-x 1 root wheel 18856 Jan 21 15:42 snd_t4dwave.ko -r-xr-xr-x 1 root wheel 36300 Jan 21 15:42 snd_uaudio.ko -r-xr-xr-x 1 root wheel 21918 Jan 21 15:42 snd_via8233.ko -r-xr-xr-x 1 root wheel 16075 Jan 21 15:42 snd_via82c686.ko -r-xr-xr-x 1 root wheel 18707 Feb 20 2007 snd_vibes.ko Those modules dated Feb 20 2007 are not loadable actually: # kldload snd_emu10k1.ko kldload: can't load snd_emu10k1.ko: No such file or directory When I build the module from source, it loads just fine. Maybe some bug in the freebsd-update list of what to update? Just for your reference, sound.ko has been updated properly and can be loaded fine. Petr
On Wednesday 23 January 2008 03:08:41 pm Petr Holub wrote:> Hi, > > I've found a problem after updating from 6.2-RELEASE to 6.3-RELEASE using > freebsd-update as described on daemonology blog. It looks like if the > snd_emu10k1.ko along with a few others was not appropriately updated: > # ls -l snd_* > -r-xr-xr-x 1 root wheel 16566 Feb 20 2007 snd_ad1816.ko > -r-xr-xr-x 1 root wheel 17731 Feb 20 2007 snd_als4000.ko > -r-xr-xr-x 1 root wheel 20004 Jan 21 15:42 snd_atiixp.ko > -r-xr-xr-x 1 root wheel 19192 Feb 20 2007 snd_cmi.ko > -r-xr-xr-x 1 root wheel 18594 Feb 20 2007 snd_cs4281.ko > -r-xr-xr-x 1 root wheel 30814 Feb 20 2007 snd_csa.ko > -r-xr-xr-x 1 root wheel 11098 Jan 21 15:42 snd_driver.ko > -r-xr-xr-x 1 root wheel 45839 Feb 20 2007 snd_ds1.ko > -r-xr-xr-x 1 root wheel 30008 Feb 20 2007 snd_emu10k1.ko > -r-xr-xr-x 1 root wheel 59398 Feb 20 2007 snd_emu10kx.ko > -rwxr-xr-x 1 root wheel 31223 Jan 21 15:42 snd_envy24.ko > -rwxr-xr-x 1 root wheel 30504 Jan 21 15:42 snd_envy24ht.ko > -r-xr-xr-x 1 root wheel 32005 Feb 20 2007 snd_es137x.ko > -r-xr-xr-x 1 root wheel 20075 Feb 20 2007 snd_ess.ko > -r-xr-xr-x 1 root wheel 15636 Feb 20 2007 snd_fm801.ko > -rwxr-xr-x 1 root wheel 77423 Jan 21 15:42 snd_hda.ko > -r-xr-xr-x 1 root wheel 23812 Jan 21 15:42 snd_ich.ko > -r-xr-xr-x 1 root wheel 31117 Feb 20 2007 snd_maestro.ko > -r-xr-xr-x 1 root wheel 42945 Jan 21 15:42 snd_maestro3.ko > -r-xr-xr-x 1 root wheel 46976 Feb 20 2007 snd_mss.ko > -r-xr-xr-x 1 root wheel 68790 Feb 20 2007 snd_neomagic.ko > -r-xr-xr-x 1 root wheel 14783 Feb 20 2007 snd_null.ko > -r-xr-xr-x 1 root wheel 16934 Feb 20 2007 snd_sb16.ko > -r-xr-xr-x 1 root wheel 15418 Feb 20 2007 snd_sb8.ko > -r-xr-xr-x 1 root wheel 15397 Feb 20 2007 snd_sbc.ko > -r-xr-xr-x 1 root wheel 19397 Feb 20 2007 snd_solo.ko > -r-xr-xr-x 1 root wheel 7240 Jan 21 15:42 snd_spicds.ko > -r-xr-xr-x 1 root wheel 18856 Jan 21 15:42 snd_t4dwave.ko > -r-xr-xr-x 1 root wheel 36300 Jan 21 15:42 snd_uaudio.ko > -r-xr-xr-x 1 root wheel 21918 Jan 21 15:42 snd_via8233.ko > -r-xr-xr-x 1 root wheel 16075 Jan 21 15:42 snd_via82c686.ko > -r-xr-xr-x 1 root wheel 18707 Feb 20 2007 snd_vibes.ko > > Those modules dated Feb 20 2007 are not loadable actually: > # kldload snd_emu10k1.ko > kldload: can't load snd_emu10k1.ko: No such file or directoryDo you have an error message in the dmesg after this? -- John Baldwin