AW: [Oberon] pci scan for sound device
Stauber Sven Philipp
staubesv at student.ethz.ch
Thu Sep 28 10:08:41 MEST 2006
Hi,
"vendor/device 11063059" means vendor ID = 1106H and device ID = 3059H, so you have to add ScanPCI(1106H, 3059H). This didn't, however, work with the AC97 audio chipset of my mainboard, but it's worth a try.
If the driver doesn't work with your onboard audio hardware, you could install a PCI audio card. We have a driver for cards with the Ensoniq 137x audio chipset (we have one working here). Also, there's a driver for the Yahama 754 audio chipset, but I don't know how good it is.
Regards,
Sven Stauber
________________________________
Von: oberon-bounces at lists.inf.ethz.ch im Auftrag von Søren Renner
Gesendet: Mi 27.09.2006 22:51
An: oberon at lists.inf.ethz.ch
Betreff: [Oberon] pci scan for sound device
If I add the line "ScanPCI(vendorID,productID)" to the file
Aosi810Sound.Mod and recompile, should the sound device probably work?
Where in the numbers below do I find those two ID numbers?
"vendor/device 11063059" is one number. . .
NOTE: I was looking in a drawer this morning for my cufflinks when I
stumbled upon an RTK8139 card; my networking worries are over, thanks
to
the advice given in this forum. Thanks to all.
<?xml version="1.0" encoding="UTF-8"?>
<?bluebottle format version="0.1" ?>
<?xml-stylesheet type="text/xsl"
href="http://bluebottle.ethz.ch/bluebottle.xsl" ?>
<Text>
<Span style="Normal"><![CDATA[Bus 0, device 17, function 5: class/rev
04010060, vendor/device 11063059, status/cmd 02100001
Class: Multimedia controller, Sub-class: Multimedia audio controller
Vendor: VIA Technologies, Inc., Device: VT8233/A/8235/8237 AC97 Audio
Controller
Driver: n/a
IRQ5, INTC
256B I/O at 0000C800-0000C8FF
PCI Configuration Space Registers:
]]></Span><Span style="AdHoc Courier 10 0 0 800000FF
00000000"><![CDATA[ 00h 30591106
04h 02100001
08h 04010060
0Ch 00000000
10h 0000C801
14h 00000000
18h 00000000
1Ch 00000000
20h 00000000
24h 00000000
28h 00000000
2Ch 18771019
30h 00000000
34h 000000C0
38h 00000000
3Ch 00000305
]]></Span><Span style="Normal"><![CDATA[ Command Register:
IO Space: On, Memory Space: Off, Bus Master: Off, Special Cycles:
Off, Memory Write and Invalidate: Off
VGA Palette Snoop: Off, Parity Error Response: Off, Stepping
Control: Off, SERR#: Off, Fast Back-to-Back: Off
Status Register:
Capabilities List: Yes, 66MHz Capable: No, Fast Back-to-Back
Capable: No, Master Data Parity Error: No
DEVSEL timing: Medium
Signaled Target Abort: No, Received Target Abort: No, Received
Master Abort: No, Signaled System Error: No, Detected Parity Error:
]]></Span>
</Text>
--
Oberon at lists.inf.ethz.ch mailing list for ETH Oberon and related systems
https://lists.inf.ethz.ch/mailman/listinfo/oberon
More information about the Oberon
mailing list