there probably is a module that hasnt loaded by default on fluxbox
via i'm pretty sure is intel compatible
sudo modprobe snd
sudo modprobe snd_hda_intel
sudo modprobe soundcore
sudo /etc/init.d/alsa restart
if these don't work the use lsmod to show the modules that are loaded on your wworking ubuntu and compare for whats missing/hasnt been loaded.
or look at the contents of the old /etc/modules file compared to your new
my working sound displays this
Quote:
$ lsmod|grep snd
snd_hda_intel 337192 6
snd_pcm_oss 50048 0
snd_mixer_oss 20096 1 snd_pcm_oss
snd 69288 19 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_de vice
soundcore 10272 1 snd
|