Hello All: Well, since I have posted on this list before about other alsa issues and have not received any responses (I have learned to live with them), I am hoping this issue will catch someones eye, as this is a show stopper...
I have been having issues with an HomeBuilt system with the following hardware: Soyo 6BA+IV (440BX, 100Mhz FSB, PIIX Drive Controller) Motherboard 256 MB PC100 RAM HPT366 UDMA Disk Controller (Integrated on MB, but not being used do to lack of WinXP support) Intel PIII 850 Mhz CPU (Slot 1 with Coppermine core) 3Dfx Voodoo 3 3500TV AGP Video Card SMC Etherpower II (epic 100 based) PCI 10/100 NIC Creative Labs SoundBlaster PCI 512 Promise Ultra100TX2 UDMA Controller (Using this one to drive 4 WD ATA100 Harddisks) After Installing Redhat Linux 7.2 OSS/Free drivers (emu10k1) work fine, Xfree works fine (using TDFX) drivers. System stable. After upgrading to Kernel level 2.4.18, system still appears stable. Build and installation of ALSA Drivers complete successfully, (ie ./configure, make install, ./snddevices, and using alsasound script, edit modules.conf). After system reboot, ALSA drivers load (visible with LSMOD). I issue a StartX command, screen goes blank, (normal) but X never comes up. System is locked hard, Ctrl-Alt-Backspace, ctrl-alt-delete don't work. Have to hard reset system. As far as I can tell, there appears to be some conflict between X and the Alsa Drivers, since /var/log/messages record a Kernel error that comes from PID "X", write before the system was rebooted..... Has anyone seen an issue like this before? Maybe something special in the tdfx.o driver from Xfree that Alsa doesn't like or vice versa? I have also had this problem on 2.4.16 on same machine, but the newer kernels alsa work fine with OSS/Free. I also don't have any issues with WinXP on same box. My Linux specifics are as follows: Redhat 7.2, XFree 4.1.0, gcc 3.0.4 and 3.0.3, (had the issues using both compilers), everything else is stock redhat except for the kernel which was built with gcc 2.96 (the redhat "GA" version of a beta gcc) I have installed ALSA succesfully on a RH 7.2 laptop with a custom built kernel 2.4.16, and gcc3.0.3 with no issues including Xfree 4.1, the only difference is hardware type, so I don't consider myself much of a "newbie". I have attached the following files: a dump of the kernel messages from /var/log/messages, an lspci -v command output, the Xfree86.0.log, my modules.conf, and an lsmod output. Thanks in advance for any help in resolving this issue.... Rett Walters --------------------------Kernel BUGs: from /var/log/messages Mar 20 07:35:49 rigel kernel: kernel BUG at page_alloc.c:166! Mar 20 07:35:49 rigel kernel: invalid operand: 0000 Mar 20 07:35:49 rigel kernel: CPU: 0 Mar 20 07:35:49 rigel kernel: EIP: 0010:[<c012b33d>] Not tainted Mar 20 07:35:49 rigel kernel: EFLAGS: 00013086 Mar 20 07:35:49 rigel kernel: eax: 00000020 ebx: c1365280 ecx: 00000001 edx: 00001f65 Mar 20 07:35:49 rigel kernel: esi: c023a94c edi: 00000002 ebp: 00000001 esp: ce0e7e34 Mar 20 07:35:49 rigel kernel: ds: 0018 es: 0018 ss: 0018 Mar 20 07:35:49 rigel kernel: Process X (pid: 1044, stackpage=ce0e7000) Mar 20 07:35:49 rigel kernel: Stack: c02141af 000000a6 0000c94a 00003286 00000000 c023a928 c023aa9c 000001ff Mar 20 07:35:49 rigel kernel: 00000000 000001fe c012b711 c023a928 c023aa98 000001d2 013c3560 00000001 Mar 20 07:35:49 rigel kernel: c156a120 00104025 ce0d22a0 c0122097 00000001 00000001 c156a120 ce0d22a0 Mar 20 07:35:49 rigel kernel: Call Trace: [<c012b711>] [<c0122097>] [<c0122174>] [<c0122338>] [<c0125130>] Mar 20 07:35:49 rigel kernel: [<c011173a>] [<c012521c>] [<c01250c0>] [<c013190b>] [<c0131580>] [<c01115b0>] Mar 20 07:35:49 rigel kernel: [<c010700c>] Mar 20 07:35:49 rigel kernel: Mar 20 07:35:49 rigel kernel: Code: 0f 0b 58 5a 83 ee 0c 4d 8b 06 8d 4d 01 d1 ef 89 58 04 89 03 Mar 20 07:35:49 rigel kernel: kernel BUG at page_alloc.c:80! Mar 20 07:35:49 rigel kernel: invalid operand: 0000 Mar 20 07:35:49 rigel kernel: CPU: 0 Mar 20 07:35:49 rigel kernel: EIP: 0010:[<c012af9f>] Not tainted Mar 20 07:35:49 rigel kernel: EFLAGS: 00013286 Mar 20 07:35:49 rigel kernel: eax: 0000001f ebx: 00087000 ecx: 00000001 edx: 000022bc Mar 20 07:35:49 rigel kernel: esi: c13665c0 edi: cdb4b21c ebp: 00004000 esp: ce0e7c34 Mar 20 07:35:49 rigel kernel: ds: 0018 es: 0018 ss: 0018 Mar 20 07:35:49 rigel kernel: Process X (pid: 1044, stackpage=ce0e7000) Mar 20 07:35:49 rigel kernel: Stack: c02141af 00000050 c1366600 c1040000 c023a94c 00003206 fffffffe 00000000 Mar 20 07:35:49 rigel kernel: 00087000 000ab000 cdb4b21c 08400000 c01211d8 c13665c0 00000088 00000000 Mar 20 07:35:49 rigel kernel: 084ab000 ce06f084 0000022b 084ab000 ce06f084 00000000 c018b228 00000006 Mar 20 07:35:49 rigel kernel: Call Trace: [<c01211d8>] [<c018b228>] [<c01325af>] [<c0123838>] [<c0113509>] Mar 20 07:35:49 rigel kernel: [<c011759c>] [<c011156e>] [<c0107447>] [<c0107690>] [<c0107711>] [<c012b711>] Mar 20 07:35:49 rigel kernel: [<c0133588>] [<c012b33d>] [<c0122174>] [<c02067f2>] [<c0114c3b>] [<c010700c>] Mar 20 07:35:49 rigel kernel: [<c012b33d>] [<c012b711>] [<c0122097>] [<c0122174>] [<c0122338>] [<c0125130>] Mar 20 07:35:49 rigel kernel: [<c011173a>] [<c012521c>] [<c01250c0>] [<c013190b>] [<c0131580>] [<c01115b0>] Mar 20 07:35:49 rigel kernel: [<c010700c>] Mar 20 07:35:49 rigel kernel: Mar 20 07:35:49 rigel kernel: Code: 0f 0b 5b 5f 8b 4e 08 85 c9 74 10 6a 52 68 af 41 21 c0 e8 ca ------------------------XFree86.0.log XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-3) / X Window System (protocol Version 11, revision 0, vendor release 6510) Release Date: 2 June 2001 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (See http://www.XFree86.Org/FAQ) Build Operating System: Linux 2.4.7-0.13.1smp i686 [ELF] Build Host: stripples.devel.redhat.com Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Wed Mar 20 07:35:48 2002 (==) Using config file: "/etc/X11/XF86Config-4" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) ServerLayout "Anaconda Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Voodoo3 (generic)" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc101" (**) XKB: model: "pc101" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (**) Option "XkbVariant" "basic" (**) XKB: variant: "basic" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "unix/:7100" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (--) using VT number 7 (II) Open APM successful (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.4 XFree86 XInput driver : 0.2 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.2 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.1.0, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.2 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.1.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.4 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x80000058, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 03 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00 (II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00 (II) PCI: 00:0e:0: chip 1103,0004 card 0000,0000 rev 01 class 01,80,00 hdr 80 (II) PCI: 00:0e:1: chip 1103,0004 card 0000,0000 rev 01 class 01,80,00 hdr 80 (II) PCI: 00:11:0: chip 1102,0002 card 1102,8023 rev 08 class 04,01,00 hdr 80 (II) PCI: 00:11:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80 (II) PCI: 00:12:0: chip 105a,4d68 card 105a,4d68 rev 01 class 01,80,85 hdr 00 (II) PCI: 00:13:0: chip 10b8,0005 card 10b8,a014 rev 08 class 02,00,00 hdr 00 (II) PCI: 01:00:0: chip 121a,0005 card 121a,0060 rev 01 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) LoadModule: "scanpci" (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.1.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.4 (II) UnloadModule: "scanpci" (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (II) Host-to-PCI bridge: (II) PCI-to-ISA bridge: (II) PCI-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0x0000a000 - 0x0000afff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0xd4000000 - 0xd7ffffff (0x4000000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B] (II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus -1 I/O range: (II) Bus -1 non-prefetchable memory range: (II) Bus -1 prefetchable memory range: (--) PCI:*(1:0:0) 3dfx Interactive Voodoo3 rev 1, Mem @ 0xd4000000/25, 0xd8000000/25, I/O @ 0xa000/8 (II) Addressable bus resource ranges are [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0xdb004000 - 0xdb004fff (0x1000) MX[B] [1] -1 0xdb000000 - 0xdb003fff (0x4000) MX[B] [2] -1 0xd0000000 - 0xd3ffffff (0x4000000) MX[B] [3] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B) [4] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B) [5] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B] [6] -1 0x0000e400 - 0x0000e40f (0x10) IX[B] [7] -1 0x0000e000 - 0x0000e003 (0x4) IX[B] [8] -1 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [9] -1 0x0000d800 - 0x0000d803 (0x4) IX[B] [10] -1 0x0000d400 - 0x0000d407 (0x8) IX[B] [11] -1 0x0000d000 - 0x0000d007 (0x8) IX[B] [12] -1 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [13] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B] [14] -1 0x0000c400 - 0x0000c403 (0x4) IX[B] [15] -1 0x0000c000 - 0x0000c007 (0x8) IX[B] [16] -1 0x0000bc00 - 0x0000bcff (0x100) IX[B] [17] -1 0x0000b800 - 0x0000b803 (0x4) IX[B] [18] -1 0x0000b400 - 0x0000b407 (0x8) IX[B] [19] -1 0x0000b000 - 0x0000b01f (0x20) IX[B] [20] -1 0x0000f000 - 0x0000f00f (0x10) IX[B] [21] -1 0x0000a000 - 0x0000a0ff (0x100) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0xdb004000 - 0xdb004fff (0x1000) MX[B] [1] -1 0xdb000000 - 0xdb003fff (0x4000) MX[B] [2] -1 0xd0000000 - 0xd3ffffff (0x4000000) MX[B] [3] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B) [4] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B) [5] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B] [6] -1 0x0000e400 - 0x0000e40f (0x10) IX[B] [7] -1 0x0000e000 - 0x0000e003 (0x4) IX[B] [8] -1 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [9] -1 0x0000d800 - 0x0000d803 (0x4) IX[B] [10] -1 0x0000d400 - 0x0000d407 (0x8) IX[B] [11] -1 0x0000d000 - 0x0000d007 (0x8) IX[B] [12] -1 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [13] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B] [14] -1 0x0000c400 - 0x0000c403 (0x4) IX[B] [15] -1 0x0000c000 - 0x0000c007 (0x8) IX[B] [16] -1 0x0000bc00 - 0x0000bcff (0x100) IX[B] [17] -1 0x0000b800 - 0x0000b803 (0x4) IX[B] [18] -1 0x0000b400 - 0x0000b407 (0x8) IX[B] [19] -1 0x0000b000 - 0x0000b01f (0x20) IX[B] [20] -1 0x0000f000 - 0x0000f00f (0x10) IX[B] [21] -1 0x0000a000 - 0x0000a0ff (0x100) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xdb004000 - 0xdb004fff (0x1000) MX[B] [6] -1 0xdb000000 - 0xdb003fff (0x4000) MX[B] [7] -1 0xd0000000 - 0xd3ffffff (0x4000000) MX[B] [8] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B) [9] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B) [10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [11] -1 0x00000000 - 0x000000ff (0x100) IX[B] [12] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B] [13] -1 0x0000e400 - 0x0000e40f (0x10) IX[B] [14] -1 0x0000e000 - 0x0000e003 (0x4) IX[B] [15] -1 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [16] -1 0x0000d800 - 0x0000d803 (0x4) IX[B] [17] -1 0x0000d400 - 0x0000d407 (0x8) IX[B] [18] -1 0x0000d000 - 0x0000d007 (0x8) IX[B] [19] -1 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [20] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B] [21] -1 0x0000c400 - 0x0000c403 (0x4) IX[B] [22] -1 0x0000c000 - 0x0000c007 (0x8) IX[B] [23] -1 0x0000bc00 - 0x0000bcff (0x100) IX[B] [24] -1 0x0000b800 - 0x0000b803 (0x4) IX[B] [25] -1 0x0000b400 - 0x0000b407 (0x8) IX[B] [26] -1 0x0000b000 - 0x0000b01f (0x20) IX[B] [27] -1 0x0000f000 - 0x0000f00f (0x10) IX[B] [28] -1 0x0000a000 - 0x0000a0ff (0x100) IX[B](B) (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.1.0, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.1.0, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.1.0, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) LoadModule: "fbdevhw" (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a (II) Module fbdevhw: vendor="The XFree86 Project" compiled for 4.1.0, module version = 0.0.2 ABI class: XFree86 Video Driver, version 0.4 (II) LoadModule: "pex5" (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a --------------------------modules.conf # Basic Devices alias parport_lowlevel parport_pc alias eth0 epic100 alias usb-controller usb-uhci # ALSA native device support alias char-major-116 snd alias snd-card-0 snd-emu10k1 # OSS/Free setup alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss -------------------------lspci -v output 00:00.0 Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (rev 03) Flags: bus master, medium devsel, latency 32 Memory at d0000000 (32-bit, prefetchable) [size=64M] Capabilities: [a0] AGP version 1.0 00:01.0 PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge (rev 03) (prog-if 00 [Normal decode]) Flags: bus master, 66Mhz, medium devsel, latency 64 Bus: primary=00, secondary=01, subordinate=01, sec-latency=32 I/O behind bridge: 0000a000-0000afff Memory behind bridge: d4000000-d7ffffff Prefetchable memory behind bridge: d8000000-d9ffffff 00:07.0 ISA bridge: Intel Corporation 82371AB PIIX4 ISA (rev 02) Flags: bus master, medium devsel, latency 0 00:07.1 IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 01) (prog-if 80 [Master]) Flags: bus master, medium devsel, latency 32 I/O ports at f000 [size=16] 00:07.2 USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01) (prog-if 00 [UHCI]) Flags: bus master, medium devsel, latency 32, IRQ 5 I/O ports at b000 [size=32] 00:07.3 Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 02) Flags: medium devsel, IRQ 9 00:0e.0 Unknown mass storage controller: HighPoint Technologies, Inc. HPT366/370 UltraDMA 66/100 IDE Controller (rev 01) Flags: bus master, medium devsel, latency 120, IRQ 3 I/O ports at b400 [size=8] I/O ports at b800 [size=4] I/O ports at bc00 [size=256] Expansion ROM at <unassigned> [disabled] [size=128K] 00:0e.1 Unknown mass storage controller: HighPoint Technologies, Inc. HPT366/370 UltraDMA 66/100 IDE Controller (rev 01) Flags: bus master, medium devsel, latency 120, IRQ 3 I/O ports at c000 [size=8] I/O ports at c400 [size=4] I/O ports at c800 [size=256] 00:11.0 Multimedia audio controller: Creative Labs SB Live! EMU10000 (rev 08) Subsystem: Creative Labs CT4790 SoundBlaster PCI512 Flags: bus master, medium devsel, latency 32, IRQ 10 I/O ports at cc00 [size=32] Capabilities: [dc] Power Management version 1 00:11.1 Input device controller: Creative Labs SB Live! (rev 08) Subsystem: Creative Labs Gameport Joystick Flags: bus master, medium devsel, latency 32 I/O ports at d000 [size=8] Capabilities: [dc] Power Management version 1 00:12.0 Unknown mass storage controller: Promise Technology, Inc. 20268 (rev 01) (prog-if 85) Subsystem: Promise Technology, Inc. 20268 Flags: bus master, 66Mhz, slow devsel, latency 32, IRQ 5 I/O ports at d400 [size=8] I/O ports at d800 [size=4] I/O ports at dc00 [size=8] I/O ports at e000 [size=4] I/O ports at e400 [size=16] Memory at db000000 (32-bit, non-prefetchable) [size=16K] Expansion ROM at <unassigned> [disabled] [size=16K] Capabilities: [60] Power Management version 1 00:13.0 Ethernet controller: Standard Microsystems Corp [SMC] 83C170QF (rev 08) Subsystem: Standard Microsystems Corp [SMC] EtherPower II 10/100 Flags: bus master, fast devsel, latency 32, IRQ 11 I/O ports at e800 [size=256] Memory at db004000 (32-bit, non-prefetchable) [size=4K] Expansion ROM at <unassigned> [disabled] [size=64K] Capabilities: [dc] Power Management version 1 01:00.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01) (prog-if 00 [VGA]) Subsystem: 3Dfx Interactive, Inc. Voodoo3 3500 TV (NTSC) Flags: 66Mhz, fast devsel, IRQ 11 Memory at d4000000 (32-bit, non-prefetchable) [size=32M] Memory at d8000000 (32-bit, prefetchable) [size=32M] I/O ports at a000 [size=256] Expansion ROM at <unassigned> [disabled] [size=64K] Capabilities: [54] AGP version 1.0 Capabilities: [60] Power Management version 1 -------------------------------- lsmod output [root@rigel root]# lsmod Module Size Used by binfmt_misc 6128 1 snd-emu10k1 56480 0 (unused) snd-pcm 49504 0 [snd-emu10k1] snd-timer 9936 0 [snd-pcm] snd-rawmidi 12352 0 [snd-emu10k1] snd-util-mem 1296 0 [snd-emu10k1] snd-ac97-codec 22672 0 [snd-emu10k1] snd-seq-device 3952 0 [snd-emu10k1 snd-rawmidi] snd-hwdep 3568 0 [snd-emu10k1] snd 24992 0 [snd-emu10k1 snd-pcm snd-timer snd-rawmidi snd -util-mem snd-ac97-codec snd-seq-device snd-hwdep] soundcore 4048 2 [snd] autofs 10336 0 (autoclean) (unused) epic100 12720 1 mii 1392 0 [epic100] ide-scsi 7968 0 scsi_mod 92576 1 [ide-scsi] ide-cd 26816 0 cdrom 27872 0 [ide-cd] usb-uhci 21664 0 (unused) usbcore 50560 1 [usb-uhci] [root@rigel root]# _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user