Sound card (sound blaster?) not found

Problems and successes with specific brands/models of computer audio hardware
Message
Author
User avatar
toomuchcomputertime
Posts: 171
Joined: Fri 18 Apr 2008, 17:58
Location: /usr/local/lib/X11/pixmaps/Cleveland\ OH\ USA.png

#16 Post by toomuchcomputertime »

Where could I download puppy 1.0.7? I googled for quite a while, but am not finding any links that work! Thanks.

bugman

#17 Post by bugman »

i just looked and i can't find it either

someone changed all the puppy sites and i am lost

dotpups.de has a link to isos but the lin is dead

and the old version fan club is up for sale

this disappearance of the past is my least favorite puppy feature

if you don't mind waiting a little while...



...you can pm me your mailing address and i'll send you a copy

after i scrounge up the rent...

:oops:

User avatar
toomuchcomputertime
Posts: 171
Joined: Fri 18 Apr 2008, 17:58
Location: /usr/local/lib/X11/pixmaps/Cleveland\ OH\ USA.png

#18 Post by toomuchcomputertime »

Hi bugman, thanks for the reply. You can just upload the file onto this site by using the "Add an Attachment" part just under the box where you type the message. Thanks for your work.

p.s. I looked up "The Republic of Lakotah" that sounds like an interesting place to live.

bugman

#19 Post by bugman »

that will be a little while too

i am on dialup and can only use it for longer periods of time before noon and need to get work done most of the time i am using it



some day i would like to get rid of dialup and replace it with nothing

the republic of lakotah?

it is all in the minds of a few hundred indians minds [and mine]

they are angry a lot [you would be too]

i just like being an expat [if only in my own head]

User avatar
Aitch
Posts: 6518
Joined: Wed 04 Apr 2007, 15:57
Location: Chatham, Kent, UK

#20 Post by Aitch »

Hi toomuchcomputertime

Best I can come up with, emptypup, & simplecrust, both use 1.07 as a base

http://www.puppylinux.org/user/downloads.php?cat_id=2
add what you need
PS there was an update/bugfix pack, but I can't find that either

Aitch

User avatar
toomuchcomputertime
Posts: 171
Joined: Fri 18 Apr 2008, 17:58
Location: /usr/local/lib/X11/pixmaps/Cleveland\ OH\ USA.png

#21 Post by toomuchcomputertime »

Thanks Aitch and bugman. I am downloading Empty Crust and Simplepup right now. Thanks. I will update after I see how they run.

User avatar
toomuchcomputertime
Posts: 171
Joined: Fri 18 Apr 2008, 17:58
Location: /usr/local/lib/X11/pixmaps/Cleveland\ OH\ USA.png

#22 Post by toomuchcomputertime »

I got both empty crust and simple pup running, but I need to find modules before I can run the sound. Does anyone know where I can download sound modules? Thanks

User avatar
Aitch
Posts: 6518
Joined: Wed 04 Apr 2007, 15:57
Location: Chatham, Kent, UK

#23 Post by Aitch »

toomuchcomputertime
......but I need to find modules before I can run the sound.

What modules?

try typing in a console

Code: Select all

# aplay /usr/share/audio/2barks.au
did you try running alsamixer ?

The mute may be on or the volumes down

Aitch

User avatar
Aitch
Posts: 6518
Joined: Wed 04 Apr 2007, 15:57
Location: Chatham, Kent, UK

#24 Post by Aitch »

Hi,
To go back to your original post, I don't know if this may be related, if you were using 3.01

http://www.murga-linux.com/puppy/viewtopic.php?t=24608

I would still check mixer settings, though

Aitch

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#25 Post by tempestuous »

toomuchcomputertime wrote:Does anyone know where I can download sound modules?
I think you misunderstand how audio in Linux works. Puppy already contains drivers for all supported sound cards. Since Puppy version 1.0.8 these are the ALSA drivers. Prior to version 1.0.8 Puppy had the old OSS drivers.
The question is which driver to use, and what configuration options that driver may require.
It appears that your AD1812-based sound card is soundblaster compatible. So I would speculate that it should work with the snd-sb8 module.
toomuchcomputertime wrote:I disabled the plug and play in both the bios and the kernel
Yes, that's a good start. Without this setting, ISA-based devices can be problematic in Linux. Actually, if you have disabled the PnP option in bios, it's not necessary to do the same thing with a kernel parameter.
Try the automatic configuration first. Run the ALSA Sound Wizard, and select "sb16".
If no success, you must now try some manual configuration. Open /etc/modprobe.conf in geany and you will see these lines at the bottom -

Code: Select all

alias snd-card-0 snd-sb8
alias sound-slot-0 snd-sb8
options snd-sb8 irq=? dma8=? port=?
Now you will need to find out the card's hardware settings - irq/dma8/port, and manually change these values in modprobe.conf
Reboot after each change.

Better still, throw that sound card in the bin and replace it with a more mainstream sound card, preferably PCI instead of ISA.

User avatar
toomuchcomputertime
Posts: 171
Joined: Fri 18 Apr 2008, 17:58
Location: /usr/local/lib/X11/pixmaps/Cleveland\ OH\ USA.png

#26 Post by toomuchcomputertime »

I ended up using another computer that was newer. I am not having any further sound card problems with any computers. Thanks

Post Reply