| Author |
Message |
mdbmike
Joined: 07 Apr 2009 Posts: 2
|
Posted: Sat 18 Apr 2009, 00:02 Post subject:
No Sound hp mini 1000 Subject description: MIxer Errors |
|
I have been working with the Alsa sound Wizard and all good until it gets to the Mixer configuration. The wizard is so fast that it is hard to see in the Alsaconf box what errors is going on. My question is, there a way to either single step through the script or stop the config so that I can read the errors?
I have added options=snd-hda-intel model=Idt
options=snd-hda-intel enable_msi=1 in the modprobe.conf
I probably will not have sound until I take care of the errors.
|
|
Back to top
|
|
 |
inigomontoya
Joined: 30 Aug 2008 Posts: 2
|
Posted: Sat 02 May 2009, 10:53 Post subject:
|
|
I too have a Mini 1000 with no sound. I'd be interested in any progress you make. Did you try model=ref?
|
|
Back to top
|
|
 |
mdbmike
Joined: 07 Apr 2009 Posts: 2
|
Posted: Mon 04 May 2009, 10:04 Post subject:
No sound hp mini 1000 |
|
I am trying to work between Ubuntu Hardy forums puppy forum to find out how ubuntu have the sound set up and working. Not sure what and where to look. If some one could give me a little hint of what files to look would be most helpful.
|
|
Back to top
|
|
 |
Oakems
Joined: 21 Mar 2009 Posts: 325
|
Posted: Fri 15 May 2009, 17:37 Post subject:
|
|
Are you sure your using the right modules for your sound card? If so, for Puppy, you need to open /etc/modprobe.conf and delete the last bit that's added by Alsacorf, the bit that looks like this;
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.16 ---
alias snd-card-0 snd-sbawe
alias sound-slot-0 snd-sbawe
# --- END: Generated by ALSACONF, do not edit. ---
Then reboot. Once you've rebooted you shouldn't have any sound modules loaded, you can check with 'lsmod' from the command line.
Then you'll need to load the right modules from the command line. I'm not sure which one's your using, I'm guessing 'snd-intel8x0' but I'm not sure so I'll give you an example with mine.
| Code: | modprobe snd
modprobe snd-sbawe |
If something goes wrong you should get a message 'fatal error' of some sort. Not sure what to do if you do get these, but you can check 'lsmod' again to see if anything loaded, also 'dmesg' will show you if something was loaded successfully. You could check the module's dependencies by opening /lib/modules/2.6.25.16/modules.dep scroll down to your module and that whole line tells you what's needed. See if it matches the lsmod output.
Other than that I'm not much help, but if you do find other modules that are loaded as well as yours, they might be conflicting. you could blacklist them via Menu/Setup/PuppyControlPanel/BootConfig but only if they're not already loaded, so either delete the end bit of /etc/modprobe.conf again and reboot or edit /etc/rc.d/rc.local and put in the code to blacklist the module. Example; sbin/modprobe -r pcspkr which removes the pcspkr.
|
|
Back to top
|
|
 |
never_stop_learning

Joined: 07 Jul 2006 Posts: 65
|
Posted: Mon 17 Aug 2009, 13:46 Post subject:
|
|
Thank you....I will try this and report back.....
|
|
Back to top
|
|
 |
never_stop_learning

Joined: 07 Jul 2006 Posts: 65
|
Posted: Fri 21 Aug 2009, 19:55 Post subject:
|
|
Loaded the updated alsa .pet and I have sound.....!!!!!
|
|
Back to top
|
|
 |
|