Hi, Gang,
I know that there is another, similar thread on the Luddite sub forum about a Yamaha-based sound card in an old PC not being recognized by the current AntiX release. Given that AntiX runs so nicely otherwise on this Gateway Solo 2500 laptop (256 MB RAM, 400 MHz Celeron, 6 GB HD) I want to try to get sound working, too.
Right now, AntiX doesn't recognize the presence of a sound card. And if I run alsactl init it tells me that there's no sound card present. If I try to configure the sound from the Control Centre or to do a sound test there, I get a brief flash of console text but nothing launches.
Under other distro's that probe the hardware during install, it seems the card is identified as a Yamaha OPL3SA2+ card, using the opl3sa2 driver module.
Is this absent from the AntiX kernel? And if so, what to do?
Thanks in advance!!
topic title: Soundcard not recognized on old Gateway PC
7 posts
• Page 1 of 1
-
Posts: 16
- Joined: 06 Apr 2009
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#2
There is snd-opl3-lib.ko in /sound/drivers/opl3
Don't know if this will be of use or not.
Don't know if this will be of use or not.
-
Posts: 16
- Joined: 06 Apr 2009
#3
Thanks.
Oh, that should be the one. So what would I actually do with that file?anticapitalista wrote:There is snd-opl3-lib.ko in /sound/drivers/opl3
Don't know if this will be of use or not.
Thanks.
-
Posts: 850
- Joined: 26 Jul 2012
#4
should install it, then try a mixer to check if it is seen.
Code: Select all
sudo modprobe snd-opl3
-
Posts: 16
- Joined: 06 Apr 2009
#5
Thank you!
Hmmmmm..... that just returns"Module snd-opl3 not found." Do I need a more explicit path or something?fatmac wrote:should install it, then try a mixer to check if it is seen.Code: Select all
sudo modprobe snd-opl3
Thank you!
-
Posts: 850
- Joined: 26 Jul 2012
#6
Sorry, just noticed the '-lib' on the module name, so it 'should' be
hopefully that will get it working.
Code: Select all
sudo modprobe snd-opl3-lib
-
Posts: 347
- Joined: 08 Aug 2013
#7
Just noticed this thread -- I've got a Solo 2500 also, a little older one (300 MHz Penium II Mobile, maxed at 288 MiB RAM). Mine has a NeoMagic sound chipset that has never had a Linux driver; if yours is the same, you can save some time by ordering a cheap USB sound dongle (mine was under $2 including shipping from Hong Kong). If yours gives a pre-boot splash about NeoMagic graphic adapter, chances are good it's got NeoMagic sound hardware as well (Google your exact part number -- on the label on the bottom -- and you'll get the Gateway spec page, even after all this time), and if that's the case, unless you find a way to use the Windows sound driver in Linux, you're pretty well stuck with adding USB sound (which takes
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/viewtopic.php?f=13&t=4723"
linktext was:"a little setting up"
====================================
to get going, but works well
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/viewtopic.php?f=13&t=4734"
linktext was:"once massaged appropriately"
====================================
).
Edit to add: If you do find a way to use a Windows sound driver in Linux, please pass the word; I'd love to be able to use the internal speakers and microphone in mine when toting it.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/viewtopic.php?f=13&t=4723"
linktext was:"a little setting up"
====================================
to get going, but works well
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/viewtopic.php?f=13&t=4734"
linktext was:"once massaged appropriately"
====================================
).
Edit to add: If you do find a way to use a Windows sound driver in Linux, please pass the word; I'd love to be able to use the internal speakers and microphone in mine when toting it.