LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-04-2004, 07:47 AM   #31
Onyx^
Member
 
Registered: Aug 2003
Location: Cornwall, UK
Distribution: Debian / Red Hat 7.3 / Peewee / Feather
Posts: 56

Original Poster
Rep: Reputation: 15

At the moment none of the modules are installed at boot up I modprobe them manually from shell in the following order

boot
run script that makes snd devices
depmod -a
modprobe sis7019
modprobe snd-pcm-oss
 
Old 08-06-2004, 10:49 AM   #32
Onyx^
Member
 
Registered: Aug 2003
Location: Cornwall, UK
Distribution: Debian / Red Hat 7.3 / Peewee / Feather
Posts: 56

Original Poster
Rep: Reputation: 15
Ok, I found the problem with OSS

The soundcore was built into kernel and didn't need to be added to modules.conf

so i just :-

insmod ac97_codec
insmod sis7019

and there it is, I have a /dev/dsp device (finally)

if i cat /dev/urandom > /dev/dsp i get white noise

At the moment if I cat donuts.wav > /dev/dsp it plays back but at the wrong speed (slowly)

I guess this is either because OSS assume 44khz 16bit (and the .wav is not in this format), or its still b0rked....

More investigation needed as I need to eventually get this going playing back sounds from a flash file...
 
Old 08-09-2004, 02:48 AM   #33
Frustin
Member
 
Registered: May 2002
Location: Essex, UK
Distribution: Debian, Redhat, AIX 5L
Posts: 512

Rep: Reputation: 30
at last.
 
Old 03-12-2005, 04:18 AM   #34
marienf
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Rep: Reputation: 0
Unhappy

Quote:
I got my drivers from the comapny that supplied the embedded board (i suppose they got them from SiS). Alsa do not provide drivers for this chip.
Do you have a hint for me as to where to get the 7019 drivers? I'm trying to get audio working on an eBox, but Storever and related don't seem to have the driver, and sis.com's Linux download page is broken, incomplete.. Umigumi's CVS is down.. sigh..

Prethanks!
 
Old 03-14-2005, 01:07 AM   #35
Frustin
Member
 
Registered: May 2002
Location: Essex, UK
Distribution: Debian, Redhat, AIX 5L
Posts: 512

Rep: Reputation: 30
they come with the alsa sound drivers. google for alsa sound.
 
Old 03-14-2005, 12:31 PM   #36
marienf
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Rep: Reputation: 0
Unhappy

Quote:
Originally posted by Frustin
they come with the alsa sound drivers. google for alsa sound.
I have. The ALSA compat matrix shows only 7018 and 7012 chipset support. No mention of 7019, and several other messages I came accross indicate that the 7018 driver won't handle a 7019. Practical experience shows this to be true. A loaded "trident" driver finds to audio hardware whatsoever,on my eBox.
 
Old 03-15-2005, 01:19 AM   #37
Frustin
Member
 
Registered: May 2002
Location: Essex, UK
Distribution: Debian, Redhat, AIX 5L
Posts: 512

Rep: Reputation: 30
what does "lspci -n".
 
Old 03-15-2005, 04:51 AM   #38
Onyx^
Member
 
Registered: Aug 2003
Location: Cornwall, UK
Distribution: Debian / Red Hat 7.3 / Peewee / Feather
Posts: 56

Original Poster
Rep: Reputation: 15
http://www.dmp.com.tw/tech/icop_cd/HTML/drv_sis7019.htm

these are oss drivers, meant for the vortex86 embedded board I was working on from ICOP, not sure if this is the same board you are using ?

Good luck....
 
Old 03-15-2005, 12:49 PM   #39
marienf
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by Frustin
what does "lspci -n".
lspci -n:

0000:00:00.0 Class 0600: 1039:0550 (rev 01)
0000:00:00.1 Class 0101: 1039:5513 (rev d0)
0000:00:01.0 Class 0601: 1039:0018
0000:00:01.2 Class 0c03: 1039:7001 (rev 07)
0000:00:01.4 Class 0401: 1039:7019
0000:00:02.0 Class 0604: 1039:0001
0000:00:0d.0 Class 0200: 10ec:8139 (rev 10)
0000:01:00.0 Class 0300: 1039:5315

(extract from) lspci -v:

0000:00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7019 Audio Accelerator
Subsystem: Silicon Integrated Systems [SiS] SiS7019 Audio Accelerator
Flags: bus master, medium devsel, latency 64, IRQ 10
I/O ports at dc00
Memory at dfff8000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [60] Power Management version 2
 
Old 03-15-2005, 01:09 PM   #40
marienf
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Rep: Reputation: 0
Unhappy

Quote:
Originally posted by Onyx^
http://www.dmp.com.tw/tech/icop_cd/HTML/drv_sis7019.htm

these are oss drivers, meant for the vortex86 embedded board I was working on from ICOP, not sure if this is the same board you are using ?

Good luck....
Thanks for the Link. Unfortunately, these are binaries, and insmod refuses to load them, because of kernel version incompatibilities..
Indeed, a force load causes an immediate Kernel Oops..

You wouldn't happen to have a link to the sources, would you :-) ?

I'd really like to stay with a 2.6 kernel, tried the above with a 2.4.28-gentoo-r7 though..

If I really have to I'll go to 2.4.21, which is what these .o are built against.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
various /dev/(n)st0? devices coreyw Linux - Hardware 1 11-03-2003 05:53 PM
mounting 2 ide-scsi devices /dev/cdrom and /dev/cdrom1 issue penguin123 Linux - Hardware 3 09-26-2003 08:36 PM
Two Video Devices - /dev/video0 & /dev/video1 liguorir Linux - Software 1 07-21-2003 08:20 PM
Floppy devices in /dev Thymox Linux - Hardware 4 07-01-2003 05:03 PM
devices in /dev icel0rd Linux - Hardware 3 11-19-2002 02:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration