[alsa-devel] New hardware report
Hi. I managed to get the sound work with ALSA on the following MB : Shuttle AK32VN. OS : Kubuntu 7.10.
Regards. Alain Danger
At Tue, 23 Oct 2007 21:11:42 +0200 (CEST), Alain DANGER wrote:
Hi. I managed to get the sound work with ALSA on the following MB : Shuttle AK32VN. OS : Kubuntu 7.10.
Thanks. Your board has revision 0x50 (VIA8235), and the recent driver doesn't complain any more without dxs_support option.
Takashi
Regards. Alain Danger
[2 /home/alain/AK32VN.txt <text/plain (quoted-printable)>] 00:00.0 0600: 1106:3099 Subsystem: 1297:a232 Flags: bus master, 66MHz, medium devsel, latency 0 Memory at c0000000 (32-bit, prefetchable) [size=256M] Capabilities: [a0] AGP version 2.0 Capabilities: [c0] Power Management version 2
00:01.0 0604: 1106:b099 (prog-if 00 [Normal decode]) Flags: bus master, 66MHz, medium devsel, latency 0 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 Memory behind bridge: e0000000-e2ffffff Prefetchable memory behind bridge: d0000000-dfffffff Capabilities: [80] Power Management version 2
00:0a.0 0180: 1095:3112 (rev 02) Subsystem: 1095:3112 Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 15 I/O ports at 9000 [size=8] I/O ports at 9400 [size=4] I/O ports at 9800 [size=8] I/O ports at 9c00 [size=4] I/O ports at a000 [size=16] Memory at e4401000 (32-bit, non-prefetchable) [size=512] [virtual] Expansion ROM at 50000000 [disabled] [size=512K] Capabilities: [60] Power Management version 2
00:0b.0 0c00: 1106:3004 (rev 46) (prog-if 10 [OHCI]) Subsystem: 1001:0000 Flags: bus master, medium devsel, latency 32, IRQ 10 Memory at e4000000 (32-bit, non-prefetchable) [size=2K] I/O ports at a400 [size=128] Capabilities: [50] Power Management version 2
00:10.0 0c03: 1106:3038 (rev 80) (prog-if 00 [UHCI]) Subsystem: 1297:a232 Flags: bus master, medium devsel, latency 32, IRQ 11 I/O ports at a800 [size=32] Capabilities: [80] Power Management version 2
00:10.1 0c03: 1106:3038 (rev 80) (prog-if 00 [UHCI]) Subsystem: 1297:a232 Flags: bus master, medium devsel, latency 32, IRQ 5 I/O ports at ac00 [size=32] Capabilities: [80] Power Management version 2
00:10.2 0c03: 1106:3038 (rev 80) (prog-if 00 [UHCI]) Subsystem: 1297:a232 Flags: bus master, medium devsel, latency 32, IRQ 15 I/O ports at b000 [size=32] Capabilities: [80] Power Management version 2
00:10.3 0c03: 1106:3104 (rev 82) (prog-if 20 [EHCI]) Subsystem: 1297:a232 Flags: bus master, medium devsel, latency 32, IRQ 10 Memory at e4402000 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2
00:11.0 0601: 1106:3177 Subsystem: 1297:a232 Flags: bus master, stepping, medium devsel, latency 0 Capabilities: [c0] Power Management version 2
00:11.1 0101: 1106:0571 (rev 06) (prog-if 8a [Master SecP PriP]) Subsystem: 1297:a232 Flags: bus master, medium devsel, latency 32, IRQ 11 [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8] [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1] [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8] [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1] I/O ports at b400 [size=16] Capabilities: [c0] Power Management version 2
00:11.5 0401: 1106:3059 (rev 50) Subsystem: 1297:a232 Flags: medium devsel, IRQ 15 I/O ports at b800 [size=256] Capabilities: [c0] Power Management version 2
00:12.0 0200: 1106:3065 (rev 74) Subsystem: 1106:0102 Flags: bus master, medium devsel, latency 32, IRQ 11 I/O ports at c000 [size=256] Memory at e4403000 (32-bit, non-prefetchable) [size=256] Capabilities: [40] Power Management version 2
01:00.0 0300: 10de:00f1 (rev a2) (prog-if 00 [VGA]) Subsystem: 1458:3150 Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 11 Memory at e0000000 (32-bit, non-prefetchable) [size=16M] Memory at d0000000 (32-bit, prefetchable) [size=256M] Memory at e1000000 (32-bit, non-prefetchable) [size=16M] [virtual] Expansion ROM at e2000000 [disabled] [size=128K] Capabilities: [60] Power Management version 2 Capabilities: [44] AGP version 3.0
[3 /etc/modprobe.d/alsa-base <text/plain (quoted-printable)>] # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; } install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; } install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; } # Cause optional modules to be loaded above sound card driver modules install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; } install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway) install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }
# Load snd-seq for devices that don't have hardware midi; # Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for # non-Creative Labs PCI hardware install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; } # Prevent abnormal drivers from grabbing index 0 options snd-bt87x index=-2 options cx88-alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 options snd-usb-audio index=-2 options snd-usb-usx2y index=-2 options snd-usb-caiaq index=-2 # Ubuntu #62691, enable MPU for snd-cmipci options snd-cmipci mpu_port=0x330 fm_port=0x388
options snd-via82xx dxs_support=5 [4 <text/plain; us-ascii (7bit)>] _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
participants (2)
-
Alain DANGER
-
Takashi Iwai