Sis 7019 Linux Audio Driver

Problems and successes with specific brands/models of computer audio hardware
Post Reply
Message
Author
actsby
Posts: 7
Joined: Fri 23 Mar 2007, 12:57

Sis 7019 Linux Audio Driver

#1 Post 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.

raffy
Posts: 4798
Joined: Wed 25 May 2005, 12:20
Location: Manila

dotpup here

#2 Post by raffy »

Look here for a dotpup and discussion.
Puppy user since Oct 2004. Want FreeOffice? [url=http://puppylinux.info/topic/freeoffice-2012-sfs]Get the sfs (English only)[/url].

tytower

#3 Post 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
Last edited by tytower on Sat 19 May 2007, 21:07, edited 1 time in total.

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

#4 Post 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.

tayloratosu
Posts: 4
Joined: Mon 28 Apr 2008, 12:49

Is ac97_codec module available for puppy 3.01?

#5 Post 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

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

#6 Post 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

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#7 Post by BarryK »

Note that the 7019 audio driver is finally part of the 2.6.25 kernel.
[url]https://bkhome.org/news/[/url]

tayloratosu
Posts: 4
Joined: Mon 28 Apr 2008, 12:49

It works

#8 Post by tayloratosu »

Hey, thanks, tempestuous! Now I have sound. Life is good.

Post Reply