Page 1 of 1

Sis 7019 Linux Audio Driver

Posted: Wed 16 May 2007, 04:29
by actsby
I use embedded board using Vortex X86 chip, using Puppy linux.
The ALSA system not working.
lspci give clue that the system is using PCI device 1039:7019 (Sis 7019 audio PCI). Why ALSA do not recognize this device ? Running alsaconf, it just say No PCI device recognized.

dotpup here

Posted: Wed 16 May 2007, 06:24
by raffy
Look here for a dotpup and discussion.

Posted: Wed 16 May 2007, 06:39
by tytower
And maybe this one

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

My answer was as simple as "modprobe snd-trident" for 7018 chipset
Yours will be "modprobe trident" considering tempestuous and dougals other posts re your 7019 chipset

Posted: Thu 17 May 2007, 03:48
by tempestuous
As I reported in those other threads, the ALSA "snd-trident" module does support the SiS 7018 chipset, but NOT the SiS 7019 chipset.
actsby, you need the OSS sis7019 driver, which Puppy already contains. Sometimes Puppy will automatically detect this device and load the driver, but if not, run these commands -

modprobe soundcore
modprobe ac97_codec
modprobe sis7019

Later, you can add those commands to the end of /etc/rc.d/rc.local so they are run at every boot.
And you will probably need to change the audio output preferences of various media applications from ALSA to OSS.

Is ac97_codec module available for puppy 3.01?

Posted: Mon 28 Apr 2008, 12:58
by tayloratosu
I have a Norhtec Microclient Jr., which I guess also requires the SIS7019 audio driver. I see the sys7019 kernel module in my copy of Puppy 3.01, but I can't find the ac97_codec module. Did this get skipped? Could someone compile it?

Thanks.

Doug

Posted: Mon 28 Apr 2008, 21:20
by tempestuous
OK, sis7019 OSS module + ac97_codec module dotpet added for Puppy 3.x here -
http://www.murga-linux.com/puppy/viewto ... 4824#84824

Posted: Tue 29 Apr 2008, 00:22
by BarryK
Note that the 7019 audio driver is finally part of the 2.6.25 kernel.

It works

Posted: Tue 29 Apr 2008, 11:59
by tayloratosu
Hey, thanks, tempestuous! Now I have sound. Life is good.