Good sound SBLIVE...crappy AC97.

At this point, I do not care. I just want sound.

-r

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andy Long
Sent: Wednesday, February 09, 2005 1:49 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] PVR-350 and ivtv - No sound

what happens if you add this near the top:

alias msp3400 msp3400-ivtv

I would also re-order your modprobe stuff a little bit so it looks
more like this:

#====TOP OF MODPROBE.CONF====
alias eth0 e100 
alias msp3400 msp3400-ivtv
alias tveeprom tveeprom-ivtv
alias snd-card-0 snd-emu10k1 
options snd-card-0 index=0 
install snd-emu10k1...


Also, why do you have two soundcards installed?


On Wed, 9 Feb 2005 00:15:01 -0500, Ronald Kohsman
<[EMAIL PROTECTED]> wrote:
>  
>  
> 
> Sound comes out when mplayer is used and mythmusic. 
> 
>   
> 
> Nothing for mythtv. 
> 
>   
> 
> MODPROBE.CONF: 
> 
> options snd-card-0 index=0 
> 
> alias snd-card-0 snd-emu10k1 
> 
> install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &&
> /usr/sbin/alsactl restore >/dev/null 2>&1 || : 
> 
> remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
> /sbin/modprobe -r --ignore-remove snd-emu10k1 
> 
> options snd-card-1 index=1 
> 
> install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
> /usr/sbin/alsactl restore >/dev/null 2>&1 || : 
> 
> remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
};
> /sbin/modprobe -r --ignore-remove snd-intel8x0 
> 
> alias char-major-81 videodev 
> 
> alias char-major-81-0 ivtv 
> 
> install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe
ivtv-fb 
> 
> alias tveeprom tveeprom-ivtv 
> 
> alias eth0 e100 
> 
>   
> 
>   
> 
> DMESG: 
> 
>   
> 
> Linux version 2.6.9-1.724_FC3 ([EMAIL PROTECTED]) (gcc
version
> 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #1 Sun Jan 2 15:43:49 EST 2005
>  BIOS-provided physical RAM map:
>   BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
>   BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
>   BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
>   BIOS-e820: 0000000000100000 - 0000000027cf0000 (usable)
>   BIOS-e820: 0000000027cf0000 - 0000000027cfb000 (ACPI data)
>   BIOS-e820: 0000000027cfb000 - 0000000027d00000 (ACPI NVS)
>   BIOS-e820: 0000000027d00000 - 0000000027e80000 (usable)
>   BIOS-e820: 0000000027e80000 - 0000000028000000 (reserved)
>   BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
>   BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
>   BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
>   BIOS-e820: 00000000fffffc00 - 0000000100000000 (reserved)
>  0MB HIGHMEM available.
>  638MB LOWMEM available.
>  On node 0 totalpages: 163456
>    DMA zone: 4096 pages, LIFO batch:1
>    Normal zone: 159360 pages, LIFO batch:16
>    HighMem zone: 0 pages, LIFO batch:1
>  DMI present.
>  ACPI: RSDP (v000 PTLTD                                 ) @ 0x000f62b0
>  ACPI: RSDT (v001 PTLTD    RSDT   0x060400d0  LTP 0x00000000) @
0x27cf7424
>  ACPI: FADT (v001 IBM    NETVISTA 0x060400d0 PTL  0x00000001) @
0x27cfaee2
>  ACPI: TCPA (v001 IBM    NETVISTA 0x060400d0 PTL  0x00000001) @
0x27cfaf56
>  ACPI: MADT (v001 PTLTD         APIC   0x060400d0  LTP 0x00000000) @
> 0x27cfaf88
>  ACPI: BOOT (v001 PTLTD  $SBFTBL$ 0x060400d0  LTP 0x00000001) @
0x27cfafd8
>  ACPI: DSDT (v001    IBM Yelotail 0x060400d0 MSFT 0x0100000e) @
0x00000000
>  ACPI: PM-Timer IO Port: 0x1008
>  Built 1 zonelists
>  Kernel command line: ro root=LABEL=/ rhgb quiet vga=791
>  Initializing CPU#0
>  CPU 0 irqstacks, hard=c03cf000 soft=c03ce000
>  PID hash table entries: 4096 (order: 12, 65536 bytes)
>  Detected 1794.380 MHz processor.
>  Using tsc for high-res timesource
>  Console: colour VGA+ 80x25
>  Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
>  Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
>  Memory: 643144k/653824k available (2020k kernel code, 10012k
reserved, 676k
> data, 148k init, 0k highmem)
>  Checking if this processor honours the WP bit even in supervisor
mode...
> Ok.
>  Calibrating delay loop... 3538.94 BogoMIPS (lpj=1769472)
>  Security Scaffold v1.0.0 initialized
>  SELinux:  Initializing.
>  SELinux:  Starting in permissive mode
>  There is already a security framework initialized, register_security
> failed.
>  selinux_register_security:  Registering secondary module capability
>  Capability LSM initialized as secondary
>  Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
>  CPU: After generic identify, caps: 3febfbff 00000000 00000000
00000000
>  CPU: After vendor identify, caps:  3febfbff 00000000 00000000
00000000
>  CPU: Trace cache: 12K uops, L1 D cache: 8K
>  CPU: L2 cache: 256K
>  CPU: After all inits, caps:        3febf3ff 00000000 00000000
00000080
>  Intel machine check architecture supported.
>  Intel machine check reporting enabled on CPU#0.
>  CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
>  CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz stepping 02
>  Enabling fast FPU save and restore... done.
>  Enabling unmasked SIMD FPU exception support... done.
>  Checking 'hlt' instruction... OK.
>  ACPI: IRQ9 SCI: Level Trigger.
>  checking if image is initramfs... it is
>  Freeing initrd memory: 779k freed
>  NET: Registered protocol family 16
>  PCI: PCI BIOS revision 2.10 entry at 0xfd98d, last bus=2
>  PCI: Using configuration type 1
>  mtrr: v2.0 (20020519)
>  ACPI: Subsystem revision 20040816
>  ACPI: Interpreter enabled
>  ACPI: Using PIC for interrupt routing
>  ACPI: PCI Root Bridge [PCI0] (00:00)
>  PCI: Probing PCI hardware (bus 00)
>  PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
>  PCI: Transparent bridge - 0000:00:1e.0
>  ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>  ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SLOT._PRT]
>  ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
>  ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12 14 15)
>  ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11 12 14 15)
>  ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12 14 15)
>  ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *9 10 11 12 14 15)
>  ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 *11 12 14 15)
>  ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12 14 15)
>  ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 *9 10 11 12 14 15)
>  Linux Plug and Play Support v0.97 (c) Adam Belay
>  usbcore: registered new driver usbfs
>  usbcore: registered new driver hub
>  PCI: Using ACPI for IRQ routing
>  ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
>  ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 11 (level, low) -> IRQ 11
>  ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 11 (level, low) -> IRQ 11
>  ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
>  ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 10 (level, low) -> IRQ 10
>  ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5
>  ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 5 (level, low) -> IRQ 5
>  ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 9
>  ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 9 (level, low) -> IRQ 9
>  ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 5 (level, low) -> IRQ 5
>  ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
>  ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 9 (level, low) -> IRQ 9
>  ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 9 (level, low) -> IRQ 9
>  ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 9
>  ACPI: PCI interrupt 0000:02:08.0[A] -> GSI 9 (level, low) -> IRQ 9
>  ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 11
>  ACPI: PCI interrupt 0000:02:09.0[A] -> GSI 11 (level, low) -> IRQ 11
>  ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 9
>  ACPI: PCI interrupt 0000:02:0a.0[A] -> GSI 9 (level, low) -> IRQ 9
>  Simple Boot Flag at 0x6c set to 0x1
>  IBM machine detected. Enabling interrupts during APM calls.
>  apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
>  apm: overridden by ACPI.
>  audit: initializing netlink socket (disabled)
>  audit(1107905762.656:0): initialized
>  Total HugeTLB memory allocated, 0
>  VFS: Disk quotas dquot_6.5.1
>  Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
>  SELinux:  Registering netfilter hooks
>  Initializing Cryptographic API
>  ksign: Installing public key data
>  Loading keyring
>  - Added public key 8659B0B5B6132E11
>  - User ID: Red Hat, Inc. (Kernel Module GPG key)
>  pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>  ACPI: Processor [CPU0] (supports C1, 8 throttling states)
>  ACPI: Thermal Zone [THM0] (45 C)
>  isapnp: Scanning for PnP cards...
>  isapnp: No Plug & Play device found
>  Real Time Clock Driver v1.12
>  Linux agpgart interface v0.100 (c) Dave Jones
>  agpgart: Detected an Intel 845G Chipset.
>  agpgart: Maximum main memory to use for agp memory: 563M
>  agpgart: Detected 892K stolen memory.
>  agpgart: AGP aperture is 128M @ 0x88000000
>  serio: i8042 AUX port at 0x60,0x64 irq 12
>  serio: i8042 KBD port at 0x60,0x64 irq 1
>  Serial: 8250/16550 driver $Revision: 1.90 $ 76 ports, IRQ sharing
enabled
>  ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
>  ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
>  RAMDISK driver initialized: 16 RAM disks of 16384K size 1024
blocksize
>  divert: not allocating divert_blk for non-ethernet device lo
>  Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
>  ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
>  ICH4: IDE controller at PCI slot 0000:00:1f.1
>  PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
>  ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 5 (level, low) -> IRQ 5
>  ICH4: chipset revision 1
>  ICH4: not 100% native mode: will probe irqs later
>      ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
>      ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:DMA, hdd:DMA
>  Probing IDE interface ide0...
>  hda: Maxtor 2F040J0, ATA DISK drive
>  Using cfq io scheduler
>  ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
>  Probing IDE interface ide1...
>  hdc: HL-DT-STDVD-ROM GDR8160B, ATAPI CD/DVD-ROM drive
>  hdd: ST3300831A, ATA DISK drive
>  ide1 at 0x170-0x177,0x376 on irq 15
>  Probing IDE interface ide2...
>  ide2: Wait for ready failed before probe !
>  Probing IDE interface ide3...
>  ide3: Wait for ready failed before probe !
>  Probing IDE interface ide4...
>  ide4: Wait for ready failed before probe !
>  Probing IDE interface ide5...
>  ide5: Wait for ready failed before probe !
>  hda: max request size: 128KiB
>  hda: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=65535/16/63,
> UDMA(100)
>  hda: cache flushes supported
>   hda: hda1 hda2 hda3
>  hdd: max request size: 1024KiB
>  hdd: 586072368 sectors (300069 MB) w/8192KiB Cache, CHS=36481/255/63,
> UDMA(100)
>  hdd: cache flushes supported
>   hdd: hdd1
>  hdc: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
>  Uniform CD-ROM driver Revision: 3.20
>  ide-floppy driver 0.99.newide
>  usbcore: registered new driver hiddev
>  usbcore: registered new driver usbhid
>  drivers/usb/input/hid-core.c: v2.0:USB HID core driver
>  mice: PS/2 mouse device common for all mice
>  input: AT Translated Set 2 keyboard on isa0060/serio0
>  input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
>  md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
>  NET: Registered protocol family 2
>  IP: routing cache hash table of 2048 buckets, 64Kbytes
>  TCP: Hash tables configured (established 262144 bind 37449)
>  Initializing IPsec netlink socket
>  NET: Registered protocol family 1
>  NET: Registered protocol family 17
>  ACPI: (supports S0 S1 S3 S4 S5)
>  ACPI wakeup devices: 
>  USB1 USB2 USB3 USBE SLOT  KBC COMA COMB 
>  Freeing unused kernel memory: 148k freed
>  tveeprom: no version for "struct_module" found: kernel tainted.
>  tuner: Ignoring new-style parameters in presence of obsolete ones
>  saa7127: video encoder driver version V 0.3 loaded
>  Linux video capture interface: v1.00
>  ivtv: ==================== START INIT IVTV ====================
>  ivtv: version 0.2.0 (rc3e) loading
>  ivtv: Linux version: 2.6.9-1.724_FC3 686 REGPARM 4KSTACKS gcc-3.4
>  ivtv: In case of problems please include the debug info
>  ivtv: between the START INIT IVTV and END INIT IVTV lines when
>  ivtv: mailing the ivtv-devel mailinglist.
>  ivtv: Autodetected WinTV PVR 350 card
>  ivtv: Found an iTVC15 based chip
>  ACPI: PCI interrupt 0000:02:0a.0[A] -> GSI 9 (level, low) -> IRQ 9
>  ivtv: Unreasonably low latency timer, setting to 64 (was 32)
>  ivtv: XXX PCI device: 0x2560 vendor: 0x8086
>  tveeprom: Hauppauge: model = 48132, rev = J323, serial# = 6565319
>  tveeprom: tuner = Philips FM1236 (idx = 23, type = 2)
>  tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
>  tveeprom: audio_processor = MSP3440 (type = 11)
>  ivtv: i2c attach [client=tveeprom[0],ok]
>  saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005)
>  saa7115: detecting saa7115 client on address 0x42
>  saa7115: writing init values
>  ivtv: i2c attach [client=saa7115[0],ok]
>  saa7115: status: (1E) 0x01, (1F) 0xc0
>  tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
>  ivtv: i2c attach [client=(tuner unset),ok]
>  saa7127: Selecting NTSC video Standard
>  saa7127: Selecting S-Video+Composite
>  saa7127: Turn WSS off
>  saa7127: Widescreen Mode 4:3 Full Format
>  saa7127: Selecting Normal Encoder Input
>  saa7127: Enable Video Output
>  ivtv: i2c attach [client=saa7127[0],ok]
>  ivtv: Tuner Type 2, Tuner formats 0x00001000, Radio: yes, Model
0x00a93493,
> Revision 0x00000001
>  ivtv: NTSC tuner detected
>  ivtv: Radio detected
>  ivtv: Encoder revision: 0x02040024
>  ivtv: Encoder Firmware is buggy, use version 0x02040011
>  ivtv: Decoder revision: 0x02020023
>  ivtv: Configuring WinTV PVR 350 card with 9 streams
>  ivtv: Create DMA stream 0 using 256 16384 byte buffers  4194304
kbytes
> total
>  ivtv: Registered v4l2 device, streamtype 0 minor 0
>  ivtv: Create DMA stream 1 
>  ivtv: Registered v4l2 device, streamtype 1 minor 32
>  ivtv: Create stream 2 using 40 52224 byte buffers  2097152 kbytes
total
>  ivtv: Registered v4l2 device, streamtype 2 minor 224
>  ivtv: Create DMA stream 3 using 455 4608 byte buffers  2097152 kbytes
total
>  ivtv: Registered v4l2 device, streamtype 3 minor 24
>  ivtv: Create stream 4 
>  ivtv: Registered v4l2 device, streamtype 4 minor 64
>  ivtv: Create DMA stream 5 using 16 65536 byte buffers  1048576 kbytes
total
>  ivtv: Registered v4l2 device, streamtype 5 minor 16
>  ivtv: Create stream 6 using 1024 2048 byte buffers  262144 kbytes
total
>  ivtv: Registered v4l2 device, streamtype 6 minor 228
>  ivtv: Create stream 7 
>  ivtv: Registered v4l2 device, streamtype 7 minor 232
>  ivtv: Create DMA stream 8 
>  ivtv: Registered v4l2 device, streamtype 8 minor 48
>  ivtv: Setting Tuner 2
>  tuner: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles))
by ivtv
> i2c driver #0
>  ivtv: Setting audio matrix to input 3, output 1
>  ivtv: i2c client addr: 0x40 not found!
>  ivtv: Switching standard to NTSC.
>  ivtv: i2c client addr: 0x40 not found!
>  saa7115: decoder set norm NTSC
>  ivtv: ivtv_enc_thread: pid = 288, itv = 0xe89692a0
>  ivtv: ivtv_dec_thread: pid = 289, itv = 0xe89692a0
>  saa7115: set audio: 0x01
>  saa7127: Setting Encoder Video Standard
>  saa7127: Set NTSC Video Mode
>  saa7127: Selecting NTSC video Standard
>  ivtv: Initialized WinTV PVR 350, card #0
>  ivtv: ====================  END INIT IVTV  ====================
>  ivtv-osd: Framebuffer module loaded (attached to ivtv card id 0)
>  ivtv-osd: Framebuffer is at decoder-relative address 0x00510000 and
has
> 1704960 bytes.
>  ivtv-osd: screen coords: [0 0] -> [720 480]
>  ivtv-osd: original global alpha = 208
>  ivtv-osd: current OSD state = 39
>  ivtv-osd: new global alpha = 208 (1 255 0)
>  ivtv-osd: framebuffer at 0xe1510000, mapped to 0xe9810000, size 1350k
>  ivtv-osd: mode is 720x480x32, linelength=2880
>  Console: switching to colour frame buffer device 90x30
>  ivtv-osd: fb0: iTVC15 TV out frame buffer device
>  spurious 8259A interrupt: IRQ7.
>  kjournald starting.  Commit interval 5 seconds
>  EXT3-fs: mounted filesystem with ordered data mode.
>  SELinux:  Disabled at runtime.
>  SELinux:  Unregistering netfilter hooks
>  inserting floppy driver for 2.6.9-1.724_FC3
>  Floppy drive(s): fd0 is 1.44M
>  FDC 0 is a post-1991 82077
>  e100: Intel(R) PRO/100 Network Driver, 3.0.27-k2-NAPI
>  e100: Copyright(c) 1999-2004 Intel Corporation
>  ACPI: PCI interrupt 0000:02:08.0[A] -> GSI 9 (level, low) -> IRQ 9
>  divert: allocating divert_blk for eth0
>  e100: eth0: e100_probe: addr 0xc0100000, irq 9, MAC addr
00:09:6B:62:9A:39
>  ACPI: PCI interrupt 0000:02:09.0[A] -> GSI 11 (level, low) -> IRQ 11
>  ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 9 (level, low) -> IRQ 9
>  PCI: Setting latency timer of device 0000:00:1f.5 to 64
>  intel8x0_measure_ac97_clock: measured 49324 usecs
>  intel8x0: clocking to 48000
>  gameport: pci0000:02:09.1 speed 903 kHz
>  
>  
>  
> 
>   
> 
>   
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>


_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to